HomeSort by relevance Sort by last modified time
    Searched full:walk (Results 576 - 600 of 1479) sorted by null

<<21222324252627282930>>

  /external/chromium_org/courgette/
disassembler_win32_x86.cc 248 // Walk the variable sized blocks.
263 // Walk through the two-byte entries.
339 // Walk all the bytes in the file, whether or not in a section.
  /external/chromium_org/ui/views/widget/
root_view.cc 165 // Walk up the tree until we find a view that wants the touch event.
279 // Walk up the tree until we find a view that wants the gesture event.
399 // Walk up the tree until we find a view that wants the mouse event.
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 747 * method once for every block. This depth-first walk may be run forward
750 * @param reverse true if this should walk backwards from the exit points
807 // We walk the tree this way for historical reasons...
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 10 // This pass performs a simple dominator tree walk that eliminates trivially
267 /// EarlyCSE - This pass does a simple depth-first walk over the dominator
284 /// all of our simple scalar expressions. As we walk down the domtree, we
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 98 // is relatively slow. If we already have PHI nodes in this block, walk one
247 // block, walk one of them to get the predecessor list instead.
356 // Walk the uses in the use-list order to be determinstic.
PromoteMemoryToRegister.cpp 100 // Walk queued up uses in the worklist to handle nested uses.
360 /// \brief Walk a small vector of dead instructions and recursively remove them
520 // Walk the use-def list of the alloca, getting the locations of all stores.
534 // Walk all of the loads from this alloca, replacing them with the nearest
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 66 0x04 walk_cycles DTLB load miss page walk cycles
73 0x04 walk_cycles DTLB miss page walk cycles
107 0x04 walk_cycles ITLB miss page walk cycles
  /external/oprofile/events/x86-64/family10/
unit_masks 129 0x04 TLB page table walk
138 0x08 GART/DEV request hit table walk in progress
142 0x80 GART/DEV multiple table walk in progress
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_parser.py 267 def walk(tree): function in function:RoundtripLegalSyntaxTestCase.test_position
272 for x in walk(elt):
277 terminals = list(walk(st2))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_parser.py 267 def walk(tree): function in function:RoundtripLegalSyntaxTestCase.test_position
272 for x in walk(elt):
277 terminals = list(walk(st2))
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 729 Walk past any token not on the channel the parser is listening to.
    [all...]
  /external/chromium_org/third_party/re2/re2/
compile.cc 140 // The walk is purely post-recursive: given the machines for the
676 // decided to cut this walk short.
682 // Called before traversing a node's children during the walk.
684 // Cut off walk if we've already failed.
712 // Called after traversing the node's children during the walk.
    [all...]
  /external/llvm/lib/CodeGen/
ShrinkWrapping.cpp 400 // Walk instructions in all MBBs, create CSRUsed[] sets, choose
    [all...]
  /external/regex-re2/re2/
compile.cc 139 // The walk is purely post-recursive: given the machines for the
675 // decided to cut this walk short.
681 // Called before traversing a node's children during the walk.
683 // Cut off walk if we've already failed.
711 // Called after traversing the node's children during the walk.
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 1537 var walk = function(element, walk, start, match, all, nocash){ function
    [all...]
  /bionic/libc/bionic/
fts.c 534 * set and it's a physical walk (so that symbolic links can't be directories),
731 /* We walk in directory order so "ls -f" doesn't get upset. */
802 * If doing a logical walk, or application requested FTS_FOLLOW, do
  /external/opencv/cv/src/
cvhough.cpp 595 // from the current point walk in each direction
623 // walk along the line using fixed-point arithmetics,
671 // walk along the line using fixed-point arithmetics,
    [all...]
  /frameworks/base/core/java/android/text/
TextLine.java 418 * Walk the cursor through this line, skipping conjuncts and
421 * <p>This function cannot properly walk the cursor off the ends of the line
597 * conjuncts and zero-width characters. This should not be called to walk
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 796 return [part.get_content_charset(failobj) for part in self.walk()]
798 # I.e. def walk(self): ...
799 from email.iterators import walk
797 from email.iterators import walk namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 607 def walk(top): function in function:AppBuilder.stripBinaries
613 walk(path)
628 walk(self.bundlepath)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 796 return [part.get_content_charset(failobj) for part in self.walk()]
798 # I.e. def walk(self): ...
799 from email.iterators import walk
797 from email.iterators import walk namespace
  /abi/cpp/src/
dynamic_cast.cc 112 // Helper of __dyanmic_cast to walk the type tree of an object.
  /art/runtime/mirror/
art_method.h 230 * During a stack walk, a return PC may point to the end of the code + 1
  /build/tools/
java-layers.py 179 for root, dirs, files in os.walk(d):
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 57 for dirname, dirnames, filenames in os.walk(includes_root):

Completed in 2061 milliseconds

<<21222324252627282930>>