Searched
full:walk (Results
276 -
300 of
937) sorted by null
<<11121314151617181920>>
/dalvik/vm/compiler/codegen/arm/ |
LocalOptimizations.cpp | 71 * Perform a pass of top-down walk, from the second-last instruction in the 268 * Perform a pass of bottom-up walk, from the second instruction in the
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandom.java | 253 * TODO: More useful than the random walk here would be to pick a single random direction 345 * TODO: More useful than the random walk here would be to pick a single random direction
|
/development/scripts/ |
divide_and_compress.py | 151 os.path.walk(self.base_path, self.CompressDirectory, 1) 217 unused_id: A numeric identifier passed by the os.path.walk method, this
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
ApkCheck.java | 122 /* walk through list of libs we want to scan */ 216 * We can walk up the hierarchy while analyzing the target APK,
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
DOTGenerator.java | 107 /** Do a depth-first walk of the state machine graph and 155 /** Do a depth-first walk of the state machine graph and
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Lexer.java | 90 * Walk through the expression and build a token queue, and a map of the top-level 102 * Walk through the expression and build a token queue, and a map of the top-level
|
/external/chromium/chrome/browser/password_manager/ |
password_form_manager.cc | 441 // so we don't generally need to walk the entire URL path (the else 445 // Walk the origin URL paths one directory at a time to see how
|
/external/icu4c/common/ |
rbbinode.cpp | 171 // flattenVariables Walk a parse tree, replacing any variable 208 // flattenSets Walk the parse tree, replacing any nodes of type setRef
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestWalkingChar.java | 354 } else if (!"Walk".equals(animationChannel.getAnimationName())) { 355 animationChannel.setAnim("Walk", 0.7f);
|
/external/jsilver/src/org/clearsilver/jni/ |
JniHdf.java | 354 * Use this in conjunction with objNext to walk the HDF tree. Every node 369 * sibling. Use this in conjunction with objChild to walk the HDF tree.
|
/external/llvm/include/llvm/Support/ |
CFG.h | 276 // graph of basic blocks... and to walk it in inverse order. Inverse order for 338 // graph of basic blocks... and to walk it in inverse order. Inverse order for
|
/external/llvm/lib/CodeGen/ |
MachineLICM.cpp | 160 /// HoistRegionPostRA - Walk the specified region of the CFG and hoist loop 228 /// dominator tree node if its a leaf or all of its children are done. Walk 234 /// HoistOutOfLoop - Walk the specified loop in the CFG (defined by all 489 /// HoistRegionPostRA - Walk the specified region of the CFG and hoist loop 503 // Walk the entire region, count number of defs for each register, and 663 /// dominator tree node if its a leaf or all of its children are done. Walk 684 /// HoistOutOfLoop - Walk the specified loop in the CFG (defined by all 696 // Perform a DFS walk to determine the order of visit. [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
cgraph.h | 480 /* Walk all reachable static variables. */ 511 /* Walk all static variables with initializer set. */
|
/build/tools/ |
generate-notice-files.py | 174 for root, dir, files in os.walk(input_dir):
|
/cts/tests/tests/webkitsecurity/generate/ |
generate_webview_crash_tests.py | 83 for top, dirs, files in os.walk(directory):
|
/cts/tools/dasm/src/java_cup/ |
parse_action_row.java | 84 /* walk down the row and look at the reduces */
|
/dalvik/vm/alloc/ |
HeapBitmap.cpp | 157 * Walk through the bitmaps in increasing address order, and find the
|
Visit.cpp | 118 * register vector, so we can walk through the
|
/development/ide/emacs/ |
android-compile.el | 139 Walk up the path until a makefile is found and build it.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
DFA.as | 184 // walk first to find how big it is.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugTreeAdaptor.cs | 82 // walk the tree and emit create and add child events
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugTreeAdaptor.cs | 90 // walk the tree and emit create and add child events
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugTreeAdaptor.java | 78 // walk the tree and emit create and add child events
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
BaseTree.js | 121 // walk rest and decrement their child indexes
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTree.m | 276 * are set. Walk depth first, visit bottom up. Only updates nodes
|
Completed in 1361 milliseconds
<<11121314151617181920>>