/external/speex/libspeex/ |
filters.h | 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack); 62 void qmf_synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_t *mem2, char *stack); 64 void filter_mem16(const spx_word16_t *x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack); 65 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack); 66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack); 73 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack); 74 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack); 76 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack); 87 char *stack
|
/sdk/traceview/src/com/android/traceview/ |
ThreadData.java | 35 // This is a hash of all the methods that are currently on the stack. 88 // Check the stack for a matching method to determine if this call 134 ArrayList<Call> stack = mStack; local 135 if (stack.size() == 0) 137 Call top = stack.get(stack.size() - 1); 138 stack.remove(stack.size() - 1); 156 ArrayList<Call> stack = mStack; local 157 if (stack.size() == 0 [all...] |
/external/proguard/src/proguard/classfile/attribute/preverification/ |
StackMapTableAttribute.java | 29 * This Attribute represents a stack map table attribute. 48 * Creates a StackMapTableAttribute with the given stack map frames. 57 * Creates a StackMapTableAttribute with the given stack map frames. 76 * Applies the given stack map frame visitor to all stack map frames. 87 // first stack map frame.
|
/external/icu4c/test/intltest/ |
itspoof.cpp | 132 // A long "identifier" that will overflow implementation stack buffers, forcing heap allocations. 133 CHECK_SKELETON(SL, " A long 'identifier' that will overflow implementation stack buffers, forcing heap allocations." 134 " A long 'identifier' that will overflow implementation stack buffers, forcing heap allocations." 135 " A long 'identifier' that will overflow implementation stack buffers, forcing heap allocations." 136 " A long 'identifier' that will overflow implementation stack buffers, forcing heap allocations.", 138 " A 1ong \\u02b9identifier\\u02b9 that wi11 overf1ow imp1ementation stack buffers, forcing heap a11ocations." 139 " A 1ong \\u02b9identifier\\u02b9 that wi11 overf1ow imp1ementation stack buffers, forcing heap a11ocations." 140 " A 1ong \\u02b9identifier\\u02b9 that wi11 overf1ow imp1ementation stack buffers, forcing heap a11ocations." 141 " A 1ong \\u02b9identifier\\u02b9 that wi11 overf1ow imp1ementation stack buffers, forcing heap a11ocations.") 216 UnicodeString s1("A long string that will overflow stack buffers. A long string that will overflow stack buffers. [all...] |
/external/bison/lib/ |
timevar.c | 146 /* If this variable is timed independently of the timing stack, 158 the timing stack. */ 162 /* An element on the timing stack. Elapsed time is attributed to the 163 topmost timing variable on the stack. */ 167 /* The timing variable at this stack level. */ 170 /* The next lower timing variable context in the stack. */ 178 /* The top of the timing stack. */ 179 static struct timevar_stack_def *stack; variable in typeref:struct:timevar_stack_def 185 /* The time at which the topmost element on the timing stack was 276 /* Push TIMEVAR onto the timing stack. No further elapsed time i [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/aload_2/jm/ |
T_aload_2_2.j | 21 .limit stack 1 29 .limit stack 1
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/monitorenter/jm/ |
T_monitorenter_4.j | 20 .limit stack 2 28 .limit stack 2
|
T_monitorenter_5.j | 20 .limit stack 2 28 .limit stack 2
|
T_monitorenter_6.j | 20 .limit stack 2 28 .limit stack 2
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/monitorexit/jm/ |
T_monitorexit_5.j | 20 .limit stack 1 31 .limit stack 2
|
T_monitorexit_6.j | 20 .limit stack 1 31 .limit stack 2
|
/cts/tools/dx-tests/src/dxc/junit/verify/t481_1/jm/ |
T_t481_1_1.j | 20 .limit stack 1 31 .limit stack 0
|
/cts/tools/dx-tests/src/dxc/junit/verify/t481_2/jm/ |
T_t481_2_1.j | 20 .limit stack 1 31 .limit stack 0
|
/cts/tools/dx-tests/src/dxc/junit/verify/t481_4/jm/ |
T_t481_4_1.j | 20 .limit stack 1 31 .limit stack 0
|
T_t481_4_2.j | 20 .limit stack 1 31 .limit stack 0
|
T_t481_4_3.j | 20 .limit stack 1 31 .limit stack 0
|
T_t481_4_4.j | 20 .limit stack 1 31 .limit stack 0
|
/cts/tools/dx-tests/src/dxc/junit/verify/t482_20/jm/ |
T_t482_20_1.j | 20 .limit stack 1 32 .limit stack 1
|
/dalvik/libcore/dalvik/src/main/java/dalvik/system/ |
VMStack.java | 20 * Provides a limited interface to the Dalvik VM stack. This class is mostly 52 * Creates an array of classes from the methods at the top of the stack. 53 * We continue until we reach the bottom of the stack or exceed the 58 * The topmost stack frame (this method) and the one above that (the 70 * @return an array with classes for the most-recent methods on the stack 76 * Retrieves the stack trace from the specified thread. 80 * @return an array of stack trace elements, or null if the thread 81 * doesn't have a stack trace (e.g. because it exited)
|
/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.
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
IStackTraceInfo.java | 20 * Classes which implement this interface provide a method that returns a stack trace. 25 * Returns the stack trace. This can be <code>null</code>.
|
/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/libcore/luni/src/main/java/java/lang/ |
Error.java | 35 * Constructs a new {@code Error} that includes the current stack trace. 42 * Constructs a new {@code Error} with the current stack trace and the 53 * Constructs a new {@code Error} with the current stack trace, the 66 * Constructs a new {@code Error} with the current stack trace and the
|
Exception.java | 34 * Constructs a new {@code Exception} that includes the current stack trace. 41 * Constructs a new {@code Exception} with the current stack trace and the 52 * Constructs a new {@code Exception} with the current stack trace, the 65 * Constructs a new {@code Exception} with the current stack trace and the
|