Searched refs:firstNode (Results 1 - 25 of 27) sorted by relevance

12

/external/libdrm/amdgpu/
H A Dutil_hash.c155 struct util_node *firstNode = oldBuckets[i]; local
156 while (firstNode != e) {
157 unsigned h = firstNode->key;
158 struct util_node *lastNode = firstNode;
170 *beforeFirstNode = firstNode;
171 firstNode = afterLastNode;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c154 struct cso_node *firstNode = oldBuckets[i]; local
155 while (firstNode != e) {
156 unsigned h = firstNode->key;
157 struct cso_node *lastNode = firstNode;
169 *beforeFirstNode = firstNode;
170 firstNode = afterLastNode;
/external/guava/guava/src/com/google/common/collect/
H A DLinkedListMultimap.java147 KeyList(Node<K, V> firstNode) { argument
148 this.head = firstNode;
149 this.tail = firstNode;
150 firstNode.previousSibling = null;
151 firstNode.nextSibling = null;
H A DTreeMultiset.java356 @Nullable private AvlNode<E> firstNode() { method in class:TreeMultiset
403 AvlNode<E> current = firstNode();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java143 KeyList(Node<K, V> firstNode) { argument
144 this.head = firstNode;
145 this.tail = firstNode;
146 firstNode.previousSibling = null;
147 firstNode.nextSibling = null;
H A DTreeMultiset.java352 @Nullable private AvlNode<E> firstNode() { method in class:TreeMultiset
399 AvlNode<E> current = firstNode();
/external/libxml2/include/libxml/
H A DparserInternals.h590 * @firstNode: the fist node in the chunk
597 xmlNodePtr firstNode,
/external/libxml2/
H A Dparser.c288 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode,
14651 * @firstNode : A valid first node for children of entity
14657 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, argument
14661 (*xmlEntityRefFunc) (ent, firstNode, lastNode);
/external/guice/extensions/persist/lib/
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/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/ ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
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/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
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 ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1487 milliseconds

12