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

1 2 34 5 6 7 8 91011>>

  /external/jsilver/src/org/clearsilver/
HDF.java 158 * Use this in conjunction with objNext to walk the HDF tree. Every node
165 * Use this in conjunction with objNext to walk the HDF tree. Every node
  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 26 /// As we walk "up" the CFG through predecessors, we need to ensure that the
28 /// an address of "&A[i]" and walk through the definition of 'i' which is a PHI
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 31 // Walk the basic blocks in order.
36 // Walk the instructions in order.
  /external/mesa3d/src/mesa/main/
simple_list.h 175 * Walk through the elements of a list.
187 * Walk through the elements of a list.
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDiff.java 96 // Walk through "before" children looking for deletes and updates
119 // Walk through remaining "after" children, which are inserts
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /prebuilts/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 */
  /prebuilts/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 */
  /prebuilts/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAContext.java 32 * so we can walk back up the tree (i.e., pop stuff off the stack). We
33 * never walk from stack down down through the children.
131 * same call stack; walk upwards to the root.
156 return false; // both pointers must be at their roots after walk
221 /** Walk upwards to the root of the call stack context looking

Completed in 1013 milliseconds

1 2 34 5 6 7 8 91011>>