HomeSort by relevance Sort by last modified time
    Searched full:walk (Results 276 - 300 of 1479) sorted by null

<<11121314151617181920>>

  /external/skia/src/pathops/
SkIntersectionHelper.h 31 // we walk ts to describe consecutive intersections. Since a pair of ts can
  /external/skia/tools/copyright/
main.py 70 for dirpath, dirnames, filenames in os.walk(root_directory):
  /external/v8/test/es5conform/
testcfg.py 82 for root, dirs, files in os.walk(current_root):
  /packages/wallpapers/Basic/res/values/
strings.xml 33 See through your phone and walk around without risking accidents.
  /packages/wallpapers/Basic/res/values-en-rGB/
strings.xml 25 <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"See through your phone and walk around without the risk of having an accident."</string>
  /packages/wallpapers/Basic/res/values-en-rIN/
strings.xml 25 <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"See through your phone and walk around without the risk of having an accident."</string>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dep_util.py 34 """Walk two filename lists in parallel, testing if each source is newer
  /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/linux-x86/2.7.5/lib/python2.7/distutils/
dep_util.py 34 """Walk two filename lists in parallel, testing if each source is newer
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 75 for dirpath, dirnames, filenames in os.walk(basepath):
  /art/runtime/gc/accounting/
space_bitmap.h 132 void Walk(Callback* callback, void* arg)
243 void Walk(SpaceBitmap::Callback* callback, void* arg)
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 36 * The basic idea behind this algorithm is to perform a DFS walk, keeping track
251 * Callback for depth-first walk through control flow graph (either
  /external/antlr/antlr-3.4/runtime/C/doxygen/
doxygengroups.dox 129 /// \defgroup ANTLR3_TREE_WALK_STATE ANTLR3_TREE_WALK_STATE - Tree Walk State Class Definition
229 /// \defgroup pANTLR3_TREE_WALK_STATE pANTLR3_TREE_WALK_STATE - Tree Walk State Implementation
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DFA.java 186 // walk first to find how big it is.
206 // walk first to find how big it is.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.m 187 // walk first to find how big it is.
208 // walk first to find how big it is.
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyTable.java 76 * The main iterator that will walk through the source
164 // Walk through each of the declarations made with xsl:key
  /external/chromium/base/files/
file_path_watcher_win.cc 227 // Start at the target and walk up the directory chain until we succesfully
251 // above code performs races against directory creation. So try to walk back
  /external/chromium/third_party/libjingle/source/talk/base/
taskrunner.cc 190 // walk through all the tasks looking for the real
204 // walk through all the tasks looking for the one
  /external/chromium_org/base/files/
file_path_watcher_win.cc 239 // Start at the target and walk up the directory chain until we succesfully
263 // above code performs races against directory creation. So try to walk back
  /external/chromium_org/chrome/tools/
check_grd_for_unused_strings.py 46 A list of directories to walk looking for source files.
82 for root, dirs, files in os.walk(src_dir):
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 141 // Walk up the parent chain. Every time we encounter a Web Area, offset
191 // Walk the children recursively looking for the BrowserAccessibility that
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_linux.cc 127 // This function should just walk up the tree one level.
156 // as good as the information that the device bus has, walk up further
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheetLibxslt.cpp 176 // We have to locate (by ID) the appropriate embedded stylesheet element, so that we can walk the
188 // Walk the children of the root element and look for import/include elements.
  /external/chromium_org/third_party/libjingle/source/talk/base/
taskrunner.cc 190 // walk through all the tasks looking for the real
204 // walk through all the tasks looking for the one
  /external/chromium_org/tools/
update_reference_build.py 159 for root, dirs, files in os.walk(dir):
174 for root, _, dl_files in os.walk(os.path.join('dl', platform)):

Completed in 1231 milliseconds

<<11121314151617181920>>