HomeSort by relevance Sort by last modified time
    Searched full:walk (Results 51 - 75 of 419) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDiff.java 96 // Walk through "before" children looking for deletes and updates
119 // Walk through remaining "after" children, which are inserts
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fts.h 57 #define FTS_LOGICAL 0x0002 /* logical walk */
60 #define FTS_PHYSICAL 0x0010 /* physical walk */
ftw.h 68 FTW_PHYS = 1, /* Perform physical walk, ignore symlinks. */
95 FTW_SKIP_SUBTREE = 2, /* Only meaningful for FTW_D: Don't walk through the
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /bionic/libc/tools/
bionic_utils.py 285 """recursively walk a list of paths and files, only keeping the source files in directories"""
290 for root, dirs, files in os.walk(path):
307 for root, dirs, files in os.walk(path, topdown=False):
  /cts/tools/dasm/src/java_cup/
symbol_set.java 76 /* walk down our set and make sure every element is in the other */
138 /* walk down the other set and do the adds individually */
154 /* walk down the other set and do the removes individually */
  /external/openssl/crypto/
sparccpuid.S 32 call .walk.reg.wins
140 .walk.reg.wins:
148 call .walk.reg.wins
  /build/tools/
findleaves.py 31 for root, dirs, files in os.walk(rootdir):
  /external/dropbear/libtommath/
dep.pl 3 # Walk through source, add labels and make classes
  /external/freetype/src/base/
ftbbox.c 58 /* user :: A pointer to the current walk context. */
153 /* user :: The address of the current walk context. */
522 /* user :: The address of the current walk context. */
636 /* the two boxes are different, now walk over the outline to */
  /external/icu4c/common/
locavailable.cpp 56 // for now, there is a hardcoded list, so just walk through that list and set it up.
  /external/ipsec-tools/src/racoon/
nattraversal.h 96 /* Walk through all rmconfigs and tell if NAT-T is enabled in at least one. */
  /external/oprofile/libdb/
db_debug.c 115 printf("hash table walk found %d node expect %d node\n",
  /external/qemu/
aio-android.c 161 /* we have to walk very carefully in case
aio.c 169 /* we have to walk very carefully in case
  /external/v8/test/es5conform/
testcfg.py 83 for root, dirs, files in os.walk(current_root):
  /external/webkit/WebCore/manual-tests/
optgroup-empty-and-nested.html 9 <!-- A div here is invalid. However, both IE and Firefox will walk into it
  /external/webkit/WebCore/rendering/
SVGRenderSupport.h 71 // Used to share the "walk all the children" logic between objectBoundingBox
  /libcore/luni/src/main/java/java/lang/
VMClassLoader.java 31 * It would be simpler to just walk through the class path elements
  /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>
  /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
  /dalvik/vm/alloc/
HeapBitmap.h 177 * Walk through the bitmaps in increasing address order, and find the
181 * The callback is permitted to increase the bitmap's max; the walk
  /external/webkit/WebCore/xml/
XSLStyleSheetLibxslt.cpp 193 // We have to locate (by ID) the appropriate embedded stylesheet element, so that we can walk the
205 // Walk the children of the root element and look for import/include elements.

Completed in 2316 milliseconds

1 23 4 5 6 7 8 91011>>