HomeSort by relevance Sort by last modified time
    Searched refs:traverse (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TreeWalker2Result.java 69 public void traverse(int pos) throws org.xml.sax.SAXException method in class:TreeWalker2Result
74 super.traverse(pos);
  /external/chromium_org/third_party/angle/src/compiler/
OutputHLSL.cpp 118 mContext.treeRoot->traverse(this); // Output the body first to determine what has to go in the header
    [all...]
parseConst.cpp 132 (*p)->traverse(this);
240 root->traverse(&it);
ValidateLimitations.cpp 128 node->getRight()->traverse(&validate);
178 body->traverse(this);
483 node->traverse(&validate);
BuiltInFunctionEmulator.cpp 391 root->traverse(&marker);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3SerializerImpl.java 111 walker.traverse(node);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCopyOf.java 170 tw.traverse(child);
179 tw.traverse(pos);
  /external/chromium_org/third_party/angle/src/compiler/timing/
RestrictFragmentShaderTiming.cpp 46 // Starting from each sampler, traverse the dependency graph and generate an error each time we
54 samplerSymbol->traverse(this);
  /development/tools/idegen/src/
Configuration.java 72 traverse(new File("."), sourceRoots, jarFiles, excludedDirs, excludes); method
95 // TODO: Traverse all vendor-specific directories.
114 private static void traverse(File directory, Set<File> sourceRoots, method in class:Configuration
160 // Traverse nested directories.
167 traverse(file, sourceRoots, jarFiles, excludedDirs, method
  /external/chromium_org/third_party/angle/src/compiler/depgraph/
DependencyGraphBuilder.h 162 void build(TIntermNode* intermNode) { intermNode->traverse(this); }
  /external/chromium_org/v8/test/mjsunit/tools/
profile_view.js 73 view.traverse(fillFlatTree);
90 view.traverse(fillFlatTree);
  /external/v8/test/mjsunit/tools/
profile_view.js 73 view.traverse(fillFlatTree);
90 view.traverse(fillFlatTree);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 14 /** imaginary tree navigation type; traverse "get child" link */
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 99 * (postorder) are invoked for each node as we traverse over them,
103 * in other words, the root of the subtree to traverse over.
106 public void traverse(int pos) throws org.xml.sax.SAXException method in class:DTMTreeWalker
108 // %REVIEW% Why isn't this just traverse(pos,pos)?
131 // %REVIEW% This condition isn't tested in traverse(pos,top)
149 * (postorder) are invoked for each node as we traverse over them,
158 public void traverse(int pos, int top) throws org.xml.sax.SAXException method in class:DTMTreeWalker
  /external/chromium_org/v8/tools/
profile.js 275 this.topDownTree_.traverse(f);
285 this.bottomUpTree_.traverse(f);
600 this.traverse(function(node, parent) {
629 * callTree.traverse(function(node, parentClone) {
639 CallTree.prototype.traverse = function(f) {
663 function traverse(node) {
665 node.forEachChild(traverse);
668 traverse(this.root_);
profile_view.js 52 callTree.traverse(function(node, viewParent) {
125 this.traverse(function (node) {
136 ProfileView.prototype.traverse = function(f) {
  /external/clang/lib/ARCMigrate/
Transforms.h 123 void traverse(TranslationUnitDecl *TU);
  /external/v8/tools/
profile.js 275 this.topDownTree_.traverse(f);
285 this.bottomUpTree_.traverse(f);
600 this.traverse(function(node, parent) {
629 * callTree.traverse(function(node, parentClone) {
639 CallTree.prototype.traverse = function(f) {
663 function traverse(node) {
665 node.forEachChild(traverse);
668 traverse(this.root_);
profile_view.js 52 callTree.traverse(function(node, viewParent) {
125 this.traverse(function (node) {
136 ProfileView.prototype.traverse = function(f) {
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 136 public void traverse(Node pos) throws org.xml.sax.SAXException method in class:TreeWalker
192 public void traverse(Node pos, Node top) throws org.xml.sax.SAXException method in class:TreeWalker
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 152 public void traverse(Node pos) throws org.xml.sax.SAXException method in class:TreeWalker
164 * In contrast to the traverse() method this method will not issue
223 public void traverse(Node pos, Node top) throws org.xml.sax.SAXException method in class:TreeWalker
  /external/compiler-rt/make/
subdir.mk 4 # SubDirs - The subdirectories to traverse.
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 411 // this loop, which we must traverse.
439 void traverse(BlockT *EntryBlock);
456 void PopulateLoopsDFS<BlockT, LoopT>::traverse(BlockT *EntryBlock) { function in class:llvm::PopulateLoopsDFS
460 // Traverse the leftmost path as far as possible.
552 DFS.traverse(DomRoot->getBlock());
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 235 walker.traverse(node);

Completed in 1173 milliseconds

12 3 4