Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbase_paths.cc35 FilePath test_data_path; in PathProvider() local
36 if (!PathService::Get(DIR_SOURCE_ROOT, &test_data_path)) in PathProvider()
38 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("base")); in PathProvider()
39 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("test")); in PathProvider()
40 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("data")); in PathProvider()
41 if (!PathExists(test_data_path)) // We don't want to create this. in PathProvider()
43 *result = test_data_path; in PathProvider()
/external/cronet/tot/base/
Dbase_paths.cc96 FilePath test_data_path; in PathProvider() local
97 if (!PathService::Get(DIR_SRC_TEST_DATA_ROOT, &test_data_path)) { in PathProvider()
100 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("base")); in PathProvider()
101 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("test")); in PathProvider()
102 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("data")); in PathProvider()
103 if (!PathExists(test_data_path)) // We don't want to create this. in PathProvider()
105 *result = test_data_path; in PathProvider()
/external/cronet/stable/base/
Dbase_paths.cc96 FilePath test_data_path; in PathProvider() local
97 if (!PathService::Get(DIR_SRC_TEST_DATA_ROOT, &test_data_path)) { in PathProvider()
100 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("base")); in PathProvider()
101 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("test")); in PathProvider()
102 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("data")); in PathProvider()
103 if (!PathExists(test_data_path)) // We don't want to create this. in PathProvider()
105 *result = test_data_path; in PathProvider()
/external/cronet/stable/third_party/libc++/src/utils/
Dgenerate_extended_grapheme_cluster_test.py234 test_data_path = Path(__file__)
235 test_data_path = test_data_path.absolute()
236 test_data_path = (
237 test_data_path.parent / "data" / "unicode" / "GraphemeBreakTest.txt"
240 with open(test_data_path, mode="rt", encoding="utf-8") as file:
/external/cronet/tot/third_party/libc++/src/utils/
Dgenerate_extended_grapheme_cluster_test.py234 test_data_path = Path(__file__)
235 test_data_path = test_data_path.absolute()
236 test_data_path = (
237 test_data_path.parent / "data" / "unicode" / "GraphemeBreakTest.txt"
240 with open(test_data_path, mode="rt", encoding="utf-8") as file:
/external/libwebm/testing/
Dtest_util.cc26 const char* test_data_path = std::getenv("LIBWEBM_TEST_DATA_PATH"); in GetTestDataDir() local
27 return test_data_path ? std::string(test_data_path) : std::string(); in GetTestDataDir()
/external/chromium-trace/catapult/tracing/
Dtracing_project.py114 test_data_path = os.path.join(tracing_root_path, 'test_data') variable in TracingProject
/external/googleapis/google/cloud/discoveryengine/v1alpha/
Dsearch_tuning_service.proto94 string test_data_path = 4; field
/external/googleapis/google/cloud/discoveryengine/v1beta/
Dsearch_tuning_service.proto94 string test_data_path = 4; field