Searched refs:stack (Results 1 – 4 of 4) sorted by relevance
136 int[] stack = new int[key.length + 10]; in doubleQuickSort() local138 stack[count++] = hi; in doubleQuickSort()139 stack[count++] = low; in doubleQuickSort()141 low = stack[--count]; in doubleQuickSort()142 hi = stack[--count]; in doubleQuickSort()145 stack[count++] = p - 1; in doubleQuickSort()146 stack[count++] = low; in doubleQuickSort()147 stack[count++] = hi; in doubleQuickSort()148 stack[count++] = p + 1; in doubleQuickSort()
222 int[] stack = new int[key.length + 10]; in doubleQuickSort() local224 stack[count++] = hi; in doubleQuickSort()225 stack[count++] = low; in doubleQuickSort()227 low = stack[--count]; in doubleQuickSort()228 hi = stack[--count]; in doubleQuickSort()231 stack[count++] = p - 1; in doubleQuickSort()232 stack[count++] = low; in doubleQuickSort()233 stack[count++] = hi; in doubleQuickSort()234 stack[count++] = p + 1; in doubleQuickSort()
97 String stack = ".(" + ste.getFileName() + ":" in logStack() local100 System.out.println(msg + s + stack + s); in logStack()
53 String stack = ".(" + st[i].getFileName() + ":" + st[i].getLineNumber() in logStack() local56 Log.v(tag, msg + s + stack + s); in logStack()73 String stack = ".(" + st[i].getFileName() + ":" + st[i].getLineNumber() + ") "; in printStack() local75 System.out.println(msg + s + stack + s); in printStack()