/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 8 from compiler import ast, parse, walk, syntax namespace 258 walk(tree, s) 353 lnf = walk(node.node, self.NameFinder(), verbose=0) 385 walk(node.code, gen) 397 walk(node.code, gen) 675 walk(node.code, gen) [all...] |
/art/runtime/arch/x86/ |
context_x86.cc | 45 // Lowest number spill is farthest away, walk registers and fill into context.
|
/art/runtime/gc/accounting/ |
heap_bitmap.h | 86 void Walk(SpaceBitmap::Callback* callback, void* arg)
|
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
fclose.c | 71 * Lock the spinlock used to protect __sglue list walk in
|
/build/tools/ |
findleaves.py | 31 for root, dirs, files in os.walk(rootdir, followlinks=True):
|
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/ |
ReadExternalStorageTest.java | 61 // Walk up until we drop our package
|
/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/ActionScript/project/src/org/antlr/runtime/tree/ |
Tree.as | 27 /** Walk upwards and get first ancestor with this token type. */
|
/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/trace-viewer/src/ |
ui.js | 92 // Walk up the parent constructors until we can find the type of tag
|
/external/chromium_org/base/mac/ |
objc_property_releaser.mm | 30 // final, this function should be adapted to walk the attribute list as
|
/external/chromium_org/build/android/ |
asan_symbolize.py | 41 for src_dir, _, files in os.walk(asan_lib_dir):
|
generate_emma_html.py | 31 for root, _, filenames in os.walk(root_dir):
|
/external/chromium_org/build/android/gyp/util/ |
build_utils.py | 36 for root, dirnames, filenames in os.walk(directory):
|
/external/chromium_org/build/linux/ |
install-chromeos-fonts.py | 70 for base, dirs, files in os.walk(dest_dir):
|
/external/chromium_org/cc/debug/ |
frame_rate_counter.cc | 116 // Walk backwards through the samples looking for a run of good frame
|
/external/chromium_org/chrome/browser/signin/ |
fake_profile_oauth2_token_service.cc | 98 // Walk the requests and notify the callbacks.
|
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog_queue.h | 54 // Iterators to walk the queue. The queue does not include the currently
|
/external/chromium_org/chrome/browser/ui/views/status_icons/ |
status_tray_win.cc | 109 // Walk our icons, find which one was clicked on, and invoke its
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
link_converter.py | 85 for root, dirs, files in os.walk(argv[0]):
|
/external/chromium_org/native_client_sdk/src/tools/ |
genhttpfs.py | 53 for root, _, files in os.walk(filename):
|