Searched
refs:stack (Results
726 -
750 of
3945) sorted by null
<<21222324252627282930>>
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
DismissViewImageButton.java | 26 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
AmbientState.java | 17 package com.android.systemui.statusbar.stack;
|
AnimationFilter.java | 17 package com.android.systemui.statusbar.stack;
|
PiecewiseLinearIndentationFunctor.java | 17 package com.android.systemui.statusbar.stack; 22 * A Functor which interpolates the stack distance linearly based on base values. 35 * @param peekSize The visual appearance of this is how far the cards in the stack peek 39 * achieved when the next card just starts transitioning into the stack and 40 * the stack is full. 89 // We directly start at the stack, so no initial interpolation.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
sixtappredict8x4_v6.asm | 20 ; stack unsigned char *dst_ptr, 21 ; stack int dst_pitch 23 ;note: In first pass, store the result in transpose(8linesx9columns) on stack. Temporary stack size is 184. 24 ;Line width is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data from stack, 28 str r3, [sp, #-184]! ;reserve space on stack for temporary storage, store yoffset 124 ldr r0, [sp, #216] ; load dst address from stack 180+36 125 ldr r1, [sp, #220] ; load dst stride from stack 180+40
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
rdopt_altivec.asm | 22 stwu r1,-32(r1) ;# create space on the stack 48 addi r1, r1, 32 ;# recover stack
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/aarch64-linux-android/lib/ldscripts/ |
aarch64elf.xr | 136 .stack 0 : 138 *(.stack)
|
aarch64elf32.xr | 136 .stack 0 : 138 *(.stack)
|
aarch64elf32b.xr | 136 .stack 0 : 138 *(.stack)
|
aarch64elfb.xr | 136 .stack 0 : 138 *(.stack)
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/ |
aarch64elf.xr | 136 .stack 0 : 138 *(.stack)
|
aarch64elf32.xr | 136 .stack 0 : 138 *(.stack)
|
aarch64elf32b.xr | 136 .stack 0 : 138 *(.stack)
|
aarch64elfb.xr | 136 .stack 0 : 138 *(.stack)
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/aarch64-linux-android/lib/ldscripts/ |
aarch64elf.xr | 136 .stack 0 : 138 *(.stack)
|
aarch64elf32.xr | 136 .stack 0 : 138 *(.stack)
|
aarch64elf32b.xr | 136 .stack 0 : 138 *(.stack)
|
aarch64elfb.xr | 136 .stack 0 : 138 *(.stack)
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/ |
aarch64elf.xr | 136 .stack 0 : 138 *(.stack)
|
aarch64elf32.xr | 136 .stack 0 : 138 *(.stack)
|
aarch64elf32b.xr | 136 .stack 0 : 138 *(.stack)
|
aarch64elfb.xr | 136 .stack 0 : 138 *(.stack)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
symtab.h | 49 struct obstack stack; member in struct:ht
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
log.py | 38 # This mirrors the call stack of the profiled code as the log 182 stack = [st.totuple(1)] 184 while stack: 185 tree = stack.pop() 194 stack.extend(list(tree[1:]))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickletools.py | 39 The PM has two data areas, "the stack" and "the memo". 41 Many opcodes push Python objects onto the stack; e.g., INT pushes a Python 42 integer object on the stack, whose value is gotten from a decimal string 44 opcodes take Python objects off the stack. The result of unpickling is 45 whatever object is left on the stack when the final STOP opcode is executed. 50 names. Some opcodes pop a stack object into the memo at a given index, 51 and others push a memo object at a given index onto the stack again. 111 a number of opcodes that operate on many stack elements at once (like APPENDS 153 # off the stack -- ArgumentDescriptor applies only to arguments embedded in 692 # Object descriptors. The stack used by the pickle machine holds objects [all...] |
Completed in 1075 milliseconds
<<21222324252627282930>>