/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
TreeRewriteParser.m | 151 [ANTLRBaseRecognizer setTokenNames:[[AMutableArray arrayWithObjects:@"<invalid>", @"<EOR>", @"<DOWN>", @"<UP>",
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/ |
TreeRewriteParser.m | 153 [ANTLRBaseRecognizer setTokenNames:[[[NSArray alloc] initWithObjects:@"<invalid>", @"<EOR>", @"<DOWN>", @"<UP>",
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
AssignTokenTypesWalker.g | 309 EOR
|
DefineGrammarItemsWalker.g | 254 EOR
|
/external/valgrind/main/helgrind/tests/ |
annotate_hbefore.c | 161 "eor %0, r6, #1" "\n\t"
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pv_mp3dec_fxd_op_arm_gcc.h | 235 "eor %1, %0, %0, asr #31"
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
CompositeGrammar.java | 129 typeToTokenList.set(Label.NUM_FAUX_LABELS+Label.EOR_TOKEN_TYPE-1, "<EOR>"); 138 tokenIDToTypeMap.put("<EOR>", Utils.integer(Label.EOR_TOKEN_TYPE));
|
/external/chromium_org/content/browser/speech/ |
google_streaming_remote_engine.cc | 155 << " eor: " << end_of_response; 174 << " EOR " << end_of_response;
|
/external/tremolo/Tremolo/ |
dpen.s | 478 EOR r2, r2, r14,LSR #24 @ r2 = (crc_reg>>24)^data[j] 482 EOR r14,r2, r14,LSL #8 @ r14= crc_reg = (crc_reg<<8)^r2
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastcodemb.cpp | 557 cur2 = cur2 ^(tmp >> 7); /* take absolute by inverting bits (EOR) */ 566 cur1 = cur1 ^(tmp >> 7); /* take absolute by inverting bits (EOR) */
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3baserecognizer.c | 573 // and so on. So, in order to remove EOR (if we need to) then 586 // EOR can follow, but if we are not the start symbol, we 605 /// BitSet cannot handle negative numbers like -1 (EOF) so I leave EOR 971 // Only leave EOR in the set if at top (start rule); this lets us know [all...] |
/external/v8/src/arm/ |
macro-assembler-arm.cc | 233 eor(reg1, reg1, Operand(reg2), LeaveCC, cond); 234 eor(reg2, reg2, Operand(reg1), LeaveCC, cond); 235 eor(reg1, reg1, Operand(reg2), LeaveCC, cond); [all...] |
code-stubs-arm.cc | [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regcomp.c | 2105 bin_tree_t *tree, *eor, *root; local [all...] |
/dalvik/vm/compiler/codegen/arm/ |
ArmLIR.h | 368 kThumbEorRR, /* eor [0100000001] rm[5..3] rd[2..0] */ 535 kThumb2EorRRR, /* eor [111010101000] rn[19..16] [0000] rd[11..8] 570 kThumb2EorRRI8, /* eor [111100001000] rn[19..16] [0] imm3 [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BaseRecognizer.js | 164 if ( this.state._fsp>=0 ) { // remove EOR if we're not the start symbol 172 // BitSet cannot handle negative numbers like -1 (EOF) so I leave EOR 601 // Only leave EOR in set if at top (start rule); this lets [all...] |
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
testtree.py | 910 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VEC", "ASSIGN", "PRINT", [all...] |
/art/compiler/utils/arm/ |
constants_arm.h | 132 EOR = 1, // Logical Exclusive OR
|
/art/runtime/ |
disassembler_arm.cc | 97 "and", "eor", "sub", "rsb", "add", "adc", "sbc", "rsc", 102 "and", "eor", "lsl", "lsr", "asr", "adc", "sbc", "ror", 411 opcode << "eor"; 650 case 0x4: opcode << "eor"; break; [all...] |
/bionic/libc/arch-arm/cortex-a15/bionic/ |
strcmp.S | 310 eor r3, r2, r3
|
/bionic/libc/arch-arm/generic/bionic/ |
memcpy.S | 91 eor r12, r0, r1
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.m | 147 [ANTLRBaseRecognizer setTokenNames:[[AMutableArray arrayWithObjects:@"<invalid>", @"<EOR>", @"<DOWN>", @"<UP>",
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangParser.m | 194 [ANTLRBaseRecognizer setTokenNames:[[AMutableArray arrayWithObjects:@"<invalid>", @"<EOR>", @"<DOWN>", @"<UP>",
|
/external/llvm/test/CodeGen/AArch64/ |
atomic-ops.ll | 339 ; CHECK-NEXT: eor [[NEW:w[0-9]+]], w[[OLD]], w0 359 ; CHECK-NEXT: eor [[NEW:w[0-9]+]], w[[OLD]], w0 379 ; CHECK-NEXT: eor [[NEW:w[0-9]+]], w[[OLD]], w0 399 ; CHECK-NEXT: eor [[NEW:x[0-9]+]], x[[OLD]], x0 [all...] |
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.h | 240 EOR(int cc, int s, int Rd, int Rn, uint32_t Op2) {
|