Searched refs:getRoot (Results 26 - 50 of 153) sorted by relevance

1234567

/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DData.java116 Data getRoot(); method in interface:Data
H A DDelegatedData.java117 public Data getRoot() { method in class:DelegatedData
118 return newInstance(getDelegate().getRoot());
/external/llvm/tools/opt/
H A DPrintSCC.cpp95 CallGraphNode* rootNode = getAnalysis<CallGraph>().getRoot();
/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/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJHdf.java185 Data root = data.getRoot();
196 return this.data.getRoot() == jHdf.data.getRoot();
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPIteratorImpl.java72 startNode = xmp.getRoot();
86 startNode = XMPNodeUtils.findNode(xmp.getRoot(), path, false, null);
93 startNode = XMPNodeUtils.findSchemaNode(xmp.getRoot(), schemaNS, false);
H A DXMPSerializerRDF.java312 if (xmp.getRoot().getChildrenLength() > 0)
314 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext(); )
337 String name = xmp.getRoot().getName();
363 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
371 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
390 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
H A DXMPNormalizer.java62 XMPNode tree = xmp.getRoot();
131 XMPNodeUtils.findSchemaNode(xmp.getRoot(), XMPConst.NS_DC, true);
134 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
595 ((XMPMetaImpl) xmp).getRoot(), XMPConst.NS_DC, true);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.cpp208 if (graph->getRoot()) {
209 graph->getRoot()->visit(seq);
210 search(graph->getRoot(), preorder, seq);
268 if (graph->getRoot())
269 search(graph->getRoot(), graph->nextSequence());
H A Dnv50_ir_ssa.cpp139 buildDFS(cfg->getRoot());
167 insert(&BasicBlock::get(cfg->getRoot())->dom);
431 BasicBlock::get(func->cfg.getRoot())->insertHead(nop);
439 search(BasicBlock::get(func->domTree->getRoot()));
450 if (bb == BasicBlock::get(func->cfg.getRoot())) {
H A Dnv50_ir_graph.h152 inline Node *getRoot() const { return root; } function in class:nv50_ir::Graph
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.cpp208 if (graph->getRoot()) {
209 graph->getRoot()->visit(seq);
210 search(graph->getRoot(), preorder, seq);
268 if (graph->getRoot())
269 search(graph->getRoot(), graph->nextSequence());
H A Dnv50_ir_ssa.cpp139 buildDFS(cfg->getRoot());
167 insert(&BasicBlock::get(cfg->getRoot())->dom);
431 BasicBlock::get(func->cfg.getRoot())->insertHead(nop);
439 search(BasicBlock::get(func->domTree->getRoot()));
450 if (bb == BasicBlock::get(func->cfg.getRoot())) {
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java113 m_root = nodelist.getRoot();
130 m_root = ni.getRoot();
215 public int getRoot() method in class:NodeSetDTM
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp42 llvm::MDNode *CodeGenTBAA::getRoot() { function in class:CodeGenTBAA
71 Char = createTBAAScalarType("omnipotent char", getRoot());
174 return createTBAAScalarType("vtable pointer", getRoot());
H A DCodeGenTBAA.h74 /// getRoot - This is the mdnode for the root of the metadata type graph
76 llvm::MDNode *getRoot();
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonTreeNodeStream.h60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root;
H A DANTLRUnbufferedCommonTreeNodeStream.h59 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h70 return B.getRoot();
119 return B.getRoot();
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h117 virtual CallGraphNode* getRoot() { return 0; } function in class:llvm::CallGraph
118 virtual const CallGraphNode* getRoot() const { return 0; } function in class:llvm::CallGraph
/external/chromium_org/third_party/skia/src/xml/
H A DSkDOM.cpp210 SkDOM::Node* getRoot() const { return fRoot; } function in class:SkDOMParser
304 fRoot = parser.getRoot();
339 fRoot = parser.getRoot();
/external/chromium_org/v8/tools/
H A Dprofile.js377 counters.getRoot().selfWeight = root.selfWeight;
378 counters.getRoot().totalWeight = root.totalWeight;
547 CallTree.prototype.getRoot = function() {
/external/skia/src/xml/
H A DSkDOM.cpp210 SkDOM::Node* getRoot() const { return fRoot; } function in class:SkDOMParser
304 fRoot = parser.getRoot();
339 fRoot = parser.getRoot();
/external/v8/tools/
H A Dprofile.js377 counters.getRoot().selfWeight = root.selfWeight;
378 counters.getRoot().totalWeight = root.totalWeight;
547 CallTree.prototype.getRoot = function() {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dlocid.h184 static const Locale &U_EXPORT2 getRoot(void);

Completed in 762 milliseconds

1234567