Searched defs:start_dir (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ |
H A D | test_discovery.py | 179 def _find_tests(start_dir, pattern): argument 252 def discover(self, start_dir, pattern, top_level_dir): argument 381 def _find_tests(start_dir, pattern): argument
|
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ |
H A D | loader.py | 159 def discover(self, start_dir, pattern='test*.py', top_level_dir=None): argument 247 def _find_tests(self, start_dir, pattern): argument
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | files.c | 142 cpp_dir *start_dir; member 394 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brac… in _cpp_find_file() 859 search_cache (struct file_hash_entry *head, const cpp_dir *start_dir) in search_cache()
|