/external/chromium_org/build/android/pylib/host_driven/ |
setup.py | 51 host_driven_test_root: The path to walk, looking for the 63 for root, _, files in os.walk(host_driven_test_root):
|
/external/chromium_org/cc/trees/ |
tree_synchronizer.cc | 237 // every PushProperties tree walk. Here we keep track of those layers, and 239 // tree walk.
|
/external/chromium_org/ipc/ |
file_descriptor_set_posix.cc | 66 // We should always walk the descriptors in order, so it's reasonable to 80 // can enforce that we walk the indexes strictly in order.
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_app.py | 30 for root, _, files in os.walk(outdir): 41 for root, _, files in os.walk(outdir):
|
/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/ |
domwalk.js | 40 // We use two mechanisms to walk the DOM, and then 127 // Walks the DOM via a recursive walk
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGResourcesCache.cpp | 60 // Walk resources and register the render object at each resources. 76 // Walk resources and register the render object at each resources.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
filereader.py | 134 # FIXME: We should consider moving to self.filesystem.files_under() (or adding walk() to FileSystem) 135 for dir_path, dir_names, file_names in os.walk(directory):
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_simple_list.h | 172 * Walk through the elements of a list. 184 * Walk through the elements of a list.
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
simple_list.h | 179 * Walk through the elements of a list. 191 * Walk through the elements of a list.
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkOpEdgeBuilder.cpp | 34 if (fUnparseable || !walk()) { 144 bool SkOpEdgeBuilder::walk() { function in class:SkOpEdgeBuilder
|
/external/chromium_org/tools/telemetry/build/ |
update_docs.py | 19 for dirname, _, filenames in os.walk(docs_dir): 91 for dirname, _, filenames in os.walk(docs_dir):
|
/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 | 30 // Walk the basic blocks in order. 35 // Walk the instructions in order.
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_simple_list.h | 172 * Walk through the elements of a list. 184 * Walk through the elements of a list.
|
/external/mesa3d/src/mesa/main/ |
simple_list.h | 179 * Walk through the elements of a list. 191 * Walk through the elements of a list.
|
/external/skia/src/pathops/ |
SkOpEdgeBuilder.cpp | 34 if (fUnparseable || !walk()) { 144 bool SkOpEdgeBuilder::walk() { function in class:SkOpEdgeBuilder
|
/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/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/ndk/4/platforms/android-8/arch-arm/usr/include/ |
fts.h | 50 #define FTS_LOGICAL 0x0002 /* logical walk */ 53 #define FTS_PHYSICAL 0x0010 /* physical walk */
|