Searched defs:resource (Results 1 - 4 of 4) sorted by relevance

/libcore/support/src/test/java/tests/support/
H A DSupport_GetResource.java22 public static String getResourceURL(String resource) { argument
23 return "http://" + Support_Configuration.TestResources + resource;
/libcore/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java18 package tests.support.resource;
47 File resource = new File(ANDROID_BUILD_TOP + "/libcore/support/src/test/java" + path);
48 if (resource.exists()) {
50 return new FileInputStream(resource);
52 throw new IllegalArgumentException("Couldn't open: " + resource, ex);
56 throw new IllegalArgumentException("No such resource: " + path);
160 public static String getResourceURL(String resource) { argument
161 return "http://" + Support_Configuration.TestResources + resource;
165 * Util method to load resource files
167 * @param name - name of resource fil
[all...]
/libcore/
H A DJavaLibrary.mk48 define all-core-resource-dirs
54 core_resource_dirs := $(call all-core-resource-dirs,main)
55 test_resource_dirs := $(call all-core-resource-dirs,test)
130 # resource with a "#" in its name, but Perforce doesn't
/libcore/benchmarks/src/benchmarks/regression/
H A DR.java20 * This file is a subset of the frameworks' R.java (resource definition) file
2111 public static final int resource = 0; field in class:R

Completed in 177 milliseconds