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

<<101102103104105106107108109110>>

  /external/zlib/src/contrib/masmx64/
gvmat64.asm 204 ;;; make room for our stack frame.
528 ;;; Restore the stack and return from whence we came.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java 50 import com.android.systemui.statusbar.stack.StackStateAnimator;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 60 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 17 package com.android.systemui.statusbar.stack;
35 * The Algorithm of the {@link com.android.systemui.statusbar.stack
37 * .stack.StackScrollState}
320 // The starting position of the bottom stack peek
323 // The position where the bottom stack starts.
348 // We are in the bottom stack.
351 // bottom of the screen so we are fully in the bottom stack
370 // The first card can get into the bottom stack if it's the only one
460 * the bottom stack.
494 // This is the transitioning element on top of bottom stack, calculate how far we are in
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowStateAnimator.java 85 * Mode how the window gets clipped by the stack bounds during an animation: The clipping should
86 * be applied after applying the animation transformation, i.e. the stack bounds don't move
92 * Mode how the window gets clipped by the stack bounds: The clipping should be applied before
93 * applying the animation transformation, i.e. the stack bounds move with the window.
98 * Mode how window gets clipped by the stack bounds during an animation: Don't clip the window
99 * by the stack bounds.
237 // Here we track an additional scaling factor used to follow stack
238 // scaling (as in the case of the Pinned stack animation).
1358 final TaskStack stack = task.mStack; local
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 658 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) {
687 // instruction to load a constant from the stack
    [all...]
DependencyFinder.java 536 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) {
565 // instruction to load a constant from the stack
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 352 ; reserve stack space
539 ; TRANSPOSED DATA AVAILABLE ON THE STACK
776 ; free stack space
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/
profile.py 114 self.cur is always a tuple. Each such tuple corresponds to a stack
116 definitions of its members. We use this external "parallel stack" to
140 [1] = Number of times this function appears on the stack, minus one
142 [3] = Cumulative time that this function was present on the stack. In
328 # This is the only occurrence of the function on the stack.
359 # our parallel stack, we can force the profiled result to include
393 # collect stats from pending stack, including getting final
  /prebuilts/gdb/linux-x86/lib/python2.7/
profile.py 114 self.cur is always a tuple. Each such tuple corresponds to a stack
116 definitions of its members. We use this external "parallel stack" to
140 [1] = Number of times this function appears on the stack, minus one
142 [3] = Cumulative time that this function was present on the stack. In
328 # This is the only occurrence of the function on the stack.
359 # our parallel stack, we can force the profiled result to include
393 # collect stats from pending stack, including getting final
  /prebuilts/go/darwin-x86/src/runtime/
sys_linux_386.s 279 // int32 clone(int32 flags, void *stack, M *mp, G *gp, void (*fn)(void));
283 MOVL stack+4(FP), CX
287 // Copy mp, gp, fn off parent stack for use by child.
298 // the stack changes during the system call (after
300 // the parent's stack when executing its RET instruction).
355 // more paranoia; check that stack splitting code works
sys_linux_amd64.s 168 // Duplicate time.now here to avoid using up precious stack space.
292 // int32 clone(int32 flags, void *stack, M *mp, G *gp, void (*fn)(void));
295 MOVQ stack+8(FP), SI
299 // Copy mp, gp, fn off parent stack for use by child.
314 // In child, on new stack.
332 // In child, set up new stack
  /prebuilts/go/linux-x86/src/runtime/
sys_linux_386.s 279 // int32 clone(int32 flags, void *stack, M *mp, G *gp, void (*fn)(void));
283 MOVL stack+4(FP), CX
287 // Copy mp, gp, fn off parent stack for use by child.
298 // the stack changes during the system call (after
300 // the parent's stack when executing its RET instruction).
355 // more paranoia; check that stack splitting code works
sys_linux_amd64.s 168 // Duplicate time.now here to avoid using up precious stack space.
292 // int32 clone(int32 flags, void *stack, M *mp, G *gp, void (*fn)(void));
295 MOVQ stack+8(FP), SI
299 // Copy mp, gp, fn off parent stack for use by child.
314 // In child, on new stack.
332 // In child, set up new stack
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 114 self.cur is always a tuple. Each such tuple corresponds to a stack
116 definitions of its members. We use this external "parallel stack" to
140 [1] = Number of times this function appears on the stack, minus one
142 [3] = Cumulative time that this function was present on the stack. In
328 # This is the only occurrence of the function on the stack.
359 # our parallel stack, we can force the profiled result to include
393 # collect stats from pending stack, including getting final
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 114 self.cur is always a tuple. Each such tuple corresponds to a stack
116 definitions of its members. We use this external "parallel stack" to
140 [1] = Number of times this function appears on the stack, minus one
142 [3] = Cumulative time that this function was present on the stack. In
328 # This is the only occurrence of the function on the stack.
359 # our parallel stack, we can force the profiled result to include
393 # collect stats from pending stack, including getting final
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /toolchain/binutils/binutils-2.25/gold/testsuite/
dwp_test_1b.s 549 .section .note.GNU-stack,"",@progbits
  /art/runtime/gc/
heap.h 117 // If true, use thread-local allocation stack.
565 // Mark and empty stack.
574 // Mark all the objects in the allocation stack in the specified bitmap.
579 accounting::ObjectStack* stack)
583 // Mark the specified allocation stack as live.
584 void MarkAllocStackAsLive(accounting::ObjectStack* stack)
    [all...]
  /art/runtime/
thread.h 42 #include "stack.h"
119 // Thread's stack layout for implicit stack overflow checks:
121 // +---------------------+ <- highest address of stack memory
134 // +---------------------+ <- lowest address of stack memory
136 // The stack always grows down in memory. At the lowest address is a region of memory
139 // between the stack_end and the highest address in stack memory. An implicit stack
143 // at least 4K of space. Because stack overflow checks are only performed in generated code,
189 // Dumps the detailed thread state and the thread stack (used for SIGQUIT)
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 

Completed in 2246 milliseconds

<<101102103104105106107108109110>>