/external/chromium_org/third_party/angle_dx11/src/compiler/depgraph/ |
DependencyGraphTraverse.cpp | 11 void TGraphNode::traverse(TDependencyGraphTraverser* graphTraverser) function in class:TGraphNode 16 void TGraphParentNode::traverse(TDependencyGraphTraverser* graphTraverser) function in class:TGraphParentNode 18 TGraphNode::traverse(graphTraverser); 29 node->traverse(graphTraverser); 35 void TGraphArgument::traverse(TDependencyGraphTraverser* graphTraverser) function in class:TGraphArgument 38 TGraphParentNode::traverse(graphTraverser); 41 void TGraphFunctionCall::traverse(TDependencyGraphTraverser* graphTraverser) function in class:TGraphFunctionCall 44 TGraphParentNode::traverse(graphTraverser); 47 void TGraphSymbol::traverse(TDependencyGraphTraverser* graphTraverser) function in class:TGraphSymbol 50 TGraphParentNode::traverse(graphTraverser) 53 void TGraphSelection::traverse(TDependencyGraphTraverser* graphTraverser) function in class:TGraphSelection 59 void TGraphLoop::traverse(TDependencyGraphTraverser* graphTraverser) function in class:TGraphLoop 65 void TGraphLogicalOp::traverse(TDependencyGraphTraverser* graphTraverser) function in class:TGraphLogicalOp [all...] |
DependencyGraphBuilder.cpp | 51 intermArgument->traverse(this); 75 intermChild->traverse(this); 120 intermLeft->traverse(this); 131 intermRight->traverse(this); 152 intermLeft->traverse(this); 161 intermRight->traverse(this); 168 intermLeft->traverse(this); 172 intermRight->traverse(this); 181 intermCondition->traverse(this); 189 intermTrueBlock->traverse(this) [all...] |
DependencyGraph.h | 38 virtual void traverse(TDependencyGraphTraverser* graphTraverser); 51 virtual void traverse(TDependencyGraphTraverser* graphTraverser); 67 virtual void traverse(TDependencyGraphTraverser* graphTraverser); 81 virtual void traverse(TDependencyGraphTraverser* graphTraverser); 92 virtual void traverse(TDependencyGraphTraverser* graphTraverser); 103 virtual void traverse(TDependencyGraphTraverser* graphTraverser); 114 virtual void traverse(TDependencyGraphTraverser* graphTraverser); 126 virtual void traverse(TDependencyGraphTraverser* graphTraverser); 185 // traverse method.
|
/external/chromium_org/tools/perf/page_sets/dromaeo/ |
domcoretraverse.json | 2 "description": "Dromaeo DOMCore traverse JavaScript benchmark", 5 "url": "file:///../../../../chrome/test/data/dromaeo/index.html?dom-traverse&automated"
|
jslibtraversejquery.json | 2 "description": "Dromaeo JSLib traverse jquery JavaScript benchmark", 5 "url": "file:///../../../../chrome/test/data/dromaeo/index.html?jslib-traverse-jquery&automated"
|
jslibtraverseprototype.json | 2 "description": "Dromaeo JSLib traverse prototype JavaScript benchmark", 5 "url": "file:///../../../../chrome/test/data/dromaeo/index.html?jslib-traverse-prototype&automated"
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
IntermTraverse.cpp | 10 // Traverse the intermediate representation tree, and 12 // Done recursively through the member function Traverse(). 26 void TIntermSymbol::traverse(TIntermTraverser* it) function in class:TIntermSymbol 31 void TIntermConstantUnion::traverse(TIntermTraverser* it) function in class:TIntermConstantUnion 37 // Traverse a binary node. 39 void TIntermBinary::traverse(TIntermTraverser* it) function in class:TIntermBinary 62 right->traverse(it); 72 left->traverse(it); 79 left->traverse(it); 89 right->traverse(it) 109 void TIntermUnary::traverse(TIntermTraverser* it) function in class:TIntermUnary 129 void TIntermAggregate::traverse(TIntermTraverser* it) function in class:TIntermAggregate 185 void TIntermSelection::traverse(TIntermTraverser* it) function in class:TIntermSelection 217 void TIntermLoop::traverse(TIntermTraverser* it) function in class:TIntermLoop 277 void TIntermBranch::traverse(TIntermTraverser* it) function in class:TIntermBranch [all...] |
UnfoldShortCircuit.cpp | 23 void UnfoldShortCircuit::traverse(TIntermNode *node) function in class:sh::UnfoldShortCircuit 26 node->traverse(this); 47 node->getLeft()->traverse(this); 50 node->getLeft()->traverse(mOutputHLSL); 55 node->getRight()->traverse(this); 58 node->getRight()->traverse(mOutputHLSL); 78 node->getLeft()->traverse(this); 81 node->getLeft()->traverse(mOutputHLSL); 86 node->getRight()->traverse(this); 89 node->getRight()->traverse(mOutputHLSL) [all...] |
DetectDiscontinuity.cpp | 17 bool DetectLoopDiscontinuity::traverse(TIntermNode *node) function in class:sh::DetectLoopDiscontinuity 21 node->traverse(this); 74 return detectLoopDiscontinuity.traverse(node); 77 bool DetectGradientOperation::traverse(TIntermNode *node) function in class:sh::DetectGradientOperation 80 node->traverse(this); 137 return detectGradientOperation.traverse(node);
|
SearchSymbol.cpp | 21 void SearchSymbol::traverse(TIntermNode *node) function in class:sh::SearchSymbol 23 node->traverse(this);
|
SearchSymbol.h | 22 void traverse(TIntermNode *node);
|
DetectDiscontinuity.h | 22 bool traverse(TIntermNode *node); 39 bool traverse(TIntermNode *node);
|
TranslatorGLSL.cpp | 15 root->traverse(&versionGLSL); 43 root->traverse(&outputGLSL);
|
/art/compiler/sea_ir/ir/ |
visitor.h | 65 virtual void Traverse(SeaGraph* graph); 66 virtual void Traverse(Region* region); 68 // because the parameter classes have no children to traverse. 69 virtual void Traverse(InstructionNode* region) { } 70 virtual void Traverse(ConstInstructionNode* instruction) { } 71 virtual void Traverse(ReturnInstructionNode* instruction) { } 72 virtual void Traverse(IfNeInstructionNode* instruction) { } 73 virtual void Traverse(AddIntLit8InstructionNode* instruction) { } 74 virtual void Traverse(MoveResultInstructionNode* instruction) { } 75 virtual void Traverse(InvokeStaticInstructionNode* instruction) { [all...] |
instruction_nodes.h | 84 v->Traverse(this); 116 v->Traverse(this); 131 v->Traverse(this); 151 v->Traverse(this); 162 v->Traverse(this); 178 v->Traverse(this); 195 v->Traverse(this); 207 v->Traverse(this); 224 v->Traverse(this); 233 v->Traverse(this) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/ |
dom-traverse.html | 9 DRT.setup("dom-traverse");
|
jslib-traverse-jquery.html | 9 DRT.setup("jslib-traverse-jquery");
|
jslib-traverse-prototype.html | 9 DRT.setup("jslib-traverse-prototype");
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Bindings/ |
first-child.html | 10 description: "This benchmark covers 'firstChild', 'lastChild', 'nextSibling' and 'previousSibling' in Dromaeo/dom-traverse.html, and other DOM attributes that return a Node object.",
|
node-list-access.html | 11 description: "This benchmark covers 'childNodes' in Dromaeo/dom-traverse.html, and other DOM attributes that access NodeList.",
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
SceneGraphVisitor.java | 4 * <code>SceneGraphVisitorAdapter</code> is used to traverse the scene
|
/external/chromium_org/third_party/angle_dx11/src/compiler/timing/ |
RestrictVertexShaderTiming.h | 24 void enforceRestrictions(TIntermNode* root) { root->traverse(this); }
|
/external/chromium_org/tools/gyp/test/dependencies/ |
gyptest-none-traversal.py | 8 Verify that static library dependencies don't traverse none targets, unless
|
/external/iptables/extensions/ |
libxt_TRACE.man | 2 the packets as those traverse the tables, chains, rules.
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_device_object_enumerator.h | 36 // Returns true if the enumerator has more entries to traverse, false 41 // has more entries to traverse.
|