HomeSort by relevance Sort by last modified time
    Searched refs:arrayDepth (Results 1 - 3 of 3) sorted by null

  /development/tools/apkcheck/src/com/android/apkcheck/
TypeUtils.java 60 int arrayDepth = 0;
66 arrayDepth++;
74 while (arrayDepth-- > 0)
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 229 int arrayDepth = 0;
236 arrayDepth = offset;
252 char[] buf = new char[targetLen + arrayDepth * 2];
262 while (arrayDepth-- > 0) {
  /dalvik/dexdump/
DexDump.c 128 int arrayDepth = 0;
136 arrayDepth = offset;
153 newStr = malloc(targetLen + arrayDepth * 2 +1);
163 while (arrayDepth-- > 0) {
168 assert(i == targetLen + arrayDepth * 2);
    [all...]

Completed in 297 milliseconds