HomeSort by relevance Sort by last modified time
    Searched full:walk (Results 76 - 100 of 1498) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/base/debug/
leak_tracker.h 76 // Walk the allocation list and print each entry it contains.
111 // Walk the allocation list and count how many entries it has.
  /external/llvm/utils/
wciia.py 118 # bottom up walk of the current .
121 for dir,subdirList,fileList in os.walk( root , topdown=False ) :
  /frameworks/av/include/drm/
DrmConstraints.h 161 * Returns KeyIterator object to walk through the keys associated with this instance
168 * Returns Iterator object to walk through the values associated with this instance
DrmInfo.h 146 * Returns KeyIterator object to walk through the keys associated with this instance
153 * Returns Iterator object to walk through the values associated with this instance
DrmInfoRequest.h 153 * Returns KeyIterator object to walk through the keys associated with this instance
160 * Returns Iterator object to walk through the values associated with this instance
DrmSupportInfo.h 100 * Returns FileSuffixIterator object to walk through file suffix values
108 * Returns MimeTypeIterator object to walk through mimetype values
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py 31 "ismount","walk","expanduser","expandvars","normpath","abspath",
210 # Directory tree walk.
218 def walk(top, func, arg): function
219 """Directory tree walk with callback function.
226 and walk will only recurse into the subdirectories whose names remain in
232 warnings.warnpy3k("In 3.x, os.path.walk is removed in favor of os.walk.",
246 walk(name, func, arg)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 31 "ismount","walk","expanduser","expandvars","normpath","abspath",
210 # Directory tree walk.
218 def walk(top, func, arg): function
219 """Directory tree walk with callback function.
226 and walk will only recurse into the subdirectories whose names remain in
232 warnings.warnpy3k("In 3.x, os.path.walk is removed in favor of os.walk.",
246 walk(name, func, arg)
  /bionic/libc/kernel/tools/
find_users.py 47 # helper function used to walk the user files
  /dalvik/vm/arch/generic/
Hints.cpp 54 /* No hints for generic target - force argument walk at run-time */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
FASerializer.java 46 /** Each state we walk will get a new state number for serialization
74 * is computed and because the serialization will walk the two
150 // depth first walk each transition, printing its edge first
190 // walk this transition
  /external/chromium-trace/trace-viewer/build/
check_grit.py 31 for (dirpath, dirnames, filenames) in os.walk('src/images'):
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_access_permissions.cc 39 // Check this file and walk up its directory tree to find if this extension
  /external/chromium_org/chrome/common/extensions/docs/server2/
intro_data_source.py 58 # TODO(kalman): Walk through the intros and articles directory.
  /external/chromium_org/chrome/installer/util/
create_dir_work_item.cc 54 // Instead we walk through path_ to top_path_ and delete directories
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_common_win.cc 31 // Walk through the BSS IDs.
  /external/chromium_org/third_party/WebKit/ManualTests/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/chromium_org/third_party/WebKit/Source/core/dom/
NodeWithIndex.h 34 // only want to walk the child list to figure out the index once.
  /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/gyp/test/mac/
gyptest-framework.py 20 for dirpath, _, files in os.walk(path):
  /external/chromium_org/tools/telemetry/telemetry/
__init__.py 46 for dirname, _, filenames in os.walk(base_dir):
  /external/chromium_org/v8/test/webkit/
for-in-var-scope-expected.txt 24 This tests that for/in statements properly scope a variable that's declared in one. In previous versions of JavaScriptCore there were two bugs that caused problems. First, the loop variable declaration would not be processed. Second, the code to set the loop variable would incorrectly walk the scope chain even after setting the loop variable.
for-in-var-scope.js 28 + "Second, the code to set the loop variable would incorrectly walk the scope chain even after setting the loop variable."
  /external/doclava/res/assets/templates/
yaml_navtree.cs 3 # walk the children pages and print them nested below the parent
  /libcore/libart/src/main/java/java/lang/
VMClassLoader.java 29 * It would be simpler to just walk through the class path elements

Completed in 1110 milliseconds

1 2 34 5 6 7 8 91011>>