Searched defs:lastNode (Results 1 - 21 of 21) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java374 @Nullable private AvlNode<E> lastNode() { method in class:TreeMultiset
441 AvlNode<E> current = lastNode();
/external/libdrm/amdgpu/
H A Dutil_hash.c158 struct util_node *lastNode = firstNode; local
162 while (lastNode->next != e && lastNode->next->key == h)
163 lastNode = lastNode->next;
165 afterLastNode = lastNode->next;
169 lastNode->next = *beforeFirstNode;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c155 struct cso_node *lastNode = firstNode; local
159 while (lastNode->next != e && lastNode->next->key == h)
160 lastNode = lastNode->next;
162 afterLastNode = lastNode->next;
166 lastNode->next = *beforeFirstNode;
/external/guava/guava/src/com/google/common/collect/
H A DTreeMultiset.java378 @Nullable private AvlNode<E> lastNode() { method in class:TreeMultiset
445 AvlNode<E> current = lastNode();
/external/jsoncpp/src/test_lib_json/
H A Djsontest.cpp91 PredicateContext* lastNode = rootPredicateNode_.next_; local
92 for (; lastNode != 0; lastNode = lastNode->next_) {
93 if (lastNode->id_ > lastUsedPredicateId_) // new PredicateContext
95 lastUsedPredicateId_ = lastNode->id_;
97 lastNode->file_, lastNode->line_, lastNode->expr_, nestingLevel);
100 lastNode
126 PredicateContext* lastNode = &rootPredicateNode_; local
145 const PredicateContext* lastNode = &rootPredicateNode_; local
[all...]
/external/libxml2/
H A Dparser.c289 xmlNodePtr lastNode);
14893 * @lastNode : A valid last node of children entity
14899 xmlNodePtr lastNode)
14902 (*xmlEntityRefFunc) (ent, firstNode, lastNode);
14898 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, xmlNodePtr lastNode) argument
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 273 milliseconds