Searched
full:walk (Results
301 -
325 of
937) sorted by null
<<11121314151617181920>>
/external/antlr/antlr-3.4/runtime/Python/ |
setup.py | 38 for root, dirs, files in os.walk(path, topdown=True):
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/ |
antlr3.rb | 61 defines the stream classes used by ANTLR recognizers to walk sequentially
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
ACyclicDFACodeGenerator.java | 56 //System.out.println("walk "+s.stateNumber+" in dfa for decision "+dfa.decisionNumber);
|
/external/apache-xml/src/main/java/org/apache/xalan/serialize/ |
SerializerUtils.java | 110 * Given a result tree fragment, walk the tree and
|
/external/chromium/chrome/browser/ |
memory_details_linux.cc | 80 // Walk /proc and get information on all the processes running on the system.
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
timeline_model.js | 154 // Walk through events
|
/external/clang/include/clang/Sema/ |
IdentifierResolver.h | 71 /// It will walk or not the parent declaration contexts depending on how
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DereferenceChecker.cpp | 123 // Walk through lvalue casts to get the original expression
|
/external/clang/tools/libclang/ |
CursorVisitor.h | 98 // Cache of pre-allocated worklists for data-recursion walk of Stmts.
|
/external/dbus/bus/ |
expirelist.c | 167 * this item next time we walk through the list. This would
|
/external/elfutils/src/ |
ranlib.c | 181 /* First we walk through the file, looking for all ELF files to
|
/external/jmonkeyengine/engine/src/test/jme3test/effect/ |
TestEverything.java | 164 // model.setAnimation("Walk");
|
/external/llvm/include/llvm/Analysis/ |
Dominators.h | 196 B = IDom; // Walk up the tree 392 // Compare the result of the tree walk and the dfs numbers, if expensive 397 "Tree walk disagrees with dfs numbers!"); 455 // Walk NodeB immediate dominators chain and find common dominator node.
|
/external/llvm/lib/Transforms/Scalar/ |
LICM.cpp | 120 /// SinkRegion - Walk the specified region of the CFG (defined by all blocks 128 /// HoistRegion - Walk the specified region of the CFG (defined by all 278 /// SinkRegion - Walk the specified region of the CFG (defined by all blocks 326 /// HoistRegion - Walk the specified region of the CFG (defined by all blocks
|
/external/llvm/utils/lit/lit/ |
TestFormats.py | 163 for dirname,subdirs,filenames in os.walk(dir):
|
/external/mesa3d/src/glsl/ |
opt_tree_grafting.cpp | 342 /* Found a possibly graftable assignment. Now, walk through the
|
/external/quake/ |
README | 167 noclip walk through walls
|
/external/replicaisland/src/com/replica/replicaisland/ |
PatrolComponent.java | 24 * will walk forward on the map until they hit a direction hot spot or a wall, in which case they
|
/external/skia/src/gpu/ |
GrResourceCache.h | 174 * head of the list. If/when we must purge some of the entries, we walk the
|
/external/tinyxml/ |
xmltest.cpp | 274 // Walk all the top level nodes of the document. 293 // Walk all the top level nodes of the document, 304 // Walk all the elements in a node. 315 // Walk all the elements in a node by value.
|
/external/webkit/Source/WebCore/dom/ |
MessagePort.cpp | 211 // Walk the incoming array - if there are any duplicate ports, or null ports or cloned ports, throw an error (per section 8.3.3 of the HTML5 spec).
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLEntityParser.cpp | 219 // We've consumed too many characters. We need to walk the
|
/external/webkit/Source/WebCore/svg/ |
SVGUseElement.cpp | 806 // We don't walk the target tree element-by-element, and clone each element, 833 // to walk it completely and expand all <use> elements. [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
SharedWorkerRepository.cpp | 112 // Walk our list of pending loaders and shutdown any that belong to this context.
|
/frameworks/base/core/java/com/android/internal/backup/ |
IBackupTransport.aidl | 152 * to walk through the actual application data.
|
Completed in 2036 milliseconds
<<11121314151617181920>>