Home
last modified time | relevance | path

Searched defs:traverse (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/depgraph/
DDependencyGraphTraverse.cpp11 void TGraphNode::traverse(TDependencyGraphTraverser* graphTraverser) in traverse() function in TGraphNode
16 void TGraphParentNode::traverse(TDependencyGraphTraverser* graphTraverser) in traverse() function in TGraphParentNode
35 void TGraphArgument::traverse(TDependencyGraphTraverser* graphTraverser) in traverse() function in TGraphArgument
41 void TGraphFunctionCall::traverse(TDependencyGraphTraverser* graphTraverser) in traverse() function in TGraphFunctionCall
47 void TGraphSymbol::traverse(TDependencyGraphTraverser* graphTraverser) in traverse() function in TGraphSymbol
53 void TGraphSelection::traverse(TDependencyGraphTraverser* graphTraverser) in traverse() function in TGraphSelection
59 void TGraphLoop::traverse(TDependencyGraphTraverser* graphTraverser) in traverse() function in TGraphLoop
65 void TGraphLogicalOp::traverse(TDependencyGraphTraverser* graphTraverser) in traverse() function in TGraphLogicalOp
/external/chromium_org/third_party/angle/src/compiler/
DIntermTraverse.cpp26 void TIntermSymbol::traverse(TIntermTraverser *it) in traverse() function in TIntermSymbol
31 void TIntermConstantUnion::traverse(TIntermTraverser *it) in traverse() function in TIntermConstantUnion
39 void TIntermBinary::traverse(TIntermTraverser *it) in traverse() function in TIntermBinary
93 void TIntermUnary::traverse(TIntermTraverser *it) in traverse() function in TIntermUnary
113 void TIntermAggregate::traverse(TIntermTraverser *it) in traverse() function in TIntermAggregate
161 void TIntermSelection::traverse(TIntermTraverser *it) in traverse() function in TIntermSelection
193 void TIntermLoop::traverse(TIntermTraverser *it) in traverse() function in TIntermLoop
243 void TIntermBranch::traverse(TIntermTraverser *it) in traverse() function in TIntermBranch
DDetectDiscontinuity.cpp17 bool DetectLoopDiscontinuity::traverse(TIntermNode *node) in traverse() function in sh::DetectLoopDiscontinuity
77 bool DetectGradientOperation::traverse(TIntermNode *node) in traverse() function in sh::DetectGradientOperation
DSearchSymbol.cpp21 void SearchSymbol::traverse(TIntermNode *node) in traverse() function in sh::SearchSymbol
DUnfoldShortCircuit.cpp23 void UnfoldShortCircuit::traverse(TIntermNode *node) in traverse() function in sh::UnfoldShortCircuit
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMTreeWalker.java106 public void traverse(int pos) throws org.xml.sax.SAXException in traverse() method in DTMTreeWalker
158 public void traverse(int pos, int top) throws org.xml.sax.SAXException in traverse() method in DTMTreeWalker
/external/apache-xml/src/main/java/org/apache/xml/utils/
DTreeWalker.java152 public void traverse(Node pos) throws org.xml.sax.SAXException in traverse() method in TreeWalker
223 public void traverse(Node pos, Node top) throws org.xml.sax.SAXException in traverse() method in TreeWalker
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DTreeWalker.java136 public void traverse(Node pos) throws org.xml.sax.SAXException in traverse() method in TreeWalker
192 public void traverse(Node pos, Node top) throws org.xml.sax.SAXException in traverse() method in TreeWalker
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTreeWalker2Result.java69 public void traverse(int pos) throws org.xml.sax.SAXException in traverse() method in TreeWalker2Result
/external/bison/src/
Drelation.c62 traverse (relation_node i) in traverse() function
/external/chromium_org/v8/tools/
Dprofile_view.js136 ProfileView.prototype.traverse = function(f) { method in ProfileView
Dprofile.js639 CallTree.prototype.traverse = function(f) { method in CallTree
663 function traverse(node) { function
/external/v8/tools/
Dprofile_view.js136 ProfileView.prototype.traverse = function(f) { method in ProfileView
Dprofile.js639 CallTree.prototype.traverse = function(f) { method in CallTree
663 function traverse(node) { function
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java244 public void traverse(Node pos) throws org.xml.sax.SAXException { in traverse() method in DOM3TreeWalker
318 public void traverse(Node pos, Node top) throws org.xml.sax.SAXException { in traverse() method in DOM3TreeWalker
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h456 void PopulateLoopsDFS<BlockT, LoopT>::traverse(BlockT *EntryBlock) { in traverse() function
/external/clang/lib/ARCMigrate/
DTransforms.cpp516 void MigrationContext::traverse(TranslationUnitDecl *TU) { in traverse() function in MigrationContext
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp274 bool traverse(const T &Node) { in traverse() function in clang::ast_matchers::internal::__anon101cc5e10111::MatchChildASTVisitor
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
Dflakiness_dashboard.js267 function traverse(trie, triePath) { function
/external/chromium_org/third_party/ply/
Dyacc.py1908 def traverse(x,N,stack,F,X,R,FP): function