/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/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 | 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
|
/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/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...] |
/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 | 125 # 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
|