Searched
full:stack (Results
1526 -
1550 of
10778) sorted by null
<<61626364656667686970>>
/external/valgrind/main/memcheck/tests/amd64-linux/ |
filter_defcfaexpr | 23 # stack given the unusual CFAs describing it.
|
/external/valgrind/main/memcheck/tests/linux/ |
lsframe2.c | 3 calls, each of which allocates a 1 M array on the stack. Requires
|
/external/valgrind/main/none/tests/ |
thread-exits.c | 3 interfere with the stack growth signals. 13 grow the stack. If we don't get the siginfo, then it just looks 19 attempts to grow the stack once all the threads have been created 116 printf("stack grew OK\n");
|
/frameworks/base/services/java/com/android/server/wm/ |
StackBox.java | 67 /** Stack of Tasks, this is null exactly when mFirst and mSecond are non-null. */ 117 * Return the stackId of the stack that intersects the passed point. 120 * @return -1 if point is outside of mBounds, otherwise the stackId of the containing stack. 175 TaskStack stack = mFirst.split(stackId, relativeStackBoxId, position, weight); local 176 if (stack != null) { 177 return stack; 183 TaskStack stack = new TaskStack(mService, stackId, mDisplayContent); local 200 firstStack = stack; 205 secondStack = stack; 213 firstStack = stack; [all...] |
/hardware/samsung_slsi/exynos5/libcamera2/ |
SignalDrivenThread.cpp | 54 int32_t priority, size_t stack) 57 run(name, priority, stack); 60 int32_t priority, size_t stack) 68 run(name, priority, stack);
|
/ndk/sources/host-tools/ndk-stack/ |
GNUmakefile | 20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-stack 21 PROGNAME := /tmp/ndk-$(USER)/ndk-stack 55 NDK_STACK_SOURCES := ndk-stack.c \ 56 ndk-stack-parser.c
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/ |
crtfastmath.o | |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/mips-r2/ |
crtfastmath.o | |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/ |
crtfastmath.o | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
auxvec.h | 7 put on the initial stack */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
Scrt1.o | |
crt1.o | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/ |
crtfastmath.o | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
auxvec.h | 7 put on the initial stack */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
Scrt1.o | |
crt1.o | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
auxvec.h | 7 put on the initial stack */
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/ |
crtfastmath.o | |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/mips-r2/ |
crtfastmath.o | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/ |
crtfastmath.o | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pyclbr.py | 151 stack = [] # stack of (class, indent) pairs 159 while stack and stack[-1][1] >= thisindent: 160 del stack[-1] 164 while stack and stack[-1][1] >= thisindent: 165 del stack[-1] 169 if stack: 170 cur_class = stack[-1][0 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
inspect_fodder.py | 16 st = inspect.stack()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pyclbr.py | 151 stack = [] # stack of (class, indent) pairs 159 while stack and stack[-1][1] >= thisindent: 160 del stack[-1] 164 while stack and stack[-1][1] >= thisindent: 165 del stack[-1] 169 if stack: 170 cur_class = stack[-1][0 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
inspect_fodder.py | 16 st = inspect.stack()
|
/dalvik/vm/interp/ |
Stack.cpp | 20 * See the majestic ASCII art in Stack.h. 33 * Initialize the interpreter stack in a new thread. 36 * stack (and we really don't want to if it was created with mmap). 51 * Push a frame for an interpreted method onto the stack. This is only 53 * interpreter does its own stack frame manipulation for interp-->interp 84 ALOGW("Stack overflow on call to interp " 94 * Shift the stack pointer down, leaving space for the function's 103 /* debug -- memset the new stack, unless we want valgrind's help */ 133 * frames at the top of the interpreted stack. 158 ALOGW("Stack overflow on call to native [all...] |
Completed in 2988 milliseconds
<<61626364656667686970>>