OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextElement
(Results
1 - 25
of
413
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/java/util/
Enumeration.java
41
* @see #
nextElement
53
public E
nextElement
();
ListResourceBundle.java
56
String
nextElement
;
59
if (
nextElement
!= null) {
63
String next = pEnum.
nextElement
();
65
nextElement
= next;
79
public String
nextElement
() {
84
String result =
nextElement
;
85
nextElement
= null;
89
return pEnum.
nextElement
();
100
public String
nextElement
() {
PropertyResourceBundle.java
86
String
nextElement
;
89
if (
nextElement
!= null) {
93
String next = pEnum.
nextElement
();
95
nextElement
= next;
109
public String
nextElement
() {
111
return local.
nextElement
();
114
String result =
nextElement
;
115
nextElement
= null;
119
return pEnum.
nextElement
();
/external/apache-http/src/org/apache/http/
HeaderElementIterator.java
59
HeaderElement
nextElement
();
/libcore/luni/src/test/java/tests/api/java/util/
StringTokenizerTest.java
47
&& (st.
nextElement
().equals("This")));
67
st.
nextElement
();
69
&& (st.
nextElement
().equals(":")));
98
st.
nextElement
();
101
st.
nextElement
();
102
st.
nextElement
();
103
st.
nextElement
();
104
st.
nextElement
();
126
* java.util.StringTokenizer#
nextElement
()
130
// java.util.StringTokenizer.
nextElement
()
[
all
...]
/external/chromium_org/third_party/icu/source/common/
usetiter.cpp
48
if (
nextElement
<= endElement) {
49
codepoint = codepointEnd =
nextElement
++;
55
codepoint = codepointEnd =
nextElement
++;
79
if (
nextElement
<= endElement) {
81
codepoint =
nextElement
;
82
nextElement
= endElement+1;
88
codepoint =
nextElement
;
89
nextElement
= endElement+1;
121
nextElement
= 0;
130
nextElement
= set->getRangeStart(iRange)
[
all
...]
/external/icu4c/common/
usetiter.cpp
48
if (
nextElement
<= endElement) {
49
codepoint = codepointEnd =
nextElement
++;
55
codepoint = codepointEnd =
nextElement
++;
79
if (
nextElement
<= endElement) {
81
codepoint =
nextElement
;
82
nextElement
= endElement+1;
88
codepoint =
nextElement
;
89
nextElement
= endElement+1;
121
nextElement
= 0;
130
nextElement
= set->getRangeStart(iRange)
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
StringTokenizerTest.java
42
&& (st.
nextElement
().equals("This")));
54
st.
nextElement
();
56
&& (st.
nextElement
().equals(":")));
76
st.
nextElement
();
79
st.
nextElement
();
80
st.
nextElement
();
81
st.
nextElement
();
82
st.
nextElement
();
104
* @tests java.util.StringTokenizer#
nextElement
()
108
// java.util.StringTokenizer.
nextElement
()
[
all
...]
NoSuchElementExceptionTest.java
33
v.elements().
nextElement
();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PBES2Algorithms.java
29
objectId = (ASN1ObjectIdentifier)e.
nextElement
();
31
ASN1Sequence seq = (ASN1Sequence)e.
nextElement
();
35
ASN1Sequence funcSeq = (ASN1Sequence)e.
nextElement
();
46
scheme = EncryptionScheme.getInstance(e.
nextElement
());
RSAPrivateKey.java
77
BigInteger v = ((ASN1Integer)e.
nextElement
()).getValue();
84
modulus = ((ASN1Integer)e.
nextElement
()).getValue();
85
publicExponent = ((ASN1Integer)e.
nextElement
()).getValue();
86
privateExponent = ((ASN1Integer)e.
nextElement
()).getValue();
87
prime1 = ((ASN1Integer)e.
nextElement
()).getValue();
88
prime2 = ((ASN1Integer)e.
nextElement
()).getValue();
89
exponent1 = ((ASN1Integer)e.
nextElement
()).getValue();
90
exponent2 = ((ASN1Integer)e.
nextElement
()).getValue();
91
coefficient = ((ASN1Integer)e.
nextElement
()).getValue();
95
otherPrimeInfos = (ASN1Sequence)e.
nextElement
();
[
all
...]
RSAPrivateKeyStructure.java
79
BigInteger v = ((ASN1Integer)e.
nextElement
()).getValue();
86
modulus = ((ASN1Integer)e.
nextElement
()).getValue();
87
publicExponent = ((ASN1Integer)e.
nextElement
()).getValue();
88
privateExponent = ((ASN1Integer)e.
nextElement
()).getValue();
89
prime1 = ((ASN1Integer)e.
nextElement
()).getValue();
90
prime2 = ((ASN1Integer)e.
nextElement
()).getValue();
91
exponent1 = ((ASN1Integer)e.
nextElement
()).getValue();
92
exponent2 = ((ASN1Integer)e.
nextElement
()).getValue();
93
coefficient = ((ASN1Integer)e.
nextElement
()).getValue();
97
otherPrimeInfos = (ASN1Sequence)e.
nextElement
();
[
all
...]
DHParameter.java
57
p = ASN1Integer.getInstance(e.
nextElement
());
58
g = ASN1Integer.getInstance(e.
nextElement
());
62
l = (ASN1Integer)e.
nextElement
();
PBKDF2Params.java
61
octStr = (ASN1OctetString)e.
nextElement
();
62
iterationCount = (ASN1Integer)e.
nextElement
();
66
keyLength = (ASN1Integer)e.
nextElement
();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
NetworkInterfaceTest.java
69
.
nextElement
();
78
.
nextElement
();
90
InetAddress theAddress = (InetAddress) addresses.
nextElement
();
101
.
nextElement
();
113
.
nextElement
();
122
.
nextElement
();
137
.
nextElement
();
146
.
nextElement
();
262
InetAddress theAddress = (InetAddress) addresses.
nextElement
();
275
InetAddress theAddress = (InetAddress) addresses.
nextElement
();
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERSequence.java
49
length += ((ASN1Encodable)e.
nextElement
()).toASN1Primitive().encodedLength();
67
out.writeObject((ASN1Encodable)e.
nextElement
());
BERSet.java
49
length += ((ASN1Encodable)e.
nextElement
()).toASN1Primitive().encodedLength();
67
out.writeObject((ASN1Encodable)e.
nextElement
());
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyPermissionCollection.java
44
public Permission
nextElement
() {
/libcore/luni/src/main/java/java/security/
PermissionsHash.java
69
if (((Permission)elements.
nextElement
()).implies(permission)) {
/cts/tools/dasm/src/java_cup/
non_terminal.java
135
nt = (non_terminal)e.
nextElement
();
152
prod = (production)e.
nextElement
();
180
nt = (non_terminal)n.
nextElement
();
185
prod = (production)p.
nextElement
();
264
if (((production)e.
nextElement
()).check_nullable())
symbol_set.java
78
if (!other.contains((symbol)e.
nextElement
()))
140
result = add((symbol)e.
nextElement
()) || result;
156
remove((symbol)e.
nextElement
());
198
result ^= ((symbol)e.
nextElement
()).hashCode();
220
result += ((symbol)e.
nextElement
()).name();
lalr_item_set.java
92
if (!other.contains((lalr_item)e.
nextElement
()))
171
add((lalr_item)e.
nextElement
());
185
remove((lalr_item)e.
nextElement
());
199
result = (lalr_item)the_set.
nextElement
();
274
prod = (production)p.
nextElement
();
340
result ^= ((lalr_item)e.
nextElement
()).hashCode();
358
result.append(" " + (lalr_item)e.
nextElement
() + "\n");
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixNetworkInterfaceTest.java
41
NetworkInterface netif = netifs.
nextElement
();
67
NetworkInterface netif = netifs.
nextElement
();
95
NetworkInterface netif = netifs.
nextElement
();
127
NetworkInterface netif = netifs.
nextElement
();
152
NetworkInterface netif = netifs.
nextElement
();
159
NetworkInterface sub1 = subInterfaces1.
nextElement
();
160
NetworkInterface sub2 = subInterfaces2.
nextElement
();
174
NetworkInterface netif = netifs.
nextElement
();
181
NetworkInterface sub = subInterfaces.
nextElement
();
202
NetworkInterface netif = netifs.
nextElement
();
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignerInfo.java
103
version = (ASN1Integer)e.
nextElement
();
104
sid = SignerIdentifier.getInstance(e.
nextElement
());
105
digAlgorithm = AlgorithmIdentifier.getInstance(e.
nextElement
());
107
Object obj = e.
nextElement
();
113
digEncryptionAlgorithm = AlgorithmIdentifier.getInstance(e.
nextElement
());
121
encryptedDigest = DEROctetString.getInstance(e.
nextElement
());
125
unauthenticatedAttributes = ASN1Set.getInstance((ASN1TaggedObject)e.
nextElement
(), false);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DSAParameter.java
62
p = ASN1Integer.getInstance(e.
nextElement
());
63
q = ASN1Integer.getInstance(e.
nextElement
());
64
g = ASN1Integer.getInstance(e.
nextElement
());
Completed in 858 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>