/external/oprofile/ |
oprofile_android | 389 for dirpath, dirnames, filenames in os.walk(raw_samples_dir):
|
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 1435 void walk(int loc) { method [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 1324 void walk(int loc) { method [all...] |
/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/chromium_org/chrome/test/functional/ |
nacl_sdk.py | 663 for path, dirs, files in os.walk(os.path.abspath(root)):
|
/external/chromium_org/native_client_sdk/src/tools/ |
oshelpers.py | 373 for root, dirs, files in os.walk(src_file):
|
/external/chromium_org/tools/code_coverage/ |
croc.py | 177 self.add_files_walk = os.walk # Walk function for AddFiles() 390 # TODO: specify a subdir to get the stat from, then walk the tree to 460 # prune subdirs we don't need to walk.
|
/external/harfbuzz_ng/test/shaping/ |
hb_test_tools.py | 499 for dirpath, dirnames, filenames in os.walk (s, followlinks=True):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shutil.py | 452 for dirpath, dirnames, filenames in os.walk(base_dir):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_py3kwarn.py | 393 msg = "In 3.x, os.path.walk is removed in favor of os.walk." 399 mod.walk("crashers", dumbo, None)
|
test_runpy.py | 143 for root, dirs, files in os.walk(top, topdown=False):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shutil.py | 452 for dirpath, dirnames, filenames in os.walk(base_dir):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_py3kwarn.py | 393 msg = "In 3.x, os.path.walk is removed in favor of os.walk." 399 mod.walk("crashers", dumbo, None)
|
test_runpy.py | 143 for root, dirs, files in os.walk(top, topdown=False):
|
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/ |
android-support-v7-gridlayout.jar | |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tree.pas | 365 /// walk recursively from start until stop. You can always return 721 /// Walk tree with depth-first-search and fill nodes buffer. [all...] |
/external/oprofile/events/i386/nehalem/ |
unit_masks | 24 0x01 any Counts all load misses that cause a page walk 155 0x01 any Counts the number of misses in the STLB which causes a page walk 156 0x02 walk_completed Counts number of misses in the STLB which resulted in a completed page walk 196 0x01 any Counts the number of misses in all levels of the ITLB which causes a page walk 197 0x02 walk_completed Counts number of misses in all levels of the ITLB which resulted in a completed page walk 198 0x04 walk_cycles Counts ITLB miss page walk cycles
|
events | 60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table.
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_sdk.py | 695 for root, _, files in os.walk(fileroot): [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
pep8.py | [all...] |
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 667 for root, dirnames, filenames in os.walk(path):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 311 for dirpath, dirnames, filenames in os.walk(dir_name):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 311 for dirpath, dirnames, filenames in os.walk(dir_name):
|
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.jar | |
/external/chromium_org/tools/gyp/test/lib/ |
TestGyp.py | 177 for root, dirs, files in os.walk(source_dir): [all...] |