/dalvik/dx/src/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...
|
/dalvik/vm/arch/arm/ |
CallEABI.S | 293 * Walk through the argument list, counting up the number of 32-bit words 294 * required to contain it. Then walk through it a second time, copying 352 @ We need to copy words from [r7] to [r8]. We walk forward through
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
IntervalSet.java | 197 // walk set and add each interval 400 * just walk them together. This is roughly O(min(n,m)) for interval 547 * and disjoint, equals is a simple linear walk over both lists
|
/external/chromium/chrome/common/extensions/docs/build/ |
directory.py | 21 """ A version of os.walk that yields results in order sorted by name. 23 This is to prevent spurious docs changes due to os.walk returning items in a 26 for base, dirs, files in os.walk(path):
|
/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 211 /// EarlyCSE - This pass does a simple depth-first walk over the dominator 228 /// all of our simple scalar expressions. As we walk down the domtree, we
|
/external/llvm/lib/Transforms/Utils/ |
SSAUpdater.cpp | 127 // is relatively slow. If we already have PHI nodes in this block, walk one 281 // block, walk one of them to get the predecessor list instead. 391 // Walk the uses in the use-list order to be determinstic.
|
/external/llvm/lib/VMCore/ |
Module.cpp | 477 /// TypeFinder - Walk over a module, identifying all of the types that are 550 // Recursively walk all contained types. 556 /// incorporateValue - This method is used to walk operand lists finding
|
/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
|
/external/skia/third_party/glu/libtess/ |
mesh.c | 134 * the new vertex *before* vNext so that algorithms which walk the vertex 168 * the new face *before* fNext so that algorithms which walk the face 559 /* walk around face, deleting edges whose right face is also NULL */
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSONObject.cpp | 616 JSValue walk(JSValue unfiltered); 638 NEVER_INLINE JSValue Walker::walk(JSValue unfiltered) function in class:JSC::Walker 832 return JSValue::encode(Walker(exec, Local<JSObject>(exec->globalData(), asObject(function)), callType, callData).walk(unfiltered));
|
/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/llvm/lib/CodeGen/ |
ShrinkWrapping.cpp | 401 // Walk instructions in all MBBs, create CSRUsed[] sets, choose [all...] |
/external/regex-re2/re2/ |
compile.cc | 138 // The walk is purely post-recursive: given the machines for the 674 // decided to cut this walk short. 680 // Called before traversing a node's children during the walk. 682 // Cut off walk if we've already failed. 710 // Called after traversing the node's children during the walk. [all...] |
/external/quake/quake/src/WinQuake/data/ |
MANUAL.TXT | 153 Walk
154 Use the arrow keys or the mouse. To walk steadily forward, hold down
180 Quake has no "Use" function. To push a button or open a door, walk up
185 To pick up items, weapons, and power-ups, walk over them. If you can't
212 a monster, walk through a secret motion detector, etc.
276 *** The walk forward/backpedal arrows will look up and down while the
406 Walk Forward
[all...] |
/external/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...] |
/abi/cpp/src/ |
dynamic_cast.cc | 112 // Helper of __dyanmic_cast to walk the type tree of an object.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
CommonTokenStream.as | 118 * Walk past any token not on the channel the parser is listening to.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BufferedTokenStream.cs | 178 * Walk past any token not on the channel the parser is listening to.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BufferedTokenStream.cs | 205 * Walk past any token not on the channel the parser is listening to.
|
LegacyCommonTokenStream.cs | 187 * Walk past any token not on the channel the parser is listening to.
|