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

<<11121314151617181920>>

  /external/chromium_org/tools/
update_reference_build.py 248 for root, dirs, files in os.walk(dir):
263 for root, _, dl_files in os.walk(os.path.join('dl', platform)):
  /external/llvm/docs/HistoricalNotes/
2001-05-18-ExceptionHandling.txt 198 nondestructive walk that builds a stack trace, then a destructive walk that
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 158 /// constant propagation would already have figured it out. Instead, walk
200 /// constant propagation would already have figured it out. Instead, walk the
  /external/oprofile/events/x86-64/family11h/
unit_masks 116 0x04 TLB fill (page table walk)
122 0x04 TLB page table walk
  /external/oprofile/events/x86-64/hammer/
unit_masks 105 0x04 TLB fill (page table walk)
111 0x04 TLB page table walk
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoDumper.java 45 * Using {@link AccessibilityNodeInfo} this method will walk the layout hierarchy
67 * Using {@link AccessibilityNodeInfo} this method will walk the layout hierarchy
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 365 // Walk the text, pulling out a substring for each line.
439 // Walk the front path one step.
487 // Walk the reverse path one step.
813 // Walk back to offending equality.
830 // There are no previous equalities, walk back to the start.
    [all...]
  /art/compiler/
elf_stripper.cc 60 // - walk the sections making a new set of Elf32_Shdr section headers for what we want to keep
image_writer.cc 240 heap->GetLiveBitmap()->Walk(ComputeEagerResolvedStringsCallback, this);
318 heap->GetLiveBitmap()->Walk(CheckNonImageClassesRemovedCallback, this);
471 heap->GetLiveBitmap()->Walk(CopyAndFixupObjectsCallback, this);
619 // walk up the class inheritance hierarchy and find reference
  /art/runtime/gc/collector/
mark_sweep-inl.h 133 // walk up the class inheritance hierarchy and find reference
  /art/runtime/gc/space/
dlmalloc_space.h 82 void Walk(WalkCallback callback, void* arg) LOCKS_EXCLUDED(lock_);
  /bionic/libc/kernel/tools/
find_headers.py 119 # helper function used to walk the user files
  /bionic/libc/tools/
generate-NOTICE.py 107 for directory, sub_directories, filenames in os.walk(arg):
  /bionic/libc/tools/zoneinfo/
update-tzdata.py 171 # If you're several releases behind, we'll walk you through the upgrades
  /bootable/recovery/minzip/
DirUtil.c 112 /* Walk up the path from the root and make each level.
  /dalvik/vm/hprof/
Hprof.cpp 226 * Walk the roots and heap writing heap information to the specified
  /docs/source.android.com/scripts/
build.py 59 for curdir, subdirs, files in os.walk(SRC_DIR):
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 237 // Walk buffer, executing instructions and emitting tokens
303 * Don't actually delete; make op null in list. Easier to walk list.
316 // WALK REPLACES
350 // WALK INSERTS
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeNodeStream.as 80 * walk recursively from start until stop. You can always return
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3basetree.h 70 /// and ascending trees as the tree walk progresses.
antlr3basetreeadaptor.h 56 * from the stream we are supplied to walk.
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreenodestream.c 457 /// Walk and fill the tree node buffer from the root tree
469 /// Walk tree with depth-first-search and fill nodes buffer.
681 /// Rewind the current state of the tree walk to the state it
807 /// a recursive walk. Mostly useful for testing as it yields
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 409 // Walk buffer, executing instructions and emitting tokens
480 * Don't actually delete; make op null in list. Easier to walk list.
493 // WALK REPLACES
531 // WALK INSERTS
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTree.cs 190 * are set. Walk depth first, visit bottom up. Only updates nodes
CommonTreeNodeStream.cs 199 // we'll have to walk from start to stop in tree; we're not keeping

Completed in 4404 milliseconds

<<11121314151617181920>>