Home
last modified time | relevance | path

Searched defs:resourcePath (Results 1 – 24 of 24) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
DDrawableResourceLoaderNoRunnerTest.java69 ResourcePath resourcePath = new ResourcePath(null, mockTestBaseDir, null); in shouldFindDrawableResourcesWorkWithUnixJarFilePath() local
92 ResourcePath resourcePath = new ResourcePath(null, mockTestBaseDir, null); in shouldFindDrawableResourcesWorkWithUnixFilePath() local
115 ResourcePath resourcePath = new ResourcePath(null, mockTestBaseDir, null); in shouldFindDrawableResourcesWorkWithWindowsJarFilePath() local
138 ResourcePath resourcePath = new ResourcePath(null, mockTestBaseDir, null); in shouldFindDrawableResourcesWorkWithWindowsFilePath() local
DStyleResourceLoaderTest.java22 ResourcePath resourcePath = sdkResources(JELLY_BEAN); in setUp() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DParameterizedRobolectricTestRunnerUriTest.java21 private final String resourcePath; field in ParameterizedRobolectricTestRunnerUriTest
25 String resourcePath, in ParameterizedRobolectricTestRunnerUriTest()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DRawResourceLoader.java6 private final ResourcePath resourcePath; field in RawResourceLoader
8 public RawResourceLoader(ResourcePath resourcePath) { in RawResourceLoader()
DResourceTableFactory.java10 public PackageResourceTable newFrameworkResourceTable(ResourcePath resourcePath) { in newFrameworkResourceTable()
DDrawableResourceLoader.java20 void findDrawableResources(ResourcePath resourcePath) { in findDrawableResources()
/external/skqp/tests/
DBadIcoTest.cpp36 SkString resourcePath = SkOSPath::Join(badImagesFolder, badImages[i]); in DEF_TEST() local
Dskia_test.cpp161 SkString resourcePath = GetResourcePath(); in main() local
/external/skia/tests/
DBadIcoTest.cpp37 SkString resourcePath = SkOSPath::Join(badImagesFolder, badImages[i]); in DEF_TEST() local
DSkSLTest.cpp43 SkString resourcePath = SkStringPrintf("sksl/%s", testFile); in test_one_permutation() local
Dskia_test.cpp178 SkString resourcePath = GetResourcePath(); in main() local
/external/clang/test/Analysis/
DMissingDealloc.m155 NSString *resourcePath; field
164 - (NSString *)resourcePath; method
/external/llvm-project/clang/test/Analysis/
DMissingDealloc.m155 NSString *resourcePath; field
164 - (NSString *)resourcePath; method
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DSdkEnvironment.java34 ResourcePath resourcePath = createRuntimeSdkResourcePath(dependencyResolver); in getSystemResourceTable() local
/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/
Drun_wasm_gm_tests.go192 func runTests(ctx context.Context, builtPath, nodeBinPath, resourcePath, testHarnessPath, workPath … argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelativeDateFormat.java342 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in initializeCombinedFormat() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelativeDateFormat.java339 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in initializeCombinedFormat() local
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DSdkStore.java269 private static File copyResourceToFile(String resourcePath) throws IOException { in copyResourceToFile()
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp1492 const char* resourcePath = va_arg(args, const char*); in traceData() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRelativeDateTimeFormatter.java1516 String resourcePath = "calendar/" + calType + "/DateTimePatterns"; in getDateTimePattern() local
DSimpleDateFormat.java1226 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in getDefaultPattern() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRelativeDateTimeFormatter.java1426 String resourcePath = "calendar/" + calType + "/DateTimePatterns"; in getDateTimePattern() local
DSimpleDateFormat.java1221 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in getDefaultPattern() local
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp688 CharString resourcePath("calendar/", status); in construct() local