Home
last modified time | relevance | path

Searched refs:getIndent (Results 1 – 2 of 2) sorted by relevance

/cts/tools/cfassembler/src/dxconvext/
DClassFileParser.java236 private String getIndent(int indent) { in getIndent() method in ClassFileParser
246 bw.write(getIndent(cur_indent) + msg); in out()
/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java369 && getIndent(response[i]) > currentMethodIndent) { in getCompiledMethods()
388 currentMethodIndent = getIndent(response[i]); in getCompiledMethods()
397 private int getIndent(String str) { in getIndent() method in AdbRootDependentCompilationTest