/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/ |
AndroidJUnit4ClassRunner.java | 48 public AndroidJUnit4ClassRunner(Class<?> klass, Instrumentation instr) 51 mInstr = instr;
|
/external/emma/core/java12/com/vladium/emma/data/ |
CoverageOptionsFactory.java | 13 import com.vladium.emma.instr.InstrProcessor;
|
/external/kernel-headers/original/asm-x86/ |
alternative_32.h | 9 u8 *instr; /* original instruction */ member in struct:alt_instr
|
/external/openssh/ |
auth2-chall.c | 250 char *name, *instr, **prompts; local 255 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on)) 260 packet_put_cstring(instr); 275 xfree(instr);
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/ |
TestRequestBuilder.java | 206 public TestRequest build(Instrumentation instr) { 212 Request request = classes(instr, mSkipExecution, new Computer(), 221 * @param instr the {@link Instrumentation} to inject into any tests that require it 226 private static Request classes(Instrumentation instr, boolean skipExecution, 229 AndroidRunnerBuilder builder = new AndroidRunnerBuilder(true, instr, skipExecution);
|
/external/llvm/lib/Target/Mips/Disassembler/ |
MipsDisassembler.cpp | 66 virtual DecodeStatus getInstruction(MCInst &instr, 85 virtual DecodeStatus getInstruction(MCInst &instr, 264 MipsDisassembler::getInstruction(MCInst &instr, 278 Result = decodeInstruction(DecoderTableMips32, instr, Insn, Address, 289 Mips64Disassembler::getInstruction(MCInst &instr, 303 Result = decodeInstruction(DecoderTableMips6432, instr, Insn, Address, 310 Result = decodeInstruction(DecoderTableMips32, instr, Insn, Address,
|
/external/v8/src/mips/ |
macro-assembler-mips.h | 443 static inline bool IsMarkedCode(Instr instr, int type) { 445 return IsNop(instr, type); 449 static inline int GetCodeMarker(Instr instr) { 450 uint32_t opcode = ((instr & kOpcodeMask)); 451 uint32_t rt = ((instr & kRtFieldMask) >> kRtShift); 452 uint32_t rs = ((instr & kRsFieldMask) >> kRsShift); 453 uint32_t sa = ((instr & kSaFieldMask) >> kSaShift); 549 #define DEFINE_INSTRUCTION(instr) \ [all...] |
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...] |
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_OBJECT_INIT_RANGE.S | 21 FETCH_ADVANCE_INST(${cccc}+1) @ advance to next instr, load rINST
|
/dalvik/vm/mterp/mips/ |
OP_INVOKE_OBJECT_INIT_RANGE.S | 29 FETCH_ADVANCE_INST(${cccc}+1) # advance to next instr, load rINST
|
binflopWide.S | 3 * Generic 64-bit binary operation. Provide an "instr" line that 43 $instr # result <- op, a0-a3 changed
|
/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/llvm/lib/Target/MBlaze/ |
MBlazeDelaySlotFiller.cpp | 91 static unsigned getLastRealOperand(MachineBasicBlock::iterator &instr) { 92 switch (instr->getOpcode()) { 93 default: return instr->getNumOperands();
|
/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/valgrind/main/VEX/priv/ |
host_arm_defs.c | 2595 UInt instr; local 2613 UInt instr; local 2631 UInt instr; local 2719 UInt instr, subopc; local 2747 UInt instr, subopc; local 2764 UInt instr; local 2791 UInt instr = skeletal_RI84(i->ARMin.CmpOrTst.argR); local 2801 UInt instr = skeletal_RI84(i->ARMin.Mov.src); local 2832 UInt instr, bP; local 2860 UInt bP, imm8hi, imm8lo, instr; local 2898 UInt instr; local 2953 UInt instr = skeletal_RI84(i->ARMin.CMov.src); local 2962 UInt instr; local [all...] |