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

1 2 3 4 56 7 8 91011>>

  /external/chromium-trace/trace-viewer/src/tracing/tracks/
async_slice_group_track.js 42 * It uses a very simple approach: walk through the slices in sorted order
  /external/chromium_org/build/android/gyp/util/
md5_check.py 39 for root, _, files in os.walk(dir_path):
  /external/chromium_org/build/linux/unbundle/
remove_bundled_libraries.py 37 for root, dirs, files in os.walk(source_tree_root, topdown=False):
  /external/chromium_org/chrome/browser/resources/net_internals/
log_grouper.js 70 // Walk up the parent stack to find the corresponding BEGIN for this
  /external/chromium_org/chrome/common/extensions/docs/server2/
content_provider.py 88 # TODO(kalman): Walk over the whole filesystem and compile the content.
redirector.py 65 for root, dirs, files in self._file_system.Walk(''):
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_packet_parser.h 23 // Iterator to walk over records of the DNS response packet. Encapsulates
  /external/chromium_org/components/tools/metrics/
count_ifdefs.py 45 for root, dirs, files in os.walk(directory):
  /external/chromium_org/native_client_sdk/src/libraries/error_handling/
error_handling.h 35 * The json form will install a default handler which will walk the stack
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_stack.c 82 /* Limit the stack walk to avoid referencing undefined memory */
  /external/chromium_org/ui/views/corewm/
transient_window_stacking_client.cc 42 // Walk the two chains backwards and look for the first difference.
  /external/chromium_org/v8/src/
hydrogen-sce.cc 35 // For each loop block walk the dominator tree from the backwards branch to
  /external/clang/test/SemaCXX/
alignof.cpp 31 // doing the appropriate recursive walk to do that, we should make
  /external/eigen/scripts/
relicense.py 52 for root, sub_folders, files in os.walk(rootdir):
  /external/libusb-compat/
README 5 with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and walk
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_stack.c 82 /* Limit the stack walk to avoid referencing undefined memory */
  /frameworks/compile/slang/
slang_rs_check_ast.h 26 // This class is designed to walk a Renderscript/Filterscript AST looking for
  /libcore/libdvm/src/main/java/java/lang/
VMClassLoader.java 29 * It would be simpler to just walk through the class path elements
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java 575 // Walk the world and spawn objects based on tile indexes.
    [all...]
  /bionic/libc/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /development/ndk/platforms/android-8/include/
fts.h 50 #define FTS_LOGICAL 0x0002 /* logical walk */
53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /development/testrunner/test_defs/
native_test.py 56 os.path.walk(build_path, self._CollectTestSources, source_list)
110 This method is a callback for os.path.walk.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Attribute.java 77 // walk backwards looking for start of an ID
96 // walk forwards looking for end of an ID
  /external/chromium-trace/trace-viewer/
run_dev_server.py 45 for dirpath, dirnames, filenames in os.walk(src_dir):
64 for dirpath, dirnames, filenames in os.walk(test_data_dir):
  /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):

Completed in 1138 milliseconds

1 2 3 4 56 7 8 91011>>