| /external/openssl/include/openssl/ |
| txt_db.h | 66 #include <openssl/stack.h>
|
| /frameworks/base/include/private/surfaceflinger/ |
| SharedBufferStack.h | 35 * These classes manage a stack of buffers in shared memory. 38 * SharedBufferStack: represents a stack of buffers 166 SharedBufferStack& stack; member in struct:android::SharedBufferBase::ConditionBase 168 : stack(*sbc->mSharedStack) { } 176 SharedBufferStack& stack; member in struct:android::SharedBufferBase::UpdateBase 178 : stack(*sbb->mSharedStack) { }
|
| /frameworks/base/test-runner/src/junit/runner/ |
| BaseTestRunner.java | 262 * Returns a filtered stack trace 274 * Filters stack frames from internal JUnit classes 276 public static String getFilteredTrace(String stack) { 278 return stack; 282 StringReader sr= new StringReader(stack); 295 return stack; // return the stack unfiltered
|
| /libcore/junit/src/test/java/junit/runner/ |
| BaseTestRunner.java | 262 * Returns a filtered stack trace 274 * Filters stack frames from internal JUnit classes 276 public static String getFilteredTrace(String stack) { 278 return stack; 282 StringReader sr= new StringReader(stack); 295 return stack; // return the stack unfiltered
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
| symtab.h | 49 struct obstack stack; member in struct:ht
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| symtab.h | 49 struct obstack stack; member in struct:ht
|
| /dalvik/hit/src/com/android/hit/ |
| HprofParser.java | 412 StackTrace stack = mState.getStackTrace(thread.mStackTrace); local 414 threadSerialNumber, stack); 438 StackTrace stack = mState.getStackTrace(stackSerialNumber); local 497 ClassObj theClass = new ClassObj(id, stack, mClassNames.get(id)); 518 StackTrace stack = mState.getStackTrace(stackId); local 521 ClassInstance instance = new ClassInstance(id, stack, classId); 533 StackTrace stack = mState.getStackTrace(stackId); local 542 ArrayInstance array = new ArrayInstance(id, stack, Types.OBJECT, 555 StackTrace stack = mState.getStackTrace(stackId); local 564 ArrayInstance array = new ArrayInstance(id, stack, type, numElements [all...] |
| ClassInstance.java | 27 public ClassInstance(long id, StackTrace stack, long classId) { 29 mStack = stack;
|
| ClassObj.java | 41 public ClassObj(long id, StackTrace stack, String className) { 43 mStack = stack;
|
| /external/libffi/src/mips/ |
| ffi.c | 51 FFI_ASSERT(argp <= &stack[bytes]); \ 52 if (argp == &stack[bytes]) \ 54 argp = stack; \ 62 /* ffi_prep_args is called by the assembly routine once stack space 65 static void ffi_prep_args(char *stack, 77 on the stack. We reorder stuff on the stack here to 80 argp = &stack[bytes - (8 * sizeof(ffi_arg))]; 82 argp = stack; 84 argp = stack; [all...] |
| /external/webkit/WebCore/inspector/front-end/ |
| TextEditorModel.js | 279 _doUndo: function(stack) 282 for (var i = stack.length - 1; i >= 0; --i) { 283 var command = stack[i]; 284 stack.length = i; 287 if (i > 0 && stack[i - 1].explicit)
|
| /external/bison/data/ |
| glr.c | 28 # Stack parameters. 606 if the built-in stack extension method is used). 616 /* Minimum number of free items on the stack allowed after an 619 stack is expanded, thus insuring that all necessary pointers get 746 /** Preceding state in this stack */ 788 /** Type of the items in the GLR stack. The yyisState field 886 * and top stack item YYVSP. YYLVALP points to place to put semantic 1110 * stack #K of *STACKP. */ 1135 /** Initialize SET to a singleton set containing an empty stack. */ 1161 /** Initialize STACK to a single empty stack, with total maximu [all...] |
| /external/libvpx/vpx_ports/ |
| x86_abi_support.asm | 85 ; This macro aligns the stack to the given alignment (in bytes). The stack 86 ; is left such that the previous value of the stack pointer is the first 87 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.') 262 ; Tell GNU ld that we don't require an executable stack. 264 section .note.GNU-stack noalloc noexec nowrite progbits 267 section .note.GNU-stack noalloc noexec nowrite progbits
|
| /external/speex/libspeex/ |
| ltp.c | 79 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack) 142 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack) 173 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t *gain, int N, char *stack) 245 pitch_xcorr(sw, sw-end, corr, len, end-start+1, stack); 360 char *stack, 419 iir_mem16(e, ak, e, nsf, p, mm, stack); 422 filter_mem16(e, awk1, awk2, e, nsf, p, mm, stack); 542 char *stack, 609 open_loop_nbest_pitch(sw, start, end, nsf, nbest, NULL, N, stack); 622 bits, stack, exc2, r, new_target, &cdbk_index, plc_tuning, *cumul_gain, scaledown) [all...] |
| /external/v8/tools/ |
| logreader.js | 161 * Processes stack record. 165 * @param {Array.<string>} stack String representation of a stack. 166 * @return {Array.<number>} Processed stack. 168 devtools.profiler.LogReader.prototype.processStack = function(pc, func, stack) { 171 for (var i = 0, n = stack.length; i < n; ++i) { 172 var frame = stack[i];
|
| /build/core/ |
| armelf.xsc | 194 into a random section. If _stack is not absolutely with .stack section, 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) }
|
| /external/webkit/WebKit/chromium/src/js/ |
| ProfilerProcessor.js | 183 this.createAddressParser("stack"), parseInt, "var-args"], 208 this.createAddressParser("stack"), 421 devtools.profiler.Processor.prototype.processTick_ = function(pc, sp, vmState, stack) 424 stack.push(devtools.profiler.Processor.PROGRAM_ENTRY_STR); 425 this.currentProfile_.recordTick(this.processStack(pc, stack)); 430 devtools.profiler.Processor.prototype.processTickV2_ = function(pc, sp, func, vmState, stack) 433 stack.push(devtools.profiler.Processor.PROGRAM_ENTRY_STR); 448 this.currentProfile_.recordTick(this.processStack(pc, func, stack));
|
| /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/ |
| armelf.xsc | 192 .stack 0x80000 : 195 *(.stack) 199 /DISCARD/ : { *(.note.GNU-stack) }
|
| armelf.xsw | 192 .stack 0x80000 : 195 *(.stack) 199 /DISCARD/ : { *(.note.GNU-stack) }
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/ |
| armelf.xsc | 192 .stack 0x80000 : 195 *(.stack) 199 /DISCARD/ : { *(.note.GNU-stack) }
|
| armelf.xsw | 192 .stack 0x80000 : 195 *(.stack) 199 /DISCARD/ : { *(.note.GNU-stack) }
|
| /dalvik/vm/alloc/ |
| CardTable.c | 217 * Returns true if the given object has been pushed on the mark stack 225 for (ptr = ctx->stack.top; ptr != ctx->stack.base; ++ptr) {
|
| /dalvik/vm/mterp/armv5te/ |
| OP_EXECUTE_INLINE_RANGE.S | 11 * is on the stack. The function's return value is a flag that tells 22 add sp, sp, #8 @ pop stack
|
| /external/chromium/base/ |
| condition_variable_win.cc | 7 #include <stack> 76 std::stack<HANDLE> handles; // See FAQ-question-10. 403 stack.
|
| /external/iproute2/tc/ |
| emp_ematch.l | 68 %option 8bit stack warn noyywrap prefix="ematch_"
|