HomeSort by relevance Sort by last modified time
    Searched refs:walk (Results 151 - 175 of 267) sorted by null

1 2 3 4 5 67 8 91011

  /external/chromium_org/tools/grit/
grit_info.py 58 for root, dirs, filenames in os.walk(grit_root_dir):
  /external/chromium_org/tools/telemetry/
cloud_storage 92 for root, _, filenames in os.walk(path):
  /external/chromium_org/v8/test/webkit/
testcfg.py 48 for dirname, dirs, files in os.walk(self.root):
  /external/libcxx/test/
runtests.py 79 for path, _dirs, files in os.walk(subdir):
  /frameworks/base/packages/Keyguard/scripts/
new_merge.py 122 for root, subFolders, files in os.walk(rootdir):
  /frameworks/base/tools/layoutlib/rename_font/
build_font.py 81 for dirname, dirnames, filenames in os.walk(src_dir):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 165 for dirpath, dirnames, filenames in os.walk(base_dir):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 165 for dirpath, dirnames, filenames in os.walk(base_dir):
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py     [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 66 0x04 walk_cycles DTLB load miss page walk cycles
73 0x04 walk_cycles DTLB miss page walk cycles
107 0x04 walk_cycles ITLB miss page walk cycles
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 1537 var walk = function(element, walk, start, match, all, nocash){ function
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 204 root, dirs, files = list(self.walk(path))[0]
207 def walk(self, top): member in class:MockFileSystem
  /ndk/build/core/
definitions-graph.mk 437 # Return breadth-first walk of a graph, starting from an arbitrary
440 # This performs a breadth-first walk of the graph and will return a
494 # Return breadth-first walk of a graph, starting from an arbitrary
497 # This performs a breadth-first walk of the graph and will return a
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 129 walk back down the child chain and set the name to be global
416 from compiler import parseFile, walk namespace
432 walk(tree, s)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 796 return [part.get_content_charset(failobj) for part in self.walk()]
798 # I.e. def walk(self): ...
799 from email.iterators import walk
797 from email.iterators import walk namespace
  /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/compiler/
symbols.py 129 walk back down the child chain and set the name to be global
416 from compiler import parseFile, walk namespace
432 walk(tree, s)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 796 return [part.get_content_charset(failobj) for part in self.walk()]
798 # I.e. def walk(self): ...
799 from email.iterators import walk
797 from email.iterators import walk namespace
  /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...]
  /build/tools/
java-layers.py 179 for root, dirs, files in os.walk(d):
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 38 for root, dirs, files in os.walk(path, topdown=True):
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
dispatch.py 119 for root, unused_dirs, files in os.walk(directory):
  /external/chromium_org/native_client_sdk/src/doc/doxygen/
generate_docs.py 109 for root, dirs, filenames in os.walk(doc_dirname):
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py 242 for (root, dirs, files) in os.walk(src_dir, followlinks=True):
  /external/chromium_org/remoting/webapp/
build-webapp.py 51 for (root, dirs, files) in os.walk(directory):

Completed in 649 milliseconds

1 2 3 4 5 67 8 91011