HomeSort by relevance Sort by last modified time
    Searched defs:NEXT (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /libcore/ojluni/src/main/java/java/util/concurrent/
CompletableFuture.java 437 volatile Completion next; // Treiber stack link field in class:CompletableFuture.Completion
456 static void lazySetNext(Completion c, Completion next) {
457 U.putOrderedObject(c, NEXT, next);
474 if (f.casStack(h, t = h.next)) {
480 h.next = null; // detach
490 Completion s = q.next;
500 p.next = s;
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
ieee.c 214 /* Length is next byte, allowing 0..255. */
219 /* Length is next two bytes, allowing 0..65535. */
528 /* The stack pointer always points to the next unused location. */
741 *pptr = &new_symbol->next;
917 for (s = abfd->sections; s != NULL; s = s->next)
1075 symp = symp->next)
1085 symp = symp->next)
    [all...]
  /external/libxml2/
parser.c 7346 xmlNodePtr nw = NULL, cur, next, last, local
11090 xmlChar cur, next; local
    [all...]
xmlregexp.c 53 #define NEXT ctxt->cur++
298 int nextbranch; /* the next transition to explore in that state */
6453 xmlExpNodePtr next;\/* the next node in the hash table or free list *\/ member in struct:_xmlExpNode
    [all...]
xpath.c 366 if (node1 == node2->next)
411 if (node1 == node2->next)
430 for (cur = node1->next;cur != NULL;cur = cur->next)
1278 cur = cur->next;
12115 xmlXPathTraversalFunction next = NULL; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.0/
objenesis-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /prebuilts/devtools/tools/lib/
objenesis-2.1.jar 
commons-compress-1.8.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
objenesis-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.1/
objenesis-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.4/
objenesis-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.5/
objenesis-2.5.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 302 milliseconds

1 23 4 5