/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 345 vector<CaseTreeNode*> nodeStack; in parseCaseTrie() local 352 nodeStack.push_back(root); in parseCaseTrie() 354 while (!nodeStack.empty()) in parseCaseTrie() 369 nodeStack.back()->addChild(newChild); in parseCaseTrie() 378 nodeStack.push_back(newChild); in parseCaseTrie() 388 nodeStack.pop_back(); in parseCaseTrie() 391 if (nodeStack.empty()) in parseCaseTrie() 413 vector<CaseTreeNode*> nodeStack; in parseCaseList() local 417 nodeStack.resize(8, DE_NULL); in parseCaseList() 419 nodeStack[0] = root; in parseCaseList() [all …]
|
D | tcuTestHierarchyIterator.cpp | 147 std::string TestHierarchyIterator::buildNodePath (const vector<NodeIter>& nodeStack) in buildNodePath() argument 150 for (size_t ndx = 1; ndx < nodeStack.size(); ndx++) in buildNodePath() 152 const NodeIter& iter = nodeStack[ndx]; in buildNodePath()
|
D | tcuTestHierarchyIterator.hpp | 190 static std::string buildNodePath (const std::vector<NodeIter>& nodeStack);
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3commontreenodestream.c | 230 stream->nodeStack = inStream->nodeStack; in antlr3CommonTreeNodeStreamNewStream() 372 stream->nodeStack = antlr3StackNew(INITIAL_CALL_STACK_SIZE); in antlr3CommonTreeNodeStreamNew() 431 if (ctns->nodeStack != NULL) in antlr3CommonTreeNodeStreamFree() 433 ctns->nodeStack->free(ctns->nodeStack); in antlr3CommonTreeNodeStreamFree() 541 if (ctns->nodeStack != NULL) in reset() 543 ctns->nodeStack->free(ctns->nodeStack); in reset() 544 ctns->nodeStack = antlr3StackNew(INITIAL_CALL_STACK_SIZE); in reset() 956 ctns->nodeStack->push(ctns->nodeStack, ANTLR3_FUNC_PTR(ctns->p), NULL); // Save current index in push() 965 retVal = ANTLR3_UINT32_CAST(ctns->nodeStack->pop(ctns->nodeStack)); in pop()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRUnbufferedCommonTreeNodeStream.m | 41 @synthesize nodeStack; 64 nodeStack = [[NSMutableArray arrayWithCapacity:5] retain]; 80 [nodeStack release]; nodeStack = nil; 95 [nodeStack removeAllObjects]; 204 [state setNodeStackSize:[nodeStack count]]; 235 …[nodeStack removeObjectsInRange:NSMakeRange([state nodeStackSize], [nodeStack count]-[state nodeSt… 361 [nodeStack addObject:currentNode]; 378 currentNode = (ANTLRCommonTree *)[nodeStack lastObject]; 379 [nodeStack removeLastObject];
|
D | ANTLRUnbufferedCommonTreeNodeStream.h | 46 NSMutableArray *nodeStack; variable 64 @property (retain, getter=getNodeStack, setter=setNodeStack:) NSMutableArray *nodeStack;
|
/external/valgrind/coregrind/ |
D | m_wordfm.c | 88 AvlNode* nodeStack[WFM_STKMAX]; // Iterator node stack member 467 fm->nodeStack[i] = NULL; in stackClear() 478 fm->nodeStack[fm->stackTop] = n; in stackPush() 490 *n = fm->nodeStack[fm->stackTop]; in stackPop() 493 fm->nodeStack[fm->stackTop] = NULL; in stackPop() 809 VG_(memset)(fm->nodeStack, 0, sizeof(fm->nodeStack)); in VG_()
|
D | m_oset.c | 123 AvlNode* nodeStack[STACK_MAX]; // Iterator node stack member 249 t->nodeStack[i] = NULL; in stackClear() 260 t->nodeStack[t->stackTop] = n; in stackPush() 272 *n = t->nodeStack[t->stackTop]; in stackPop() 275 t->nodeStack[t->stackTop] = NULL; in stackPop()
|
/external/valgrind/cachegrind/ |
D | cg_merge.c | 1001 AvlNode* nodeStack[WFM_STKMAX]; // Iterator node stack member 1309 fm->nodeStack[i] = NULL; in stackClear() 1320 fm->nodeStack[fm->stackTop] = n; in stackPush() 1332 *n = fm->nodeStack[fm->stackTop]; in stackPop() 1335 fm->nodeStack[fm->stackTop] = NULL; in stackPop() 1563 memset(fm->nodeStack, 0, sizeof(fm->nodeStack)); in dopyFM()
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3commontreenodestream.h | 215 pANTLR3_STACK nodeStack; member
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |