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

123

/external/apache-http/src/org/apache/http/
H A DHeaderElementIterator.java64 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.java144 public HeaderElement nextElement() throws NoSuchElementException { method in class:BasicHeaderElementIterator
159 return nextElement();
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dusetiter.h268 int32_t nextElement; member in class:UnicodeSetIterator
/external/icu/icu4c/source/common/unicode/
H A Dusetiter.h268 int32_t nextElement; member in class:UnicodeSetIterator
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DRadioInputType.cpp40 HTMLElement* nextElement(const HTMLElement& element, bool forward) function in namespace:blink::__anon11094
96 for (HTMLElement* htmlElement = nextElement(element(), forward); htmlElement; htmlElement = nextElement(*htmlElement, forward)) {
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DCustomContextMenuProvider.cpp80 HTMLElement* nextElement = Traversal<HTMLElement>::firstWithin(menu); local
81 while (nextElement) {
82 if (isHTMLHRElement(*nextElement)) {
84 nextElement = Traversal<HTMLElement>::next(*nextElement, &menu);
85 } else if (isHTMLMenuElement(*nextElement)) {
87 String labelString = nextElement->fastGetAttribute(labelAttr);
90 populateContextMenuItems(*toHTMLMenuElement(nextElement), contextMenu);
93 populateContextMenuItems(*toHTMLMenuElement(nextElement), subMenu);
96 nextElement
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationrootelements.cpp104 uint32_t nextElement = elements[index + 1]; local
105 U_ASSERT(isEndOfPrimaryRange(nextElement));
106 step = (int32_t)nextElement & PRIMARY_STEP_MASK;
/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.h88 const UHashElement* nextElement(int32_t& pos) const;
186 inline const UHashElement* Hashtable::nextElement(int32_t& pos) const { function in class:Hashtable
/external/icu/icu4c/source/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.cpp108 void *nextElement; local
109 while(NULL != (nextElement = fNextDatumFunction(tileRange, curPositions))) {
110 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/chrome/browser/resources/chromeos/chromevox/common/
H A Dtraverse_content.js404 cvox.TraverseContent.prototype.nextElement = function(grain, domObj) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.cpp921 Element* nextElement = &element; local
925 hostContext.element = nextElement;
939 nextElement = NodeRenderingTraversal::parentElement(nextElement);
940 } while (nextElement);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp1333 Element* nextElement = toElement(nextSibling); local
1335 Node* nextChild = nextElement->firstChild();
1337 mergeIdenticalElements(element, nextElement);
1340 int endOffset = nextChild ? nextChild->nodeIndex() : nextElement->childNodes()->length();
1341 updateStartEnd(shouldUpdateStart ? Position(nextElement, start.offsetInContainerNode(), Position::PositionIsOffsetInAnchor) : start,
1342 Position(nextElement, endOffset, Position::PositionIsOffsetInAnchor));
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp502 llvm::Value *nextElement = local
506 if (endOfInit) Builder.CreateStore(nextElement, endOfInit);
509 llvm::Value *done = Builder.CreateICmpEQ(nextElement, end,
513 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 ...
/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/ ...

Completed in 1057 milliseconds

123