HomeSort by relevance Sort by last modified time
    Searched full:walk (Results 51 - 75 of 937) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 3 // Walk up the caller chain and try to find a reference to the Inspector's window
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
MachineProbe.java 61 // for (Edge e : startState.edges) { // walk edges looking for valid
85 // walk looking for edge whose target is next dfa state
126 // walk p's transitions, looking for label
  /external/elfutils/libdw/
libdw_visit_scopes.c 56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator in enum:die_class
85 return walk;
134 case walk:
  /external/webkit/Source/WebCore/rendering/svg/
SVGResourcesCycleSolver.cpp 62 // Walk all resources and check wheter they reference any resource contained in the resources set.
82 // Walk all child resources and check wheter they reference any resource contained in the resources set.
89 // Walk children recursively, stop immediately if we found a cycle
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 31 * This class does a pre-order walk of the DTM tree, calling a ContentHandler
59 * Get the ContentHandler used for the tree walk.
61 * @return the ContentHandler used for the tree walk
69 * Set the ContentHandler used for the tree walk.
71 * @param ch the ContentHandler to be the result of the tree walk.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 39 * This class does a pre-order walk of the DOM tree, calling a ContentHandler
60 * Get the ContentHandler used for the tree walk.
62 * @return the ContentHandler used for the tree walk
70 * Get the ContentHandler used for the tree walk.
72 * @return the ContentHandler used for the tree walk
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 95 // by doing a walk during the emission phase. We add temporary
136 // Walk through and emit the buckets for the table. This will look
150 // Walk through the buckets and emit the individual hashes for each
162 // Walk through the buckets and emit the individual offsets for each
181 // Walk through the buckets and emit the full data for each element in
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 229 // If the decl has an initializer, walk it with the potentially new
274 /// coherent VLA scope with a specified parent node. Walk through the
320 // it. This makes the second scan not have to walk the AST again.
370 // Recursively walk the AST for the @try part.
406 // Recursively walk the AST for the @synchronized object expr, it is
410 // Recursively walk the AST for the @synchronized part, protected by a new
447 // Recursively walk the AST for the @autoreleasepool part, protected by a new
466 // Recursively walk the AST.
606 // Walk through all the jump sites, checking that they can trivially
612 // Walk out the "scope chain" for this scope, looking for a scop
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
json2-es5-compat.js 406 function walk(holder, key) {
408 // The walk method is used to recursively walk the resulting structure so
415 v = walk(value, k);
465 // In the optional fourth stage, we recursively walk the new structure, passing
469 walk({'': j}, '') : j;
  /external/webkit/PerformanceTests/SunSpider/hosted/
json2.js 410 function walk(holder, key) {
412 // The walk method is used to recursively walk the resulting structure so
419 v = walk(value, k);
469 // In the optional fourth stage, we recursively walk the new structure, passing
473 walk({'': j}, '') : j;
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
Main.java 174 // NOw walk it with the generic tree walker, which does nothing but
181 System.out.println(" AST Walk Start${symbol_escape}n");
190 System.out.println("AST walk caused exception.");
  /external/antlr/antlr-3.4/runtime/Ruby/
History.txt 72 - added new #each_on_channel and #walk convenience methods to ANTLR3::CommonTokenStream
125 - Added BaseTree#walk, which iterates in a top-down fashion across all notes in a tree.
126 - Added BaseTree#prune, which stops decent into the current node during BaseTree#walk.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BaseTree.java 161 // walk others to increment their child indexes
171 // walk rest and decrement their child indexes
312 /** Walk upwards looking for ancestor with this token type. */
315 /** Walk upwards and get first ancestor with this token type. */
  /external/chromium/chrome/browser/resources/net_internals/
loggrouper.js 66 // Walk up the parent stack to find the corresponding BEGIN for this END.
  /external/libusb-compat/
README 5 with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and walk
  /external/webkit/Tools/Scripts/
make-gypi 46 for directory_path, directory_names, file_names in os.walk('.'):
  /frameworks/base/docs/html/guide/google/gcm/
index.jd 16 <dd>Read this document to walk through setting up and running the GCM demo app.</dd>
  /gdk/sources/llvm-ndk-cc/
Backend.h 49 // elements). Use Decl::getNextDeclarator() to walk the chain.
  /libcore/luni/src/main/java/java/lang/
VMClassLoader.java 29 * It would be simpler to just walk through the class path elements
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java 575 // Walk the world and spawn objects based on tile indexes.
    [all...]
  /bionic/libc/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /cts/tests/tests/webkitsecurity/generate/
postprocess.py 62 for root, dirs, fnames in os.walk(test_results_directory):
118 for root, dirs, files in os.walk(webkit_tests_dir):
  /development/ndk/platforms/android-8/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /development/testrunner/test_defs/
native_test.py 56 os.path.walk(build_path, self._CollectTestSources, source_list)
110 This method is a callback for os.path.walk.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Attribute.java 77 // walk backwards looking for start of an ID
96 // walk forwards looking for end of an ID

Completed in 837 milliseconds

1 23 4 5 6 7 8 91011>>