Searched defs:nextElement (Results 1 - 25 of 42) 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/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/icu4c/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/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/webkit/Source/WebCore/inspector/front-end/
H A DSourceFrame.js779 var nextElement = element.nextSibling; variable
783 parentElement.insertBefore(container, nextElement);
/external/webkit/Source/WebCore/editing/
H A DApplyStyleCommand.cpp1290 Element* nextElement = static_cast<Element *>(nextSibling); local
1292 Node* nextChild = nextElement->firstChild();
1294 mergeIdenticalElements(element, nextElement);
1297 int endOffset = nextChild ? nextChild->nodeIndex() : nextElement->childNodes()->length();
1298 updateStartEnd(shouldUpdateStart ? Position(nextElement, start.offsetInContainerNode(), Position::PositionIsOffsetInAnchor) : start,
1299 Position(nextElement, endOffset, Position::PositionIsOffsetInAnchor));
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp500 llvm::Value *nextElement = local
504 if (endOfInit) Builder.CreateStore(nextElement, endOfInit);
507 llvm::Value *done = Builder.CreateICmpEQ(nextElement, end,
511 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 ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.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/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 1061 milliseconds

12