Searched
refs:stack (Results
2976 -
3000 of
3511) sorted by null
<<111112113114115116117118119120>>
| /external/valgrind/coregrind/m_syswrap/ |
| syswrap-darwin.c | 103 VG_(printf)("thread tid %u started: stack = %p\n", 134 /* Allocate a stack for this thread, if it doesn't already have one. 135 Returns the initial stack pointer value to use, or 0 if allocation 141 VgStack* stack; local 145 case a stack hasn't been allocated) or they are both non-zero, 154 /* If no stack is present, allocate one. */ 157 stack = VG_(am_alloc_VgStack)( &initial_SP ); 158 if (stack) { 159 tst->os_state.valgrind_stack_base = (Addr)stack; 164 VG_(debugLog)( 2, "syswrap-darwin", "stack for tid %u at %p; init_SP=%p\n" [all...] |
| /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
| gtest-all.cc | [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
| gtest-all.cc | [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
| loopfilter_sse2.asm | [all...] |
| /toolchain/binutils/binutils-2.25/gold/testsuite/ |
| dwp_test_2.s | 1714 .section .note.GNU-stack,"",@progbits
|
| /external/ImageMagick/www/api/ |
| magick-image.php | [all...] |
| /external/v8/tools/profviz/ |
| gnuplot-4.6.3-emscripten.js | 472 Module.print(text + ':\n' + (new Error).stack); 497 // Note that string arguments will be stored on the stack (the JS string will become a C string on the stack). 515 var stack = 0; 519 if (!stack) stack = Runtime.stackSave(); 524 if (!stack) stack = Runtime.stackSave(); 543 if (stack) Runtime.stackRestore(stack); [all...] |
| /cts/tools/vm-tests-tf/lib/ |
| junit.jar | |
| /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
| Antlr.Runtime.Tools.pas | 347 /// reasons, this space is preallocated on the stack and does not grow if
|
| Antlr.Runtime.Tree.pas | 743 /// Return top of stack (return index). [all...] |
| /external/dexmaker/lib/ |
| junit.jar | |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.common_3.6.0.v20100503.jar | |
| org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar | |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/ |
| junit.jar | |
| /external/guice/lib/build/ |
| junit.jar | |
| /external/icu/tools/srcgen/currysrc/libs/ |
| org.eclipse.equinox.common_3.7.0.v20150402-1709.jar | |
| /external/jsr330/lib/ |
| junit.jar | |
| /external/libvpx/libvpx/vp8/common/x86/ |
| subpixel_sse2.asm | [all...] |
| subpixel_ssse3.asm | [all...] |
| /external/minijail/ |
| common.mk | 308 # Choose the stack protector flags based on whats supported by the compiler. [all...] |
| /external/modp_b64/ |
| common.mk | 308 # Choose the stack protector flags based on whats supported by the compiler. [all...] |
| /external/slf4j/integration/lib/ |
| junit-3.8.1.jar | |
| /external/slf4j/log4j-over-slf4j/compatibility/lib/ |
| junit-3.8.1.jar | |
| /external/v8/ |
| Android.v8common.mk | 297 src/regexp/regexp-stack.cc \
|
| /frameworks/base/docs/html/guide/ |
| guide_toc.cs | 55 <li><a href="<?cs var:toroot ?>guide/components/tasks-and-back-stack.html"> 56 <span class="en">Tasks and Back Stack</span>
|
Completed in 2004 milliseconds
<<111112113114115116117118119120>>