Searched defs:terse (Results 1 - 4 of 4) sorted by relevance

/external/fio/
H A Ddiskutil.h108 extern void print_disk_util(struct disk_util_stat *, struct disk_util_agg *, int terse, struct buf_output *);
109 extern void show_disk_util(int terse, struct json_object *parent, struct buf_output *);
119 struct disk_util_agg *agg, int terse,
123 #define show_disk_util(terse, parent, out)
118 print_disk_util(struct disk_util_stat *du, struct disk_util_agg *agg, int terse, struct buf_output *out) argument
H A Ddiskutil.c491 static void show_agg_stats(struct disk_util_agg *agg, int terse, argument
497 if (!terse) {
575 int terse, struct buf_output *out)
584 if (!terse) {
616 show_agg_stats(agg, terse, out);
618 if (!terse)
686 void show_disk_util(int terse, struct json_object *parent, argument
708 if (!terse && !do_json)
718 print_disk_util(&du->dus, &du->agg, terse, out);
574 print_disk_util(struct disk_util_stat *dus, struct disk_util_agg *agg, int terse, struct buf_output *out) argument
/external/python/cpython3/Lib/
H A Dplatform.py1304 def platform(aliased=0, terse=0):
1319 Setting terse to true causes the function to return only the
1323 result = _platform_cache.get((aliased, terse), None)
1338 if terse:
1354 if distname and not terse:
1367 if terse or not os_name:
1376 if terse:
1383 if terse:
1390 _platform_cache[(aliased, terse)] = platform
1397 terse variable
[all...]
/external/python/cpython2/Lib/
H A Dplatform.py1530 def platform(aliased=0, terse=0):
1545 Setting terse to true causes the function to return only the
1549 result = _platform_cache.get((aliased, terse), None)
1564 if terse:
1572 if distname and not terse:
1585 if terse or not os_name:
1594 if terse:
1601 if terse:
1607 _platform_cache[(aliased, terse)] = platform
1614 terse variable
[all...]

Completed in 373 milliseconds