Home
last modified time | relevance | path

Searched refs:instruction (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DLocalRunInstructionBuilder.java76 StringBuilder instruction = new StringBuilder(); in getAtestInstruction() local
77 instruction.append("Run following command to try the test in a local setup:\n"); in getAtestInstruction()
90 instruction.append(String.format("atest %s --", testName)); in getAtestInstruction()
92 instruction.append(String.format(" --abi %s", configDescriptor.getAbi().getName())); in getAtestInstruction()
106 instruction.append(" " + option); in getAtestInstruction()
109 return instruction.toString(); in getAtestInstruction()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DLocalRunInstructionBuilderTest.java57 String instruction = in testGetInstruction() local
65 instruction); in testGetInstruction()
78 String instruction = in testGetInstruction_withTestId() local
84 instruction); in testGetInstruction_withTestId()
98 String instruction = in testGetInstruction_withTestIdAndParameter() local
104 instruction); in testGetInstruction_withTestIdAndParameter()
/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationStatistics.kt435 val instruction = nodes.get(i) in <lambda>() constant
436 val type = instruction.type in <lambda>()
438 val call = instruction as MethodInsnNode in <lambda>()
452 val field = instruction as FieldInsnNode in <lambda>()