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

/external/jmonkeyengine/engine/src/test/jme3test/app/state/
H A DRootNodeState.java42 public Node getRootNode(){ method in class:RootNodeState
/external/llvm/include/llvm/Analysis/
H A DPostDominators.h45 inline DomTreeNode *getRootNode() const { function in struct:llvm::PostDominatorTree
46 return DT->getRootNode();
89 return DT->getRootNode();
H A DDominators.h339 /// getRootNode - This returns the entry node for the CFG of the function. If
346 DomTreeNodeBase<NodeT> *getRootNode() { return RootNode; } function in class:llvm::DominatorTreeBase
347 const DomTreeNodeBase<NodeT> *getRootNode() const { return RootNode; } function in class:llvm::DominatorTreeBase
557 if (getRootNode())
558 PrintDomTree<NodeT>(getRootNode(), o, 1);
585 DomTreeNodeBase<NodeT> *ThisRoot = getRootNode();
755 inline DomTreeNode *getRootNode() const { function in class:llvm::DominatorTree
756 return DT->getRootNode();
762 DomTreeNode *R = getRootNode();
763 DomTreeNode *OtherR = Other.getRootNode();
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DSimpleApplication.java159 public Node getRootNode() { method in class:SimpleApplication
/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h65 inline MachineDomTreeNode *getRootNode() const { function in class:llvm::MachineDominatorTree
66 return DT->getRootNode();
197 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/chromium/chrome/browser/resources/sync_internals/
H A Dchrome_sync.js131 chrome.sync.getRootNode_ = new AsyncFunction('getRootNode');
132 chrome.sync.getRootNode = function(callback) {
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h56 inline DomTreeNode *getRootNode() const { function in class:clang::DominatorTree
57 return DT->getRootNode();
65 DomTreeNode *R = getRootNode();
66 DomTreeNode *OtherR = Other.getRootNode();
199 return DT->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/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 ...

Completed in 498 milliseconds