HomeSort by relevance Sort by last modified time
    Searched refs:Stack (Results 76 - 100 of 257) sorted by null

1 2 34 5 6 7 8 91011

  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 787 SmallVector<const MachineBasicBlock*, 8> Stack;
793 Stack.push_back(MBB);
806 while (!Stack.empty()) {
807 MBB = Stack.pop_back_val();
    [all...]
  /external/bison/data/
stack.hh 21 b4_output_begin([b4_dir_prefix[]stack.hh])
22 b4_copyright([Stack handling for Bison parsers in C++],
26 ** \file ]b4_dir_prefix[stack.hh
27 ** Define the ]b4_namespace_ref[::stack class.
30 ]b4_cpp_guard_open([b4_dir_prefix[]stack.hh])[
36 class stack
43 stack () : seq_ ()
47 stack (unsigned int n) : seq_ (n)
94 /// Present a slice of the top of a stack.
95 template <class T, class S = stack<T>
    [all...]
glr.c 30 # Stack parameters.
547 if the built-in stack extension method is used).
557 /* Minimum number of free items on the stack allowed after an
560 stack is expanded, thus insuring that all necessary pointers get
687 /** Preceding state in this stack */
729 /** Type of the items in the GLR stack. The yyisState field
826 * and top stack item YYVSP. YYLVALP points to place to put semantic
1043 * stack #K of *STACKP. */
1068 /** Initialize SET to a singleton set containing an empty stack. */
1094 /** Initialize STACK to a single empty stack, with total maximu
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
popup.js 13 'Requires Stack Overflow permission';
  /external/chromium_org/ui/file_manager/file_manager/common/js/
error_util.js 32 * @param {boolean} condition If false, log a message and stack trace.
47 * - Capture the stack trace in case of error.
55 var liveStack = (new Error('Stack trace before async call')).stack;
  /external/chromium_org/ui/file_manager/video_player/js/
error_util.js 21 * - Capture the stack trace in case of error.
30 var liveStack = (new Error('Stack trace before async call')).stack;
41 // the exception message and stack trace just in case.
43 console.error(e.stack);
  /external/giflib/
dgif_lib.c 761 Private->StackPtr = 0; /* No pixels on the pixel stack. */
784 GifByteType *Stack, *Suffix;
791 Stack = Private->Stack;
801 /* Let pop the stack off before continueing to read the GIF file: */
803 Line[i++] = Stack[--StackPtr];
834 * pixels on our stack. If we done, pop the stack in reverse
835 * (thats what stack is good for!) order to output. */
844 Stack[StackPtr++] = DGifGetPrefixChar(Prefix
    [all...]
  /external/oprofile/events/mips/20K/
events 18 event:0xc counters:0 um:zero minimum:500 name:RPS_MISSPREDICTS : JR instructions that mispredicted using the Return Prediction Stack (RPS)
  /external/proguard/src/proguard/evaluation/
BasicInvocationUnit.java 34 * and it updates the stack for the invocation of a class member,
50 private Stack stack; field in class:BasicInvocationUnit
138 public void invokeMember(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction, Stack stack)
177 this.stack = stack;
179 this.stack = null;
190 setFieldValue(clazz, fieldrefConstant, stack.pop());
196 setFieldClassValue(clazz, fieldrefConstant, stack.apop())
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 35 import java.util.Stack;
757 // We push the parent first, then the child on the stack.
758 Stack<SsaBasicBlock> stack = new Stack<SsaBasicBlock>(); local
767 stack.add(null); // Start with null parent.
768 stack.add(rootBlock);
770 while (stack.size() > 0) {
771 SsaBasicBlock cur = stack.pop();
772 SsaBasicBlock parent = stack.pop()
797 Stack<SsaBasicBlock> stack = new Stack<SsaBasicBlock>(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 232 class Stack
248 Stack() : size(0), limit(0), array(0) { }
249 ~Stack() { if (array) FREE(array); }
284 void moveTo(Stack&); // move all items to target (not like push(pop()))
414 Stack ids;
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 567 SmallVector<NestedNameSpecifier *, 4> Stack;
569 Stack.push_back(NNS);
570 while (!Stack.empty()) {
571 NestedNameSpecifier *NNS = Stack.pop_back_val();
594 SaveSourceLocation(Stack.empty()? R.getEnd() : R.getBegin(),
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 199 /// \brief Prints an include stack when appropriate for a particular
205 /// of customizing the formatting and display of the include stack.
209 /// \param Level The diagnostic level of the message this stack pertains to.
233 /// \brief Helper to recursivly walk up the include stack and print each layer
247 // import stack rather than the
251 // This location was imported by a module. Emit the module import stack.
263 /// \brief Emit the module import stack associated with the current location.
276 /// \brief Helper to recursivly walk up the import stack and print each layer
298 /// \brief Emit the module build stack, for cases where a module is (re-)built
301 ModuleBuildStack Stack = SM.getModuleBuildStack()
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 36 import java.util.Stack;
758 // We push the parent first, then the child on the stack.
759 Stack<SsaBasicBlock> stack = new Stack<SsaBasicBlock>(); local
768 stack.add(null); // Start with null parent.
769 stack.add(rootBlock);
771 while (stack.size() > 0) {
772 SsaBasicBlock cur = stack.pop();
773 SsaBasicBlock parent = stack.pop()
798 Stack<SsaBasicBlock> stack = new Stack<SsaBasicBlock>(); local
    [all...]
  /external/elfutils/0.153/src/
ldscript.c 390 /* The OS might guarantee only one guard page at the bottom of the stack,
393 to allow for a few compiler-allocated temporary stack slots. */
432 /* A type that is properly aligned for any stack member. */
439 /* The size of the maximum gap between one aligned stack and the next. */
450 /* Relocate STACK from its old location to the new one. The
452 elements in the stack, and YYPTR gives the new location of the
453 stack. Advance YYPTR to a properly aligned location for the next
454 stack. */
455 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
459 YYCOPY (&yyptr->Stack_alloc, Stack, yysize);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-bison.c 309 /* The OS might guarantee only one guard page at the bottom of the stack,
312 to allow for a few compiler-allocated temporary stack slots. */
351 /* A type that is properly aligned for any stack member. */
358 /* The size of the maximum gap between one aligned stack and the next. */
369 /* Relocate STACK from its old location to the new one. The
371 elements in the stack, and YYPTR gives the new location of the
372 stack. Advance YYPTR to a properly aligned location for the next
373 stack. */
374 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
378 YYCOPY (&yyptr->Stack_alloc, Stack, yysize);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 232 class Stack
248 Stack() : size(0), limit(0), array(0) { }
249 ~Stack() { if (array) FREE(array); }
284 void moveTo(Stack&); // move all items to target (not like push(pop()))
414 Stack ids;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 23 import java.util.Stack;
120 private Stack<Filter[]> mFilters = new Stack<Filter[]>();
121 private Stack<SubListener> mSubListeners = new Stack<SubListener>();
    [all...]
  /cts/tools/dasm/src/java_cup/
emit.java 7 import java.util.Stack;
36 * <dd> when a reduce on a given production is taken, the parse stack is
161 public static Stack import_list = new Stack();
337 out.println(" java.util.Stack " + pre("stack,"));
684 out.println(" java.util.Stack stack,");
690 "act_num, parser, stack, top);");
lalr_state.java 6 import java.util.Stack;
35 * it first "backs up" by popping a stack of previously saved states. It
279 Stack work_stack = new Stack();
434 * previous state saved on the stack (reduce entries). All entries in the
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 27 import java.util.Stack;
553 Stack m_DecimalFormatDeclarations;
558 * @param edf Decimal-format element to push into stack
564 m_DecimalFormatDeclarations = new Stack();
605 * @param i Index of decimal-format property in stack
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 283 // stack (if it hasn't already been marked as visited).
337 // stack (if it hasn't already been marked as visited).
343 State->Stack.push_back(*M);
348 if (State->Stack.empty())
351 // Pop the next module off the stack.
352 NextModule = State->Stack.pop_back_val();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
MultiPagedForm.java 34 import java.util.Stack;
53 private final Stack<Object> mFlowStack = new Stack<Object>();
73 // Pop the current location off the stack.
76 // Peek at the previous location on the stack.
138 Log.e(TAG, "Our current location wasn't on the top of the stack!");
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 23 import java.util.Stack;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 139 idesc64 isrL, 0x0008, 0 ; 0x0C, 12, #SS, Stack Fault
178 dw isrR, 0 ; 0x0C, 12, #SS, Stack Fault

Completed in 1028 milliseconds

1 2 34 5 6 7 8 91011