Searched defs:getRootNode (Results 1 - 19 of 19) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachinePostDominators.h44 MachineDomTreeNode *getRootNode() const { function in struct:llvm::MachinePostDominatorTree
45 return DT->getRootNode();
H A DMachineDominators.h65 inline MachineDomTreeNode *getRootNode() const { function in class:llvm::MachineDominatorTree
66 return DT->getRootNode();
199 return DT->getRootNode();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omaha/
H A DXMLParser.java75 public Node getRootNode() { method in class:XMLParser
/external/droiddriver/src/com/google/android/droiddriver/uiautomation/
H A DUiAutomationDriver.java65 return context.newRootElement(getRootNode());
74 private AccessibilityNodeInfo getRootNode() { method in class:UiAutomationDriver
/external/llvm/include/llvm/Analysis/
H A DPostDominators.h45 inline DomTreeNode *getRootNode() const { function in struct:llvm::PostDominatorTree
46 return DT->getRootNode();
100 return DT->getRootNode();
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java124 public Node getRootNode() method in class:DOMBuilder
H A DDOMHelper.java954 public Node getRootNode(Node n) method in class:DOMHelper
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h61 inline DomTreeNode *getRootNode() const { function in class:clang::DominatorTree
62 return DT->getRootNode();
70 DomTreeNode *R = getRootNode();
71 DomTreeNode *OtherR = Other.getRootNode();
199 return DT->getRootNode();
/external/chromium_org/third_party/skia/src/xml/
H A DSkDOM.cpp76 const SkDOM::Node* SkDOM::getRootNode() const function in class:SkDOM
439 node = this->getRootNode();
484 SkASSERT(dom.getRootNode() == NULL);
487 SkASSERT(root && dom.getRootNode() == root);
/external/llvm/include/llvm/Support/
H A DGenericDomTree.h337 /// getRootNode - This returns the entry node for the CFG of the function. If
344 DomTreeNodeBase<NodeT> *getRootNode() { return RootNode; } function in class:llvm::DominatorTreeBase
345 const DomTreeNodeBase<NodeT> *getRootNode() const { return RootNode; } function in class:llvm::DominatorTreeBase
586 if (getRootNode())
587 PrintDomTree<NodeT>(getRootNode(), o, 1);
614 const DomTreeNodeBase<NodeT> *ThisRoot = getRootNode();
/external/skia/src/xml/
H A DSkDOM.cpp76 const SkDOM::Node* SkDOM::getRootNode() const function in class:SkDOM
439 node = this->getRootNode();
484 SkASSERT(dom.getRootNode() == NULL);
487 SkASSERT(root && dom.getRootNode() == root);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp140 inline MachineDomTreeNode *getRootNode() const { function in struct:llvm::MachinePostDominatorTree
141 return DT->getRootNode();
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp140 inline MachineDomTreeNode *getRootNode() const { function in struct:llvm::MachinePostDominatorTree
141 return DT->getRootNode();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 392 milliseconds