/external/v8/test/mjsunit/compiler/ |
regress-closures-with-eval.js | 32 function walk(v) { 41 return walk(o);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
support.py | 49 for dirpath, dirnames, filenames in os.walk(proj_dir):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
support.py | 49 for dirpath, dirnames, filenames in os.walk(proj_dir):
|
/bionic/libc/kernel/tools/ |
utils.py | 80 """recursively walk a list of paths and files, only keeping the source files in directories""" 94 for root, dirs, files in os.walk(path): 111 for root, dirs, files in os.walk(path, topdown=False): 135 for root, dirs, files in os.walk(path):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem.py | 103 for (dirpath, dirnames, filenames) in os.walk(path): 134 def walk(self, top): member in class:FileSystem 135 return os.walk(top)
|
/development/testrunner/test_defs/ |
gtest.py | 84 os.path.walk(sub_tests_path, self._CollectTestSources, test_file_list) 105 This method is a callback for os.path.walk.
|
native_test.py | 56 os.path.walk(build_path, self._CollectTestSources, source_list) 110 This method is a callback for os.path.walk.
|
/docs/source.android.com/scripts/ |
build.py | 59 for curdir, subdirs, files in os.walk(SRC_DIR):
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
simplefileflags.py | 107 for root, subdirs, files in os.walk(start):
|
/external/chromium_org/build/android/ |
asan_symbolize.py | 41 for src_dir, _, files in os.walk(asan_lib_dir):
|
generate_emma_html.py | 31 for root, _, filenames in os.walk(root_dir):
|
/external/chromium_org/build/util/lib/common/ |
util.py | 44 for root, dirs, files in os.walk(path, topdown=False):
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
link_converter.py | 85 for root, dirs, files in os.walk(argv[0]):
|
/external/chromium_org/ppapi/ |
generate_ppapi_include_tests.py | 60 for root, dirs, files in os.walk(start_root):
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
simplefileflags.py | 107 for root, subdirs, files in os.walk(start):
|
/external/chromium_org/tools/checkdeps/ |
java_checker.py | 43 for root, dirs, files in os.walk(self._base_directory):
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-app.py | 30 for dirpath, _, files in os.walk(path):
|
/external/chromium_org/v8/test/mjsunit/ |
testcfg.py | 46 for dirname, dirs, files in os.walk(self.root):
|
/external/protobuf/python/ |
setup.py | 90 for (dirpath, dirnames, filenames) in os.walk("."):
|
/external/v8/test/es5conform/ |
testcfg.py | 82 for root, dirs, files in os.walk(current_root):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
visitor.py | 7 """Performs a depth-first walk of the AST 9 The ASTVisitor will walk the AST, performing either a preorder or 25 child nodes are visited during a preorder walk. (It can't control 26 the order during a postorder walk, because it is called _after_ 27 the walk has occurred.) The ASTVisitor modifies the visitor 60 """Do preorder walk of tree using visitor""" 101 def walk(tree, visitor, walker=None, verbose=None): function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/ |
runtktests.py | 75 for dirpath, dirnames, filenames in os.walk(basepath):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os2emxpath.py | 12 splitext, split, walk) 17 "ismount","walk","expanduser","expandvars","normpath","abspath",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
visitor.py | 7 """Performs a depth-first walk of the AST 9 The ASTVisitor will walk the AST, performing either a preorder or 25 child nodes are visited during a preorder walk. (It can't control 26 the order during a postorder walk, because it is called _after_ 27 the walk has occurred.) The ASTVisitor modifies the visitor 60 """Do preorder walk of tree using visitor""" 101 def walk(tree, visitor, walker=None, verbose=None): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/ |
runtktests.py | 75 for dirpath, dirnames, filenames in os.walk(basepath):
|