HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 151 - 175 of 2692) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_browsertest.cc 24 StackedPanelCollection* stack = panel_manager->CreateStack(); local
26 Panel* panel1 = CreateStackedPanel("1", panel1_initial_bounds, stack);
28 Panel* panel2 = CreateStackedPanel("2", panel2_initial_bounds, stack);
30 Panel* panel3 = CreateStackedPanel("3", panel3_initial_bounds, stack);
39 // Check that all 3 panels are in a stack.
43 ASSERT_EQ(3, stack->num_panels());
44 EXPECT_EQ(stack, panel1->stack());
45 EXPECT_EQ(stack, panel2->stack());
118 StackedPanelCollection* stack = panel_manager->CreateStack(); local
215 StackedPanelCollection* stack = panel_manager->CreateStack(); local
298 StackedPanelCollection* stack = panel_manager->CreateStack(); local
345 StackedPanelCollection* stack = panel_manager->CreateStack(); local
452 StackedPanelCollection* stack = panel_manager->CreateStack(); local
500 StackedPanelCollection* stack = panel_manager->CreateStack(); local
575 StackedPanelCollection* stack = panel_manager->CreateStack(); local
601 StackedPanelCollection* stack = panel_manager->CreateStack(); local
817 StackedPanelCollection* stack = panel_manager->stacks().front(); local
844 StackedPanelCollection* stack = panel_manager->stacks().front(); local
859 StackedPanelCollection* stack = panel_manager->CreateStack(); local
930 StackedPanelCollection* stack = panel_manager->stacks().front(); local
946 StackedPanelCollection* stack = panel_manager->CreateStack(); local
1170 StackedPanelCollection* stack = panel_manager->CreateStack(); local
1203 StackedPanelCollection* stack = panel_manager->CreateStack(); local
1267 StackedPanelCollection* stack = panel_manager->CreateStack(); local
1302 StackedPanelCollection* stack = panel_manager->CreateStack(); local
1328 StackedPanelCollection* stack = panel_manager->CreateStack(); local
1369 StackedPanelCollection* stack = panel_manager->CreateStack(); local
1397 StackedPanelCollection* stack = panel_manager->CreateStack(); local
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
smp.h 34 void *stack; member in struct:secondary_data
  /dalvik/vm/mterp/x86/
OP_REM_DOUBLE.S 5 fldl (rFP,%ecx,4) # vCC to fp stack
6 fldl (rFP,%eax,4) # vCC to fp stack
OP_REM_DOUBLE_2ADDR.S 5 fldl (rFP,rINST,4) # vBB to fp stack
7 fldl (rFP,%ecx,4) # vAA to fp stack
OP_REM_FLOAT.S 5 flds (rFP,%ecx,4) # vCC to fp stack
6 flds (rFP,%eax,4) # vCC to fp stack
OP_REM_FLOAT_2ADDR.S 5 flds (rFP,rINST,4) # vBB to fp stack
7 flds (rFP,%ecx,4) # vAA to fp stack
  /development/ndk/platforms/android-3/arch-arm/include/asm/
smp.h 31 void *stack; member in struct:secondary_data
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java 35 * these cards can be flipped from one stack to another where each flip comes with
37 * or right to left depending on which stack the animating card currently belongs to.
39 * This application demonstrates an animation where a stack of cards can either be
41 * Rotate out: Down fling on stack of cards
42 * Rotate in: Up fling on stack of cards
43 * Full rotation: Tap on stack of cards
47 * state, no new cards can be rotated to or from that stack. These changes were made to
113 * Adds a new card to the specified stack. Also performs all the necessary layout setup
116 public void addNewCard(int stack) {
118 view.updateTranslation(mStackCards.get(stack).size())
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
rule-tracing.rb 15 @stack = nil
20 attr_accessor :stack, :traces
32 @stack = nil
37 attr_accessor :stack, :traces
  /external/chromium_org/third_party/skia/src/gpu/
GrReducedClip.h 22 * This function takes a clip stack and a query rectangle and it produces a reduced set of
23 * SkClipStack::Elements that are equivalent to applying the full stack to the rectangle. The
33 void ReduceClipStack(const SkClipStack& stack,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.h 20 // StackDepot efficiently stores huge amounts of stack traces.
22 // Maps stack trace to an unique id.
23 u32 StackDepotPut(const uptr *stack, uptr size);
24 // Retrieves a stored stack trace by the id.
sanitizer_stacktrace.cc 73 // PCs in stack traces are actually the return addresses, that is,
76 uptr addr_frames_num = 0; // The number of stack frames for current
137 if (stack_top < 4096) return; // Sanity check for stack top.
161 // On 32-bits we don't compress stack traces.
162 // On 64-bits we compress stack traces: if a given pc differes slightly from
165 uptr StackTrace::CompressStack(StackTrace *stack, u32 *compressed, uptr size) {
169 for (uptr i = 0; i < stack->size && i < size; i++) {
170 compressed[i] = stack->trace[i];
173 if (stack->size < size)
174 compressed[stack->size] = 0
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.h 23 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
  /external/grub/docs/
boot.S.texi 53 /* @r{Initialize the stack pointer.} */
54 movl $(stack + STACK_SIZE), %esp
78 /* @r{Our stack area.} */
79 .comm stack, STACK_SIZE
  /external/guava/guava-testlib/src/com/google/common/testing/
TearDownStack.java 29 * A {@code TearDownStack} contains a stack of {@link TearDown} instances.
40 final LinkedList<TearDown> stack = new LinkedList<TearDown>(); field in class:TearDownStack
54 stack.addFirst(tearDown);
62 for (TearDown tearDown : stack) {
74 stack.clear();
  /external/llvm/test/MC/ELF/
call-abs.s 16 .section .note.GNU-stack,"",@progbits
  /external/nist-sip/java/gov/nist/javax/sip/
EventWrapper.java 28 import gov.nist.javax.sip.stack.*;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialogErrorEvent.java 16 package gov.nist.javax.sip.stack;
SIPTransactionErrorEvent.java 26 package gov.nist.javax.sip.stack;
ServerResponseInterface.java 29 package gov.nist.javax.sip.stack;
39 * This is implemented by the application. The stack calls the message
StackMessageFactory.java 29 package gov.nist.javax.sip.stack;
34 * by the application and called by the stack for processing requests
35 * and responses. When a Request comes in off the wire, the stack calls
37 * When a response comes off the wire, the stack calls newSIPServerResponse
61 * Generate a new server response for the stack.
  /external/skia/src/gpu/
GrReducedClip.h 22 * This function takes a clip stack and a query rectangle and it produces a reduced set of
23 * SkClipStack::Elements that are equivalent to applying the full stack to the rectangle. The
33 void ReduceClipStack(const SkClipStack& stack,
  /external/stlport/stlport/
stack 42 # include_next <stack>
44 # include _STLP_NATIVE_HEADER(stack)
  /external/valgrind/main/drd/tests/
sem_as_mutex3.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
sem_open3.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)

Completed in 1105 milliseconds

1 2 3 4 5 67 8 91011>>