Searched refs:spaces (Results 1 – 3 of 3) sorted by relevance
150 String spaces = new String(spaceArr); in writeHeaderPart() local153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); in writeHeaderPart()154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset)); in writeHeaderPart()
1174 char spaces[MAX_STACK_DEPTH+1]; in dumpTrace() local1183 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() local1410 int num_spaces = strlen(spaces); in printInclusiveMethod()1411 char *space_ptr = &spaces[num_spaces]; in printInclusiveMethod()1435 space_ptr = &spaces[len]; in printInclusiveMethod()