Searched defs:resource (Results 1 – 13 of 13) sorted by relevance
22 public static String getResourceURL(String resource) { in getResourceURL()
47 File resource = new File(ANDROID_BUILD_TOP + "/libcore/support/src/test/java" + path); in getStream() local156 public static String getResourceURL(String resource) { in getResourceURL()
158 URL resource = Object.class.getClassLoader().getResource(name); in getResource() local
328 URL resource = XPathFactoryFinder.class.getClassLoader().getResource(SERVICE_ID); in createServiceFileIterator() local
262 String resource = readResource(cl, "android/icu/ICUConfig.properties"); in testLookupOrder_bootOverride() local
491 URL resource = getClass().getResource("/simple.xml"); in test_parseLjava_lang_String() local
877 private static Properties readConfigProperties(final String resource) throws Exception { in readConfigProperties()
251 …public static StructRlimit getrlimit(int resource) throws ErrnoException { return Libcore.os.getrl… in getrlimit()
99 public StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit()
123 …public StructRlimit getrlimit(int resource) throws ErrnoException { return os.getrlimit(resource);… in getrlimit()
97 public native StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit()
1443 static jobject Linux_getrlimit(JNIEnv* env, jobject, jint resource) { in Linux_getrlimit()
2111 public static final int resource = 0; field in R