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

1234567891011

/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/icu/icu4c/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/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.java133 octStr = (ASN1OctetString)e.nextElement();
134 iterationCount = (ASN1Integer)e.nextElement();
138 Object o = e.nextElement();
145 o = 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/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();
H A DDERSet.java64 Object obj = e.nextElement();
103 Object obj = e.nextElement();
H A DDLSequence.java57 Object obj = e.nextElement();
96 Object obj = e.nextElement();
H A DDLSet.java102 Object obj = e.nextElement();
141 Object obj = e.nextElement();
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyPermissionCollection.java45 public Permission nextElement() {
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
H A DUnixNetworkInterfaceTest.java39 NetworkInterface netif = netifs.nextElement();
64 NetworkInterface netif = netifs.nextElement();
91 NetworkInterface netif = netifs.nextElement();
122 NetworkInterface netif = netifs.nextElement();
146 NetworkInterface netif = netifs.nextElement();
153 NetworkInterface sub1 = subInterfaces1.nextElement();
154 NetworkInterface sub2 = subInterfaces2.nextElement();
167 NetworkInterface netif = netifs.nextElement();
174 NetworkInterface sub = subInterfaces.nextElement();
193 NetworkInterface netif = netifs.nextElement();
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DSignerInfo.java191 version = (ASN1Integer)e.nextElement();
192 sid = SignerIdentifier.getInstance(e.nextElement());
193 digAlgorithm = AlgorithmIdentifier.getInstance(e.nextElement());
195 Object obj = e.nextElement();
201 digEncryptionAlgorithm = AlgorithmIdentifier.getInstance(e.nextElement());
209 encryptedDigest = DEROctetString.getInstance(e.nextElement());
213 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 580 milliseconds

1234567891011