/external/chromium-trace/trace-viewer/build/ |
check_gyp.py | 25 for (dirpath, dirnames, filenames) in os.walk('src'):
|
generate_deps_js_contents.py | 14 for dirpath, dirnames, filenames in os.walk(srcdir):
|
generate_template_contents.py | 14 for dirpath, dirnames, filenames in os.walk(srcdir):
|
/external/chromium_org/build/linux/unbundle/ |
remove_bundled_libraries.py | 37 for root, dirs, files in os.walk(source_tree_root, topdown=False):
|
/external/chromium_org/components/tools/metrics/ |
count_ifdefs.py | 45 for root, dirs, files in os.walk(directory):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
export-w3c-performance-wg-tests | 65 for root, dirs, files in os.walk(os.path.join(source_directory, directory_to_copy)):
|
import-w3c-performance-wg-tests | 73 for root, dirs, files in os.walk(directory_to_copy):
|
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/ |
vc98_swap.py | 45 for root, dirs, files in os.walk("./") :
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
discover.py | 25 for dir_path, _, filenames in os.walk(start_dir):
|
/external/chromium_org/v8/test/intl/ |
testcfg.py | 41 for dirname, dirs, files in os.walk(self.root):
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
file_system.py | 106 def Walk(self, root): 107 '''Recursively walk the directories in a file system, starting with root. 108 Emulates os.walk from the standard os module. 115 def walk(root): function in function:FileSystem.Walk 130 for walkinfo in walk(root + d): 133 for walkinfo in walk(root):
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkOpEdgeBuilder.cpp | 34 if (fUnparseable || !walk()) { 142 bool SkOpEdgeBuilder::walk() { function in class:SkOpEdgeBuilder
|
/external/skia/src/pathops/ |
SkOpEdgeBuilder.cpp | 34 if (fUnparseable || !walk()) { 142 bool SkOpEdgeBuilder::walk() { function in class:SkOpEdgeBuilder
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
macpath.py | 12 "walk","expanduser","expandvars","normpath","abspath", 159 def walk(top, func, arg): function 160 """Directory tree walk with callback function. 167 and walk will only recurse into the subdirectories whose names remain in 173 warnings.warnpy3k("In 3.x, os.path.walk is removed in favor of os.walk.", 183 walk(name, func, arg)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
macpath.py | 12 "walk","expanduser","expandvars","normpath","abspath", 159 def walk(top, func, arg): function 160 """Directory tree walk with callback function. 167 and walk will only recurse into the subdirectories whose names remain in 173 warnings.warnpy3k("In 3.x, os.path.walk is removed in favor of os.walk.", 183 walk(name, func, arg)
|
/bionic/libc/kernel/tools/ |
update_all.py | 46 for root, dirs, files in os.walk( original_dir ):
|
/build/tools/ |
findleaves.py | 31 for root, dirs, files in os.walk(rootdir, followlinks=True):
|
/external/chromium_org/build/android/gyp/util/ |
md5_check.py | 39 for root, _, files in os.walk(dir_path):
|
/external/chromium_org/build/linux/ |
install-chromeos-fonts.py | 70 for base, dirs, files in os.walk(dest_dir):
|
/external/chromium_org/native_client_sdk/src/tools/ |
genhttpfs.py | 53 for root, _, files in os.walk(filename):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/ |
dump_reader.py | 63 for root, dirs, files in self._host.filesystem.walk(self.crash_dumps_directory()):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
filereader.py | 134 # FIXME: We should consider moving to self.filesystem.files_under() (or adding walk() to FileSystem) 135 for dir_path, dir_names, file_names in os.walk(directory):
|
/external/chromium_org/tools/telemetry/telemetry/ |
__init__.py | 46 for dirname, _, filenames in os.walk(base_dir):
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-closures-with-eval.js | 32 function walk(v) { 41 return walk(o);
|
/external/llvm/utils/ |
wciia.py | 118 # bottom up walk of the current . 121 for dir,subdirList,fileList in os.walk( root , topdown=False ) :
|