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

12 3 4 5 6 7 8 91011

  /external/giflib/
gif_lib_private.h 42 StackPtr, /* For character stack (see below). */
50 GifByteType Stack[LZ_MAX_CODE]; /* Decoded pixels are stacked here. */
  /external/proguard/src/proguard/evaluation/
TracedStack.java 26 * This Stack saves additional information with stack elements, to keep track
29 * The stack stores a given producer Value along with each Value it stores.
36 public class TracedStack extends Stack
39 private Stack producerStack;
49 producerStack = new Stack(maxSize);
60 producerStack = new Stack(tracedStack.producerStack);
75 * Gets the specified producer Value from the stack, without disturbing it.
76 * @param index the index of the stack element, counting from the bottom
77 * of the stack
    [all...]
  /libcore/support/src/test/java/tests/util/
CallVerificationStack.java 20 import java.util.Stack;
23 * A stack to store the parameters of a call, as well as the call stack.
26 public class CallVerificationStack extends Stack<Object> {
45 // the call stack, store StackTraceElement
46 private final Stack<StackTraceElement> callStack = new Stack<StackTraceElement>();
77 * Pushes the call stack.
109 * Clear the parameter stack and the call stack
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
ParseTreeBuilder.cs 45 Stack<ParseTree> callStack = new Stack<ParseTree>();
Profiler.cs 75 protected Stack<string> currentGrammarFileName = new Stack<string>();
76 protected Stack<string> currentRuleName = new Stack<string>();
77 protected Stack<int> currentLine = new Stack<int>();
78 protected Stack<int> currentPos = new Stack<int>();
86 protected Stack<DecisionEvent> decisionStack = new Stack<DecisionEvent>()
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
ParseTreeBuilder.cs 47 Stack<ParseTree> callStack = new Stack<ParseTree>();
Profiler.cs 75 protected Stack<string> currentGrammarFileName = new Stack<string>();
76 protected Stack<string> currentRuleName = new Stack<string>();
77 protected Stack<int> currentLine = new Stack<int>();
78 protected Stack<int> currentPos = new Stack<int>();
86 protected Stack<DecisionEvent> decisionStack = new Stack<DecisionEvent>()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
matrix.c 62 * the top matrix of the current matrix stack and sets
104 * the top matrix of the current matrix stack and sets
136 * Set the current matrix stack.
138 * \param mode matrix stack.
144 * with the specified matrix stack.
232 * Push the current matrix stack.
236 * Verifies the current matrix stack is not full, and duplicates the top-most
237 * matrix in the stack.
238 * Marks __struct gl_contextRec::NewState with the stack dirty flag.
244 struct gl_matrix_stack *stack = ctx->CurrentStack local
284 struct gl_matrix_stack *stack = ctx->CurrentStack; local
    [all...]
  /external/clang/lib/Basic/
Module.cpp 172 SmallVector<Module *, 2> Stack;
173 Stack.push_back(this);
174 while (!Stack.empty()) {
175 Module *Current = Stack.back();
176 Stack.pop_back();
187 Stack.push_back(*Sub);
278 SmallVector<Module *, 16> Stack(Imports.begin(), Imports.end());
279 while (!Stack.empty()) {
280 Module *CurrModule = Stack.pop_back_val();
284 CurrModule->getExportedModules(Stack);
    [all...]
  /external/mesa3d/src/mesa/main/
matrix.c 62 * the top matrix of the current matrix stack and sets
104 * the top matrix of the current matrix stack and sets
136 * Set the current matrix stack.
138 * \param mode matrix stack.
144 * with the specified matrix stack.
232 * Push the current matrix stack.
236 * Verifies the current matrix stack is not full, and duplicates the top-most
237 * matrix in the stack.
238 * Marks __struct gl_contextRec::NewState with the stack dirty flag.
244 struct gl_matrix_stack *stack = ctx->CurrentStack local
284 struct gl_matrix_stack *stack = ctx->CurrentStack; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java 34 import java.util.Stack;
50 protected Stack streams = new Stack();
  /external/chromium_org/third_party/boringssl/src/crypto/stack/
make_macros.sh 21 #error "Don't include this file directly. Include stack.h."
93 stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* STACK_OF:' | sed -e 's/.*STACK_OF://' -e 's/ .*//')
94 const_stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* CONST_STACK_OF:' | sed -e 's/.*CONST_STACK_OF://' -e 's/ .*//')
95 special_stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* SPECIAL_STACK_OF:' | sed -e 's/.*SPECIAL_STACK_OF://' -e 's/ .*//')
98 echo Stack of ${type}
103 echo Stack of ${type}
108 echo Stack of ${type}
  /external/clang/lib/Format/
ContinuationIndenter.h 322 /// \brief A stack keeping track of properties applying to parenthesis
324 std::vector<ParenState> Stack;
326 /// \brief Ignore the stack of \c ParenStates for state comparison.
334 /// ParenState stack (in an otherwise identical state) and these different
366 return Stack < Other.Stack;
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 28 import java.util.Stack;
83 private Stack<Uri> mUris = new Stack<Uri>();
146 // make sure the stack lastElement save uri for more than one row
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
BaseSettingsActivity.java 32 import java.util.Stack;
37 protected Stack<Object> mStateStack = new Stack<Object>();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Message.java 25 import java.util.Stack;
100 private Stack<Object> stack = new Stack<Object>(); field in class:Message.MessageBuilder
106 if (!c.isInstance(stack.peek())) {
107 throw new IllegalStateException("Internal stack error: "
109 + stack.peek().getClass().getName() + "'");
117 if (stack.isEmpty()) {
118 stack.push(Message.this);
122 ((Entity) stack.peek()).setBody(m)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLCallGroups.java 26 import java.util.Stack;
149 Stack<GLTreeNode> hierarchyStack = new Stack<GLTreeNode>();
171 // FIXME: If we are attempting to pop from an empty stack,
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 67 StackVector Stack;
151 /// \brief Is BB the last block saved on the stack ?
153 return !Stack.empty() && Stack.back().first == BB;
156 /// \brief Pop the last saved value from the control flow stack
158 return Stack.pop_back_val().second;
161 /// \brief Push a BB and saved value to the control flow stack
163 Stack.push_back(std::make_pair(BB, Saved));
322 assert(Stack.empty());
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 23 import java.util.Stack;
62 * a ContentHandler stack, and pushing appropriate content
219 * Utility function to see if the stack contains the given URL.
221 * @param stack non-null reference to a Stack.
224 * @return true if the stack contains the url argument.
226 private boolean stackContains(Stack stack, String url)
229 int n = stack.size();
234 String url2 = (String) stack.elementAt(i)
    [all...]
  /external/clang/include/clang/Serialization/
ModuleManager.h 71 Stack.reserve(N);
78 /// \brief The stack used when marking the imports of a particular module
80 SmallVector<ModuleFile *, 4> Stack;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 34 import java.util.Stack;
179 // TODO: something shiny and new instead of Stack
183 * first at the top of the stack.
185 final Stack<E> nextElements = new Stack<E>();
188 * the first at the top of the stack.
190 final Stack<E> previousElements = new Stack<E>();
196 * determine which stack to pop from on a call to {@code remove()} (or to
199 Stack<E> stackWithLastReturnedElementAtTop = null
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageXmlParser.java 31 import java.util.Stack;
71 private Stack<String> mClassNameStack = new Stack<String>();
107 mClassNameStack = new Stack<String>();
  /external/valgrind/main/include/
pub_tool_addrinfo.h 71 Addr_Stack, // on a thread's stack
88 // On a stack.
90 ThreadId tid; // Which thread's stack?
91 } Stack;
143 * maybe_gcc indicates Addr a was just below the stack ptr when the error
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 130 protected Stack<String> currentGrammarFileName = new Stack();
131 protected Stack<String> currentRuleName = new Stack();
132 protected Stack<Integer> currentLine = new Stack();
133 protected Stack<Integer> currentPos = new Stack();
142 protected Stack<DecisionEvent> decisionStack = new Stack<DecisionEvent>()
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 32 // Stack of data-sharing attributes for variables
63 /// \brief Stack for tracking declarations used in OpenMP directives and
107 /// \brief Stack of used declaration and their data-sharing attributes.
108 StackTy Stack;
119 explicit DSAStackTy(Sema &S) : Stack(1), SemaRef(S) {}
123 Stack.push_back(SharingMapTy(DKind, DirName, CurScope, Loc));
124 Stack.back().DefaultAttrLoc = Loc;
128 assert(Stack.size() > 1 && "Data-sharing attributes stack is empty!");
129 Stack.pop_back()
    [all...]

Completed in 1330 milliseconds

12 3 4 5 6 7 8 91011