HomeSort by relevance Sort by last modified time
    Searched full:stack (Results 501 - 525 of 10778) sorted by null

<<21222324252627282930>>

  /external/llvm/test/CodeGen/X86/
tailcall-stackalign.ll 2 ; Linux has 8 byte alignment so the params cause stack size 20 when tailcallopt
3 ; is enabled, ensure that a normal fastcc call has matching stack size
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultMessageLogFactory.java 1 package gov.nist.javax.sip.stack;
7 * The Default Message log factory. This can be replaced as a stack
  /external/qemu/target-arm/
helper-android.h 15 * calling stack.
22 * thread's calling stack.
  /external/skia/src/animator/
thingstodo.txt 3 at these points, generate an error if actual physical stack gets too large
6 ((((( operator precedence or similar making stack deep
  /external/srec/portable/include/
PStackTrace.h 30 * Manipulates process stack-trace information.
36 * Maximum length of stack-trace string.
65 * Returns the depth of the current stack trace (0-based).
73 * Returns the current process stack-track.
75 * @param text [out] The resulting stack-trace text
93 * Removes the deepest level of the stack-trace.
95 * @param text [in/out] The stack-trace string.
101 * Destroys the stack trace object.
  /external/v8/test/mjsunit/regress/
regress-798.js 35 assertEquals(3, e.stack.split('\n').length);
44 assertEquals(3, e.stack.split('\n').length);
53 assertEquals(3, e.stack.split('\n').length);
62 assertEquals(3, e.stack.split('\n').length);
75 assertEquals(3, e.stack.split('\n').length);
83 assertEquals(3, e.stack.split('\n').length);
90 // Check that the stack for an exception in a getter and setter produce the
91 // expected stack height.
  /external/valgrind/main/VEX/
TODO.txt 21 improve stack-update pass
53 generic stack pointer identification at startup?
  /external/valgrind/main/memcheck/tests/
badfree-2trace.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is on thread 1's stack
badfree.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is on thread 1's stack
badfree3.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is on thread 1's stack
  /external/valgrind/main/memcheck/tests/linux/
lsframe1.c 2 /* Demonstrate Memcheck correctly handling a 64M array on the stack.
4 generates a very large stack, --main-stacksize=67200000
  /ndk/tests/device/test-stlport_shared-exception/jni/
reg-stack.cpp 2 // The code that moves around insns emitted by reg-stack to cope with
4 // eventually fills up the register stack resulting in Z == NaN.
  /ndk/tests/device/test-stlport_static-exception/jni/
reg-stack.cpp 2 // The code that moves around insns emitted by reg-stack to cope with
4 // eventually fills up the register stack resulting in Z == NaN.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace.h 10 stack during a system call. */
60 /* top of stack page */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace.h 10 stack during a system call. */
60 /* top of stack page */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace.h 10 stack during a system call. */
60 /* top of stack page */
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHNode.java 155 ArrayList<BIHStackData> stack = vars.bihStack; local
156 stack.clear();
166 stack.add(new BIHStackData(this, 0, 0));
172 while (stack.size() > 0) {
173 BIHNode node = stack.remove(stack.size() - 1).node;
195 stack.add(new BIHStackData(node.right, 0, 0));
252 ArrayList<BIHStackData> stack = vars.bihStack; local
253 stack.clear();
254 stack.add(new BIHStackData(this, 0, 0))
304 ArrayList<BIHStackData> stack = vars.bihStack; local
    [all...]
  /bionic/tests/
stack_unwinding_test_impl.c 35 // We reached the end of the stack without executing foo_cleanup. Test failed.
55 // It's SEGSEGV handler. We start forced stack unwinding here.
56 // If libgcc don't find dso for signal frame stack unwinding will be finished.
58 // Test pass condition: stack unwinding through signal frame and foo1_handler execution.
  /cts/tools/dasm/src/java_cup/runtime/
symbol.java 5 * other things can be placed on the parse stack. Symbols are used to
6 * keep track of state on the parse stack. The symbol currently on top
7 * of the stack contains the current state in the parse_state field.
45 /** The parse state to be recorded on the parse stack with this symbol.
  /dalvik/dx/tests/071-dex-java-stack-ops/
info.txt 2 least one case of each of the possible forms of Java stack
  /dalvik/vm/mterp/mips/
OP_MONITOR_ENTER.S 10 EXPORT_PC() # export PC so we can grab stack trace
  /dalvik/vm/mterp/x86/
binflop.S 9 $load (rFP,%eax,4) # vCC to fp stack
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
crtbegin_dynamic.o 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
crtbegin_dynamic.o 
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageInterstitial.java 50 * Perform a switch to the app. A new activity stack is started, replacing
58 // Build the new activity stack, launch it, and finish this UI.
59 Intent[] stack = IncomingMessage.makeMessageIntentStack(this, from, msg); local
60 startActivities(stack);

Completed in 2641 milliseconds

<<21222324252627282930>>