/external/libxml2/ |
HTMLparser.c | 280 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only 282 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR 291 * NEXT Skip to the next character, this does the proper decoding 323 #define NEXT xmlNextChar(ctxt) 5247 xmlChar cur, next; local [all...] |
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 | 7494 xmlNodePtr nw = NULL, cur, next, last, local 11220 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...] |
/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,
|
ScriptParser.yy | 135 %token NEXT 870 | NEXT '(' exp ')' 873 &Operator::create<Operator::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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RelativeDateTimeFormatter.java | 26 * <li>relative dates without a quantity e.g "next Tuesday"</li> 44 * fmt.format(1, Direction.NEXT, RelativeUnit.DAYS); // "in 1 day" 45 * fmt.format(3, Direction.NEXT, RelativeUnit.DAYS); // "in 3 days" 50 * fmt.format(Direction.NEXT, AbsoluteUnit.SUNDAY); // "next Sunday" 55 * fmt.format(Direction.NEXT, AbsoluteUnit.DAY); // "tomorrow" 228 * Represents a direction for an absolute unit e.g "Next Tuesday" 253 * Next 256 NEXT, 373 * @param direction NEXT means a future relative date; LAST means a pas [all...] |
/external/llvm/test/MC/ARM/ |
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: ^
|
directive-arch_extension-fp.s | 14 @ CHECK-V7-NEXT: .arch_extension fp 15 @ CHECK-V7-NEXT: ^ 150 @ CHECK-V7-NEXT: .arch_extension nofp 151 @ CHECK-V7-NEXT: ^
|
/external/llvm/test/MC/X86/AlignedBundling/ |
labeloffset.s | 85 # CHECK-NEXT: 1: incl
|
/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...] |
/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/llvm/test/MC/Mips/mips32r2/ |
valid.s | 162 # CHECK-NEXT: .set mips32r2 163 # CHECK-NEXT: rdhwr $sp, $11 164 # CHECK-NEXT: .set pop # encoding: [0x7c,0x1d,0x58,0x3b]
|
/external/llvm/test/MC/Mips/mips32r3/ |
valid.s | 162 # CHECK-NEXT: .set mips32r2 163 # CHECK-NEXT: rdhwr $sp, $11 164 # CHECK-NEXT: .set pop # encoding: [0x7c,0x1d,0x58,0x3b]
|
/external/llvm/test/MC/Mips/mips32r5/ |
valid.s | 162 # CHECK-NEXT: .set mips32r2 163 # CHECK-NEXT: rdhwr $sp, $11 164 # CHECK-NEXT: .set pop # encoding: [0x7c,0x1d,0x58,0x3b]
|