Searched refs:indent (Results 1 – 6 of 6) sorted by relevance
/cts/libs/json/src/com/android/json/stream/ |
D | JsonWriter.java | 134 private String indent; field in JsonWriter 161 public void setIndent(String indent) { in setIndent() argument 162 if (indent.isEmpty()) { in setIndent() 163 this.indent = null; in setIndent() 166 this.indent = indent; in setIndent() 406 if (indent == null) { in newline() 412 out.write(indent); in newline()
|
/cts/tools/testng/ |
D | gen-test-list-xml.py | 87 def write_xml(self, out, indent=0): argument 88 out.write(' ' * indent) 110 child.write_xml(out, indent + INDENTATION_INCREASE) 112 out.write(' ' * indent)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleServerService.java | 1281 String indent = ""; in dumpService() local 1283 indent += " "; in dumpService() 1286 Log.d(TAG, indent + "[service]"); in dumpService() 1287 Log.d(TAG, indent + "UUID: " + service.getUuid()); in dumpService() 1288 Log.d(TAG, indent + " [characteristics]"); in dumpService() 1290 Log.d(TAG, indent + " UUID: " + ch.getUuid()); in dumpService() 1291 Log.d(TAG, indent + " properties: " + String.format("0x%02X", ch.getProperties())); in dumpService() 1292 … Log.d(TAG, indent + " permissions: " + String.format("0x%02X", ch.getPermissions())); in dumpService() 1293 Log.d(TAG, indent + " [descriptors]"); in dumpService() 1295 Log.d(TAG, indent + " UUID: " + d.getUuid()); in dumpService() [all …]
|
/cts/tools/cfassembler/src/dxconvext/ |
D | ClassFileParser.java | 242 private String getIndent(int indent) { in getIndent() argument 244 for (int i = 0; i < indent * 4; i++) { in getIndent()
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 226 indent-string=' ' 280 # Number of spaces of indent required when the last token on the preceding line 282 indent-after-paren=4
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 57427 private static final java.lang.String indent 58363 private static int indent 85308 private static int indent 108369 private boolean[] indent
|