Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DMixedItemSection.java150 String spaces = new String(spaceArr); in writeHeaderPart() local
153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); in writeHeaderPart()
154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset)); in writeHeaderPart()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DMixedItemSection.java150 String spaces = new String(spaceArr); in writeHeaderPart() local
153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); in writeHeaderPart()
154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset)); in writeHeaderPart()
/dalvik/tools/dmtracedump/
DTraceDump.c1174 char spaces[MAX_STACK_DEPTH+1]; in dumpTrace() local
1183 memset(spaces, '.', MAX_STACK_DEPTH); in dumpTrace()
1184 spaces[MAX_STACK_DEPTH] = '\0'; in dumpTrace()
1253 spaces + (MAX_STACK_DEPTH - printDepth), in dumpTrace()
1259 spaces + (MAX_STACK_DEPTH - printDepth), in dumpTrace()
1409 char *spaces = " "; /* 6 spaces */ in printInclusiveMethod() local
1410 int num_spaces = strlen(spaces); in printInclusiveMethod()
1411 char *space_ptr = &spaces[num_spaces]; in printInclusiveMethod()
1435 space_ptr = &spaces[len]; in printInclusiveMethod()