Home
last modified time | relevance | path

Searched refs:testDataPath (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/bazel-skylib/gazelle/bzl/
H A Dgazelle_test.go32 const testDataPath = "bzl/testdata/" const
45 if strings.HasPrefix(f.ShortPath, testDataPath) {
46 relativePath := strings.TrimPrefix(f.ShortPath, testDataPath)
73 trim := testDataPath + name + "/"
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/
H A Dpython_test.go40 testDataPath = extensionDir + "testdata" + string(os.PathSeparator) const
53 if strings.HasPrefix(f.ShortPath, testDataPath) {
54 relativePath := strings.TrimPrefix(f.ShortPath, testDataPath)
81 trim := filepath.Join(testDataPath, name) + string(os.PathSeparator)
/aosp_15_r20/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
H A DFormatterIntegrationTest.java68 Path testDataPath = Paths.get("com/google/googlejavaformat/java/testdata"); in data() local
75 if (resourceNamePath.startsWith(testDataPath)) { in data()
76 Path subPath = testDataPath.relativize(resourceNamePath); in data()
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Ducaconf.cpp42 uprv_strcpy(testDataPath, srcDir); in UCAConformanceTest()
43 uprv_strcat(testDataPath, "CollationTest_"); in UCAConformanceTest()
116 uprv_strcpy(buffer, testDataPath); in openTestFile()
H A Dtsmthred.cpp799 char testDataPath[1024]; in TestCollators() local
800 strcpy(testDataPath, IntlTest::getSourceTestData(status)); in TestCollators()
805 strcat(testDataPath, "CollationTest_"); in TestCollators()
814 strcpy(buffer, testDataPath); in TestCollators()
H A Ducaconf.h49 char testDataPath[1024]; variable
H A Dintltest.cpp1702 const char *testDataPath = loadTestData(errorCode); in getUnidataPath() local
1709 strcpy(path, testDataPath); in getUnidataPath()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp42 uprv_strcpy(testDataPath, srcDir); in UCAConformanceTest()
43 uprv_strcat(testDataPath, "CollationTest_"); in UCAConformanceTest()
116 uprv_strcpy(buffer, testDataPath); in openTestFile()
H A Dtsmthred.cpp798 char testDataPath[1024]; in TestCollators() local
799 strcpy(testDataPath, IntlTest::getSourceTestData(status)); in TestCollators()
804 strcat(testDataPath, "CollationTest_"); in TestCollators()
813 strcpy(buffer, testDataPath); in TestCollators()
H A Ducaconf.h49 char testDataPath[1024]; variable
H A Dintltest.cpp1618 const char *testDataPath = loadTestData(errorCode); in getUnidataPath() local
1625 strcpy(path, testDataPath); in getUnidataPath()
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/testing/
H A DRobolectricFileDownloader.java92 Path testDataPath = RunfilesPaths.resolve(testDataRelativePath); in startDownloadingInternal() local
93 Path uriToDownloadPath = testDataPath.resolve(uriToDownload.getLastPathSegment()); in startDownloadingInternal()
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c1848 const char *testDataPath; in TestTZDataDir() local
1860 testDataPath = loadTestData(&status); in TestTZDataDir()
1867 u_setTimeZoneFilesDirectory(testDataPath, &status); in TestTZDataDir()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dudatatst.c1844 const char *testDataPath; in TestTZDataDir() local
1856 testDataPath = loadTestData(&status); in TestTZDataDir()
1863 u_setTimeZoneFilesDirectory(testDataPath, &status); in TestTZDataDir()