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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
stdc++.h 88 #include <stack>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
stdc++.h 89 #include <stack>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
stdc++.h 89 #include <stack>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
stdc++.h 89 #include <stack>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
stdc++.h 89 #include <stack>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
stdc++.h 88 #include <stack>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
stdc++.h 88 #include <stack>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
stdc++.h 88 #include <stack>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
stdc++.h 88 #include <stack>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
stdc++.h 89 #include <stack>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
stdc++.h 89 #include <stack>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
stdc++.h 89 #include <stack>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
stdc++.h 89 #include <stack>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
stdc++.h 88 #include <stack>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
stdc++.h 88 #include <stack>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
stdc++.h 88 #include <stack>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
stdc++.h 88 #include <stack>
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NO_OPT.S 12 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
14 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
17 bxlo lr @ return to raise stack overflow excep.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 197 /** Structure that represents a Stack collection
201 /** List that supports the stack structure
205 /** Used for quick access to the top of the stack
208 void (*free) (struct ANTLR3_STACK_struct * stack);
209 void * (*pop) (struct ANTLR3_STACK_struct * stack);
210 void * (*get) (struct ANTLR3_STACK_struct * stack, ANTLR3_INTKEY key);
211 ANTLR3_BOOLEAN (*push) (struct ANTLR3_STACK_struct * stack, void * element, void (ANTLR3_CDECL *freeptr)(void *));
212 ANTLR3_UINT32 (*size) (struct ANTLR3_STACK_struct * stack);
213 void * (*peek) (struct ANTLR3_STACK_struct * stack);
425 * as a stack and each time we descend a node to one of its edges w
    [all...]
  /external/chromium_org/chrome/test/functional/tracing/
timeline_model_shim.js 38 if( e.stack != undefined ) ret.stack = e.stack;
  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 19 // stores the stack depth (fSaveCount) and clips (fDeque) separately.
20 // Each clip in fDeque stores the stack state to which it belongs
107 /** The GenID can be used by clip stack clients to cache representations of the clip. The
109 stack not to the element itself. That is the same clip path in different stacks will
163 int fSaveCount; // save count of stack when this element was added.
168 /* fFiniteBoundType and fFiniteBound are used to incrementally update the clip stack's
181 // When element is applied to the previous elements in the stack is the result known to be
242 stack */
290 * clip-stack. If false is returned then the rect does not intersect the
356 Iter(const SkClipStack& stack, IterStart startLoc)
    [all...]
  /external/chromium_org/v8/src/
json.js 71 function SerializeArray(value, replacer, stack, indent, gap) {
72 if (!%PushIfAbsent(stack, value)) {
80 var strP = JSONSerialize($String(i), value, replacer, stack,
97 stack.pop();
101 function SerializeObject(value, replacer, stack, indent, gap) {
102 if (!%PushIfAbsent(stack, value)) {
113 var strP = JSONSerialize(p, value, replacer, stack, indent, gap);
125 var strP = JSONSerialize(p, value, replacer, stack, indent, gap);
145 stack.pop();
149 function JSONSerialize(key, holder, replacer, stack, indent, gap)
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-237617.js 31 throw new Error("test stack");
38 error_stack = e.stack;
41 assertTrue(error_stack.indexOf("test stack") > 0);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 72 CHECK_NE(VirtualQuery(&mbi /* on stack */, &mbi, sizeof(mbi)), 0);
73 // FIXME: is it possible for the stack to not be a single allocation?
75 // including stack guard page) ?
369 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp,
374 stack->max_size = max_s;
380 uptr cs_ret = CaptureStackBackTrace(1, stack->max_size, tmp, 0);
391 stack->size = cs_ret - offset;
392 for (uptr i = 0; i < stack->size; i++)
393 stack->trace[i] = (uptr)tmp[i + offset];
  /external/skia/include/core/
SkClipStack.h 19 // stores the stack depth (fSaveCount) and clips (fDeque) separately.
20 // Each clip in fDeque stores the stack state to which it belongs
107 /** The GenID can be used by clip stack clients to cache representations of the clip. The
109 stack not to the element itself. That is the same clip path in different stacks will
163 int fSaveCount; // save count of stack when this element was added.
168 /* fFiniteBoundType and fFiniteBound are used to incrementally update the clip stack's
181 // When element is applied to the previous elements in the stack is the result known to be
242 stack */
290 * clip-stack. If false is returned then the rect does not intersect the
356 Iter(const SkClipStack& stack, IterStart startLoc)
    [all...]

Completed in 1804 milliseconds

<<11121314151617181920>>