HomeSort by relevance Sort by last modified time
    Searched full:stack (Results 451 - 475 of 7586) sorted by null

<<11121314151617181920>>

  /external/libffi/src/cris/
sysv.S 50 ;; Save the regs to the stack.
52 ;; Used for stack pointer saving.
56 ;; Used for stack pointer saving.
58 ;; We save fig->flags to stack we will need them after we
62 ;; Saving current stack pointer.
69 ;; Make room on the stack for the args of fn.
72 ;; Function void ffi_prep_args(char *stack, extended_cif *ecif) parameters are:
73 ;; r10 <-- stack pointer
80 ;; Save the size of the structures which are passed on stack.
89 ;; Adjust the stack and check if any parameters are given on stack
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
DialogExt.java 28 * BYE being sent to the other side. Setting this flag instructs the stack to automatically
30 * This flag can be set on a stack-wide basis, on a per-provider basis or on a per Dialog basis.
42 * purposes. Validation is delegated to the application and the stack will not attempt to
package.html 3 implementation of the Provider, Listener and Stack. Implementation of the
6 in the stack subdirectory.
27 Sockets that are used by the stack (use this feature with caution!).
  /external/proguard/src/proguard/classfile/editor/
StackSizeUpdater.java 29 * This AttributeVisitor computes and updates the maximum stack size of the
48 // Compute the stack sizes.
51 // Update the maximum stack size.
  /external/skia/include/core/
SkClipStack.h 42 B2FIter(const SkClipStack& stack);
64 * Restarts the iterator on a clip stack.
66 void reset(const SkClipStack& stack);
  /external/valgrind/main/exp-ptrcheck/tests/
stackerr.stderr.exp-glibc28-amd64 7 Expected: stack array "a" in frame 2 back from here
13 Expected: stack array "a" in this frame
23 Expected: stack array "buf" in frame 4 back from here
  /frameworks/compile/libbcc/runtime/lib/
trampoline_setup.c 18 * trampoline functions on the stack for use with nested functions.
19 * This function creates a custom 40-byte trampoline function on the stack
29 /* enough space on stack for the trampoline, abort */
  /libcore/luni/src/main/java/java/lang/
ArrayIndexOutOfBoundsException.java 30 * current stack trace.
37 * stack trace and a detail message that is based on the specified invalid
49 * stack trace and the specified detail message.
ClassNotFoundException.java 31 * stack trace.
38 * Constructs a new {@code ClassNotFoundException} with the current stack
49 * Constructs a new {@code ClassNotFoundException} with the current stack
ExceptionInInitializerError.java 31 * current stack trace.
39 * stack trace and the specified detail message.
51 * stack trace and the specified cause. The exception should be the one
InstantiationError.java 32 * stack trace.
38 * Constructs a new {@code InstantiationError} with the current stack trace
49 * Constructs a new {@code InstantiationError} with the current stack trace
  /libcore/luni/src/test/java/tests/api/java/util/
EmptyStackExceptionTest.java 21 import java.util.Stack;
26 Stack s;
51 s = new Stack();
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
binary2.sed 17 # stack manipulation commands
18 # c clear stack
19 # P pop stack top
20 # D duplicate stack top
22 # r rotate stack counter-clockwise (second element becomes first)
23 # R rotate stack clockwise (last element becomes first)
26 # l print stack (stack top is first)
27 # p print stack top
28 # q quit, print stack top if any (cq is quiet quit
    [all...]
binary3.sed 17 # stack manipulation commands
18 # c clear stack
19 # P pop stack top
20 # D duplicate stack top
22 # r rotate stack counter-clockwise (second element becomes first)
23 # R rotate stack clockwise (last element becomes first)
26 # l print stack (stack top is first)
27 # p print stack top
28 # q quit, print stack top if any (cq is quiet quit
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NativeAllocationInfo.java 28 * <p/>Contains number of allocations, their size and the stack trace.
29 * <p/>Note: the ddmlib does not resolve the stack trace automatically. While this class provides
30 * storage for resolved stack trace, this is merely for convenience.
83 * Adds a stack call address for this allocation.
113 * Returns whether the stack call addresses have been resolved into
121 * Returns the stack call of this allocation as raw addresses.
129 * Sets the resolved stack call for this allocation.
146 * Returns the resolved stack call.
147 * @return An array of {@link NativeStackCallInfo} or <code>null</code> if the stack call
178 // compare the stack addresse
    [all...]
  /sdk/emulator/qtools/
q2dm.cpp 74 CallStackType *stack = (CallStackType *) base; local
78 stack->getGlobalTime(time), pid, stackLevel,
96 CallStackType *stack = (CallStackType *) base; local
100 stack->getGlobalTime(time), pid, stackLevel,
113 stack->getGlobalTime(time), pid, sym->name);
161 // Create a fake kernel thread stack where we will put all the kernel
188 // Use the kernel stack
193 // stack frames for the kernel thread.
199 // Get the stack for the current thread
203 // Get the stack for the current threa
    [all...]
  /bionic/libc/arch-x86/bionic/
vfork.S 13 /* Get rid of the stack modifications (popl/ret) after vfork() success.
  /bionic/libc/kernel/arch-arm/asm/
smp.h 31 void *stack; member in struct:secondary_data
  /bionic/libm/i387/
s_scalbnf.S 15 fstp %st(1) /* bug fix for fp stack overflow */
  /cts/apps/CtsVerifier/lib/colorchecker/
grouping.h 51 std::vector<POS> stack; local
52 stack.push_back(POS(sx,sy));
53 while (stack.size() > 0) {
54 sx = stack.back().first;
55 sy = stack.back().second;
56 stack.pop_back();
83 // push the adjacent spans to the stack
92 stack.push_back( POS(x, sy-1));
105 stack.push_back( POS(x, sy+1));
  /cts/tools/dasm/src/java_cup/runtime/
token.java 5 * by the scanner and placed on the parse stack. At present, this
  /dalvik/vm/mterp/x86/
binflop2addr.S 10 $load (rFP,%ecx,4) # vAA to fp stack
  /development/ndk/platforms/android-3/arch-arm/include/asm/
smp.h 31 void *stack; member in struct:secondary_data
  /external/chromium/base/
logging_win.h 27 // a stack trace with every log message.
31 // stack trace.
40 // A message with a stack trace, followed by the zero-terminated
44 // a stack trace,
  /external/clang/INPUTS/
all-std-headers.cpp 43 #include <stack>

Completed in 1571 milliseconds

<<11121314151617181920>>