Searched defs:nextElement (Results 1 - 25 of 50) sorted by relevance

12

/external/apache-http/src/org/apache/http/
H A DHeaderElementIterator.java59 HeaderElement nextElement(); method in interface:HeaderElementIterator
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DLazyConstructionEnumeration.java23 public Object nextElement() method in class:LazyConstructionEnumeration
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DUnbufferedTokenStream.java61 public Token nextElement() { method in class:UnbufferedTokenStream
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderElementIterator.java139 public HeaderElement nextElement() throws NoSuchElementException { method in class:BasicHeaderElementIterator
154 return nextElement();
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dusetiter.h268 int32_t nextElement; member in class:UnicodeSetIterator
/external/icu4c/common/unicode/
H A Dusetiter.h268 int32_t nextElement; member in class:UnicodeSetIterator
/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();
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DNamespaceSupport.java294 * @see java.util.Enumeration#nextElement()
296 public Object nextElement() { method in class:NamespaceSupport.Prefixes
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DTBSCertList.java119 public Object nextElement() method in class:TBSCertList.RevokedCertificatesEnumeration
121 return CRLEntry.getInstance(en.nextElement());
133 public Object nextElement() method in class:TBSCertList.EmptyEnumeration
/external/chromium_org/third_party/icu/source/common/
H A Dhash.h87 const UHashElement* nextElement(int32_t& pos) const;
185 inline const UHashElement* Hashtable::nextElement(int32_t& pos) const { function in class:Hashtable
/external/chromium_org/third_party/skia/src/core/
H A DSkTileGrid.cpp110 void *nextElement; local
111 while(NULL != (nextElement = fNextDatumFunction(tileRange, curPositions))) {
112 results->push(nextElement);
/external/icu4c/common/
H A Dhash.h88 const UHashElement* nextElement(int32_t& pos) const;
186 inline const UHashElement* Hashtable::nextElement(int32_t& pos) const { function in class:Hashtable
/external/skia/src/core/
H A DSkTileGrid.cpp110 void *nextElement; local
111 while(NULL != (nextElement = fNextDatumFunction(tileRange, curPositions))) {
112 results->push(nextElement);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.java83 public Object nextElement() { method in class:CommonTreeNodeStream
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DNamespaceSupport2.java411 String prefix=(String)allPrefixes.nextElement();
421 public Object nextElement() method in class:PrefixForUriEnumerator
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp1313 Element* nextElement = toElement(nextSibling); local
1315 Node* nextChild = nextElement->firstChild();
1317 mergeIdenticalElements(element, nextElement);
1320 int endOffset = nextChild ? nextChild->nodeIndex() : nextElement->childNodes()->length();
1321 updateStartEnd(shouldUpdateStart ? Position(nextElement, start.offsetInContainerNode(), Position::PositionIsOffsetInAnchor) : start,
1322 Position(nextElement, endOffset, Position::PositionIsOffsetInAnchor));
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp485 llvm::Value *nextElement = local
489 if (endOfInit) Builder.CreateStore(nextElement, endOfInit);
492 llvm::Value *done = Builder.CreateICmpEQ(nextElement, end,
496 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...

Completed in 976 milliseconds

12