Searched defs:resource (Results 1 – 12 of 12) 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()
220 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
283 public StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit()
342 …public StructRlimit getrlimit(int resource) throws ErrnoException { return os.getrlimit(resource);… in getrlimit()
98 public native StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit()
290 …public static @Nullable StructRlimit getrlimit(int resource) throws ErrnoException { return Libcor… in getrlimit()
1498 static jobject Linux_getrlimit(JNIEnv* env, jobject, jint resource) { in Linux_getrlimit()
2111 public static final int resource = 0; field in R