Searched defs:resourcePath (Results 1 - 25 of 29) sorted by relevance

12

/external/skia/tests/
H A DBadIcoTest.cpp33 SkString resourcePath = SkOSPath::Join(badImagesFolder, badImages[i]); local
34 std::unique_ptr<SkStream> stream(GetResourceAsStream(resourcePath.c_str()));
H A Dskia_test.cpp157 SkString resourcePath = GetResourcePath(); local
158 if (!resourcePath.isEmpty()) {
159 header.appendf(" --resourcePath %s", resourcePath.c_str());
/external/skqp/tests/
H A DBadIcoTest.cpp33 SkString resourcePath = SkOSPath::Join(badImagesFolder, badImages[i]); local
34 std::unique_ptr<SkStream> stream(GetResourceAsStream(resourcePath.c_str()));
H A Dskia_test.cpp157 SkString resourcePath = GetResourcePath(); local
158 if (!resourcePath.isEmpty()) {
159 header.appendf(" --resourcePath %s", resourcePath.c_str());
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
H A DDrawableResourceLoader.java18 * @param resourcePath Resource path.
20 void findDrawableResources(ResourcePath resourcePath) { argument
21 FsFile[] files = resourcePath.getResourceBase().listFiles();
H A DRawResourceLoader.java6 private final ResourcePath resourcePath; field in class:RawResourceLoader
8 public RawResourceLoader(ResourcePath resourcePath) { argument
9 this.resourcePath = resourcePath;
18 FsFile resourceBase = resourcePath.getResourceBase();
H A DResourceTableFactory.java10 public PackageResourceTable newFrameworkResourceTable(ResourcePath resourcePath) { argument
17 if (resourcePath.getRClass() != null) {
18 addRClassValues(resourceTable, resourcePath.getRClass());
19 addMissingStyleableAttributes(resourceTable, resourcePath.getRClass());
21 if (resourcePath.getInternalRClass() != null) {
22 addRClassValues(resourceTable, resourcePath.getInternalRClass());
23 addMissingStyleableAttributes(resourceTable, resourcePath.getInternalRClass());
26 parseResourceFiles(resourcePath, resourceTable);
43 for (ResourcePath resourcePath : resourcePaths) {
44 if (resourcePath
110 parseResourceFiles(ResourcePath resourcePath, PackageResourceTable resourceTable) argument
169 loadOpaque(ResourcePath resourcePath, final PackageResourceTable resourceTable, final String type, final ResType resType) argument
[all...]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
H A DParameterizedRobolectricTestRunnerUriTest.java21 private final String resourcePath; field in class:ParameterizedRobolectricTestRunnerUriTest
25 String resourcePath,
28 this.resourcePath = resourcePath;
35 assertThat(Uri.parse(basePath).buildUpon().path(resourcePath).build()).isEqualTo(expectedUri);
24 ParameterizedRobolectricTestRunnerUriTest(String basePath, String resourcePath, String expectedUri) argument
/external/skqp/tools/flags/
H A DSkCommonFlags.h31 DECLARE_string(resourcePath); variable
/external/skia/tools/flags/
H A DSkCommonFlags.h33 DECLARE_string(resourcePath); variable
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
H A Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/util/ org/robolectric/res/ org/ ...
/external/kotlinc/lib/
H A Dkotlin-ant.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-ant.kotlin_module org/ org/ ...
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1597 milliseconds

12