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

<<31323334353637383940>>

  /external/chromium/webkit/glue/
dom_serializer_unittest.cc 55 std::vector<WebFrame*> stack;
56 stack.push_back(web_view->mainFrame());
58 while (!stack.empty()) {
59 WebFrame* current_frame = stack.back();
60 stack.pop_back();
74 stack.push_back(sub_frame);
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
runtime_custom_bindings.js 57 request.stack,
62 'Error: ' + e.stack,
63 request.stack,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMDebuggerAgent.cpp 218 Vector<Node*> stack(1, InspectorDOMAgent::innerFirstChild(node));
220 Node* node = stack.last();
221 stack.removeLast();
225 stack.append(InspectorDOMAgent::innerFirstChild(node));
226 stack.append(InspectorDOMAgent::innerNextSibling(node));
227 } while (!stack.isEmpty());
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 356 // the deepest save/restore stack we expect to see.
657 SkClipStack::Iter::Iter(const SkClipStack& stack, IterStart startLoc)
658 : fStack(&stack) {
659 this->reset(stack, startLoc);
709 void SkClipStack::Iter::reset(const SkClipStack& stack, IterStart startLoc) {
710 fStack = &stack;
711 fIter.reset(stack.fDeque, static_cast<SkDeque::Iter::IterStart>(startLoc));
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-check-stack.js 126 test = new TestBase("Test without function on stack");
130 test = new TestBase("Test with function on stack");
134 test = new TestBase("Test with function on stack and with constructor frame");
  /external/chromium_org/v8/test/webkit/
function-apply-aliased.js 75 // Blow the stack with a sparse array
77 // Blow the stack with a sparse array that is sufficiently large to cause int overflow
83 // Blow the stack recursing with arguments
  /external/libvpx/libvpx/vp8/common/arm/neon/
bilinearpredict8x4_neon.asm 23 ; stack(lr) int dst_pitch
29 ldr r4, [sp, #8] ;load parameters from stack
30 ldr lr, [sp, #12] ;load parameters from stack
vp8_subpixelvariance16x16s_neon.asm 36 ldr lr, [sp, #4] ;load *sse from stack
138 ldr lr, [sp, #4] ;load *sse from stack
233 ldr lr, [sp, #4] ;load *sse from stack
342 ; stack unsigned char *dst_ptr,
343 ; stack int dst_pixels_per_line,
344 ; stack unsigned int *sse
353 ldr r4, [sp, #8] ;load *dst_ptr from stack
354 ldr r12, [sp, #12] ;load dst_pixels_per_line from stack
355 ldr lr, [sp, #16] ;load *sse from stack
364 sub sp, sp, #256 ;reserve space on stack for temporary storag
    [all...]
  /external/skia/src/core/
SkClipStack.cpp 356 // the deepest save/restore stack we expect to see.
657 SkClipStack::Iter::Iter(const SkClipStack& stack, IterStart startLoc)
658 : fStack(&stack) {
659 this->reset(stack, startLoc);
709 void SkClipStack::Iter::reset(const SkClipStack& stack, IterStart startLoc) {
710 fStack = &stack;
711 fIter.reset(stack.fDeque, static_cast<SkDeque::Iter::IterStart>(startLoc));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 243 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id]; local
247 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth() == 0)
305 // if state is final, pop up stack
306 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id]; local
307 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth()) {
308 int prefix_id = PopPrefix(stack);
309 const PrefixTuple& top = stack.Top();
386 // \brief Tuple of fst_id and destination state (entry in stack prefix)
395 // \brief Container for stack prefix.
427 // \brief Compare two stack prefix classes for equalit
    [all...]
  /external/v8/test/mjsunit/
debug-liveedit-check-stack.js 126 test = new TestBase("Test without function on stack");
130 test = new TestBase("Test with function on stack");
134 test = new TestBase("Test with function on stack and with constructor frame");
  /frameworks/base/services/java/com/android/server/wm/
DisplayContent.java 49 /** Unique identifier of this stack. */
96 * is stored in display order with the current bottom stack at 0. */
102 /** Detect user tapping outside of current focused stack bounds .*/
105 /** Detect user tapping outside of current focused stack bounds .*/
167 * Retrieve the tasks on this display in stack order from the bottommost TaskStack up.
253 if (DEBUG_STACK) Slog.d(TAG, "createStack: inserting stack at " +
300 final TaskStack stack = box.mStack; local
301 if (stack != null && stack.mStackId == HOME_STACK_ID) {
302 // Never delete the home stack, even if it is empty
390 final TaskStack stack = win.getStack(); local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/arm-eabi/lib/ldscripts/
armelf.x 222 .stack 0x80000 :
225 *(.stack)
229 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xbn 222 .stack 0x80000 :
225 *(.stack)
229 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xc 225 .stack 0x80000 :
228 *(.stack)
232 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xn 222 .stack 0x80000 :
225 *(.stack)
229 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xs 211 .stack 0x80000 :
214 *(.stack)
218 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xsc 210 .stack 0x80000 :
213 *(.stack)
217 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xsw 210 .stack 0x80000 :
213 *(.stack)
217 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xw 225 .stack 0x80000 :
228 *(.stack)
232 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/arm-eabi/lib/ldscripts/
armelf.x 239 .stack 0x80000 :
242 *(.stack)
246 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
armelf.xbn 238 .stack 0x80000 :
241 *(.stack)
245 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
armelf.xc 241 .stack 0x80000 :
244 *(.stack)
248 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
armelf.xn 238 .stack 0x80000 :
241 *(.stack)
245 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
armelf.xs 227 .stack 0x80000 :
230 *(.stack)
234 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }

Completed in 1298 milliseconds

<<31323334353637383940>>