Searched defs:getRoot (Results 1 - 25 of 114) sorted by relevance

12345

/external/emma/core/java12/com/vladium/emma/report/
H A DIReportDataView.java23 IItem getRoot (); method in interface:IReportDataView
H A DReportDataModel.java157 public IItem getRoot() method in class:ReportDataModel.ReportDataView
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationRoot.java32 public static final CollationTailoring getRoot() { method in class:CollationRoot
39 CollationTailoring root = getRoot();
43 CollationTailoring root = getRoot();
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DTemplateSyntaxTree.java34 public Start getRoot() { method in class:TemplateSyntaxTree
/external/icu/icu4c/source/i18n/
H A Dcollationroot.cpp66 CollationCacheEntry *entry = new CollationCacheEntry(Locale::getRoot(), t.getAlias());
82 CollationRoot::getRoot(UErrorCode &errorCode) { function in class:CollationRoot
90 const CollationTailoring *root = getRoot(errorCode);
97 const CollationTailoring *root = getRoot(errorCode);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationRoot.java30 public static final CollationTailoring getRoot() { method in class:CollationRoot
37 CollationTailoring root = getRoot();
41 CollationTailoring root = getRoot();
/external/javaparser/javaparser-symbol-solver-model/src/main/java/com/github/javaparser/symbolsolver/model/resolution/
H A DTypeSolver.java34 default TypeSolver getRoot() { method in interface:TypeSolver
38 return getParent().getRoot();
/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/caliper/caliper/src/main/java/com/google/caliper/memory/
H A DChain.java113 public @Nonnull Object getRoot() { method in class:Chain
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/utils/
H A DSymbolSolverQuickSetup.java95 public Path getRoot() { method in class:SymbolSolverQuickSetup
/external/junit/src/main/java/org/junit/rules/
H A DTemporaryFolder.java66 File file = new File(getRoot(), fileName);
78 return File.createTempFile("junit", null, getRoot());
94 File file = getRoot();
130 return createTemporaryFolderIn(getRoot());
143 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/clang/include/clang/Analysis/Analyses/
H A DDominators.h53 inline CFGBlock *getRoot() const { function in class:clang::DominatorTree
54 return DT->getRoot();
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DElement.java110 public Node getRoot() { method in class:Element
/external/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h56 BlockT *getRoot() const { function in class:llvm::DominanceFrontierBase
/external/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h44 MachineBasicBlock *getRoot() const { function in class:llvm::MachineDominanceFrontier
45 return Base.getRoot();
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDominanceFrontier.h164 BasicBlock *getRoot() const { function in class:llvm::DominanceFrontier
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineDominators.h61 inline MachineBasicBlock *getRoot() const { function in class:llvm::MachineDominatorTree
62 return DT->getRoot();
/external/swiftshader/third_party/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:__anon22563::BasicCallGraph
104 const CallGraphNode *getRoot() const { return Root; } function in class:__anon22563::BasicCallGraph
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java922 public Node getRoot(Node node) method in class:DOMHelper
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DAxesWalker.java194 public int getRoot() method in class:AxesWalker
/external/clang/include/clang/Analysis/
H A DCallGraph.h81 CallGraphNode *getRoot() const { return Root; } function in class:clang::CallGraph
203 return CGN->getRoot(); // Start at the external node!
228 return CGN->getRoot();
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp42 llvm::MDNode *CodeGenTBAA::getRoot() { function in class:CodeGenTBAA
70 Char = createTBAAScalarType("omnipotent char", getRoot());
170 return createTBAAScalarType("vtable pointer", getRoot());
/external/clang/lib/Rewrite/
H A DDeltaTree.cpp383 static DeltaTreeNode *getRoot(void *Root) { function in class:__anon1760::DeltaTreeNode
392 assert(getRoot(RHS.Root)->getNumValuesUsed() == 0 &&
398 getRoot(Root)->Destroy();
405 const DeltaTreeNode *Node = getRoot(Root);
453 DeltaTreeNode *MyRoot = getRoot(Root);
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
H A DSourceRoot.java469 public Path getRoot() { method in class:SourceRoot

Completed in 896 milliseconds

12345