| /hardware/qcom/display/msmcobalt/sdm/include/private/ |
| hw_info_types.h | 40 // given layer stack. 422 LayerStack *stack = NULL; // Input layer stack. Set by the caller. member in struct:sdm::HWLayersInfo 426 uint32_t index[kMaxSDELayers]; // Indexes of the layers from the layer stack which need to be
|
| /tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
| TelephonyBaseTest.py | 63 # we want the stack frame above this and above the error/warning/info 64 stack_frames = inspect.stack()[2]
|
| /external/ImageMagick/MagickCore/ |
| image.c | 428 % stack parameter is true, otherwise left-to-right. 435 % Image *AppendImages(const Image *images,const MagickBooleanType stack, 442 % o stack: A value other than 0 stacks the images top-to-bottom. 448 const MagickBooleanType stack,ExceptionInfo *exception) 506 if (stack != MagickFalse) 546 if (stack != MagickFalse) 602 if (stack == MagickFalse) [all...] |
| /external/v8/src/compiler/ |
| js-typed-lowering.cc | 247 // the stack top. This is the slot that full code uses to store the 271 // top of the stack (i.e., the slot used for the right operand). 276 // Change the left operand {converted_left} on the expression stack. 277 Node* stack = frame_state->InputAt(2); local 278 DCHECK_EQ(stack->opcode(), IrOpcode::kStateValues); 279 DCHECK_GE(stack->InputCount(), 2); 282 NodeVector new_values(stack->InputCount(), zone()); 283 for (int i = 0; i < stack->InputCount(); i++) { 284 if (i == stack->InputCount() - 2) { 287 new_values[i] = stack->InputAt(i) [all...] |
| /build/tools/droiddoc/templates-ndk/assets/js/ |
| docs.js | [all...] |
| /external/guice/extensions/persist/lib/ |
| javassist.jar | |
| /art/runtime/ |
| Android.mk | 180 stack.cc \ 375 stack.h \ 586 # Leave the symbols in the shared library so that stack unwinders can
|
| /external/jarjar/lib/ |
| asm-commons-4.0.jar | |
| /external/javassist/src/main/javassist/compiler/ |
| MemberCodeGen.java | 552 int stack = bytecode.getStackDepth(); local 558 int count = bytecode.getStackDepth() - stack + 1; 620 on stack. It must be popped out. If aload0pos >= 0, [all...] |
| /external/libdivsufsort/lib/ |
| sssort.c | 314 struct { saidx_t *a, *b, c; saint_t d; } stack[STACK_SIZE]; local 669 struct { saidx_t *a, *b, *c; saint_t d; } stack[STACK_SIZE]; local
|
| /external/libhevc/common/arm/ |
| ihevc_intra_pred_chroma_mode_3_to_9.s | 85 @stack contents from #40 125 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| ihevc_intra_pred_filters_chroma_mode_19_to_25.s | 87 @stack contents from #40 118 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| ihevc_intra_pred_filters_luma_mode_19_to_25.s | 87 @stack contents from #40 118 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| ihevc_intra_pred_luma_mode_3_to_9.s | 87 @stack contents from #40 128 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| ihevc_intra_pred_luma_planar.s | 90 @stack contents from #40 116 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| /external/libunwind/doc/ |
| unw_get_proc_info.tex | 20 information about the procedure that created the stack frame
|
| /external/libvpx/libvpx/vp9/encoder/x86/ |
| vp9_highbd_error_avx.asm | 173 ; Restore stack
|
| /external/libvpx/libvpx/vpx_dsp/arm/ |
| variance_halfpixvar16x16_h_media.asm | 24 ; stack unsigned int *sse
|
| variance_halfpixvar16x16_v_media.asm | 24 ; stack unsigned int *sse
|
| /external/llvm/lib/Target/WebAssembly/ |
| Relooper.cpp | 37 #include <stack> 585 // recursed we could blow the stack). 736 std::stack<Shape *> LoopStack; [all...] |
| /external/owasp/sanitizer/tools/findbugs/lib/ |
| asm-commons-3.3.jar | |
| asm-tree-3.3.jar | |
| /external/v8/test/mjsunit/bugs/harmony/ |
| debug-blockscopes.js | 55 print(e + e.stack);
|
| /external/v8/test/mjsunit/compiler/ |
| escape-analysis.js | 137 // Test deoptimization with captured objects on operand stack.
|
| /external/v8/test/mjsunit/ |
| debug-evaluate-locals-optimized-double.js | 173 exception = e.toString() + e.stack;
|