Searched refs:getRoot (Results 1 - 25 of 153) sorted by relevance

1234567

/external/emma/core/java12/com/vladium/emma/report/
H A DIReportDataView.java23 IItem getRoot (); method in interface:IReportDataView
/external/junit/src/org/junit/rules/
H A DTemporaryFolder.java52 File file= new File(getRoot(), fileName);
68 File file = getRoot();
90 public File getRoot() { method in class:TemporaryFolder
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMIterator.java101 public int getRoot(); method in interface:DTMIterator
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DTemplateSyntaxTree.java34 public Start getRoot() { method in class:TemplateSyntaxTree
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeIterator.java137 public Node getRoot() method in class:DTMNodeIterator
139 int handle=dtm_iter.getRoot();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphPageTreeNode.h75 return getRoot(pageNumber)->getChild(fontData, pageNumber);
111 static GlyphPageTreeNode* getRoot(unsigned pageNumber);
/external/clang/lib/Rewrite/Core/
H A DRewriteRope.cpp711 static RopePieceBTreeNode *getRoot(void *P) {
723 getRoot(Root)->Destroy();
727 return getRoot(Root)->size();
731 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root)))
734 getRoot(Root)->Destroy();
741 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset))
742 Root = new RopePieceBTreeInterior(getRoot(Root), RHS);
745 if (RopePieceBTreeNode *RHS = getRoot(Root)->insert(Offset, R))
746 Root = new RopePieceBTreeInterior(getRoot(Root), RHS);
751 if (RopePieceBTreeNode *RHS = getRoot(Roo
[all...]
H A DDeltaTree.cpp383 static DeltaTreeNode *getRoot(void *Root) { function in class:__anon16219::DeltaTreeNode
392 assert(getRoot(RHS.Root)->getNumValuesUsed() == 0 &&
398 getRoot(Root)->Destroy();
405 const DeltaTreeNode *Node = getRoot(Root);
453 DeltaTreeNode *MyRoot = getRoot(Root);
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DVariableSafeAbsRef.java64 if(dtmMgr.getDTM(xns.getRoot()).getDocument() !=
/external/llvm/unittests/Support/
H A DYAMLParserTest.cpp151 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot());
188 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot());
201 UnnamedStream.printError(UnnamedStream.begin()->getRoot(), "Hello, World!");
215 Stream.printError(Stream.begin()->getRoot(), "Hello, World!");
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DReverseAxesWalker.java140 clone.setRoot(this.getRoot());
203 clone.setRoot(this.getRoot());
H A DOneStepIterator.java206 int root = getRoot();
268 int root = getRoot();
/external/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp80 BC.getNumVisited(CallSite, BlockID)+1).getRoot());
85 return BlockCounter(GetFactory(F).getEmptyMap().getRoot());
/external/chromium_org/v8/test/mjsunit/tools/
H A Dprofile.js156 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/
H A Dprofile.js156 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/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPUtilsImpl.java105 arrayNode = XMPNodeUtils.findNode(xmpImpl.getRoot(), arrayPath, false, null);
355 XMPNode arrayNode = XMPNodeUtils.findNode(xmp.getRoot(), arrayPath, false, null);
376 arrayNode = XMPNodeUtils.findNode(xmp.getRoot(), arrayPath, true, arrayOptions
428 XMPNode propNode = XMPNodeUtils.findNode(xmpImpl.getRoot(), expPath, false, null);
454 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmpImpl.getRoot(), schemaNS, false);
459 xmpImpl.getRoot().removeChild(schemaNode);
478 .findNode(xmpImpl.getRoot(), path, false, null);
493 for (Iterator it = xmpImpl.getRoot().iterateChildren(); it.hasNext();)
524 for (Iterator it = src.getRoot().iterateChildren(); it.hasNext();)
529 XMPNode destSchema = XMPNodeUtils.findSchemaNode(dest.getRoot(),
[all...]
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp242 dfsStack.push(getRoot());
249 addEdge(getExit(),getRoot(),0);
280 if( node->getNumberPaths() > 100000000 && node != getRoot() ) {
300 addEdge(getRoot(), (*succ)->getTarget(), duplicateNumber++);
334 DEBUG(dbgs() << "\tNumber of paths: " << getRoot()->getNumberPaths() << "\n");
339 return(getRoot()->getNumberPaths());
343 BallLarusNode* BallLarusDag::getRoot() { function in class:BallLarusDag
512 childEdge->setPhonyRoot(addEdge(getRoot(), target,0));
H A DPathProfileInfo.cpp138 BallLarusNode* currentNode = _ppi->_currentDag->getRoot ();
163 next->getSource() == _ppi->_currentDag->getRoot() )
177 BallLarusNode* currentNode = _ppi->_currentDag->getRoot ();
202 BallLarusNode* root = _ppi->_currentDag->getRoot();
248 return _currentDag->getRoot()->getBlock();
/external/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp74 if (Function *F = getRoot()->getFunction())
77 OS << "<<null function: 0x" << getRoot() << ">>\n";
100 // getRoot - Return the root of the call graph, which is either main, or if
103 CallGraphNode *getRoot() { return Root; } function in class:__anon22006::BasicCallGraph
104 const CallGraphNode *getRoot() const { return Root; } function in class:__anon22006::BasicCallGraph
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp129 if (G->getRoot().getNode())
130 GW.emitEdge(0, -1, G->getRoot().getNode(), G->getRoot().getResNo(),
294 const SDNode *N = DAG->getRoot().getNode();
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h49 inline CFGBlock *getRoot() const { function in class:clang::DominatorTree
50 return DT->getRoot();
/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h61 inline MachineBasicBlock *getRoot() const { function in class:llvm::MachineDominatorTree
62 return DT->getRoot();
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonTreeNodeStream.h60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonTreeNodeStream.h60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonTreeNodeStream.h60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root;

Completed in 4228 milliseconds

1234567