Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/xml/
DSimpleParserTest.java41 private StringBuffer instructions; field in SimpleParserTest
63 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()
/libcore/metrictests/memory/
DREADME7 - Android activities. See instructions below for use.
10 - Host-side test code (which installs & runs activites). See instructions below for use.
/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DDependencyAnalyzer.java150 for (AbstractInsnNode insn : method.instructions) { in analyze()
532 for (AbstractInsnNode inst : method.instructions) { in getSignatureCollection()
/libcore/
DJavaLibrary.bp1140 // (If that check fails, it will provide instructions on how to proceed,