Home
last modified time | relevance | path

Searched refs:test_location (Results 1 – 9 of 9) sorted by relevance

/external/googletest/
Drun_tests.py56 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/
Dtest_location.py15 def test_location(): function
/external/fonttools/Tests/feaLib/
Dlexer_test.py117 def test_location(self): member in LexerTest
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h688 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/
Dgtest-internal.h688 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/
Dgtest-internal.h688 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/
Dgtest-internal.h720 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/
Dgtest-internal.h760 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/
Dgtest.h8434 const CodeLocation& test_location = state->GetCodeLocation(test_name);
8440 prefix, test_location, case_name, test_names, 0);