Searched refs:test_location (Results 1 - 5 of 5) sorted by relevance

/external/googletest/
H A 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/
H A Dtest_location.py15 def test_location(): function
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h689 const CodeLocation& test_location = state->GetCodeLocation(test_name); local
695 prefix, test_location, case_name, test_names, 0);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h688 const CodeLocation& test_location = state->GetCodeLocation(test_name); local
694 prefix, test_location, case_name, test_names, 0);
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h688 const CodeLocation& test_location = state->GetCodeLocation(test_name); local
694 prefix, test_location, case_name, test_names, 0);

Completed in 195 milliseconds