/external/compiler-rt/lib/asan/lit_tests/TestCases/Darwin/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/compiler-rt/lib/msan/lit_tests/Linux/ |
D | lit.local.cfg | 1 def getRoot(config): 4 return getRoot(config.parent) 6 root = getRoot(config)
|
/external/llvm/test/JitListener/ |
D | lit.local.cfg | 3 def getRoot(config): 6 return getRoot(config.parent) 8 root = getRoot(config)
|
/external/llvm/test/Analysis/Profiling/ |
D | lit.local.cfg | 3 def getRoot(config): 6 return getRoot(config.parent) 8 root = getRoot(config)
|
/external/llvm/test/CodeGen/R600/ |
D | lit.local.cfg | 3 def getRoot(config): 6 return getRoot(config.parent) 8 root = getRoot(config)
|
/external/llvm/test/ExecutionEngine/MCJIT/remote/ |
D | lit.local.cfg | 3 def getRoot(config): 6 return getRoot(config.parent) 8 root = getRoot(config)
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
D | lit.local.cfg | 3 def getRoot(config): 6 return getRoot(config.parent) 8 root = getRoot(config)
|
/external/llvm/test/ExecutionEngine/ |
D | lit.local.cfg | 3 def getRoot(config): 6 return getRoot(config.parent) 8 root = getRoot(config)
|
/external/clang/lib/Rewrite/Core/ |
D | RewriteRope.cpp | 711 static RopePieceBTreeNode *getRoot(void *P) { in getRoot() function 723 getRoot(Root)->Destroy(); in ~RopePieceBTree() 727 return getRoot(Root)->size(); in size() 731 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root))) in clear() 734 getRoot(Root)->Destroy(); in clear() 741 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in insert() 742 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in insert() 745 if (RopePieceBTreeNode *RHS = getRoot(Root)->insert(Offset, R)) in insert() 746 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in insert() 751 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in erase() [all …]
|
D | DeltaTree.cpp | 383 static DeltaTreeNode *getRoot(void *Root) { in getRoot() function 392 assert(getRoot(RHS.Root)->getNumValuesUsed() == 0 && in DeltaTree() 398 getRoot(Root)->Destroy(); in ~DeltaTree() 405 const DeltaTreeNode *Node = getRoot(Root); in getDeltaAt() 453 DeltaTreeNode *MyRoot = getRoot(Root); in AddDelta()
|
/external/junit/src/org/junit/rules/ |
D | TemporaryFolder.java | 52 File file= new File(getRoot(), fileName); in newFile() 68 File file = getRoot(); in newFolder() 90 public File getRoot() { in getRoot() method in TemporaryFolder
|
/external/chromium_org/v8/test/mjsunit/tools/ |
D | profile.js | 156 assertNoPathExists(this.profile.getTopDownProfile().getRoot(), this.namesTopDown, 158 assertNoPathExists(this.profile.getBottomUpProfile().getRoot(), this.namesBottomUp, 161 assertPathExists(this.profile.getTopDownProfile().getRoot(), this.namesTopDown, 163 assertPathExists(this.profile.getBottomUpProfile().getRoot(), this.namesBottomUp, 217 var root = testDriver.profile.getTopDownProfile().getRoot(); 287 var flatProfileRoot = testDriver.profile.getFlatProfile().getRoot(); 315 var root = profile.getRoot();
|
/external/v8/test/mjsunit/tools/ |
D | profile.js | 156 assertNoPathExists(this.profile.getTopDownProfile().getRoot(), this.namesTopDown, 158 assertNoPathExists(this.profile.getBottomUpProfile().getRoot(), this.namesBottomUp, 161 assertPathExists(this.profile.getTopDownProfile().getRoot(), this.namesTopDown, 163 assertPathExists(this.profile.getBottomUpProfile().getRoot(), this.namesBottomUp, 217 var root = testDriver.profile.getTopDownProfile().getRoot(); 287 var flatProfileRoot = testDriver.profile.getFlatProfile().getRoot(); 315 var root = profile.getRoot();
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | lit.local.cfg | 3 def getRoot(config): 6 return getRoot(config.parent) 8 root = getRoot(config)
|
/external/llvm/lib/Analysis/ |
D | PathNumbering.cpp | 242 dfsStack.push(getRoot()); in init() 249 addEdge(getExit(),getRoot(),0); in init() 280 if( node->getNumberPaths() > 100000000 && node != getRoot() ) { in calculatePathNumbers() 300 addEdge(getRoot(), (*succ)->getTarget(), duplicateNumber++); in calculatePathNumbers() 334 DEBUG(dbgs() << "\tNumber of paths: " << getRoot()->getNumberPaths() << "\n"); in calculatePathNumbers() 339 return(getRoot()->getNumberPaths()); in getNumberOfPaths() 343 BallLarusNode* BallLarusDag::getRoot() { in getRoot() function in BallLarusDag 512 childEdge->setPhonyRoot(addEdge(getRoot(), target,0)); in addBackedge()
|
D | PathProfileInfo.cpp | 138 BallLarusNode* currentNode = _ppi->_currentDag->getRoot (); in getPathEdges() 163 next->getSource() == _ppi->_currentDag->getRoot() ) in getPathEdges() 177 BallLarusNode* currentNode = _ppi->_currentDag->getRoot (); in getPathBlocks() 202 BallLarusNode* root = _ppi->_currentDag->getRoot(); in getFirstBlockInPath() 248 return _currentDag->getRoot()->getBlock(); in getCurrentFunctionEntry()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPUtilsImpl.java | 105 arrayNode = XMPNodeUtils.findNode(xmpImpl.getRoot(), arrayPath, false, null); in catenateArrayItems() 355 XMPNode arrayNode = XMPNodeUtils.findNode(xmp.getRoot(), arrayPath, false, null); in separateFindCreateArray() 376 arrayNode = XMPNodeUtils.findNode(xmp.getRoot(), arrayPath, true, arrayOptions in separateFindCreateArray() 428 XMPNode propNode = XMPNodeUtils.findNode(xmpImpl.getRoot(), expPath, false, null); in removeProperties() 454 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmpImpl.getRoot(), schemaNS, false); in removeProperties() 459 xmpImpl.getRoot().removeChild(schemaNode); in removeProperties() 478 .findNode(xmpImpl.getRoot(), path, false, null); in removeProperties() 493 for (Iterator it = xmpImpl.getRoot().iterateChildren(); it.hasNext();) in removeProperties() 524 for (Iterator it = src.getRoot().iterateChildren(); it.hasNext();) in appendProperties() 529 XMPNode destSchema = XMPNodeUtils.findSchemaNode(dest.getRoot(), in appendProperties() [all …]
|
/external/llvm/unittests/Support/ |
D | YAMLParserTest.cpp | 151 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot()); in ExpectCanParseString() 188 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot()); in TEST() 201 UnnamedStream.printError(UnnamedStream.begin()->getRoot(), "Hello, World!"); in TEST() 215 Stream.printError(Stream.begin()->getRoot(), "Hello, World!"); in TEST()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 129 if (G->getRoot().getNode()) in addCustomGraphFeatures() 130 GW.emitEdge(0, -1, G->getRoot().getNode(), G->getRoot().getResNo(), in addCustomGraphFeatures() 294 const SDNode *N = DAG->getRoot().getNode(); in getCustomGraphFeatures()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | GlyphPageTreeNode.h | 75 return getRoot(pageNumber)->getChild(fontData, pageNumber); in getRootChild() 111 static GlyphPageTreeNode* getRoot(unsigned pageNumber);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeIterator.java | 137 public Node getRoot() in getRoot() method in DTMNodeIterator 139 int handle=dtm_iter.getRoot(); in getRoot()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BlockCounter.cpp | 80 BC.getNumVisited(CallSite, BlockID)+1).getRoot()); in IncrementCount() 85 return BlockCounter(GetFactory(F).getEmptyMap().getRoot()); in GetEmptyCounter()
|
/external/llvm/lib/Analysis/IPA/ |
D | CallGraph.cpp | 74 if (Function *F = getRoot()->getFunction()) in print() 77 OS << "<<null function: 0x" << getRoot() << ">>\n"; in print() 103 CallGraphNode *getRoot() { return Root; } in getRoot() function in __anon1f1331e60111::BasicCallGraph 104 const CallGraphNode *getRoot() const { return Root; } in getRoot() function in __anon1f1331e60111::BasicCallGraph
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | ReverseAxesWalker.java | 140 clone.setRoot(this.getRoot()); in getProximityPosition() 203 clone.setRoot(this.getRoot()); in getLastPos()
|