/bionic/libc/tools/ |
bionic_utils.py | 330 """recursively walk a list of paths and files, only keeping the source files in directories""" 335 for root, dirs, files in os.walk(path): 352 for root, dirs, files in os.walk(path, topdown=False):
|
/cts/tools/dasm/src/java_cup/ |
symbol_set.java | 76 /* walk down our set and make sure every element is in the other */ 138 /* walk down the other set and do the adds individually */ 154 /* walk down the other set and do the removes individually */
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
BaseTree.as | 149 // walk rest and decrement their child indexes 265 /** Walk upwards looking for ancestor with this token type. */ 268 /** Walk upwards and get first ancestor with this token type. */
|
Tree.as | 27 /** Walk upwards and get first ancestor with this token type. */
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3commontreenodestream.h | 102 /// walk recursively from start until stop. You can always return 111 /// walk recursively from start until stop. You can always return 210 /// As we walk down the nodes, we must track parent nodes so we know
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
CommonTreeNodeStream.js | 80 /** Walk tree with depth-first-search and fill nodes buffer. 364 // walk nodes looking for start 373 // now walk until we see stop, filling string buffer with text
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
AssignTokenTypesBehavior.java | 249 // walk string literals assigning types to unassigned ones 270 // walk aliases if any and assign types to aliased literals if literal 289 // walk token names, assigning values if unassigned
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloTerrainCollision.java | 60 * that you can walk around in with a first-person perspective. 189 * We do not walk yet, we just keep track of the direction the user pressed. */ 208 * The setWalkDirection() command is what lets a physics-controlled player walk.
|
/external/libxslt/libxslt/ |
documents.c | 308 * Walk the context list to find the document if preparsed 384 * Walk the context list to find the document if preparsed 422 * Walk the context list to find the document
|
/external/webkit/Source/WebCore/editing/ |
TextIterator.h | 124 // as we walk through the DOM tree. 222 // as we walk through the DOM tree. 261 // Builds on the text iterator, adding a character position so we can walk one
|
/bionic/libc/kernel/tools/ |
update_all.py | 51 for root, dirs, files in os.walk( original_dir ):
|
utils.py | 232 """recursively walk a list of paths and files, only keeping the source files in directories""" 246 for root, dirs, files in os.walk(path): 263 for root, dirs, files in os.walk(path, topdown=False): 316 for root, dirs, files in os.walk(path):
|
/build/tools/ |
findleaves.py | 31 for root, dirs, files in os.walk(rootdir):
|
/dalvik/vm/ |
BitVector.h | 35 /* Handy iterator to walk through the bit positions set to 1 */
|
/dalvik/vm/alloc/ |
HeapBitmap.h | 119 * Walk through the bitmaps in increasing address order, and find the
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreeVisitor.m | 88 t = [action pre:(ANTLRTreeVisitorAction *)t]; // if rewritten, walk children of new t
|
/external/chromium/chrome/browser/prefs/ |
pref_value_map.cc | 110 // Walk over the maps in lockstep, adding everything that is different.
|
/external/chromium/chrome/browser/ui/views/status_icons/ |
status_tray_win.cc | 70 // Walk our icons, find which one was clicked on, and invoke its
|
/external/chromium/net/test/ |
python_utils.cc | 82 // how far down it goes. So we walk upwards from DIR_EXE until we
|
/external/chromium-trace/src/shared/js/chromeos/ |
ui_account_tweaks.js | 75 // Walk the tree, searching each ELEMENT node.
|
/external/clang/tools/scan-build/ |
set-xcode-analyzer | 18 for root, dirs, files in os.walk(path):
|
/external/dropbear/libtommath/ |
dep.pl | 3 # Walk through source, add labels and make classes
|
/external/freetype/src/base/ |
ftbbox.c | 58 /* user :: A pointer to the current walk context. */ 153 /* user :: The address of the current walk context. */ 522 /* user :: The address of the current walk context. */ 636 /* the two boxes are different, now walk over the outline to */
|
/external/icu4c/common/ |
locavailable.cpp | 56 // for now, there is a hardcoded list, so just walk through that list and set it up.
|
/external/ipsec-tools/src/racoon/ |
nattraversal.h | 96 /* Walk through all rmconfigs and tell if NAT-T is enabled in at least one. */
|