| /external/llvm/test/MC/ELF/ |
| basic-elf-64.s | 31 .section .note.GNU-stack,"",@progbits
|
| /external/llvm/test/MC/Mips/ |
| cpsetup-bad.s | 12 # ASM: :[[@LINE-1]]:23: error: expected save register or stack offset
|
| /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/pdfium/third_party/freetype/src/cff/ |
| cffparse.h | 44 FT_Byte* stack[CFF_MAX_STACK_DEPTH + 1]; member in struct:CFF_ParserRec_
|
| /external/speex/libspeex/ |
| cb_search.c | 53 static void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack) 111 char *stack, 153 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack); 160 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); 162 vq_nbest(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); 234 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack); 253 char *stack, 297 split_cb_search_shape_sign_N1(target,ak,awk1,awk2,par,p,nsf,exc,r,bits,stack,update_target); 351 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack); 381 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, N, best_index, best_dist, stack); [all...] |
| vq_bfin.h | 37 void vq_nbest(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
|
| /external/v8/src/profiler/ |
| tick-sample.h | 23 // (if used for profiling) the program counter and stack pointer for 49 Address tos; // Top stack value (*sp). 54 Address stack[kMaxFramesCount]; // Call stack. member in struct:v8::internal::TickSample
|
| /external/v8/test/cctest/wasm/ |
| test-wasm-trap-position.cc | 46 // Extract stack frame from the exception. 48 v8::Local<v8::StackTrace> stack = v8::Exception::GetStackTrace(localExc); local 49 CHECK(!stack.IsEmpty()); 50 CHECK_EQ(N, stack->GetFrameCount()); 53 v8::Local<v8::StackFrame> frame = stack->GetFrame(frameNr);
|
| /external/v8/test/mjsunit/ |
| debug-allscopes-on-debugger.js | 14 assertTrue(exec_state.frameCount() != 0, "FAIL: Empty stack trace"); 38 print(e, e.stack);
|
| debug-evaluate-declaration.js | 10 // shadowed by a stack-allocated variable. 26 print(e + e.stack);
|
| debug-step-turbofan.js | 8 // on the stack. Without deoptimization support, we will not be able to 42 print(e + e.stack);
|
| /external/v8/test/mjsunit/es6/debug-promises/ |
| throw-caught-all.js | 42 %AbortJS(e + "\n" + e.stack); 61 %AbortJS(e + "\n" + e.stack);
|
| /external/v8/test/mjsunit/regress/ |
| regress-crbug-568477-1.js | 17 %AbortJS(e + "\n" + e.stack); 47 %AbortJS(e + "\n" + e.stack);
|
| regress-crbug-568477-3.js | 17 %AbortJS(e + "\n" + e.stack); 49 %AbortJS(e + "\n" + e.stack);
|
| regress-crbug-614727.js | 11 // not cause a stack overflow, but big enough to move the allocated arguments 19 // turn trigger a stack overflow on 64-bit machines, which we need to catch.
|
| /external/valgrind/memcheck/tests/ |
| client-msg-as-xml.stderr.exp | 35 <stack> 76 </stack>
|
| /external/valgrind/memcheck/tests/darwin/ |
| aio.stderr.exp | 6 Address 0x........ is not stack'd, malloc'd or (recently) free'd 14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
| /external/valgrind/memcheck/tests/solaris/ |
| scalar_utimensat.stderr.exp | 18 Address 0x........ is not stack'd, malloc'd or (recently) free'd 22 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
| StackViewState.java | 17 package com.android.systemui.statusbar.stack;
|
| /hardware/qcom/camera/QCamera2/HAL/test/ |
| Android.mk | 40 hardware/qcom/camera/QCamera2/stack/common \ 41 hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc \
|
| /hardware/qcom/camera/msmcobalt/QCamera2/HAL/test/ |
| Android.mk | 40 hardware/qcom/camera/QCamera2/stack/common \ 41 hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc \
|
| /packages/apps/Gallery2/src/com/android/gallery3d/util/ |
| Profile.java | 27 // samples stack traces for a thread periodically. enable() and disable() is 40 // For every cycleTime period, we dump the stack of the thread. 127 StackTraceElement[] stack = thread.getStackTrace(); local 128 String[] lines = new String[stack.length]; 129 for (int i = 0; i < stack.length; i++) { 130 lines[i] = stack[i].toString(); 186 // milliseconds) sample the stack trace of the calling thread.
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| inspect_fodder.py | 16 st = inspect.stack()
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| inspect_fodder.py | 16 st = inspect.stack()
|
| /prebuilts/go/darwin-x86/src/runtime/cgo/ |
| gcc_arm.S | 45 .section .note.GNU-stack,"",%progbits
|