Home
last modified time | relevance | path

Searched defs:resource (Results 1 – 13 of 13) sorted by relevance

/libcore/support/src/test/java/tests/support/
DSupport_GetResource.java22 public static String getResourceURL(String resource) { in getResourceURL()
/libcore/support/src/test/java/tests/support/resource/
DSupport_Resources.java47 File resource = new File(ANDROID_BUILD_TOP + "/libcore/support/src/test/java" + path); in getStream() local
156 public static String getResourceURL(String resource) { in getResourceURL()
/libcore/dalvik/src/main/java/dalvik/system/
DDelegateLastClassLoader.java158 URL resource = Object.class.getClassLoader().getResource(name); in getResource() local
/libcore/luni/src/main/java/javax/xml/xpath/
DXPathFactoryFinder.java328 URL resource = XPathFactoryFinder.class.getClassLoader().getResource(SERVICE_ID); in createServiceFileIterator() local
/libcore/luni/src/test/java/libcore/dalvik/system/
DDelegateLastClassLoaderTest.java262 String resource = readResource(cl, "android/icu/ICUConfig.properties"); in testLookupOrder_bootOverride() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DDocumentBuilderTest.java491 URL resource = getClass().getResource("/simple.xml"); in test_parseLjava_lang_String() local
/libcore/ojluni/src/main/java/java/time/chrono/
DHijrahChronology.java877 private static Properties readConfigProperties(final String resource) throws Exception { in readConfigProperties()
/libcore/luni/src/main/java/android/system/
DOs.java251 …public static StructRlimit getrlimit(int resource) throws ErrnoException { return Libcore.os.getrl… in getrlimit()
/libcore/luni/src/main/java/libcore/io/
DOs.java99 public StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit()
DForwardingOs.java123 …public StructRlimit getrlimit(int resource) throws ErrnoException { return os.getrlimit(resource);… in getrlimit()
DLinux.java97 public native StructRlimit getrlimit(int resource) throws ErrnoException; in getrlimit()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1443 static jobject Linux_getrlimit(JNIEnv* env, jobject, jint resource) { in Linux_getrlimit()
/libcore/benchmarks/src/benchmarks/regression/
DR.java2111 public static final int resource = 0; field in R