HomeSort by relevance Sort by last modified time
    Searched refs:NEXT (Results 151 - 175 of 236) sorted by null

1 2 3 4 5 67 8 910

  /external/llvm/test/MC/ARM/
eh-directive-section.s 54 @ CHECK-NEXT: Name: .TEST1
113 @ CHECK-NEXT: Name: TEST2
directive-arch_extension-simd.s 14 @ CHECK-V7-NEXT: .arch_extension simd
15 @ CHECK-V7-NEXT: ^
122 @ CHECK-V7-NEXT: .arch_extension nosimd
123 @ CHECK-V7-NEXT: ^
eh-directive-text-section.s 33 @ CHECK-NEXT: Name: .text
  /external/llvm/test/MC/Mips/
micromips-16-bit-instructions.s 48 # CHECK-NEXT: jalr $9 # encoding: [0xc9,0x45]
50 # CHECK-NEXT: jalrs16 $9 # encoding: [0xe9,0x45]
103 # CHECK-NEXT: jalr $9 # encoding: [0x45,0xc9]
105 # CHECK-NEXT: jalrs16 $9 # encoding: [0x45,0xe9]
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 78 NEXT = 45,
155 Operator& Operator::create<Operator::NEXT>();
  /frameworks/compile/mclinker/lib/Script/
Operator.cpp 39 "NEXT", "ORIGIN", "SEGMENT_START",
142 Operator& Operator::create<Operator::NEXT>() {
143 static UnaryOp<Operator::NEXT> op;
UnaryOp.cpp 147 IntOperand* UnaryOp<Operator::NEXT>::eval(const Module& pModule,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
regression.s 70 B NEXT ; //jump over fail
84 NEXT: STRB R4,[R0,#0x0] ;//Store Byte
236 LONGJUMP: B RETURN; //jump back to next
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 80 private static final int NEXT = 1;
226 if (hasSelection() && mOnDeck[NEXT] != null) {
228 mSelection = mOnDeck[NEXT];
229 mOnDeck[NEXT] = null;
241 placeOnDeck(mSelection, NEXT);
503 log("load natural %s", (mSlot == NEXT ? "next" : "previous"));
508 if (mSlot == NEXT) {
522 log("natural %s being rendered", (mSlot == NEXT ? "next" : "previous"))
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
list.h 28 #define LINK(type) struct { type *prev, *next; }
32 (elt)->link.next = (type *)(-1); \
37 (void *)((elt)->link.next) != (void *)(-1))
51 (elt)->link.next = (list).head; \
59 (list).tail->link.next = (elt); \
63 (elt)->link.next = NULL; \
70 if ((elt)->link.next != NULL) \
71 (elt)->link.next->link.prev = (elt)->link.prev; \
77 (elt)->link.prev->link.next = (elt)->link.next; \
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
labeloffset.s 85 # CHECK-NEXT: 1: incl
  /external/minijail/
bpf.h 101 #define NEXT 0
syscall_filter_unittest.c 78 BPF_JMP+BPF_JEQ+BPF_K, ARCH_NR, SKIP, NEXT); \
85 BPF_JMP+BPF_JEQ+BPF_K, (_nr), NEXT, SKIP); \
93 BPF_JMP+BPF_JEQ+BPF_K, (_nr), NEXT, SKIP); \
268 curr_block = block->next;
272 curr_block = curr_block->next;
277 curr_block = curr_block->next;
282 curr_block = curr_block->next;
286 EXPECT_EQ(curr_block->next, NULL);
310 curr_block = block->next;
314 curr_block = curr_block->next;
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 95 * - There is exactly one (last) Node with a null next reference,
154 volatile Node<E> next; field in class:ConcurrentLinkedQueue.Node
172 U.putOrderedObject(node, NEXT, val);
176 return U.compareAndSwapObject(node, NEXT, cmp, val);
185 * - (tmp = head).next != tmp || tmp != head
195 * node with node.next == null) can be reached in O(1) time.
203 * - tail.next may or may not be self-pointing to tail.
265 * Returns the successor of p, or the head node if p.next has been
270 Node<E> next = p.next; local
448 Node<E> next, pred = null; local
702 public E next() { method in class:ConcurrentLinkedQueue.Itr
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 56 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
83 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
329 | NEXT st { if (infunc)
330 SYNTAX("next is illegal inside a function");
331 $$ = stat1(NEXT, NIL); }
lex.c 73 { "next", NEXT, NEXT },
101 int gettok(char **pbuf, int *psz) /* get next input token */
499 void startreg(void) /* next call to yylex will return a regular expression */
544 int input(void) /* get next lexical input character */
  /external/llvm/lib/Support/
regcomp.c 65 char *next; /* next character in RE */ member in struct:parse
122 #define PEEK() (*p->next)
123 #define PEEK2() (*(p->next+1))
124 #define MORE() (p->next < p->end)
125 #define MORE2() (p->next+1 < p->end)
128 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
130 #define NEXT() (p->next++)
131 #define NEXT2() (p->next += 2
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 11 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24
12 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24
16 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24abs
17 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24abs
21 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24
22 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24
26 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24abs
27 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24abs
32 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond14
33 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond1
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 56 char *next; /* next character in RE */ member in struct:parse
113 #define PEEK() (*p->next)
114 #define PEEK2() (*(p->next+1))
115 #define MORE() (p->next < p->end)
116 #define MORE2() (p->next+1 < p->end)
119 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
121 #define NEXT() (p->next++)
122 #define NEXT2() (p->next += 2
    [all...]
  /external/libxml2/
xpath.c 359 if (node1 == node2->next)
404 if (node1 == node2->next)
423 for (cur = node1->next;cur != NULL;cur = cur->next)
1287 cur = cur->next
12135 xmlXPathTraversalFunction next = NULL; local
    [all...]
parser.c 7565 xmlNodePtr nw = NULL, cur, next, last, local
11332 xmlChar cur, next; local
    [all...]
xpointer.c 140 for (i = 0;cur != NULL;cur = cur->next) {
185 for (i = 0;i <= no;cur = cur->next) {
890 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
896 * NEXT Skip to the next character, this does the proper decoding
907 while (IS_BLANK_CH(*(ctxt->cur))) NEXT
910 #define NEXT ((*ctxt->cur) ? ctxt->cur++: ctxt->cur)
991 NEXT;
1007 NEXT;
1014 NEXT;
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 109 const char *next; /* next character in RE */ local
182 #define PEEK() (*p->next)
183 #define PEEK2() (*(p->next+1))
184 #define MORE() (p->next < p->end)
185 #define MORE2() (p->next+1 < p->end)
188 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
190 #define NEXT() (p->next++)
191 #define NEXT2() (p->next += 2
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
WorkSpaceController.java 279 super("Run", ImageFactory.getSingleton().NEXT);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 33 * <li>relative dates without a quantity e.g "next Tuesday"</li>
51 * fmt.format(1, Direction.NEXT, RelativeUnit.DAYS); // "in 1 day"
52 * fmt.format(3, Direction.NEXT, RelativeUnit.DAYS); // "in 3 days"
57 * fmt.format(Direction.NEXT, AbsoluteUnit.SUNDAY); // "next Sunday"
62 * fmt.format(Direction.NEXT, AbsoluteUnit.DAY); // "tomorrow"
222 * Represents a direction for an absolute unit e.g "Next Tuesday"
242 * Next
244 NEXT,
349 * @param direction NEXT means a future relative date; LAST means a pas
    [all...]

Completed in 1722 milliseconds

1 2 3 4 5 67 8 910