Searched
full:stack (Results
526 -
550 of
10770) sorted by null
<<21222324252627282930>>
/external/bison/lib/ |
alloca.in.h | 1 /* Memory allocation on the stack. 27 allocated on the stack, which will last until the function returns. 33 the stack is, and when the stack cannot fulfill the memory allocation
|
/external/bison/linux-lib/ |
alloca.h | 2 /* Memory allocation on the stack. 28 allocated on the stack, which will last until the function returns. 34 the stack is, and when the stack cannot fulfill the memory allocation
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-pause-on-else-statements.html | 14 in the call stack, you should see the execution line on the call to test().</p>
|
debugger-pause-on-for-in-statements.html | 14 the (anonymous function) node in the call stack, you should see the execution line on the call to test().
|
debugger-pause-on-for-statements.html | 12 (anonymous function) node in the call stack, you should see the execution line on the call to test().</p>
|
/external/chromium-trace/trace-viewer/src/ui/ |
quad_stack.css | 6 quad-stack { 17 quad-stack > view-container { 25 quad-stack quad-view { 32 quad-stack > view-container > rect-view {
|
/external/chromium_org/third_party/android_platform/ |
README.chromium | 12 Android Platform engineering tools, specifically stack symbolization scripts.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/ |
datavis2.asm | 11 .section .note.GNU-stack,"",@progbits
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1591.js | 28 var stack; variable 40 stack = err.stack; 46 assertTrue(stack.indexOf(expected_message) >= 0);
|
/external/clang/test/Analysis/ |
stack-block-returned.cpp | 8 return qq; // expected-error {{returning block that lives on the local stack}}
|
/external/clang/test/Index/ |
index-many-call-ops.cpp | 4 // Check that we don't get stack overflow trying to index a huge number of
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ |
clone_test.cc | 17 char x[32] = {0}; // Stack gets poisoned. 19 _exit(1); // NoReturn, stack will remain unpoisoned unless we do something. 25 char *sp = child_stack + kStackSize; // Stack grows down. 35 // Make sure the child stack was indeed unpoisoned.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stackdepot.h | 20 // StackDepot efficiently stores huge amounts of stack traces. 22 // Maps stack trace to an unique id. 23 u32 StackDepotPut(const uptr *stack, uptr size); 24 // Retrieves a stored stack trace by the id.
|
/external/compiler-rt/lib/tsan/lit_tests/ |
stack_race.cc | 19 // CHECK: Location is stack of main thread.
|
/external/grub/docs/ |
boot.S | 53 /* Initialize the stack pointer. */ 54 movl $(stack + STACK_SIZE), %esp 78 /* Our stack area. */ 79 .comm stack, STACK_SIZE
|
boot.S.texi | 53 /* @r{Initialize the stack pointer.} */ 54 movl $(stack + STACK_SIZE), %esp 78 /* @r{Our stack area.} */ 79 .comm stack, STACK_SIZE
|
/external/kernel-headers/original/asm-arm/ |
mman.h | 6 #define MAP_GROWSDOWN 0x0100 /* stack-like segment */
|
/external/kernel-headers/original/asm-x86/ |
user32.h | 52 __u32 u_ssize; /* Stack segment size (pages). */ 54 __u32 start_stack; /* Starting virtual address of stack area. 55 This is actually the bottom of the stack, 56 the top of the stack is always found in the
|
/external/llvm/test/CodeGen/X86/ |
tailcallstack64.ll | 4 ; FIXME: Redundant unused stack allocation could be eliminated. 7 ; Check that lowered arguments on the stack do not overwrite each other. 14 ; Move param %in2 to stack. 16 ; Move result of addition to stack.
|
/external/proguard/src/proguard/evaluation/ |
InvocationUnit.java | 30 * and it updates the stack for the invocation of a class member. 53 * Updates the given stack corresponding to the execution of the given 61 Stack stack);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_atarisuper.h | 33 * On TOS or EmuTOS, if the stack pointer has changed between Super(0) 34 * and Super(oldssp), the resulting user stack pointer is wrong. 37 * the stack pointer then restore it after the trap. 38 * Sometimes, GCC optimizes the stack usage, so this matters.
|
/external/smali/examples/RecursiveAnnotation/ |
RecursiveAnnotation.smali | 7 #will cause a stack overflow
|
/external/v8/test/mjsunit/ |
stack-traces.js | 115 // in the stack trace produced when running the given function. 122 assertTrue(e.stack.indexOf(expected[i]) != -1, 123 name + " doesn't contain expected[" + i + "] stack = " + e.stack); 127 assertEquals(e.stack.indexOf(unexpected[i]), -1, 142 assertEquals(-1, e.stack.indexOf('at new ReferenceError'), 159 assertTrue(e.stack.indexOf('at new ReferenceError') != -1, 166 // If an error occurs while the stack trace is being formatted it should 178 assertTrue(e.stack.indexOf('<error: ReferenceError') != -1, 184 // the stack frame. Put that in your pipe and smoke it [all...] |
/external/valgrind/main/drd/tests/ |
annotate_barrier_xml.vgtest | 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=3 --xml=yes --xml-fd=2
|
annotate_trace_memory_xml.vgtest | 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=2 --xml=yes --xml-fd=2
|
Completed in 2292 milliseconds
<<21222324252627282930>>