Searched refs:stack (Results 1 – 11 of 11) sorted by relevance
72 std::stack<std::vector<unsigned char>> stack; in PushRedefinition() local73 redefinitions_[name] = std::move(stack); in PushRedefinition()79 auto stack = redefinitions_.find(name); in RetrieveRedefinition() local80 if (stack == redefinitions_.end() || stack->second.empty()) { in RetrieveRedefinition()83 *data = stack->second.top(); in RetrieveRedefinition()90 auto stack = redefinitions_.find(name); in PopRedefinition() local91 if (stack == redefinitions_.end() || stack->second.empty()) { in PopRedefinition()94 stack->second.pop(); in PopRedefinition()100 std::unordered_map<std::string, std::stack<std::vector<unsigned char>>> redefinitions_;
191 private final List<JsonScope> stack = new ArrayList<JsonScope>(); field in JsonReader507 stack.clear(); in close()508 stack.add(JsonScope.CLOSED); in close()535 return stack.get(stack.size() - 1); in peekStack()539 return stack.remove(stack.size() - 1); in pop()543 stack.add(newTop); in push()550 stack.set(stack.size() - 1, newTop); in replaceTop()
21 // of a stack of kernel matrices.23 // The starting position of a kernel matrix in a buffer of a stack of kernel
18 // This allocation contains the kernel stack info: only one float per cell130 // Extracts kernel matrix from kernel stack using kernel_info.185 // Extracts kernel matrix from kernel stack using kernel_info.218 // Extracts kernel matrix from kernel stack using kernel_info.
70 // Extracts kernel matrix from kernel stack using kernel_info.122 // Extracts kernel matrix from kernel stack using kernel_info.158 // Extracts kernel matrix from kernel stack using kernel_info.
260 StackTraceElement[] stack = thrownException.getStackTrace(); in testAttachDebuggerToProfileableApp() local261 for (int i = 0; i < stack.length; i++) { in testAttachDebuggerToProfileableApp()262 if (stack[i].getClassName().equals("android.jdwptunnel.cts.JdwpTunnelTest") && in testAttachDebuggerToProfileableApp()263 stack[i].getMethodName().equals("getDebuggerConnection")) { in testAttachDebuggerToProfileableApp()266 assertEquals("attach", stack[i - 1].getMethodName()); in testAttachDebuggerToProfileableApp()
369 StackTraceElement stack[] = joinThread.getStackTrace(); in testJoinThreadPool() local371 for (StackTraceElement elem : stack) { in testJoinThreadPool()377 assertTrue(Arrays.toString(stack), found); in testJoinThreadPool()
97 StackTraceElement[] stack = entry.getValue(); in getTestName() local98 for (int index = 0; index < stack.length; ++index) { in getTestName()100 String methodName = stack[index].getMethodName(); in getTestName()109 clazz = Class.forName(stack[index].getClassName()); in getTestName()133 while (index + depth < stack.length in getTestName()134 && stack[index + depth].getMethodName().equals("invoke") in getTestName()135 && stack[index + depth].getClassName().equals( in getTestName()142 if (index + depth < stack.length) { in getTestName()143 if (stack[index + depth].getClassName().startsWith("android.test.")) { in getTestName()146 if (stack[index + depth].getMethodName().equals("runMethod")) { in getTestName()[all …]
58 dalvik.vm.stack-trace-dir=/data/anr
106 key: "dalvik.vm.stack-trace-dir"
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...