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

1 2 3 4 56 7 8 91011

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 4 import java.util.Stack;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 4 import java.util.Stack;
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp 334 /* The OS might guarantee only one guard page at the bottom of the stack,
337 to allow for a few compiler-allocated temporary stack slots. */
376 /* A type that is properly aligned for any stack member. */
383 /* The size of the maximum gap between one aligned stack and the next. */
394 /* Relocate STACK from its old location to the new one. The
396 elements in the stack, and YYPTR gives the new location of the
397 stack. Advance YYPTR to a properly aligned location for the next
398 stack. */
399 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
403 YYCOPY (&yyptr->Stack_alloc, Stack, yysize);
    [all...]
  /external/clang/lib/Format/
FormatToken.cpp 117 State.Stack.back().AvoidBinPacking = true;
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 27 import java.util.Stack;
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 27 import java.util.Stack;
185 * A node vector used as a stack to track the current
194 /** The top of the currentTemplateElements stack. */
198 * A node vector used as a stack to track the current
204 Stack m_currentMatchTemplates = new Stack();
207 * A node vector used as a stack to track the current
243 * Stack for the purposes of flagging infinite recursion with
246 Stack m_attrSetStack = null;
322 * A stack of current template modes
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 70 import java.util.Stack;
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 738 /* The OS might guarantee only one guard page at the bottom of the stack,
741 to allow for a few compiler-allocated temporary stack slots. */
781 /* A type that is properly aligned for any stack member. */
789 /* The size of the maximum gap between one aligned stack and the next. */
800 /* Relocate STACK from its old location to the new one. The
802 elements in the stack, and YYPTR gives the new location of the
803 stack. Advance YYPTR to a properly aligned location for the next
804 stack. */
805 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
809 YYCOPY (&yyptr->Stack_alloc, Stack, yysize);
    [all...]
glcpp-parse.c 471 /* The OS might guarantee only one guard page at the bottom of the stack,
474 to allow for a few compiler-allocated temporary stack slots. */
514 /* A type that is properly aligned for any stack member. */
522 /* The size of the maximum gap between one aligned stack and the next. */
533 /* Relocate STACK from its old location to the new one. The
535 elements in the stack, and YYPTR gives the new location of the
536 stack. Advance YYPTR to a properly aligned location for the next
537 stack. */
538 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
542 YYCOPY (&yyptr->Stack_alloc, Stack, yysize);
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 131 // Initilization of data sharing attributes stack for OpenMP
242 // Destroys data sharing attributes stack for OpenMP
694 SmallVector<Module *, 2> Stack;
695 Stack.push_back(CurrentModule);
696 while (!Stack.empty()) {
697 Module *Mod = Stack.pop_back_val();
711 Stack.push_back(*Sub);
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c 494 /* The OS might guarantee only one guard page at the bottom of the stack,
497 to allow for a few compiler-allocated temporary stack slots. */
536 /* A type that is properly aligned for any stack member. */
543 /* The size of the maximum gap between one aligned stack and the next. */
554 /* Relocate STACK from its old location to the new one. The
556 elements in the stack, and YYPTR gives the new location of the
557 stack. Advance YYPTR to a properly aligned location for the next
558 stack. */
559 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
563 YYCOPY (&yyptr->Stack_alloc, Stack, yysize);
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 42 PdtStack<typename Arc::StateId, typename Arc::Label> *stack; member in struct:fst::ExpandFstOptions
50 : CacheOptions(opts), keep_parentheses(kp), stack(s), state_table(st) {}
90 stack_(opts.stack ? opts.stack: new PdtStack<StateId, Label>(parens)),
93 own_stack_(opts.stack == 0), own_state_table_(opts.state_table == 0),
186 // Stack push/pop
326 // shortest-stack first queue discipline and relies on the
342 typedef PdtStack<StackId, Label> Stack;
388 // 1. states corresponding to shortest stack first,
390 // 3. among states with the same stack, shortest-first order is used
    [all...]
  /cts/tools/dasm/src/java_cup/
parser.java 303 java.util.Stack stack,
308 return action_obj.CUP$do_action(act_num, parser, stack, top);
430 java.util.Stack CUP$stack,
452 ((java_cup.runtime.str_token)CUP$result).str_val = (/*the_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val;
460 ((java_cup.runtime.str_token)CUP$result).str_val = (/*the_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val;
468 ((java_cup.runtime.str_token)CUP$result).str_val = (/*the_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val;
478 if (symbols.get((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val) != null)
481 lexer.emit_error( "Symbol \"" + (/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 12 * Stack grows upwards. When it hits the max, it grows 2x in size
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 1157 protected Stack <scope.name>_stack = new Stack();<\n>
1166 protected Stack <scope.name>_stack = new Stack();<\n>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 299 Stack *stack; member in class:nv50_ir::RenamePass
406 stack = new Stack[func->allLValues.getSize()];
411 if (stack)
412 delete[] stack;
418 if (!stack[val->id].getSize())
420 return reinterpret_cast<LValue *>(stack[val->id].peek().u.p);
437 if (!stack)
461 stack[lval->id].push(ssa)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-restart-frame.js 55 // Extra stack variable. To make function not slim.
128 print("Stack: " + saved_exception.stack);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2318.js 28 // Flags: --expose-debug-as debug --nostack-trace-on-abort --stack-size=150
33 // Stack-allocate to reach the end of stack quickly.
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 299 Stack *stack; member in class:nv50_ir::RenamePass
406 stack = new Stack[func->allLValues.getSize()];
411 if (stack)
412 delete[] stack;
418 if (!stack[val->id].getSize())
420 return reinterpret_cast<LValue *>(stack[val->id].peek().u.p);
437 if (!stack)
461 stack[lval->id].push(ssa)
    [all...]
  /external/oprofile/events/mips/25K/
events 29 event:0xf counters:0,1 um:zero minimum:500 name:JR_RPD_MISSPREDICTED : JR instructions that mispredicted using the Return Prediction Stack
  /prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i 316 class Stack;
  /external/bison/data/
lalr1.cc 31 m4_include(b4_pkgdatadir/[stack.hh])
51 #include "stack.hh"
140 /// State stack type.
141 typedef stack<state_type> state_stack_type;
142 /// Semantic value stack type.
143 typedef stack<semantic_type> semantic_stack_type;
144 /// location stack type.
145 typedef stack<location_type> location_stack_type;
147 /// The state stack.
149 /// The semantic value stack
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 17 package com.android.systemui.statusbar.stack;
35 import java.util.Stack;
38 * An stack state animator which handles animations to new StackScrollStates
78 private Stack<AnimatorListenerAdapter> mAnimationListenerPool = new Stack<>();
    [all...]
  /frameworks/base/media/java/android/media/
MediaFocusControl.java 59 import java.util.Stack;
395 * Constant to identify a focus stack entry that is used to hold the focus while the phone
424 * Notify top of audio focus stack that it lost focus (regardless of possibility to reassign
425 * focus), remove it from the stack, and clear the remote control display.
430 // notify the current focus owner it lost focus after removing it from stack
442 // notify the top of the stack it gained focus
451 * Focus is requested, propagate the associated loss throughout the stack.
452 * @param focusGain the new focus gain that will later be added at the top of the stack
455 // going through the audio focus stack to signal new focus, traversing order doesn't
463 private final Stack<FocusRequester> mFocusStack = new Stack<FocusRequester>()
    [all...]

Completed in 943 milliseconds

1 2 3 4 56 7 8 91011