Searched refs:test_location (Results 1 – 9 of 9) sorted by relevance
/external/googletest/ |
D | run_tests.py | 56 test_location = os.path.join(os.environ['ANDROID_HOST_OUT'], 'bin') 59 test_location = os.path.join(data_dir, 'nativetest64') 60 if not os.path.exists(test_location): 61 test_location = os.path.join(data_dir, 'nativetest') 65 logger().debug('Scanning %s for tests', test_location) 66 for test in os.listdir(test_location): 73 cmd = [os.path.join(test_location, test)] 77 device_dir = test_location.replace(os.environ['OUT'], '')
|
/external/clang/bindings/python/tests/cindex/ |
D | test_location.py | 15 def test_location(): function
|
/external/fonttools/Tests/feaLib/ |
D | lexer_test.py | 117 def test_location(self): member in LexerTest
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 688 const CodeLocation& test_location = state->GetCodeLocation(test_name); in Register() local 694 prefix, test_location, case_name, test_names, 0); in Register()
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-internal.h | 688 const CodeLocation& test_location = state->GetCodeLocation(test_name); in Register() local 694 prefix, test_location, case_name, test_names, 0); in Register()
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 688 const CodeLocation& test_location = state->GetCodeLocation(test_name); in Register() local 694 prefix, test_location, case_name, test_names, 0); in Register()
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 720 const CodeLocation& test_location = state->GetCodeLocation(test_name); variable 726 prefix, test_location, case_name, test_names, 0, type_names);
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 760 const CodeLocation& test_location = state->GetCodeLocation(test_name); variable 766 prefix, test_location, case_name, test_names, 0, type_names);
|
/external/epid-sdk/ext/gtest/ |
D | gtest.h | 8434 const CodeLocation& test_location = state->GetCodeLocation(test_name); 8440 prefix, test_location, case_name, test_names, 0);
|