HomeSort by relevance Sort by last modified time
    Searched defs:getRoot (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/emma/core/java12/com/vladium/emma/report/
IReportDataView.java 23 IItem getRoot ();
ReportDataModel.java 157 public IItem getRoot()
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TemplateSyntaxTree.java 34 public Start getRoot() {
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 37 llvm::MDNode *CodeGenTBAA::getRoot() {
54 Char = getTBAAInfoForNamedType("omnipotent char", getRoot());
  /libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeIterator.java 38 public Node getRoot();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ViewsTreeModel.java 32 public Object getRoot() {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeIterator.java 137 public Node getRoot()
139 int handle=dtm_iter.getRoot();
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ReverseAxesWalker.java 140 clone.setRoot(this.getRoot());
203 clone.setRoot(this.getRoot());
AxesWalker.java 194 public int getRoot()
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Source.java 178 Source getRoot();
AbstractSource.java 108 public Source getRoot() {
115 Source s = ((Source) o).getRoot();
  /sdk/rule_api/src/com/android/ide/common/api/
INode.java 87 INode getRoot();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMIterator.java 101 public int getRoot();
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java 116 Data getRoot();
DefaultDataContext.java 300 public Data getRoot() {
DelegatedData.java 117 public Data getRoot() {
118 return newInstance(getDelegate().getRoot());
  /external/llvm/include/llvm/Analysis/
DominanceFrontier.h 164 BasicBlock *getRoot() const {
CallGraph.h 117 virtual CallGraphNode* getRoot() { return 0; }
118 virtual const CallGraphNode* getRoot() const { return 0; }
  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 61 inline MachineBasicBlock *getRoot() const {
62 return DT->getRoot();
  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 74 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; }
104 const CallGraphNode *getRoot() const { return Root; }
  /external/clang/include/clang/Index/
CallGraph.h 85 CallGraphNode *getRoot() { return Root; }
  /external/clang/lib/Rewrite/
DeltaTree.cpp 386 static DeltaTreeNode *getRoot(void *Root) {
395 assert(getRoot(RHS.Root)->getNumValuesUsed() == 0 &&
401 getRoot(Root)->Destroy();
408 const DeltaTreeNode *Node = getRoot(Root);
456 DeltaTreeNode *MyRoot = getRoot(Root);
  /external/collada/src/dae/
dae.cpp 173 return getRoot(uri);
182 return getRoot(uri);
277 domCOLLADA* DAE::getRoot(const string& path) {
288 return getRoot(path) != NULL;
292 return getRoot(uri);
  /external/junit/src/junit/swingui/
TestTreeModel.java 117 public Object getRoot() {
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 141 TreeTy *getRoot() const {

Completed in 512 milliseconds

1 2 3