OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_file_sizes
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
iobench.py
30
def
get_file_sizes
():
function
37
return ((name + ".bin", size) for name, size in
get_file_sizes
())
41
for name, size in
get_file_sizes
())
/external/python/cpython2/Tools/iobench/
iobench.py
30
def
get_file_sizes
():
function
37
return ((name + ".bin", size) for name, size in
get_file_sizes
())
41
for name, size in
get_file_sizes
())
/external/python/cpython3/Tools/iobench/
iobench.py
31
def
get_file_sizes
():
function
38
return ((name + ".bin", size) for name, size in
get_file_sizes
())
42
for name, size in
get_file_sizes
())
Completed in 229 milliseconds