OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_sub_dir
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/lit/lit/formats/
googletest.py
13
def __init__(self,
test_sub_dir
, test_suffix):
14
self.
test_sub_dir
= os.path.normcase(str(
test_sub_dir
)).split(';')
88
if not os.path.normcase(filename) in self.
test_sub_dir
:
97
elif ('.' in self.
test_sub_dir
):
/external/swiftshader/third_party/LLVM/utils/lit/lit/
TestFormats.py
11
def __init__(self,
test_sub_dir
, test_suffix):
12
self.
test_sub_dir
= os.path.normcase(str(
test_sub_dir
)).split(';')
62
if not '.' in self.
test_sub_dir
:
63
if not os.path.normcase(filename) in self.
test_sub_dir
:
Completed in 239 milliseconds