HomeSort by relevance Sort by last modified time
    Searched defs:juc (Results 1 - 19 of 19) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
JarURLConnectionTest.java 39 private JarURLConnection juc; field in class:JarURLConnectionTest
59 juc = (JarURLConnection) u.openConnection();
60 java.util.jar.Attributes a = juc.getJarEntry().getAttributes();
71 juc = (JarURLConnection) u.openConnection();
72 assertEquals("Returned incorrect entryName", "plus.bmp", juc
75 juc = (JarURLConnection) u.openConnection();
76 assertNull("Returned incorrect entryName", juc.getEntryName());
87 juc = (JarURLConnection) u.openConnection();
88 assertEquals("Returned incorrect JarEntry", "plus.bmp", juc
91 juc = (JarURLConnection) u.openConnection()
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldJarURLConnectionTest.java 44 JarURLConnection juc; field in class:OldJarURLConnectionTest
59 juc = (JarURLConnection) u.openConnection();
60 java.util.jar.Attributes a = juc.getAttributes();
77 juc = (JarURLConnection) u.openConnection();
78 assertNull(juc.getCertificates());
80 JarEntry je = juc.getJarEntry();
81 JarFile jf = juc.getJarFile();
85 Certificate [] certs = juc.getCertificates();
102 juc = (JarURLConnection) u.openConnection();
103 Manifest manifest = juc.getManifest()
    [all...]
  /libcore/ojluni/src/main/java/java/net/
URLClassLoader.java 240 JarURLConnection juc = (JarURLConnection)urlc; local
241 JarFile jar = juc.getJarFile();
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-6.0.1_r3-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 1391 milliseconds