OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_file
(Results
1 - 2
of
2
) sorted by null
/external/fio/tools/plot/
fio2gnuplot
235
global_file
=open(gnuplot_output_dir+gnuplot_output_filename+'.global','w')
270
global_file
.write('min=%.2f\n' % min(global_disk_perf))
271
global_file
.write('max=%.2f\n' % max(global_disk_perf))
272
global_file
.write('avg=%.2f\n' % avg)
273
global_file
.write('stddev=%.2f\n' % standard_deviation)
274
global_file
.write('values_count=%d\n' % len(global_disk_perf))
275
global_file
.write('disks_count=%d\n' % len(fio_data_file))
282
global_file
.close()
/external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py
288
with open(_CLOUD_STORAGE_GLOBAL_LOCK) as
global_file
:
289
with lock.FileLock(
global_file
, lock.LOCK_EX | lock.LOCK_NB):
316
with open(_CLOUD_STORAGE_GLOBAL_LOCK) as
global_file
:
317
with lock.FileLock(
global_file
, lock.LOCK_EX | lock.LOCK_NB):
Completed in 128 milliseconds