Searched defs:resourceFile (Results 1 - 12 of 12) sorted by relevance

/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/util/
H A DTestRunnerWithManifest.java18 private static FsFile resourceFile(String... pathParts) { method in class:TestRunnerWithManifest
40 return new AndroidManifest(resourceFile("AndroidManifest.xml"), resourceFile("res"), resourceFile("assets"));
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/util/
H A DTestRunnerWithManifest.java18 private static FsFile resourceFile(String... pathParts) { method in class:TestRunnerWithManifest
40 return new AndroidManifest(resourceFile("AndroidManifest.xml"), resourceFile("res"), resourceFile("assets"));
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
H A DTestUtil.java72 public static File resourceFile(String... pathParts) { method in class:TestUtil
77 return new RobolectricConfig(resourceFile(androidManifestFile), null, null);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/
H A DTestUtil.java33 public static FsFile resourceFile(String... pathParts) { method in class:TestUtil
39 TEST_RESOURCE_PATH = new ResourcePath(R.class, resourceFile("res"), resourceFile("assets"));
45 return new ResourcePath(org.robolectric.lib1.R.class, resourceFile("lib1/res"), resourceFile("lib1/assets"));
49 return new ResourcePath(org.robolectric.lib2.R.class, resourceFile("lib2/res"), resourceFile("lib2/assets"));
53 return new ResourcePath(org.robolectric.lib3.R.class, resourceFile("lib3/res"), resourceFile("lib3/assets"));
71 return new ResourcePath(org.robolectric.gradleapp.R.class, resourceFile("gradl
[all...]
/external/dagger2/lib/
H A Dauto-service-1.0-rc2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/service/ ...
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/python/cpython2/Mac/Modules/icn/
H A D_Icnmodule.c887 FSSpec resourceFile; local
896 PyMac_GetFSSpec, &resourceFile,
901 &resourceFile,
980 FSSpec resourceFile; local
987 PyMac_GetFSSpec, &resourceFile,
991 &resourceFile,
1530 PyDoc_STR("(OSType creator, OSType iconType, FSSpec resourceFile, SInt16 resourceID) -> (IconRef theIconRef)")},
1538 PyDoc_STR("(IconRef theIconRef, FSSpec resourceFile, SInt16 resourceID) -> None")},
/external/python/cpython2/Mac/Modules/res/
H A D_Resmodule.c1340 FSSpec resourceFile; local
1347 PyMac_GetFSSpec, &resourceFile))
1349 _rv = FSpResourceFileAlreadyOpen(&resourceFile,
1669 PyDoc_STR("(FSSpec resourceFile) -> (Boolean _rv, Boolean inChain, SInt16 refNum)")},
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 631 milliseconds