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

<<41424344454647484950>>

  /external/skia/tools/skpdiff/
skpdiff_server.py 262 for root, dirs, files in os.walk(self._expectations_dir):
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 295 // extend current state (walk arcs one level deep)
  /external/tinyxml/docs/
classTiXmlHandle.html 116 It seems reasonable, but it is in fact two embedded while loops. The Child method is a linear walk to find the element, so this code would iterate much more than it needs to. Instead, prefer:<p>
  /external/v8/src/
platform.h 219 // Walk the stack.
  /external/zlib/src/examples/
gun.c 329 /* walk through linked list to generate output in reverse order */
  /frameworks/base/core/java/android/app/
SearchableInfo.java 568 // in order to use the attributes mechanism, we have to walk the parser
    [all...]
  /frameworks/base/docs/html/google/gcm/
gs.jd 87 <p>The following sections walk you through the steps of creating client and server-side code.</p>
helper.jd 28 <li>Walk through the steps of creating a GCM app.</li>
  /frameworks/base/docs/html/training/location/
location-testing.jd 367 developing test data. For example, record locations as you walk with a device, and then
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 667 for root, dirnames, filenames in os.walk(path):
  /libcore/libart/src/main/java/java/lang/
ThreadGroup.java 340 // walk the references directly so we can iterate in reverse order
  /libcore/libdvm/src/main/java/java/lang/
ThreadGroup.java 340 // walk the references directly so we can iterate in reverse order
  /libcore/luni/src/main/java/java/net/
URL.java 402 // If so, then walk this list looking for an applicable one.
  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 523 // walk through senders.xml file.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 134 # Walk backwards and add them all.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 672 # need hook for MAL's walk-me-up import strategy, or Tim's absolute strategy
shutil.py 452 for dirpath, dirnames, filenames in os.walk(base_dir):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 311 for dirpath, dirnames, filenames in os.walk(dir_name):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 134 # Walk backwards and add them all.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 672 # need hook for MAL's walk-me-up import strategy, or Tim's absolute strategy
shutil.py 452 for dirpath, dirnames, filenames in os.walk(base_dir):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 311 for dirpath, dirnames, filenames in os.walk(dir_name):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 542 // probably abstract, so we just need to walk up the super-class chain till
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]

Completed in 990 milliseconds

<<41424344454647484950>>