| /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/ |
| aarch64elf32b.xr | 139 .stack 0 : 141 *(.stack)
|
| aarch64elfb.xr | 139 .stack 0 : 141 *(.stack)
|
| aarch64elfb.xu | 140 .stack 0 : 142 *(.stack)
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
| symtab.h | 49 struct obstack stack; member in struct:ht
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/ |
| log.py | 38 # This mirrors the call stack of the profiled code as the log 182 stack = [st.totuple(1)] 184 while stack: 185 tree = stack.pop() 194 stack.extend(list(tree[1:]))
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| pickletools.py | 39 The PM has two data areas, "the stack" and "the memo". 41 Many opcodes push Python objects onto the stack; e.g., INT pushes a Python 42 integer object on the stack, whose value is gotten from a decimal string 44 opcodes take Python objects off the stack. The result of unpickling is 45 whatever object is left on the stack when the final STOP opcode is executed. 50 names. Some opcodes pop a stack object into the memo at a given index, 51 and others push a memo object at a given index onto the stack again. 111 a number of opcodes that operate on many stack elements at once (like APPENDS 153 # off the stack -- ArgumentDescriptor applies only to arguments embedded in 692 # Object descriptors. The stack used by the pickle machine holds objects [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/ |
| log.py | 38 # This mirrors the call stack of the profiled code as the log 182 stack = [st.totuple(1)] 184 while stack: 185 tree = stack.pop() 194 stack.extend(list(tree[1:]))
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| pickletools.py | 39 The PM has two data areas, "the stack" and "the memo". 41 Many opcodes push Python objects onto the stack; e.g., INT pushes a Python 42 integer object on the stack, whose value is gotten from a decimal string 44 opcodes take Python objects off the stack. The result of unpickling is 45 whatever object is left on the stack when the final STOP opcode is executed. 50 names. Some opcodes pop a stack object into the memo at a given index, 51 and others push a memo object at a given index onto the stack again. 111 a number of opcodes that operate on many stack elements at once (like APPENDS 153 # off the stack -- ArgumentDescriptor applies only to arguments embedded in 692 # Object descriptors. The stack used by the pickle machine holds objects [all...] |
| /prebuilts/go/darwin-x86/src/runtime/cgo/ |
| gcc_arm64.S | 56 .section .note.GNU-stack,"",%progbits
|
| /prebuilts/go/linux-x86/src/runtime/cgo/ |
| gcc_arm64.S | 56 .section .note.GNU-stack,"",%progbits
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
| log.py | 38 # This mirrors the call stack of the profiled code as the log 182 stack = [st.totuple(1)] 184 while stack: 185 tree = stack.pop() 194 stack.extend(list(tree[1:]))
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| pickletools.py | 39 The PM has two data areas, "the stack" and "the memo". 41 Many opcodes push Python objects onto the stack; e.g., INT pushes a Python 42 integer object on the stack, whose value is gotten from a decimal string 44 opcodes take Python objects off the stack. The result of unpickling is 45 whatever object is left on the stack when the final STOP opcode is executed. 50 names. Some opcodes pop a stack object into the memo at a given index, 51 and others push a memo object at a given index onto the stack again. 111 a number of opcodes that operate on many stack elements at once (like APPENDS 153 # off the stack -- ArgumentDescriptor applies only to arguments embedded in 692 # Object descriptors. The stack used by the pickle machine holds objects [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/ |
| log.py | 38 # This mirrors the call stack of the profiled code as the log 182 stack = [st.totuple(1)] 184 while stack: 185 tree = stack.pop() 194 stack.extend(list(tree[1:]))
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| pickletools.py | 39 The PM has two data areas, "the stack" and "the memo". 41 Many opcodes push Python objects onto the stack; e.g., INT pushes a Python 42 integer object on the stack, whose value is gotten from a decimal string 44 opcodes take Python objects off the stack. The result of unpickling is 45 whatever object is left on the stack when the final STOP opcode is executed. 50 names. Some opcodes pop a stack object into the memo at a given index, 51 and others push a memo object at a given index onto the stack again. 111 a number of opcodes that operate on many stack elements at once (like APPENDS 153 # off the stack -- ArgumentDescriptor applies only to arguments embedded in 692 # Object descriptors. The stack used by the pickle machine holds objects [all...] |
| /system/bt/bta/ |
| Android.mk | 93 $(LOCAL_PATH)/../stack/include \ 94 $(LOCAL_PATH)/../stack/btm \
|
| /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
| bwtest-err-1.s | 25 main: move.d stack,sp 92 stack: label
|
| /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
| RecentsProvider.java | 81 public static final String STACK = "stack"; 97 public static final String STACK = "stack"; 138 RecentColumns.STACK + " BLOB DEFAULT NULL," + 154 ResumeColumns.STACK + " BLOB DEFAULT NULL," + 313 final DocumentStack stack = new DocumentStack(); local 320 cursor.getColumnIndex(RecentColumns.STACK)); 321 DurableUtils.readFromArray(rawStack, stack); 323 if (stack.root != null && predicate.apply(stack.root.authority)) [all...] |
| /system/core/libutils/ |
| RefBase.cpp | 48 // folder where stack traces are saved when DEBUG_REFS is enabled 177 refs->stack.log(LOG_TAG); 191 refs->stack.log(LOG_TAG); 198 CallStack stack(LOG_TAG); 264 snprintf(name, 100, DEBUG_REFS_CALLSTACK_PATH "/%p.stack", this); 269 ALOGD("STACK TRACE for %p saved in %s", this, name); 271 else ALOGE("FAILED TO PRINT STACK TRACE for %p in %s: %s", this, 282 CallStack stack; member in struct:android::RefBase::weakref_impl::ref_entry 299 ref->stack.update(2); 334 CallStack stack(LOG_TAG) [all...] |
| /toolchain/binutils/binutils-2.25/libiberty/ |
| splay-tree.c | 73 it doesn't toast the stack for large trees. */ 211 splay_tree_node *stack; local 214 /* A non-recursive implementation is used to avoid filling the stack 221 stack = XNEWVEC (splay_tree_node, stack_size); 231 stack = XRESIZEVEC (splay_tree_node, stack, stack_size); 233 stack[stack_ptr++] = node; 240 node = stack[--stack_ptr]; 249 XDELETEVEC (stack);
|
| /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/ |
| parser_test.js | 20 for (var stack = treeAdapter.getChildNodes(document).slice(); stack.length;) { 21 var node = stack.shift(), 27 stack = children.concat(stack);
|
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_rtl_amd64.S | 40 # Align stack frame. 51 # Unalign stack frame back. 120 # Align stack frame. 131 # Unalign stack frame back. 266 // align stack frame 286 // unalign stack frame 322 // align stack frame 337 // unalign stack frame 357 /* We do not need executable stack. */ 358 .section .note.GNU-stack,"",@progbit [all...] |
| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_ssa.cpp | 299 Stack *stack; member in class:nv50_ir::RenamePass 406 stack = new Stack[func->allLValues.getSize()]; 411 if (stack) 412 delete[] stack; 418 if (!stack[val->id].getSize()) 420 return reinterpret_cast<LValue *>(stack[val->id].peek().u.p); 437 if (!stack) 461 stack[lval->id].push(ssa) [all...] |
| /external/valgrind/memcheck/tests/ |
| addressable.stderr.exp | 14 Address 0x........ is not stack'd, malloc'd or (recently) free'd 19 Address 0x........ is not stack'd, malloc'd or (recently) free'd 26 If you believe this happened as a result of a stack 29 main thread stack using the --main-stacksize= flag. 30 The main thread stack size used in this run was ....
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
| TaskStackAnimationHelper.java | 119 * Prepares the stack views and puts them in their initial animation state while visible, before 130 TaskStack stack = mStackView.getStack(); local 131 Task launchTargetTask = stack.getLaunchTarget(); 134 if (stack.getTaskCount() == 0) { 203 TaskStack stack = mStackView.getStack(); local 204 Task launchTargetTask = stack.getLaunchTarget(); 207 if (stack.getTaskCount() == 0) { 299 TaskStack stack = mStackView.getStack(); local 302 if (stack.getTaskCount() == 0) { 435 // Disabling clipping with the stack while the view is animating awa 467 TaskStack stack = mStackView.getStack(); local [all...] |
| /external/compiler-rt/lib/asan/ |
| asan_thread.cc | 32 StackTrace *stack; member in struct:__asan::CreateThreadContextArgs 37 if (args->stack) 38 stack_id = StackDepotPut(*args->stack); 84 u32 parent_tid, StackTrace *stack, 91 CreateThreadContextArgs args = { thread, stack }; 115 // and we don't want it to have any poisoned stack. 124 // than the stack size is known and the procedure has to be async-signal safe. 161 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(), 269 // TSD. Try to figure out if this is still the main thread by the stack
|