Home
last modified time | relevance | path

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

/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
DRepeatNode.java49 (maxStructIndent - structIndent) + ">"); in document()
54 (maxStructIndent - structIndent + 2) + ">"); in document()
56 ++structIndent; in document()
58 --structIndent; in document()
DAltNode.java51 (maxStructIndent - structIndent + 1) + ">"); in document()
56 ++structIndent; in document()
58 --structIndent; in document()
DNode.java42 static int structIndent = 0; // horrible hack field in Node
93 if (structIndent > 0) { in docRowStart()
94 writer.println("<td colspan=" + structIndent + ">"); in docRowStart()
DAbstractTypeNode.java45 (maxStructIndent - structIndent) + ">"); in document()