Searched refs:instructions (Results 1 – 4 of 4) sorted by relevance
41 private StringBuffer instructions; field in SimpleParserTest63 instructions = new StringBuffer(); in setUp()75 instructions = null; in tearDown()99 if (instructions.length() != 0) {100 instructions.append(",");102 instructions.append(s);158 assertEquals("The:quick,brown:fox", instructions.toString()); in testWorkingFile1()186 assertEquals("The:quick,brown:fox", instructions.toString()); in testWorkingFile2()
7 - Android activities. See instructions below for use.10 - Host-side test code (which installs & runs activites). See instructions below for use.
150 for (AbstractInsnNode insn : method.instructions) { in analyze()532 for (AbstractInsnNode inst : method.instructions) { in getSignatureCollection()
1140 // (If that check fails, it will provide instructions on how to proceed,