HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 1276 - 1300 of 3511) sorted by null

<<51525354555657585960>>

  /external/libchrome/base/trace_event/
trace_event_impl.h 11 #include <stack>
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffgload.h 165 FT_Fixed stack[CFF_MAX_OPERANDS + 1]; member in struct:CFF_Decoder_
  /external/libhevc/common/arm64/
ihevc_mem_fns.s 279 .section .note.GNU-stack,"",%progbits
  /external/libunwind/doc/
unw_init_remote.tex 28 structure containing the machine-state of the initial stack frame.
31 stack-frame chain to be unwound. In other words, the interpretation
  /external/libunwind/src/x86/
getcontext-freebsd.S 79 * save fpu context into temporary aligned location on stack
102 addl $512 + 16, %esp /* restore the stack */
111 /* We do not need executable stack. */
112 .section .note.GNU-stack,"",@progbits
  /external/libunwind/src/x86_64/
getcontext.S 133 /* We do not need executable stack. */
134 .section .note.GNU-stack,"",@progbits
  /external/libweave/src/notification/
xmpp_stream_parser.cc 28 std::stack<std::unique_ptr<XmlNode>>{}.swap(node_stack_);
  /external/llvm/test/MC/ARM/
eh-directive-setfp-diagnostics.s 68 @ CHECK: error: stack pointer register expected
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 29 import gov.nist.javax.sip.stack.SIPStackTimerTask;
  /external/pdfium/third_party/freetype/src/cff/
cffgload.h 165 FT_Fixed stack[CFF_MAX_OPERANDS + 1]; member in struct:CFF_Decoder_
  /external/v8/test/mjsunit/
arguments-apply.js 109 // Make sure that the stack after the apply optimization is
132 // stack even in the presence of the apply optimizations.
big-object-literal.js 98 assertTrue(e.message.indexOf("Maximum call stack size exceeded") >= 0);
119 // Catch stack overflows.
error-tostring.js 41 e.stack = "Does not occur in output";
49 e.stack = "Does not occur in output";
  /external/v8/test/mjsunit/bugs/
bug-941049.js 96 // activation of q is popped from the stack.
99 // activation of q is popped from the stack.
  /external/v8/test/mjsunit/harmony/
async-function-debug-evaluate.js 85 print(e.stack);
136 print(error.stack);
  /external/v8/test/webkit/
function-apply-aliased.js 23 // Flags: --stack-size=100
71 // Blow the stack recursing with arguments
  /external/valgrind/coregrind/
m_libcassert.c 338 // execontext/stack dump/symtab code. But it's better than nothing.
367 VgStack* stack local
371 has exited, then valgrind_stack_base points to the stack base. */
373 && (!exited_threads || stack == 0)) continue;
386 VG_(printf)("client stack range: [%p %p] client SP: %p\n",
389 VG_(printf)("client stack range: ???????\n");
391 if (stack_usage && stack != 0)
392 VG_(printf)("valgrind stack top usage: %lu of %lu\n",
395 (stack, VG_(clo_valgrind_stacksize)),
  /external/valgrind/exp-bbv/tests/amd64-linux/
clone_test.S 43 mov $(new_stack+4096),%rsi # new stack
  /external/valgrind/exp-bbv/tests/x86-linux/
clone_test.S 43 mov $(new_stack+4096),%ecx # new stack
  /external/valgrind/memcheck/tests/amd64-linux/
defcfaexpr.S 3 stack unwinder understands DW_CFA_def_cfa_expression. It is
28 The .jz causes memcheck to complain, hence unwind the stack, but
144 GDB to show an extraneous aaa frame on the stack. Oh well. */
186 .section .note.GNU-stack,"",@progbits
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
MoveJob.java 133 .append(", destination=" + stack)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CrossFadeHelper.java 22 import com.android.systemui.statusbar.stack.StackStateAnimator;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
ImageTransformState.java 28 import com.android.systemui.statusbar.stack.StackStateAnimator;
  /frameworks/base/services/core/java/com/android/server/am/
CompatModePackages.java 366 final ActivityStack stack = mService.getFocusedStack(); local
367 ActivityRecord starting = stack.restartPackage(packageName);
386 stack.ensureActivityConfigurationLocked(starting, 0, false);
389 stack.ensureActivitiesVisibleLocked(starting, 0, !PRESERVE_WINDOWS);
  /frameworks/native/opengl/libagl/
matrix.cpp 127 // Validate the projection stack (in fact, it's never needed)
152 // Validate the texture stack
387 stack = new matrixf_t[depth];
396 delete [] stack;
402 stack[depth].loadIdentity();
409 stack[depth].load(rhs);
415 stack[depth].load(rhs);
421 stack[depth].multiply(rhs);
427 stack[depth].translate(x,y,z);
433 stack[depth].scale(x,y,z)
912 matrix_stack_t* stack = 0; local
    [all...]

Completed in 1302 milliseconds

<<51525354555657585960>>