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

  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 192 final Enumeration enumer = super.keys(); local
195 return enumer.hasMoreElements();
198 Referenced nextReference = (Referenced) enumer.nextElement();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipFileTest.java 159 Enumeration<? extends ZipEntry> enumer = zfile.entries(); local
161 while (enumer.hasMoreElements()) {
163 enumer.nextElement();
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
IteratorsTest.java 853 Enumeration<Integer> enumer = enumerate(); local
854 Iterator<Integer> iter = Iterators.forEnumeration(enumer);
865 Enumeration<Integer> enumer = enumerate(1); local
866 Iterator<Integer> iter = Iterators.forEnumeration(enumer);
885 Enumeration<Integer> enumer = enumerate(1, 2, 3); local
886 Iterator<Integer> iter = Iterators.forEnumeration(enumer);
899 Enumeration<Integer> enumer = Iterators.asEnumeration(iter); local
901 assertFalse(enumer.hasMoreElements());
903 enumer.nextElement();
911 Enumeration<Integer> enumer = Iterators.asEnumeration(iter) local
926 Enumeration<Integer> enumer = Iterators.asEnumeration(iter); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java 1098 Enumeration<Integer> enumer = enumerate(); local
1110 Enumeration<Integer> enumer = enumerate(1); local
1130 Enumeration<Integer> enumer = enumerate(1, 2, 3); local
1144 Enumeration<Integer> enumer = Iterators.asEnumeration(iter); local
1156 Enumeration<Integer> enumer = Iterators.asEnumeration(iter); local
1171 Enumeration<Integer> enumer = Iterators.asEnumeration(iter); local
    [all...]
  /external/robolectric/v1/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
commons-logging-1.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
commons-logging-1.1.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
commons-logging-1.1.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.3/
commons-logging-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/tools/common/offline-m2/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.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 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 157 milliseconds