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

<<51525354555657585960>>

  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 81 CallStack stack(LOG_TAG);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 25 ; stack unsigned int *sse
65 ldr r12, [sp] ;load *sse from stack
  /hardware/qcom/camera/msmcobalt/QCamera2/
Android.mk 83 $(LOCAL_PATH)/stack/common \
84 $(LOCAL_PATH)/stack/mm-camera-interface/inc \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_grep_matcher.h 104 /// A stack of states used in evaluating the NFA.
105 typedef std::stack<_StateIdT, std::vector<_StateIdT> > _StateStack;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_grep_matcher.h 104 /// A stack of states used in evaluating the NFA.
105 typedef std::stack<_StateIdT, std::vector<_StateIdT> > _StateStack;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_grep_matcher.h 104 /// A stack of states used in evaluating the NFA.
105 typedef std::stack<_StateIdT, std::vector<_StateIdT> > _StateStack;
  /system/core/include/backtrace/
Backtrace.h 58 uintptr_t sp; // The top of the stack.
59 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
99 const backtrace_stackinfo_t& stack, bool cache_file = false);
103 // Get the current stack trace and store in the backtrace_ structure.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-stack-intel.d 1 #source: ../x86-64-stack.s
3 #name: x86-64 (ILP32) stack-related opcodes (Intel mode)
x86-64-stack-suffix.d 1 #source: ../x86-64-stack.s
3 #name: x86-64 (ILP32) stack-related opcodes (with suffixes)
x86-64-stack.d 1 #source: ../x86-64-stack.s
3 #name: x86-64 (ILP32) stack-related opcodes
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-stack-intel.d 2 #name: x86-64 stack-related opcodes (Intel mode)
3 #source: x86-64-stack.s
x86-64-stack-suffix.d 2 #name: x86-64 stack-related opcodes (with suffixes)
3 #source: x86-64-stack.s
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
adj-jump.s 72 stack: label
  /external/javassist/src/main/javassist/
CtBehavior.java 65 // a stack map table is copied from srcInfo.
430 // a stack map table is copied to destInfo.
707 int stack = b.getMaxStack(); local
710 if (stack > ca.getMaxStack())
711 ca.setMaxStack(stack);
1021 int stack = b.getMaxStack(); local
1128 int stack = b.getMaxStack(); local
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h 66 /* maximal linear size of matrix to allocate it on stack. */
433 stack[48]; \
440 stack[0].lb = array; \
441 stack[0].ub = array + (total - 1); \
445 T* left = stack[sp].lb; \
446 T* right = stack[sp--].ub; \
562 stack[++sp].lb = left0; \
563 stack[sp].ub = left0 + n - 1; \
568 stack[++sp].lb = right0 - m + 1; \
569 stack[sp].ub = right0;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivity.java 133 * just finishing the activity since we don't know what is behind Recents in the task stack.
186 // and the old last stack active time, they were not visible and in the
353 // Reload the stack view
374 // Reload the stack view
379 * Reloads the stack views upon launching Recents.
383 // reconstructing the task stack
403 TaskStack stack = loadPlan.getTaskStack(); local
404 mRecentsView.onReload(mIsVisible, stack.getTaskCount() == 0);
405 mRecentsView.updateStack(stack, true /* setStackViewTasks */);
409 mScrimViews.updateNavBarScrim(animateNavBarScrim, stack.getTaskCount() > 0, null)
501 TaskStack stack = loadPlan.getTaskStack(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
AppErrors.java 168 if (info.stack != null) {
169 pw.println(" Stack:");
171 for (int pos = 0; pos < info.stack.length(); pos++) {
172 if (info.stack.charAt(pos) == '\n') {
174 pw.write(info.stack, lastPos, pos-lastPos);
179 if (lastPos < info.stack.length()) {
181 pw.write(info.stack, lastPos, info.stack.length()-lastPos);
505 * @param stackTrace Full crash stack trace, may be null.
978 final String stack; field in class:AppErrors.BadProcessInfo
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp 172 LayerStack *stack = hw_layer_info.stack; local
188 Layer *layer = stack->layers.at(layer_index);
271 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer;
366 LayerStack *stack = hw_layer_info.stack; local
377 LayerBuffer *input_buffer = stack->layers.at(layer_index)->input_buffer;
422 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer;
460 stack->retire_fence_fd = mdp_commit.retire_fence;
462 // MDP returns only one release fence for the entire layer stack. Duplicate this fence into al
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 124 // The minimal size of a window within the usable area of the freeform stack.
1084 final TaskStack stack = getStack(); local
1128 final TaskStack stack = task.mStack; local
1809 final TaskStack stack = mService.mStackIdToStack.get(DOCKED_STACK_ID); local
1849 final TaskStack stack = getStack(); local
2267 final TaskStack stack = task.mStack; local
2419 final TaskStack stack = getStack(); local
2568 final TaskStack stack = getStack(); local
    [all...]
  /bionic/libc/malloc_debug/
Android.mk 76 -fno-stack-protector \
  /device/huawei/angler/camera/QCamera2/
Android.mk 53 $(LOCAL_PATH)/stack/common \
  /device/lge/bullhead/camera/QCamera2/
Android.mk 53 $(LOCAL_PATH)/stack/common \
  /external/bison/examples/calc++/
Makefile.am 87 $(srcdir)/stack.hh $(srcdir)/position.hh $(srcdir)/location.hh \
  /external/boringssl/src/crypto/perlasm/
x86gas.pl 125 $::stack=4;
131 $::stack=0;
x86masm.pl 109 $::stack=4;
115 $::stack=0;

Completed in 1672 milliseconds

<<51525354555657585960>>