/external/emma/core/java12/com/vladium/emma/ |
Command.java | 23 import com.vladium.emma.instr.instrCommand; 44 else if ("instr".equals (name))
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessor.java | 9 package com.vladium.emma.instr; 37 public static final String PROPERTY_EXCLUDE_SYNTHETIC_METHODS = "instr.exclude_synthetic_methods"; 38 public static final String PROPERTY_EXCLUDE_BRIDGE_METHODS = "instr.exclude_bridge_methods"; 39 public static final String PROPERTY_DO_SUID_COMPENSATION = "instr.do_suid_compensation"; 167 // with the instr path:
|
/external/kernel-headers/original/linux/mtd/ |
nand.h | 515 extern int nand_erase_nand(struct mtd_info *mtd, struct erase_info *instr,
|
/external/llvm/lib/Target/XCore/Disassembler/ |
XCoreDisassembler.cpp | 38 virtual DecodeStatus getInstruction(MCInst &instr, 750 XCoreDisassembler::getInstruction(MCInst &instr, 763 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16, 777 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 362 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 362 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_iw.h | 363 void (*notify)(void *private_data, struct snd_seq_kinstr *instr, int what);
|
trident.h | 303 struct snd_seq_instr instr; member in struct:snd_trident_voice
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 362 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_iw.h | 363 void (*notify)(void *private_data, struct snd_seq_kinstr *instr, int what);
|
/external/chromium_org/v8/src/arm/ |
ic-arm.cc | 1617 Instr instr = Assembler::instr_at(cmp_instruction_address); local 1628 Instr instr = Assembler::instr_at(cmp_instruction_address); local [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.cpp | 693 if (const Instruction *instr = dyn_cast<Instruction>(U)) { 694 if (instr->getParent() && instr->getParent()->getParent()) { 695 const Function *curFunc = instr->getParent()->getParent(); 797 const Instruction *instr = cast<Instruction>(*iter); local 798 const BasicBlock *bb = instr->getParent(); [all...] |
/external/llvm/lib/Target/R600/ |
AMDILCFGStructurizer.cpp | 64 DEBUG(dbgs() << "New instr: " << *i << "\n"); 618 MachineInstr *instr = &(*It); local 619 if (instr->getDebugLoc().isUnknown() == false) 620 DL = instr->getDebugLoc(); 653 MachineInstr *instr = &(*It); local 654 if (instr->getOpcode() == AMDGPU::RETURN) 655 return instr; 678 <<" is return block without RETURN instr\n";); 765 // Remove unconditional branch instr. [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3defs.h | 490 #define ANTLR3_STRDUP(instr) (pANTLR3_UINT8)(strdup ((const char *)(instr)))
|
/external/llvm/include/llvm/CodeGen/ |
SlotIndexes.h | 407 /// Returns true if the given machine instr is mapped to an index, 409 bool hasIndex(const MachineInstr *instr) const { 410 return mi2iMap.count(instr); 572 assert(mi2iMap.find(mi) == mi2iMap.end() && "Instr already indexed."); 577 assert(mi->getParent() != 0 && "Instr must be added to function."); 591 // Get a number for the new instr, or 0 if there's no room currently. 623 /// ReplaceMachineInstrInMaps - Replacing a machine instr with a new one in
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86Disassembler.cpp | 115 X86GenericDisassembler::getInstruction(MCInst &instr, 144 return (!translateInstruction(instr, internalInstr, this)) ?
|
/external/oprofile/events/mips/sb1/ |
events | 24 event:0x21 counters:1,2,3 um:zero minimum:500 name:NO_VALID_INSN :No valid instr to issue
|
/external/valgrind/main/callgrind/ |
callgrind_control.in | 80 print " -i --instr=on|off Switch instrumentation state on/off\n"; 244 elsif ($arg =~ /^(-i|--instr)(|=on|=off)$/) {
|
bb.c | 119 * - instr_len, cost_count, instr[] 143 bb->jmp = (CJmpInfo*) &(bb->instr[instr_count]); 162 VG_(printf)(" new_bb (instr %d, jmps %d, inv %s) [now %d]: ",
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_context.h | 65 /* need excess instr: 1 for late loop checking, 2 for 66 additional instr due to instr/attr, 3 for fog */ 67 VERTEX_SHADER_INSTRUCTION instr[R200_VSF_MAX_INST + 6]; member in struct:r200_vertex_program
|
/external/chromium_org/v8/src/x64/ |
disasm-x64.cc | [all...] |
/external/emma/core/java12/com/vladium/emma/rt/ |
ClassPathProcessorST.java | 33 import com.vladium.emma.instr.InstrVisitor; 48 // construct instr path enumerator [throws on illegal input only]:
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_context.h | 65 /* need excess instr: 1 for late loop checking, 2 for 66 additional instr due to instr/attr, 3 for fog */ 67 VERTEX_SHADER_INSTRUCTION instr[R200_VSF_MAX_INST + 6]; member in struct:r200_vertex_program
|
/external/v8/src/ia32/ |
disasm-ia32.cc | 877 // Disassembled instruction '*instr' and writes it into 'out_buffer'. 879 byte* instr) { 881 byte* data = instr; [all...] |
/external/v8/src/x64/ |
disasm-x64.cc | [all...] |