OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_suffixes
(Results
1 - 4
of
4
) sorted by null
/external/python/cpython3/Lib/test/
test_datetime.py
19
test_suffixes
= ["_Pure", "_Fast"]
variable
25
for module, suffix in zip(test_modules,
test_suffixes
):
test_pathlib.py
933
def
test_suffixes
(self):
member in class:PureWindowsPathTest
[
all
...]
/external/libcxx/utils/libcxx/test/
googlebenchmark.py
24
self.
test_suffixes
= {exe_suffix, test_suffix + '.py'}
80
suffixes=self.
test_suffixes
):
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/formats/
googletest.py
23
self.
test_suffixes
= {exe_suffix, test_suffix + '.py'}
90
suffixes=self.
test_suffixes
):
Completed in 350 milliseconds