Searched refs:resourcePaths (Results 1 - 7 of 7) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
H A DManifestFactoryTest.java67 List<String> resourcePaths = stringify(appManifest.getIncludedResourcePaths());
69 assertThat(resourcePaths).contains(
136 private List<String> stringify(Collection<ResourcePath> resourcePaths) { argument
138 for (ResourcePath resourcePath : resourcePaths) {
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
H A DResourceTableFactory.java36 public PackageResourceTable newResourceTable(String packageName, ResourcePath... resourcePaths) { argument
43 for (ResourcePath resourcePath : resourcePaths) {
49 for (ResourcePath resourcePath : resourcePaths) {
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
H A DAndroidManifest.java616 Collection<ResourcePath> resourcePaths = new LinkedHashSet<>(); // Needs stable ordering and no duplicates
617 resourcePaths.add(getResourcePath());
619 resourcePaths.addAll(libraryManifest.getIncludedResourcePaths());
621 return new ArrayList<>(resourcePaths);
/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/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
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/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 ...

Completed in 87 milliseconds