Home
last modified time | relevance | path

Searched refs:INSTRUCTION (Results 1 – 25 of 29) sorted by relevance

12

/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliTokens.java206 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 …]
DSmaliHighlightingColors.java64 public static final TextAttributesKey INSTRUCTION = createTextAttributesKey( field in SmaliHighlightingColors
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
DNodeComparatorTest.java38 CounterEntity.INSTRUCTION).sort( in testSort()
48 .on(CounterEntity.INSTRUCTION); in testSecond1()
59 .on(CounterEntity.INSTRUCTION); in testSecond2()
DCoverageNodeImplTest.java17 import static org.jacoco.core.analysis.ICoverageNode.CounterEntity.INSTRUCTION;
67 parent.getCounter(INSTRUCTION)); in testIncrement()
DCounterComparatorTest.java91 .on(CounterEntity.INSTRUCTION); in testNodeComparator1()
/external/smali/smalidea/testData/
DInvalidInstruction.txt30 PsiElement(INSTRUCTION)
79 PsiElement(INSTRUCTION)
126 PsiElement(INSTRUCTION)
162 PsiElement(INSTRUCTION)
200 PsiElement(INSTRUCTION)
DInvalidMethodReference.txt30 PsiElement(INSTRUCTION)
73 PsiElement(INSTRUCTION)
117 PsiElement(INSTRUCTION)
167 PsiElement(INSTRUCTION)
218 PsiElement(INSTRUCTION)
DMissingDotDot.txt25 PsiElement(INSTRUCTION)
50 PsiElement(INSTRUCTION)
/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java64 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/
Dtest-ptrace.c61 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/
DLimitTest.java40 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/
DLimit.java42 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/
DICoverageNode.java51 INSTRUCTION, enumConstant
DCoverageNodeImpl.java130 case INSTRUCTION: in getCounter()
/external/r8/src/test/java/com/android/tools/r8/debug/
DContinuousSteppingTest.java28 stepUntil(StepKind.OVER, StepLevel.INSTRUCTION, debuggeeState -> { in runContinuousTest()
DLocalsTest.java278 stepUntil(StepKind.OVER, StepLevel.INSTRUCTION, state -> { in testLocals_MoreThan16()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/
DHTMLFormatter.java135 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/
DClassRowWriter.java27 private static final CounterEntity[] COUNTERS = { CounterEntity.INSTRUCTION,
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/
DSmaliElementTypes.java72 public static final SmaliCompositeElementType INSTRUCTION = field in SmaliElementTypes
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliInstruction.java63 super(SmaliElementTypes.INSTRUCTION); in SmaliInstruction()
DSmaliMethod.java127 return findChildrenByType(SmaliElementTypes.INSTRUCTION); in getInstructions()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrFormats.td13 // CPU INSTRUCTION FORMATS
149 // FLOATING POINT INSTRUCTION FORMATS
/external/ltp/testcases/kdump/doc/
DREADME23 KDUMP TEST INSTRUCTION
/external/ltp/testcases/kdump/
DREADME23 KDUMP TEST INSTRUCTION
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrFormats.td42 // CPU INSTRUCTION FORMATS

12