| /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
| TaskStackLayoutAlgorithm.java | 106 * The layout logic for a TaskStackView. This layout needs to be able to calculate the stack layout 109 * more prominently in the stack. 147 * The various stack/freeform states. 159 * @param freeformHeightPct the percentage of the stack height (not including paddings) to 169 * Resolves the stack state for the layout given a task stack. 171 public static StackState getStackStateForStack(TaskStack stack) { 174 int freeformCount = stack.getFreeformTaskCount(); 175 int stackCount = stack.getStackTaskCount(); 186 * Computes the freeform and stack rect for this state [all...] |
| /libcore/ojluni/src/main/java/java/io/ |
| ObjectOutputStream.java | 2504 private final List<String> stack; field in class:ObjectOutputStream.DebugTraceInfoStack [all...] |
| /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
| BaseRecognizer.java | 212 * more information such as the stack frame with 379 * follow that rule reference on the stack; this amounts to 406 * that rule is pushed on a stack. Here are the various "local" 417 * and, hence, the follow context stack is: 528 // what is exact? it seems to only add sets from above on stack 695 /** Push a rule's follow set using our own hardcoded stack */ 720 * stack trace. This routine is shared with all recognizers, hence, 729 StackTraceElement[] stack = e.getStackTrace(); local 731 for (i=stack.length-1; i>=0; i--) { 732 StackTraceElement t = stack[i] [all...] |
| /external/compiler-rt/lib/ubsan/ |
| ubsan_diag.cc | 34 // We can only use slow unwind, as we don't have any information about stack 37 // fetch stack top/bottom information if we have it (e.g. if we're running 41 BufferedStackTrace stack; 42 stack.Unwind(kStackTraceMax, pc, bp, 0, 0, 0, false); 43 stack.Print(); 331 // global, stack variable, or dynamic allocation, then do so. 425 SymbolizedStackHolder Stack(Symbolizer::GetOrInit()->SymbolizePC(PC)); 426 const AddressInfo &AI = Stack.get()->info;
|
| /external/google-breakpad/src/processor/ |
| stackwalker_x86.cc | 55 // This value is based on a stack frame size histogram built for a set of 97 // The x86 is a 32-bit CPU, the limits of the supplied stack are invalid. 146 // Save the stack walking info we found, in case we need it later to 150 // This function only covers the full STACK WIN case. If 158 // callee argument pushed onto the stack, which may not be where %esp points 162 // stack after the callee returns. This is usually accomplished by adding 165 // parameters stored on the stack before returning. This is usually 167 // the stack after popping the return address. 169 // Because each frame's %esp will point to a location on the stack after 170 // callee arguments have been PUSHed, when locating things in a stack fram [all...] |
| /external/libavc/common/arm/ |
| ih264_inter_pred_filters_luma_horz_a9q.s | 108 stmfd sp!, {r4-r12, r14} @store register values to stack 109 vstmdb sp!, {d8-d15} @push neon registers to stack 246 ldmfd sp!, {r4-r12, pc} @Restoring registers from stack
|
| ih264_inter_pred_luma_horz_qpel_a9q.s | 111 stmfd sp!, {r4-r12, r14} @store register values to stack 112 vstmdb sp!, {d8-d15} @push neon registers to stack 264 ldmfd sp!, {r4-r12, pc} @Restoring registers from stack
|
| /external/opencv3/modules/calib3d/src/ |
| calibinit.cpp | 630 CvSeq* stack = cvCreateSeq( 0, sizeof(*stack), sizeof(void*), temp_storage ); local 652 cvSeqPush(stack, &start); 660 while( stack->total ) 663 cvSeqPop( stack, &q ); 698 cvSeqPush( stack, &neighbor ); 1207 CvSeq* stack = cvCreateSeq( 0, sizeof(*stack), sizeof(void*), temp_storage ); local [all...] |
| /external/pdfium/third_party/agg23/ |
| agg_rasterizer_scanline_aa.cpp | 341 cell_aa** stack[80]; local 347 top = stack; 402 if(top > stack) {
|
| /external/speex/libspeex/ |
| filters_sse.h | 134 void filter_mem16(const float *x, const float *_num, const float *_den, float *y, int N, int ord, float *_mem, char *stack) 233 void iir_mem16(const float *x, const float *_den, float *y, int N, int ord, float *_mem, char *stack) 330 void fir_mem16(const float *x, const float *_num, float *y, int N, int ord, float *_mem, char *stack)
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
| filter_bilinear_altivec.asm | 173 stwu r1,-32(r1) ;# create space on the stack 240 addi r1, r1, 32 ;# recover stack 258 stwu r1,-32(r1) ;# create space on the stack 326 addi r1, r1, 32 ;# recover stack 344 stwu r1,-32(r1) ;# create space on the stack 434 addi r1, r1, 32 ;# recover stack
|
| /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/ |
| hw_device.cpp | 230 LayerStack *stack = hw_layer_info.stack; local 246 Layer *layer = stack->layers.at(layer_index); 329 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer; 424 LayerStack *stack = hw_layer_info.stack; local 435 LayerBuffer *input_buffer = stack->layers.at(layer_index)->input_buffer; 480 LayerBuffer *output_buffer = hw_layers->info.stack->output_buffer; 518 stack->retire_fence_fd = mdp_commit.retire_fence; 521 stack->retire_fence_fd = stored_retire_fence [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_sys_setprofile.py | 60 self.stack = [] 69 self.stack.append(frame) 73 self.stack.pop()
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_sys_setprofile.py | 60 self.stack = [] 69 self.stack.append(frame) 73 self.stack.pop()
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_sys_setprofile.py | 60 self.stack = [] 69 self.stack.append(frame) 73 self.stack.pop()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_sys_setprofile.py | 60 self.stack = [] 69 self.stack.append(frame) 73 self.stack.pop()
|
| /bionic/libm/x86/ |
| e_hypot.S | 219 .section .note.GNU-stack, ""
|
| /bionic/libm/x86_64/ |
| e_hypot.S | 194 .section .note.GNU-stack, ""
|
| /development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
| MethodStubber.java | 103 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) {
|
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
| ErrorManager.java | 797 StackTraceElement[] stack = e.getStackTrace(); local 799 for (; i < stack.length; i++) { 800 StackTraceElement t = stack[i]; 805 StackTraceElement location = stack[i]; [all...] |
| /external/boringssl/src/crypto/ |
| ex_data.c | 118 #include <openssl/stack.h> 183 /* Add NULL values until the stack is long enough. */ 204 * a fresh stack of them. Otherwise it sets |*out| to NULL. It returns one on
|
| /external/boringssl/src/crypto/test/ |
| scoped_types.h | 36 #include <openssl/stack.h>
|
| /external/boringssl/src/crypto/x509/ |
| x509_ext.c | 61 #include <openssl/stack.h>
|
| /external/boringssl/src/ssl/ |
| ssl_test.cc | [all...] |
| /external/clang/unittests/Tooling/ |
| RecursiveASTVisitorTestExprVisitor.cpp | 11 #include <stack>
|