/external/smali/smalidea/src/main/java/org/jf/smalidea/ |
D | SmaliTokens.java | 206 tokenColors.put("INSTRUCTION_FORMAT10t", SmaliHighlightingColors.INSTRUCTION); 207 tokenColors.put("INSTRUCTION_FORMAT10x", SmaliHighlightingColors.INSTRUCTION); 208 tokenColors.put("INSTRUCTION_FORMAT10x_ODEX", SmaliHighlightingColors.INSTRUCTION); 209 tokenColors.put("INSTRUCTION_FORMAT11n", SmaliHighlightingColors.INSTRUCTION); 210 tokenColors.put("INSTRUCTION_FORMAT11x", SmaliHighlightingColors.INSTRUCTION); 211 tokenColors.put("INSTRUCTION_FORMAT12x", SmaliHighlightingColors.INSTRUCTION); 212 tokenColors.put("INSTRUCTION_FORMAT12x_OR_ID", SmaliHighlightingColors.INSTRUCTION); 213 tokenColors.put("INSTRUCTION_FORMAT20bc", SmaliHighlightingColors.INSTRUCTION); 214 tokenColors.put("INSTRUCTION_FORMAT20t", SmaliHighlightingColors.INSTRUCTION); 215 tokenColors.put("INSTRUCTION_FORMAT21c_FIELD", SmaliHighlightingColors.INSTRUCTION); [all …]
|
D | SmaliHighlightingColors.java | 64 public static final TextAttributesKey INSTRUCTION = createTextAttributesKey( field in SmaliHighlightingColors
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/ |
D | NodeComparatorTest.java | 38 CounterEntity.INSTRUCTION).sort( in testSort() 48 .on(CounterEntity.INSTRUCTION); in testSecond1() 59 .on(CounterEntity.INSTRUCTION); in testSecond2()
|
D | CoverageNodeImplTest.java | 17 import static org.jacoco.core.analysis.ICoverageNode.CounterEntity.INSTRUCTION; 67 parent.getCounter(INSTRUCTION)); in testIncrement()
|
D | CounterComparatorTest.java | 91 .on(CounterEntity.INSTRUCTION); in testNodeComparator1()
|
/external/smali/smalidea/testData/ |
D | InvalidInstruction.txt | 30 PsiElement(INSTRUCTION) 79 PsiElement(INSTRUCTION) 126 PsiElement(INSTRUCTION) 162 PsiElement(INSTRUCTION) 200 PsiElement(INSTRUCTION)
|
D | InvalidMethodReference.txt | 30 PsiElement(INSTRUCTION) 73 PsiElement(INSTRUCTION) 117 PsiElement(INSTRUCTION) 167 PsiElement(INSTRUCTION) 218 PsiElement(INSTRUCTION)
|
D | MissingDotDot.txt | 25 PsiElement(INSTRUCTION) 50 PsiElement(INSTRUCTION)
|
/external/proguard/src/proguard/optimize/peephole/ |
D | BranchTargetFinder.java | 64 private static final short INSTRUCTION = 1 << 0; field in BranchTargetFinder 98 return (instructionMarks[offset] & INSTRUCTION) != 0; in isInstruction() 458 instructionMarks[offset] |= INSTRUCTION; in visitSimpleInstruction() 483 instructionMarks[offset] |= INSTRUCTION; in visitConstantInstruction() 530 instructionMarks[offset] |= INSTRUCTION; in visitVariableInstruction() 683 instructionMarks[offset] |= INSTRUCTION | BRANCH_ORIGIN; in markBranchOrigin()
|
/external/libunwind/tests/ |
D | test-ptrace.c | 61 INSTRUCTION, enumerator 192 ++optind, trace_mode = INSTRUCTION; /* backtrace at each insn */ in main() 328 case INSTRUCTION: in main()
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
D | LimitTest.java | 40 assertEquals(CounterEntity.INSTRUCTION, limit.getEntity()); in testDefaults() 105 limit.setCounter(CounterEntity.INSTRUCTION.name()); in testInstruction() 107 assertEquals(CounterEntity.INSTRUCTION, limit.getEntity()); in testInstruction()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
D | Limit.java | 42 entities.put(CounterEntity.INSTRUCTION, "instructions"); in entities.put() argument 69 this.entity = CounterEntity.INSTRUCTION; in Limit()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
D | ICoverageNode.java | 51 INSTRUCTION, enumConstant
|
D | CoverageNodeImpl.java | 130 case INSTRUCTION: in getCounter()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/ |
D | HTMLFormatter.java | 135 t.add("Missed Instructions", Styles.BAR, new BarColumn(CounterEntity.INSTRUCTION, in createTable() 138 new PercentageColumn(CounterEntity.INSTRUCTION, locale), false); in createTable()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/ |
D | ClassRowWriter.java | 27 private static final CounterEntity[] COUNTERS = { CounterEntity.INSTRUCTION,
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-exegesis.rst | 71 for INSTRUCTION in $(seq 1 ${INSTRUCTIONS}); 73 ./build/bin/llvm-exegesis -mode=latency -opcode-index=${INSTRUCTION} | sed -n '/---/,$p'
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/ |
D | SmaliElementTypes.java | 72 public static final SmaliCompositeElementType INSTRUCTION = field in SmaliElementTypes
|
/external/u-boot/include/bedbug/ |
D | ppc.h | 299 #define INSTRUCTION( memaddr ) ntohl(*(unsigned long *)(memaddr)) macro
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliInstruction.java | 63 super(SmaliElementTypes.INSTRUCTION); in SmaliInstruction()
|
D | SmaliMethod.java | 127 return findChildrenByType(SmaliElementTypes.INSTRUCTION); in getInstructions()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrFormats.td | 13 // CPU INSTRUCTION FORMATS 149 // FLOATING POINT INSTRUCTION FORMATS
|
/external/u-boot/common/ |
D | bedbug.c | 182 ctx.instr = INSTRUCTION (memaddr); in disppc() 1083 instr = INSTRUCTION (pc); in find_next_address()
|
/external/ltp/testcases/kdump/doc/ |
D | README | 23 KDUMP TEST INSTRUCTION
|
/external/ltp/testcases/kdump/ |
D | README | 23 KDUMP TEST INSTRUCTION
|