OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_sub_dirs
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/benchmarks/
lit.cfg.py
21
config.test_format = GoogleBenchmark(
test_sub_dirs
='.',
/external/libcxx/utils/libcxx/test/
googlebenchmark.py
14
def __init__(self,
test_sub_dirs
, test_suffix, benchmark_args=[]):
16
self.
test_sub_dirs
= os.path.normcase(str(
test_sub_dirs
)).split(';')
75
for subdir in self.
test_sub_dirs
:
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/formats/
googletest.py
14
def __init__(self,
test_sub_dirs
, test_suffix):
15
self.
test_sub_dirs
= os.path.normcase(str(
test_sub_dirs
)).split(';')
85
for subdir in self.
test_sub_dirs
:
Completed in 1385 milliseconds