/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/ImageMagick/MagickWand/ |
wandcli.c | 119 cli_wand->image_list_stack=(Stack *) NULL; 120 cli_wand->image_info_stack=(Stack *) NULL; 160 Stack 174 while(cli_wand->image_list_stack != (Stack *) NULL) 181 while(cli_wand->image_info_stack != (Stack *) NULL)
|
magick-cli.c | 276 if (cli_wand->image_list_stack != (Stack *) NULL) 278 else if (cli_wand->image_info_stack != (Stack *) NULL) 505 if (cli_wand->image_list_stack != (Stack *) NULL) 507 else if (cli_wand->image_info_stack != (Stack *) NULL) 809 while ((cli_wand->image_list_stack != (Stack *) NULL) && 810 (cli_wand->image_list_stack->next != (Stack *) NULL)) 812 while ((cli_wand->image_info_stack != (Stack *) NULL) && 813 (cli_wand->image_info_stack->next != (Stack *) NULL))
|
/external/llvm/lib/Bitcode/Writer/ |
ValueEnumerator.cpp | 137 UseListOrderStack &Stack) { 198 Stack.emplace_back(V, F, List.size()); 199 assert(List.size() == Stack.back().Shuffle.size() && "Wrong size"); 201 Stack.back().Shuffle[I] = List[I].second; 205 OrderMap &OM, UseListOrderStack &Stack) { 215 predictValueUseListOrderImpl(V, F, IDPair.first, OM, Stack); 222 predictValueUseListOrder(Op, F, OM, Stack); 230 // function in a stack. 233 UseListOrderStack Stack; 243 predictValueUseListOrder(&BB, &F, OM, Stack); [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();
|
Interpreter.java | 40 import java.util.Stack; 145 Stack ruleInvocationStack = new Stack(); 182 Stack ruleInvocationStack = new Stack(); 215 Stack ruleInvocationStack, 287 //System.out.println("stack empty in stop state for "+s.getEnclosingRule()); 290 // pop invoking state off the stack to know where to return to
|
/external/boringssl/src/crypto/stack/ |
make_macros.sh | 21 #error "Don't include this file directly. Include stack.h." 96 stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* STACK_OF:' | sed -e 's/.*STACK_OF://' -e 's/ .*//') 97 const_stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* CONST_STACK_OF:' | sed -e 's/.*CONST_STACK_OF://' -e 's/ .*//') 98 special_stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* SPECIAL_STACK_OF:' | sed -e 's/.*SPECIAL_STACK_OF://' -e 's/ .*//') 101 echo Stack of ${type} 106 echo Stack of ${type} 111 echo Stack of ${type}
|
/external/clang/lib/Format/ |
ContinuationIndenter.h | 329 /// \brief A stack keeping track of properties applying to parenthesis 331 std::vector<ParenState> Stack; 333 /// \brief Ignore the stack of \c ParenStates for state comparison. 341 /// ParenState stack (in an otherwise identical state) and these different 373 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/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/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/guava/guava-testlib/src/com/google/common/collect/testing/ |
AbstractIteratorTester.java | 36 import java.util.Stack; 180 // TODO: something shiny and new instead of Stack 184 * first at the top of the stack. 186 final Stack<E> nextElements = new Stack<E>(); 189 * the first at the top of the stack. 191 final Stack<E> previousElements = new Stack<E>(); 197 * determine which stack to pop from on a call to {@code remove()} (or to 200 Stack<E> stackWithLastReturnedElementAtTop = null [all...] |
/external/llvm/include/llvm/CodeGen/ |
PseudoSourceValue.h | 32 /// a memory access references the functions stack frame (e.g., a spill slot), 33 /// below the stack frame (e.g., argument space), or constant pool. 37 Stack, 62 bool isStack() const { return Kind == Stack; } 155 /// Return a pseudo source value referencing the area below the stack frame of 172 /// Return a pseudo source value referencing a fixed stack frame entry,
|
/external/valgrind/none/tests/amd64-solaris/ |
coredump_single_thread.post.exp | 25 ---Stack trace---
|
/external/valgrind/none/tests/x86-solaris/ |
coredump_single_thread.post.exp | 23 ---Stack trace---
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
TestPackageXmlParser.java | 31 import java.util.Stack; 73 private Stack<String> mClassNameStack = new Stack<String>(); 110 mClassNameStack = new Stack<String>();
|
/external/valgrind/include/ |
pub_tool_addrinfo.h | 72 Addr_Stack, // on a thread's stack 81 /* For an address in a stack, gives the address position in this stack. */ 84 StackPos_stacked, // Addressable and 'active' stack zone. 85 StackPos_below_stack_ptr, // Below stack ptr 127 // On a stack. tinfo indicates which thread's stack? 129 // stack address was. 0 if not found. 130 // frameNo is the frame nr of the call where the stack address was. 132 // stackPos describes the address 'position' in the stack [all...] |
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
stringbuffer.h | 24 #include "internal/stack.h"
74 mutable internal::Stack<Allocator> stack_;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
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/ |
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/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/Basic/ |
Module.cpp | 205 SmallVector<Module *, 2> Stack; 206 Stack.push_back(this); 207 while (!Stack.empty()) { 208 Module *Current = Stack.back(); 209 Stack.pop_back(); 220 Stack.push_back(*Sub); 311 SmallVector<Module *, 16> Stack(Imports.begin(), Imports.end()); 312 while (!Stack.empty()) { 313 Module *CurrModule = Stack.pop_back_val(); 317 CurrModule->getExportedModules(Stack); [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathContext.java | 24 import java.util.Stack; 67 * Stack of cached "reusable" DTMs for Result Tree Fragments. 71 * %REVIEW% I'm using a Vector rather than Stack so we can reuse 81 * Most recent "reusable" DTM for Global Result Tree Fragments. No stack is 419 * Push a slot on the locations stack so that setSAXLocator can be 471 * The stack of Variable stacks. A VariableStack will be 472 * pushed onto this stack for each template invocation. 477 * Get the variable stack, which is in charge of variables and 480 * @return the variable stack, which should not be null. 488 * Get the variable stack, which is in charge of variables an [all...] |
/external/llvm/lib/Target/AMDGPU/ |
SIAnnotateControlFlow.cpp | 68 StackVector Stack; 155 /// \brief Is BB the last block saved on the stack ? 157 return !Stack.empty() && Stack.back().first == BB; 160 /// \brief Pop the last saved value from the control flow stack 162 return Stack.pop_back_val().second; 165 /// \brief Push a BB and saved value to the control flow stack 167 Stack.push_back(std::make_pair(BB, Saved)); 357 assert(Stack.empty());
|