Home
last modified time | relevance | path

Searched refs:test_dirname (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/unittests/
H A DCMakeLists.txt4 # add_clang_unittest(test_dirname file1.cpp file2.cpp)
7 # Produces a binary named 'basename(test_dirname)'.
8 function(add_clang_unittest test_dirname)
9 add_unittest(ClangUnitTests ${test_dirname} ${ARGN})
/aosp_15_r20/external/llvm/unittests/
H A DCMakeLists.txt10 function(add_llvm_unittest test_dirname)
11 add_unittest(UnitTests ${test_dirname} ${ARGN})
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_posixpath.py94 def test_dirname(self): member in PosixPathTest
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dresults_cache_unittest.py2191 test_dirname = (
2195 comp_path = os.path.join(os.getcwd(), "cache_dir", test_dirname)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_posixpath.py144 def test_dirname(self): member in PosixPathTest
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_test.py1053 def test_dirname(self): member in FakePathModuleTest