Home
last modified time | relevance | path

Searched defs:resName (Results 1 – 2 of 2) sorted by relevance

/libcore/libart/src/main/java/java/lang/
DClassLoader.java150 public static URL getSystemResource(String resName) { in getSystemResource()
166 public static Enumeration<URL> getSystemResources(String resName) throws IOException { in getSystemResources()
181 public static InputStream getSystemResourceAsStream(String resName) { in getSystemResourceAsStream()
400 public URL getResource(String resName) { in getResource()
422 public Enumeration<URL> getResources(String resName) throws IOException { in getResources()
440 public InputStream getResourceAsStream(String resName) { in getResourceAsStream()
546 protected URL findResource(String resName) { in findResource()
564 protected Enumeration<URL> findResources(String resName) throws IOException { in findResources()
791 protected Enumeration<URL> findResources(String resName) throws IOException { in findResources()
831 public URL getResource(String resName) { in getResource()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/
DX500PrincipalTest.java52 String resName = xpr.getName(); in test_X500Principal_01() local
153 String resName = xpr.getName(); in test_getName() local
168 String resName = xpr.getName(X500Principal.CANONICAL); in test_getName_Format() local
176 String resName = xpr.getName(X500Principal.RFC1779); in test_getName_Format() local
183 String resName = xpr.getName(X500Principal.RFC2253); in test_getName_Format() local
190 String resName = xpr.getName(null); in test_getName_Format() local
195 String resName = xpr.getName("RFC2254"); in test_getName_Format() local