HomeSort by relevance Sort by last modified time
    Searched full:walk (Results 176 - 200 of 966) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/regex-re2/re2/
simplify.cc 100 // The simplify walk is purely post-recursive: given the simplified children,
149 return w.Walk(this, NULL);
159 // This should never be called, since we use Walk and not
  /external/skia/third_party/glu/libtess/
render.c 164 * of a maximal fan around eOrig->Org. To do this we just walk around
194 * Again we walk forward and backward as far as possible. However for
197 * We walk the strip starting on a side with an even number of triangles;
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 158 /// reg_begin/reg_end - Provide iteration support to walk over all definitions
167 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified
179 /// reg_nodbg_iterator/reg_nodbg_begin/reg_nodbg_end - Walk all defs and uses
193 /// def_iterator/def_begin/def_end - Walk all defs of the specified register.
213 /// use_iterator/use_begin/use_end - Walk all uses of the specified register.
233 /// use_nodbg_iterator/use_nodbg_begin/use_nodbg_end - Walk all uses of the
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 221 // walk first to find how big it is.
241 // walk first to find how big it is.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs 252 // walk first to find how big it is.
276 // walk first to find how big it is.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NameSpaceChecker.java 50 // walk all labels for Rule r
58 // walk rule scope attributes for Rule r
  /external/chromium/chrome/browser/
background_page_tracker.cc 186 // 1) Walk our list, and make sure that there's a corresponding extension for
188 // 2) Walk the set of currently loaded extensions and background contents, and
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 45 // Walk past macro argument expanions.
203 /// \brief Helper to recursivly walk up the include stack and print each layer
  /external/freetype/include/freetype/
ftoutln.h 87 /* Walk over an outline's structure to decompose it into individual */
220 /* box can take much more time as it needs to walk over all segments */
  /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 139 /// constant propagation would already have figured it out. Instead, walk
181 /// 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
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.h 96 // Using these during tree walk will allow style selector to optimize child and descendant selector lookups.
326 // We collect the set of decls that match in |m_matchedDecls|. We then walk the
  /external/webkit/Source/WebCore/svg/
SVGParserUtilities.cpp 236 // walk backwards from the ; to ignore any whitespace
360 // walk backwards from the ; to ignore any whitespace
  /external/webkit/Tools/CodeCoverage/
run-generate-coverage-data 48 for root, dirs, files in os.walk(src):
150 for root, dirs, files in os.walk(base_path):
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
AccessibilityNodeInfoDumper.java 47 * Using {@link AccessibilityNodeInfo} this method will walk the layout hierarchy
64 * 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...]
  /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/
generate 122 # If you're several releases behind, we'll walk you through the upgrades one by one.
  /bionic/linker/
dlfcn.c 234 * walk through every element in libdl_symtab,
  /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):

Completed in 614 milliseconds

1 2 3 4 5 6 78 91011>>