Home
last modified time | relevance | path

Searched refs:start_dir (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dloader.py159 def discover(self, start_dir, pattern='test*.py', top_level_dir=None): argument
187 top_level_dir = start_dir
200 if os.path.isdir(os.path.abspath(start_dir)):
201 start_dir = os.path.abspath(start_dir)
202 if start_dir != top_level_dir:
204 os.path.join(start_dir, '__init__.py'))
208 __import__(start_dir)
212 the_module = sys.modules[start_dir]
213 top_part = start_dir.split('.')[0]
214 start_dir = os.path.abspath(
[all …]
H A Dmain.py225 start_dir = options.start
230 self.test = loader.discover(start_dir, pattern, top_level_dir)
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py179 def _find_tests(start_dir, pattern): argument
180 _find_tests_args.append((start_dir, pattern))
188 start_dir = os.path.abspath(os.path.normpath('/foo/bar/baz'))
191 self.assertEqual(_find_tests_args, [(start_dir, 'pattern')])
252 def discover(self, start_dir, pattern, top_level_dir): argument
253 self.args.append((start_dir, pattern, top_level_dir))
368 start_dir='foo', pattern='foo.py'
381 def _find_tests(start_dir, pattern): argument
383 self.assertEqual(start_dir, expectedPath)
/openbsd-src/gnu/gcc/libcpp/
H A Dfiles.c142 cpp_dir *start_dir; member
163 const cpp_dir *start_dir);
394 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brac… in _cpp_find_file() argument
401 if (start_dir == NULL) in _cpp_find_file()
410 entry = search_cache (*hash_slot, start_dir); in _cpp_find_file()
414 file = make_cpp_file (pfile, start_dir, fname); in _cpp_find_file()
477 entry->start_dir = start_dir; in _cpp_find_file()
859 search_cache (struct file_hash_entry *head, const cpp_dir *start_dir) in search_cache() argument
861 while (head && head->start_dir != start_dir) in search_cache()
912 if (entry->start_dir == NULL) in make_cpp_dir()
[all …]
H A DChangeLog869 (_cpp_find_file): ...not here. Correct recorded start_dir of