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

<<21222324252627282930>>

  /external/opencv/cv/src/
cvconvhull.cpp 45 icvSklansky_32s( CvPoint** array, int start, int end, int* stack, int nsign, int sign2 )
56 stack[0] = start;
60 stack[0] = pprev;
61 stack[1] = pcur;
62 stack[2] = pnext;
85 stack[stacksize] = pnext;
93 stack[1] = pcur;
95 stack[2] = pnext;
99 stack[stacksize-2] = pnext;
101 pprev = stack[stacksize-4]
234 int* stack = 0; local
    [all...]
  /external/stlport/stlport/
stack 42 # include_next <stack>
44 # include _STLP_NATIVE_HEADER(stack)
  /external/valgrind/main/exp-ptrcheck/tests/
syscall.c 9 // For some reason, the stack frame below __GI_write is disappearing.
11 // ensure they have a different stack trace. I do this by using this
  /external/valgrind/main/include/
pub_tool_stacktrace.h 2 /*--- Stack traces: getting, traversing, printing. ---*/
34 // The basic stack trace type: just an array of code addresses.
37 // Walks the stack to get instruction pointers from the top stack frames
39 // 0 is the top of the stack, 1 is its caller, etc. Everything from
42 // the stack is unwound. A safe value to pass is zero.
52 // 'active' (in the sense of a stack of unfinished function calls)
57 // stack-pointer values for each frame are stored there.
  /external/valgrind/main/massif/perf/
many-xpts.c 8 // different stack trace -- the stack traces are effectively a
  /external/valgrind/main/massif/tests/
filter_verbose 20 # stack trace can vary -- eg. some machines have more stack frames below
  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/webkit/LayoutTests/fast/dom/Node/
fragment-mutation-expected.txt 7 Moving next item to become previous sibling of the re-parentee should not result in stack exhaustion: PASS
15 Moving next item to become previous sibling of the re-parentee should not result in stack exhaustion: PASS
  /frameworks/base/docs/html/guide/topics/wireless/
index.jd 9 wireless stack that provides Wi-Fi network access. Almost all information from the device supplicant
16 <p>The Android platform includes support for the Bluetooth network stack, which allows a device to
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
ThreadSampler.java 29 * Used to specify the maximum stack depth to collect.
34 * Return a stack trace for the current thread limited by the
  /libcore/luni/src/main/java/java/io/
CharConversionException.java 28 * Constructs a new {@code CharConversionException} with its stack trace
35 * Constructs a new {@code CharConversionException} with its stack trace and
EOFException.java 29 * Constructs a new {@code EOFException} with its stack trace filled in.
35 * Constructs a new {@code EOFException} with its stack trace and detail
FileNotFoundException.java 28 * Constructs a new {@code FileNotFoundException} with its stack trace
35 * Constructs a new {@code FileNotFoundException} with its stack trace and
ObjectStreamException.java 37 * Constructs a new {@code ObjectStreamException} with its stack trace
44 * Constructs a new {@code ObjectStreamException} with its stack trace and
StreamCorruptedException.java 34 * Constructs a new {@code StreamCorruptedException} with its stack trace
41 * Constructs a new {@code StreamCorruptedException} with its stack trace
UTFDataFormatException.java 31 * Constructs a new {@code UTFDataFormatException} with its stack trace
38 * Constructs a new {@code UTFDataFormatException} with its stack trace and
UnsupportedEncodingException.java 29 * Constructs a new {@code UnsupportedEncodingException} with its stack
36 * Constructs a new {@code UnsupportedEncodingException} with its stack
  /libcore/luni/src/main/java/java/lang/
AbstractMethodError.java 32 * stack trace.
38 * Constructs a new {@code AbstractMethodError} with the current stack trace
ArithmeticException.java 29 * stack trace.
35 * Constructs a new {@code ArithmeticException} with the current stack trace
ArrayStoreException.java 30 * stack trace.
36 * Constructs a new {@code ArrayStoreException} with the current stack trace
ClassCastException.java 29 * stack trace.
35 * Constructs a new {@code ClassCastException} with the current stack trace
ClassCircularityError.java 34 * stack trace.
40 * Constructs a new {@code ClassCircularityError} with the current stack
ClassFormatError.java 29 * Constructs a new {@code ClassFormatError} that includes the current stack
36 * Constructs a new {@code ClassFormatError} with the current stack trace
CloneNotSupportedException.java 32 * current stack trace.
39 * stack trace and the specified detail message.
IllegalAccessError.java 32 * stack trace.
38 * Constructs a new {@code IllegalAccessError} with the current stack trace

Completed in 1854 milliseconds

<<21222324252627282930>>