OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enumer
(Results
1 - 14
of
14
) sorted by null
/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
=
enumer
ate();
local
1110
Enumeration<Integer>
enumer
=
enumer
ate(1);
local
1130
Enumeration<Integer>
enumer
=
enumer
ate(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
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipFileTest.java
154
Enumeration<? extends ZipEntry>
enumer
= zfile.entries();
local
156
while (
enumer
.hasMoreElements()) {
158
enumer
.nextElement();
/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();
/external/robolectric/lib/main/
commons-logging-1.1.1.jar
/prebuilts/devtools/tools/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/offline-m2/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.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/m2/repository/commons-logging/commons-logging/1.1.3/
commons-logging-1.1.3.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.8.0-rc/
google-api-java-client-min-repackaged.jar
Completed in 492 milliseconds