/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/ |
AndroidJUnit4ClassRunner.java | 51 public AndroidJUnit4ClassRunner(Class<?> klass, Instrumentation instr, Bundle bundle) 54 mInstr = instr;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-parse-intel.c | 37 extern yasm_bytecode *gas_intel_syntax_parse_instr(yasm_parser_nasm *parser_nasm, unsigned char *instr);
|
/external/emma/ant/ant14/com/vladium/emma/ |
emmaTask.java | 21 import com.vladium.emma.instr.instrTask; 70 return addTask (new instrTask (this), getNestedTaskName ("instr"));
|
/external/emma/core/java12/com/vladium/emma/rt/ |
InstrClassLoadHook.java | 20 import com.vladium.emma.instr.InstrVisitor;
|
/external/emma/lib/ |
emma_ant.jar | |
/external/llvm/ |
llvm-tblgen-rules.mk | 50 $(call transform-td-to-out,instr-info) 67 $(call transform-td-to-out,instr-info) 84 $(call transform-td-to-out,instr-info) 104 $(call transform-td-to-out,instr-info)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
sfnt_info.h | 57 #define SNDRV_SFNT_REMOVE_INFO 9 /* optarg=(bank<<8)|instr */ 146 unsigned char instr; /* midi preset number */ member in struct:soundfont_voice_rec_hdr
|
soundfont.h | 35 unsigned char instr; /* Midi program for this zone */ member in struct:snd_sf_zone
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
sfnt_info.h | 57 #define SNDRV_SFNT_REMOVE_INFO 9 /* optarg=(bank<<8)|instr */ 146 unsigned char instr; /* midi preset number */ member in struct:soundfont_voice_rec_hdr
|
soundfont.h | 35 unsigned char instr; /* Midi program for this zone */ member in struct:snd_sf_zone
|
/external/emma/core/java12/com/vladium/emma/report/ |
SrcFileItem.java | 182 final int instr = mbsizes [block]; local 184 data [1] += instr; 188 data [3] += instr;
|
/external/v8/src/mips/ |
lithium-mips.h | 188 static L##type* cast(LInstruction* instr) { \ 189 ASSERT(instr->Is##type()); \ 190 return reinterpret_cast<L##type*>(instr); \ 331 static LGap* cast(LInstruction* instr) { 332 ASSERT(instr->IsGap()); 333 return reinterpret_cast<LGap*>(instr); [all...] |
/external/valgrind/main/VEX/priv/ |
host_arm_defs.c | 2741 UInt instr; local 2759 UInt instr; local 2777 UInt instr; local 2863 UInt instr; local 2908 UInt instr, bP; local 2947 UInt instr, subopc; local 2975 UInt instr, subopc; local 2992 UInt instr; local 3019 UInt instr = skeletal_RI84(i->ARMin.CmpOrTst.argR); local 3029 UInt instr = skeletal_RI84(i->ARMin.Mov.src); local 3060 UInt instr, bP; local 3088 UInt bP, imm8hi, imm8lo, instr; local 3297 UInt instr = skeletal_RI84(i->ARMin.CMov.src); local 3306 UInt instr; local 3347 UInt instr = XXXXXXXX(X1110, X0111, subopc, rD, 0xF, rM, X0001, rN); local [all...] |
/external/chromium_org/v8/src/arm/ |
lithium-arm.h | 203 static L##type* cast(LInstruction* instr) { \ 204 ASSERT(instr->Is##type()); \ 205 return reinterpret_cast<L##type*>(instr); \ 349 static LGap* cast(LInstruction* instr) { 350 ASSERT(instr->IsGap()); 351 return reinterpret_cast<LGap*>(instr); [all...] |
/external/chromium_org/v8/src/mips/ |
lithium-mips.h | 200 static L##type* cast(LInstruction* instr) { \ 201 ASSERT(instr->Is##type()); \ 202 return reinterpret_cast<L##type*>(instr); \ 346 static LGap* cast(LInstruction* instr) { 347 ASSERT(instr->IsGap()); 348 return reinterpret_cast<LGap*>(instr); [all...] |
macro-assembler-mips.h | 455 static inline bool IsMarkedCode(Instr instr, int type) { 457 return IsNop(instr, type); 461 static inline int GetCodeMarker(Instr instr) { 462 uint32_t opcode = ((instr & kOpcodeMask)); 463 uint32_t rt = ((instr & kRtFieldMask) >> kRtShift); 464 uint32_t rs = ((instr & kRsFieldMask) >> kRsShift); 465 uint32_t sa = ((instr & kSaFieldMask) >> kSaShift); 563 #define DEFINE_INSTRUCTION(instr) \ [all...] |
/external/chromium_org/v8/src/ |
hydrogen.h | 70 void set_last(HInstruction* instr) { last_ = instr; } 113 void AddInstruction(HInstruction* instr, int position); 141 HSimulate* instr = CreateSimulate(ast_id, removable); local 142 AddInstruction(instr, position); 143 return instr; 459 void RecordUint32Instruction(HInstruction* instr) { 464 uint32_instructions_->Add(instr, zone()); 768 virtual void ReturnInstruction(HInstruction* instr, BailoutId ast_id) = 0; 774 virtual void ReturnControl(HControlInstruction* instr, BailoutId ast_id) = 0 1780 HDeoptimize* instr = New<HDeoptimize>(reason, type, after_deopt_block); local 1801 HSimulate* instr = current_block()->CreateSimulate(id, removable); local 1852 HCallRuntime* instr = New<HCallRuntime>(name, c_function, argument_count); local [all...] |
/external/chromium_org/v8/src/x64/ |
lithium-x64.h | 200 static L##type* cast(LInstruction* instr) { \ 201 ASSERT(instr->Is##type()); \ 202 return reinterpret_cast<L##type*>(instr); \ 347 static LGap* cast(LInstruction* instr) { 348 ASSERT(instr->IsGap()); 349 return reinterpret_cast<LGap*>(instr); [all...] |
/art/runtime/entrypoints/portable/ |
portable_trampoline_entrypoints.cc | 325 const Instruction* instr = Instruction::At(&code->insns_[dex_pc]); local 326 Instruction::Code instr_code = instr->Opcode(); 369 LOG(FATAL) << "Unexpected call into trampoline: " << instr->DumpString(NULL); 374 uint32_t dex_method_idx = (is_range) ? instr->VRegB_3rc() : instr->VRegB_35c();
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILCFGStructurizer.cpp | 65 if (DEBUGME) errs() << "New instr: " << *i << "\n" 484 // Remove unconditional branch instr. 2905 MachineInstr *instr = &(*iter); local 2915 MachineInstr *instr = &*iter; local 2934 MachineInstr *instr = &*iter; local 2949 MachineInstr *instr = &(*iter); local 2960 MachineInstr *instr = &(*iter); local 2970 MachineInstr *instr = &(*iter); local 2979 MachineInstr *instr = getReturnInstr(blk); local 3182 MachineInstr *instr = func->CloneMachineInstr(iter); local [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILCFGStructurizer.cpp | 65 if (DEBUGME) errs() << "New instr: " << *i << "\n" 484 // Remove unconditional branch instr. 2905 MachineInstr *instr = &(*iter); local 2915 MachineInstr *instr = &*iter; local 2934 MachineInstr *instr = &*iter; local 2949 MachineInstr *instr = &(*iter); local 2960 MachineInstr *instr = &(*iter); local 2970 MachineInstr *instr = &(*iter); local 2979 MachineInstr *instr = getReturnInstr(blk); local 3182 MachineInstr *instr = func->CloneMachineInstr(iter); local [all...] |
/external/v8/src/arm/ |
lithium-arm.h | 189 static L##type* cast(LInstruction* instr) { \ 190 ASSERT(instr->Is##type()); \ 191 return reinterpret_cast<L##type*>(instr); \ 332 static LGap* cast(LInstruction* instr) { 333 ASSERT(instr->IsGap()); 334 return reinterpret_cast<LGap*>(instr); [all...] |
/external/v8/src/ia32/ |
lithium-ia32.h | 184 static L##type* cast(LInstruction* instr) { \ 185 ASSERT(instr->Is##type()); \ 186 return reinterpret_cast<L##type*>(instr); \ 324 static LGap* cast(LInstruction* instr) { 325 ASSERT(instr->IsGap()); 326 return reinterpret_cast<LGap*>(instr); [all...] |
/external/v8/src/x64/ |
lithium-x64.h | 189 static L##type* cast(LInstruction* instr) { \ 190 ASSERT(instr->Is##type()); \ 191 return reinterpret_cast<L##type*>(instr); \ 333 static LGap* cast(LInstruction* instr) { 334 ASSERT(instr->IsGap()); 335 return reinterpret_cast<LGap*>(instr); [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3string.c | 677 printable8(pANTLR3_STRING_FACTORY factory, pANTLR3_STRING instr) 688 string = factory->newSize(factory, instr->len *2 + 1); 695 for (i = 0; i < instr->len; i++) 697 if (*(instr->chars + i) == '\n') 702 else if (*(instr->chars + i) == '\r') 707 else if (!isprint(*(instr->chars +i))) 713 *scannedText++ = *(instr->chars + i); 724 printableUTF16(pANTLR3_STRING_FACTORY factory, pANTLR3_STRING instr) 737 string = factory->newSize(factory, instr->len *2 + 1); 743 inText = (pANTLR3_UINT16)(instr->chars) [all...] |