Searched refs:nextElement (Results 1 - 25 of 248) sorted by relevance

12345678910

/external/apache-http/src/org/apache/http/
H A DHeaderElementIterator.java59 HeaderElement nextElement(); method in interface:HeaderElementIterator
/external/chromium_org/third_party/icu/source/common/
H A Dusetiter.cpp48 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
[all...]
/external/icu4c/common/
H A Dusetiter.cpp48 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
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DStringTokenizerTest.java42 && (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...]
H A DNoSuchElementExceptionTest.java33 v.elements().nextElement();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DPBES2Algorithms.java29 objectId = (ASN1ObjectIdentifier)e.nextElement();
31 ASN1Sequence seq = (ASN1Sequence)e.nextElement();
35 ASN1Sequence funcSeq = (ASN1Sequence)e.nextElement();
46 scheme = EncryptionScheme.getInstance(e.nextElement());
H A DRSAPrivateKey.java77 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...]
H A DRSAPrivateKeyStructure.java79 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...]
H A DDHParameter.java57 p = ASN1Integer.getInstance(e.nextElement());
58 g = ASN1Integer.getInstance(e.nextElement());
62 l = (ASN1Integer)e.nextElement();
H A DPBKDF2Params.java61 octStr = (ASN1OctetString)e.nextElement();
62 iterationCount = (ASN1Integer)e.nextElement();
66 keyLength = (ASN1Integer)e.nextElement();
H A DPrivateKeyInfo.java79 BigInteger version = ((ASN1Integer)e.nextElement()).getValue();
85 algId = AlgorithmIdentifier.getInstance(e.nextElement());
86 privKey = ASN1OctetString.getInstance(e.nextElement());
90 attributes = ASN1Set.getInstance((ASN1TaggedObject)e.nextElement(), false);
H A DSignedData.java65 version = (ASN1Integer)e.nextElement();
66 digestAlgorithms = ((ASN1Set)e.nextElement());
67 contentInfo = ContentInfo.getInstance(e.nextElement());
71 ASN1Primitive o = (ASN1Primitive)e.nextElement();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DNetworkInterfaceTest.java69 .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/
H A DBERSequence.java49 length += ((ASN1Encodable)e.nextElement()).toASN1Primitive().encodedLength();
67 out.writeObject((ASN1Encodable)e.nextElement());
H A DBERSet.java49 length += ((ASN1Encodable)e.nextElement()).toASN1Primitive().encodedLength();
67 out.writeObject((ASN1Encodable)e.nextElement());
H A DASN1EncodableVector.java23 v.addElement(en.nextElement());
H A DBEROctetString.java85 public Object nextElement()
129 length += ((ASN1Encodable)e.nextElement()).toASN1Primitive().encodedLength();
148 out.writeObject((ASN1Encodable)e.nextElement());
163 v[index++] = (ASN1OctetString)e.nextElement();
H A DLazyConstructionEnumeration.java23 public Object nextElement() method in class:LazyConstructionEnumeration
H A DDERSequence.java54 Object obj = e.nextElement();
93 Object obj = e.nextElement();
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyPermissionCollection.java44 public Permission nextElement() {
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
H A DUnixNetworkInterfaceTest.java41 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/
H A DSignerInfo.java103 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/
H A DDSAParameter.java62 p = ASN1Integer.getInstance(e.nextElement());
63 q = ASN1Integer.getInstance(e.nextElement());
64 g = ASN1Integer.getInstance(e.nextElement());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DDHDomainParameters.java72 this.p = ASN1Integer.getInstance(e.nextElement());
73 this.g = ASN1Integer.getInstance(e.nextElement());
74 this.q = ASN1Integer.getInstance(e.nextElement());
92 return e.hasMoreElements() ? (ASN1Encodable)e.nextElement() : null;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DLookaheadStream.java49 /** Track object returned by nextElement upon end of stream;
67 /** Implement nextElement to supply a stream of elements to this
70 public abstract T nextElement(); method in class:LookaheadStream
107 T o = nextElement();

Completed in 389 milliseconds

12345678910