/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
support.py | 49 for dirpath, dirnames, filenames in os.walk(proj_dir):
|
/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/llvm/lib/IR/ |
TypeFinder.cpp | 103 // Recursively walk all contained types. 109 /// incorporateValue - This method is used to walk operand lists finding types 137 /// incorporateMDNode - This method is used to walk the operands of an MDNode to
|
/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/chromium_org/third_party/skia/src/gpu/ |
GrReducedClip.cpp | 135 // walk backwards until we get to: 143 // During our backwards walk, track whether we've seen ops that either grow or shrink the clip. 284 // Replace will always terminate our walk. We will either begin the forward walk 393 skippable = false; // we would have skipped it in the backwards walk if we
|
/external/llvm/include/llvm/Analysis/ |
PtrUseVisitor.h | 10 /// This file provides a collection of visitors which walk the (instruction) 159 /// \brief Walk the operands of a GEP and adjust the offset as appropriate. 161 /// This routine does the heavy lifting of the pointer walk by computing 170 /// will walk its uses and visit each instruction using an InstVisitor. It also 250 // If we can't walk the GEP, clear the offset.
|
/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. Each index is 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/skia/src/gpu/ |
GrReducedClip.cpp | 135 // walk backwards until we get to: 143 // During our backwards walk, track whether we've seen ops that either grow or shrink the clip. 284 // Replace will always terminate our walk. We will either begin the forward walk 393 skippable = false; // we would have skipped it in the backwards walk if we
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 209 def walk(top, topdown=True, onerror=None, followlinks=False): function 231 (e.g., via del or slice assignment), and walk will only recurse into the 241 report the error to continue with the walk, or raise the exception 242 to abort the walk. Note that the filename is available as the 245 By default, os.walk does not follow symbolic links to subdirectories on 250 current working directory between resumptions of walk. walk never 258 for root, dirs, files in os.walk('python/Lib/email'): 269 # get a list of the files the directory contains. os.path.walk 294 for x in walk(new_path, topdown, onerror, followlinks) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os.py | 209 def walk(top, topdown=True, onerror=None, followlinks=False): function 231 (e.g., via del or slice assignment), and walk will only recurse into the 241 report the error to continue with the walk, or raise the exception 242 to abort the walk. Note that the filename is available as the 245 By default, os.walk does not follow symbolic links to subdirectories on 250 current working directory between resumptions of walk. walk never 258 for root, dirs, files in os.walk('python/Lib/email'): 269 # get a list of the files the directory contains. os.path.walk 294 for x in walk(new_path, topdown, onerror, followlinks) [all...] |
/external/clang/lib/Sema/ |
JumpDiagnostics.cpp | 244 // If the decl has an initializer, walk it with the potentially new 289 /// coherent VLA scope with a specified parent node. Walk through the 335 // it. This makes the second scan not have to walk the AST again. 408 // Recursively walk the AST for the @try part. 444 // Recursively walk the AST for the @synchronized object expr, it is 448 // Recursively walk the AST for the @synchronized part, protected by a new 461 // Recursively walk the AST for the @autoreleasepool part, protected by a new 485 // Recursively walk the AST. 631 // Walk through all the jump sites, checking that they can trivially 637 // Walk out the "scope chain" for this scope, looking for a scop [all...] |
/external/chromium_org/third_party/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/llvm/lib/Target/SystemZ/ |
SystemZLongBranch.cpp | 14 // implementation is to continually walk through the function relaxing 25 // walk that is repeated until a fixed point is reached. In general, 30 // is that each walk through the function produces valid code, so it is 31 // possible to stop at any point after the first walk. The quadraticness 47 // (3) Walk through the block calculating the final address of each instruction 50 // earlier in the walk. For forward branches, this check uses the
|
/art/runtime/gc/space/ |
large_object_space.h | 41 virtual void Walk(DlMallocSpace::WalkCallback, void* arg) = 0; 88 void Walk(DlMallocSpace::WalkCallback, void* arg) LOCKS_EXCLUDED(lock_); 115 void Walk(DlMallocSpace::WalkCallback callback, void* arg) LOCKS_EXCLUDED(lock_);
|
/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/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGResourcesCycleSolver.cpp | 61 // Walk all resources and check wheter they reference any resource contained in the resources set. 81 // Walk all child resources and check wheter they reference any resource contained in the resources set. 88 // Walk children recursively, stop immediately if we found a cycle
|
/bionic/libc/bionic/ |
getcwd.cpp | 47 // TODO: if we need to support paths longer than that, we'll have to walk the tree ourselves.
|
/bionic/libc/kernel/tools/ |
update_all.py | 46 for root, dirs, files in os.walk( original_dir ):
|
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
fwalk.c | 53 * It should be safe to walk the list without locking it;
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
ExternalStorageTest.java | 58 // Walk up until we drop our package
|
/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.
|