Searched refs:nodeStack (Results 1 - 12 of 12) sorted by relevance

/external/deqp/framework/common/
H A DtcuCommandLine.cpp345 vector<CaseTreeNode*> nodeStack; local
352 nodeStack.push_back(root);
354 while (!nodeStack.empty())
369 nodeStack.back()->addChild(newChild);
378 nodeStack.push_back(newChild);
388 nodeStack.pop_back();
391 if (nodeStack.empty())
413 vector<CaseTreeNode*> nodeStack; local
417 nodeStack.resize(8, DE_NULL);
419 nodeStack[
[all...]
H A DtcuTestHierarchyIterator.cpp147 std::string TestHierarchyIterator::buildNodePath (const vector<NodeIter>& nodeStack) argument
150 for (size_t ndx = 1; ndx < nodeStack.size(); ndx++)
152 const NodeIter& iter = nodeStack[ndx];
H A DtcuTestHierarchyIterator.hpp190 static std::string buildNodePath (const std::vector<NodeIter>& nodeStack);
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontreenodestream.c230 stream->nodeStack = inStream->nodeStack;
372 stream->nodeStack = antlr3StackNew(INITIAL_CALL_STACK_SIZE);
431 if (ctns->nodeStack != NULL)
433 ctns->nodeStack->free(ctns->nodeStack);
541 if (ctns->nodeStack != NULL)
543 ctns->nodeStack->free(ctns->nodeStack);
544 ctns->nodeStack
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRUnbufferedCommonTreeNodeStream.h46 NSMutableArray *nodeStack; variable
64 @property (retain, getter=getNodeStack, setter=setNodeStack:) NSMutableArray *nodeStack; variable
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontreenodestream.h215 pANTLR3_STACK nodeStack; member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
/external/valgrind/coregrind/
H A Dm_wordfm.c88 AvlNode* nodeStack[WFM_STKMAX]; // Iterator node stack member in struct:_WordFM
467 fm->nodeStack[i] = NULL;
478 fm->nodeStack[fm->stackTop] = n;
490 *n = fm->nodeStack[fm->stackTop];
493 fm->nodeStack[fm->stackTop] = NULL;
809 VG_(memset)(fm->nodeStack, 0, sizeof(fm->nodeStack));
H A Dm_oset.c123 AvlNode* nodeStack[STACK_MAX]; // Iterator node stack member in struct:_OSet
249 t->nodeStack[i] = NULL;
260 t->nodeStack[t->stackTop] = n;
272 *n = t->nodeStack[t->stackTop];
275 t->nodeStack[t->stackTop] = NULL;
/external/valgrind/cachegrind/
H A Dcg_merge.c1001 AvlNode* nodeStack[WFM_STKMAX]; // Iterator node stack member in struct:_WordFM
1309 fm->nodeStack[i] = NULL;
1320 fm->nodeStack[fm->stackTop] = n;
1332 *n = fm->nodeStack[fm->stackTop];
1335 fm->nodeStack[fm->stackTop] = NULL;
1563 memset(fm->nodeStack, 0, sizeof(fm->nodeStack));
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1903 ///<summary>Record state of the nodeStack</summary>
1916 ///<summary>Record state of the nodeStack</summary>
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 370 milliseconds