Searched
full:walk (Results
351 -
375 of
1479) sorted by null
<<11121314151617181920>>
| /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
|
| ITree.cs | 68 /** <summary>Walk upwards and get first ancestor with this token type.</summary> */
|
| ITreeNodeStream.cs | 108 * walk recursively from start until stop. You can always return
|
| TreeFilter.cs | 73 To implement a top-down visitor, we do a depth first walk of the tree,
|
Completed in 1122 milliseconds
<<11121314151617181920>>