Home
last modified time | relevance | path

Searched refs:terse (Results 1 – 18 of 18) sorted by relevance

/external/fio/
Ddiskutil.h108 extern void print_disk_util(struct disk_util_stat *, struct disk_util_agg *, int terse, struct buf_…
109 extern void show_disk_util(int terse, struct json_object *parent, struct buf_output *);
119 struct disk_util_agg *agg, int terse, in print_disk_util() argument
123 #define show_disk_util(terse, parent, out) argument
Ddiskutil.c491 static void show_agg_stats(struct disk_util_agg *agg, int terse, in show_agg_stats() argument
497 if (!terse) { in show_agg_stats()
575 int terse, struct buf_output *out) in print_disk_util() argument
584 if (!terse) { in print_disk_util()
616 show_agg_stats(agg, terse, out); in print_disk_util()
618 if (!terse) in print_disk_util()
686 void show_disk_util(int terse, struct json_object *parent, in show_disk_util() argument
708 if (!terse && !do_json) in show_disk_util()
718 print_disk_util(&du->dus, &du->agg, terse, out); in show_disk_util()
DHOWTO113 Print statistics in a terse, semicolon-delimited format.
115 .. option:: --append-terse
117 Print statistics in selected mode AND terse, semicolon-delimited format.
123 Set the reporting format to `normal`, `terse`, `json`, or `json+`. Multiple
124 formats can be selected, separate by a comma. `terse` is a CSV based
128 .. option:: --terse-version=type
130 Set terse version output format (default 3, or 2 or 4).
3155 To enable terse output, use the :option:`--minimal` command line option. The
3156 first value is the version of the terse output format. If the output has to be
3164 terse version, fio version, jobname, groupid, error
[all …]
/external/python/cpython2/Lib/
Dplatform.py1530 def platform(aliased=0, terse=0): argument
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 = ('terse' in sys.argv or '--terse' in sys.argv) variable
1616 print platform(aliased,terse)
/external/python/cpython2/Lib/test/
Dtest_platform.py30 for terse in (False, True):
31 res = platform.platform(aliased, terse)
/external/python/cpython2/Doc/reference/
Dindex.rst8 language. It is terse, but attempts to be exact and complete. The semantics of
/external/python/cpython2/Lib/distutils/command/
Dupload.py126 comment = 'built for %s' % platform.platform(terse=1)
/external/python/cpython2/Doc/tutorial/
Dwhatnow.rst16 You should browse through this manual, which gives complete (though terse)
/external/python/cpython2/Doc/library/
Dplatform.rst68 .. function:: platform(aliased=0, terse=0)
81 Setting *terse* to true causes the function to return only the absolute minimum
Dunittest.rst163 finer level of control, less terse output, and no requirement to be run from the
/external/flatbuffers/docs/source/
DFlatBuffers.md48 - **Convenient to use** - Generated C++ code allows for terse access
/external/ltp/doc/
Dstyle-guide.txt429 3. Provide a little more terse (1-2 paragraph maximum, <= 72 character
/external/ltp/
DINSTALL278 See README.mk-devel for a more terse description of what's available.
/external/python/cpython2/Doc/faq/
Dlibrary.rst163 This sounds like a lot of work, but since Python is so terse and flexible it's
/external/gptfdisk/
DNEWS924 conform to typical terse man page style.
/external/strace/
DChangeLog12348 tests: use terse notation in designated initializers where appropriate.
12350 struct btrfs_ioctl_dev_replace_args using terse notation.
12352 using terse notation.
/external/python/cpython2/Misc/
DHISTORY3418 - Fixed a caching bug in platform.platform() where the argument of 'terse' was
/external/bison/
DChangeLog-201222818 (verbose, terse): Replace with...