| /external/autotest/frontend/client/src/autotest/tko/ |
| SpreadsheetHeaderSelectorView.java | 31 private StackPanel stack = new StackPanel(); field in class:SpreadsheetHeaderSelectorView 38 stack.add(singleHeaderOptions); 39 stack.add(doubleListDisplay); 46 panel.add(stack); 92 stack.showStack(doubleListVisible ? 1 : 0);
|
| TestLabelManager.java | 42 private StackPanel stack = new StackPanel(); field in class:TestLabelManager 54 stack.showStack(STACK_CREATE); 56 stack.showStack(STACK_SELECT); 67 stack.add(selectPanel); 73 stack.add(createPanel); 80 dialogPanel.add(stack); 105 stack.showStack(STACK_CREATE); 108 stack.showStack(STACK_SELECT); 127 stack.showStack(STACK_SELECT); 160 if (stack.getSelectedIndex() == STACK_CREATE) [all...] |
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_unwind_linux_libcdep.cc | 10 // This file contains the unwind.h-based (aka "slow") stack unwinding routines 54 "Failed to open libcorkscrew.so. You may see broken stack traces " 68 "You may see broken stack traces in SEGV reports."); 98 BufferedStackTrace *stack; member in struct:__sanitizer::UnwindTraceArg 104 CHECK_LT(arg->stack->size, arg->max_depth); 106 arg->stack->trace_buffer[arg->stack->size++] = pc; 107 if (arg->stack->size == arg->max_depth) return UNWIND_STOP; 119 // unless there is only 1 frame in the stack trace (1 frame is always better
|
| sanitizer_symbolizer_mac.cc | 31 bool DlAddrSymbolizer::SymbolizePC(uptr addr, SymbolizedStack *stack) { 36 stack->info.function = demangled ? internal_strdup(demangled) : nullptr; 158 bool AtosSymbolizer::SymbolizePC(uptr addr, SymbolizedStack *stack) { 165 if (!ParseCommandOutput(buf, addr, &stack->info.function, &stack->info.module, 166 &stack->info.file, &line, nullptr)) { 170 stack->info.line = (int)line;
|
| /external/guava/guava/src/com/google/thirdparty/publicsuffix/ |
| TrieParser.java | 54 * @param stack The prefixes that preceed the characters represented by this 55 * node. Each entry of the stack is in reverse order. 61 List<CharSequence> stack, 77 stack.add(0, reverse(encoded.subSequence(0, idx))); 84 String domain = PREFIX_JOINER.join(stack); 94 idx += doParseTrieToBuilder(stack, encoded.subSequence(idx, encodedLen), builder); 102 stack.remove(0);
|
| /external/valgrind/coregrind/m_syswrap/ |
| syswrap-x86-darwin.c | 199 // on a separate non-client stack. 206 char *stack; local 211 stack = (char *)allocstack(tst->tid); 212 stack -= 64+320; // make room for top frame 213 memset(stack, 0, 64+320); // ...and clear it 214 *(uintptr_t *)stack = (uintptr_t)tst; // set parameter 215 stack -= sizeof(uintptr_t); 216 *(uintptr_t *)stack = 0; // push fake return address 219 mach->__esp = (uintptr_t)stack; 223 /* Call f(arg1), but first switch stacks, using 'stack' as the ne 315 Addr stack = VG_PGROUNDUP(sp) - stacksize; local 385 Addr stack; local [all...] |
| /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
| unwind-bad-2.s | 4 # stack pointer offset too large for personality routine 18 # stack frame layout does not match personality routine 31 # stack frame layout does not match personality routine 89 # unwound stack pointer not doubleword aligned 97 # stack frame layout too complex for unwinder
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| DisplayContent.java | 58 /** Unique identifier of this stack. */ 88 * is stored in display order with the current bottom stack at 0. */ 98 /** Detect user tapping outside of current focused stack bounds .*/ 101 /** Detect user tapping in a non-resizeable task in docked or fullscreen stack .*/ 181 * Retrieve the tasks on this display in stack order from the bottommost TaskStack up. 202 final TaskStack stack = mStacks.get(i); local 203 if (stack.mStackId == stackId) { 204 return stack; 264 void attachStack(TaskStack stack, boolean onTop) { 265 if (stack.mStackId == HOME_STACK_ID) 321 TaskStack stack = mStacks.get(stackNdx); local 354 TaskStack stack = mStacks.get(stackNdx); local 393 TaskStack stack = mStacks.get(stackNdx); local 516 final TaskStack stack = mStacks.get(stackNdx); local 527 final TaskStack stack = mStacks.get(stackNdx); local 632 final TaskStack stack = mStacks.get(stackNdx); local 663 final TaskStack stack = mService.mStackIdToStack.get(DOCKED_STACK_ID); local 672 final TaskStack stack = mService.mStackIdToStack.get(DOCKED_STACK_ID); local [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
| jsonresponse.py | 61 stack=None, parent=None, list_marker=('Set',), 69 if stack is None: 70 self.stack = [] 72 self.stack = stack 94 self.stack.append(name) 101 if len(self.stack) > 0: 102 element_name = self.stack[-1] 103 e = Element(self.connection, element_name, self.stack, self, 112 if len(self.stack) > 0 [all...] |
| /external/compiler-rt/lib/msan/ |
| msan_report.cc | 48 " in the stack frame of function '%s%s%s'%s\n", 66 StackTrace stack; local 67 o = o.getNextChainedOrigin(&stack); 70 stack.Print(); 77 StackTrace stack = o.getStackTraceForHeapOrigin(); local 78 switch (stack.tag) { 95 stack.Print(); 99 void ReportUMR(StackTrace *stack, u32 origin) { 108 stack->Print(); 112 ReportErrorSummary("use-of-uninitialized-value", stack); [all...] |
| /external/valgrind/memcheck/tests/solaris/ |
| scalar_obsolete.stderr.exp | 12 Address 0x........ is not stack'd, malloc'd or (recently) free'd 28 Address 0x........ is not stack'd, malloc'd or (recently) free'd 41 Address 0x........ is not stack'd, malloc'd or (recently) free'd 45 Address 0x........ is not stack'd, malloc'd or (recently) free'd 55 Address 0x........ is not stack'd, malloc'd or (recently) free'd 68 Address 0x........ is not stack'd, malloc'd or (recently) free'd 84 Address 0x........ is not stack'd, malloc'd or (recently) free'd 97 Address 0x........ is not stack'd, malloc'd or (recently) free'd 101 Address 0x........ is not stack'd, malloc'd or (recently) free'd 114 Address 0x........ is not stack'd, malloc'd or (recently) free' [all...] |
| thr_daemon_exit_standalone.c | 142 static id_t lwp_create(void *stack) { 156 ucontext.uc_mcontext.gregs[UESP] = (greg_t) stack; 157 ucontext.uc_mcontext.gregs[EBP] = (greg_t) stack; 161 ucontext.uc_mcontext.gregs[REG_RSP] = (greg_t) stack; 162 ucontext.uc_mcontext.gregs[REG_RBP] = (greg_t) stack; 227 void *stack = allocate_stack(STACK_SIZE); local 228 id_t tid = lwp_create((char *) stack + STACK_SIZE);
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| Simulator.java | 118 * Constructs an "illegal top-of-stack" exception, for the stack 122 return new SimException("stack mismatch: illegal " + 123 "top-of-stack for opcode"); 136 * to the actual array present on the stack, as long as what is 141 * actually present on the stack.</p> 143 * <p>In the case where there is a known-null on the stack where 161 * stack; is either an array type or a known-null 372 * over one extra stack slot to find the array. 374 ExecutionStack stack = frame.getStack() local 397 ExecutionStack stack = frame.getStack(); local 429 ExecutionStack stack = frame.getStack(); local 441 ExecutionStack stack = frame.getStack(); local 461 ExecutionStack stack = frame.getStack(); local 482 ExecutionStack stack = frame.getStack(); local 514 ExecutionStack stack = frame.getStack(); local [all...] |
| /external/compiler-rt/lib/tsan/dd/ |
| dd_rtl.cc | 23 BufferedStackTrace stack; local 25 stack.Unwind(1000, 0, 0, 0, 0, 0, false); 27 if (stack.size <= skip) 29 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); 33 StackTrace stack = StackDepotGet(stk); local 35 stack.Print();
|
| /external/google-breakpad/src/processor/ |
| stackwalker.cc | 106 CallStack* stack, 109 BPLOG_IF(ERROR, !stack) << "Stackwalker::Walk requires |stack|"; 110 assert(stack); 111 stack->Clear(); 141 BPLOG(INFO) << "Stack walk is interrupted."; 170 // Add the frame to the call stack. Relinquish the ownership claim 171 // over the frame, because the stack now owns it. 172 stack->frames_.push_back(frame.release()); 173 if (stack->frames_.size() > max_frames_) [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/ |
| TaskStackHorizontalGridView.java | 35 * Horizontal Grid View Implementation to show the Task Stack for TV. 68 * @param stack 70 public void init(TaskStack stack) { 71 // Set new stack 72 mStack = stack; 79 * @return Returns the task stack. 137 public void onStackTaskAdded(TaskStack stack, Task newTask) { 139 stack.indexOfStackTask(newTask)); 143 public void onStackTaskRemoved(TaskStack stack, Task removedTask, Task newFrontMostTask, 161 public void onStackTasksRemoved(TaskStack stack) { [all...] |
| /external/compiler-rt/lib/asan/ |
| asan_allocator.cc | 323 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, 328 CHECK(stack); 422 m->alloc_context_id = StackDepotPut(*stack); 461 BufferedStackTrace *stack) { 466 ReportInvalidFree(ptr, old_chunk_state, stack); 472 void QuarantineChunk(AsanChunk *m, void *ptr, BufferedStackTrace *stack, 478 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, 488 m->free_context_id = StackDepotPut(*stack); 512 void Deallocate(void *ptr, uptr delete_size, BufferedStackTrace *stack, 521 ReportNewDeleteSizeMismatch(p, delete_size, stack); [all...] |
| /external/v8/test/mjsunit/ |
| stack-traces.js | 158 // in the stack trace produced when running the given function. 165 assertTrue(e.stack.indexOf(expected[i]) != -1, 166 name + " doesn't contain expected[" + i + "] stack = " + e.stack); 170 assertEquals(e.stack.indexOf(unexpected[i]), -1, 185 assertEquals(-1, e.stack.indexOf('at new ReferenceError'), 202 assertTrue(e.stack.indexOf('at new ReferenceError') != -1, 209 // If an error occurs while the stack trace is being formatted it should 218 // the stack frame. Put that in your pipe and smoke it! 230 // stack trace [all...] |
| /external/autotest/tko/parsers/ |
| version_1.py | 298 stack = status_lib.status_stack() 317 if stack.size() == 0: 319 # We have status lines left on the stack; 331 for i in reversed(xrange(stack.size())): 359 expected_indent = stack.size() 365 buffer, raw_line, stack.size() - 1, subdir_stack[-1], 375 stack.start() 380 min_stack_size = stack.size() 391 elif stack.size() == min_stack_size + 1 and not running_test: 422 if line.subdir and stack.size() > min_stack_size [all...] |
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
| GraphReader.java | 42 public void execute(CommandStack stack); 88 public void execute(CommandStack stack) { 90 stack.getFactory().addPackage(mPackageName); 105 public void execute(CommandStack stack) { 120 public void execute(CommandStack stack) { 123 filter = stack.getFactory().createFilterByClassName(mClassName, 125 stack.getContext()); 129 stack.getBuilder().addFilter(filter); 143 public void execute(CommandStack stack) { 144 stack.getBuilder().addFrameSlotSource(mName, mSlotName) [all...] |
| /cts/libs/json/src/com/android/json/stream/ |
| JsonReader.java | 191 private final List<JsonScope> stack = new ArrayList<JsonScope>(); field in class:JsonReader 507 stack.clear(); 508 stack.add(JsonScope.CLOSED); 535 return stack.get(stack.size() - 1); 539 return stack.remove(stack.size() - 1); 543 stack.add(newTop); 547 * Replace the value on the top of the stack with the given value. 550 stack.set(stack.size() - 1, newTop) [all...] |
| /external/v8/src/compiler/ |
| jump-threading.cc | 20 ZoneStack<RpoNumber>& stack; member in struct:v8::internal::compiler::JumpThreadingState 25 stack.push(num); 30 RpoNumber from = stack.top(); 38 stack.push(to); 50 if (pop) stack.pop(); 60 ZoneStack<RpoNumber> stack(local_zone); 61 JumpThreadingState state = {false, result, stack}; 64 // Iterate over the blocks forward, pushing the blocks onto the stack. 69 // Process the stack, which implements DFS through empty blocks. 70 while (!state.stack.empty()) [all...] |
| /external/v8/test/mjsunit/regress/ |
| regress-475705.js | 5 // Crankshaft changes the stack usage and messes up the binary search for the 6 // stack depth that causes a stack overflow. The issue only arises without 10 // Should not crash with a stack overflow in the regexp compiler, even when the 11 // JS has used most of the stack.
|
| /external/valgrind/drd/tests/ |
| thread_name_xml.stderr.exp | 39 <stack> 64 </stack> 75 <stack> 100 </stack> 111 <stack> 136 </stack> 147 <stack> 172 </stack> 183 <stack> 208 </stack> [all...] |
| /external/valgrind/exp-sgcheck/tests/ |
| hsg.stderr.exp | 37 <stack> 54 </stack> 65 <stack> 90 </stack> 92 <auxwhat>Expected: stack array "la" of size 200 in frame 1 back from here</auxwhat>
|