Home
last modified time | relevance | path

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

12

/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/cpython3/Lib/
Dplatform.py1304 def platform(aliased=0, terse=0): argument
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 = ('terse' in sys.argv or '--terse' in sys.argv) variable
1399 print(platform(aliased, terse))
Dpydoc.py2336 """ % (version, html.escape(platform.platform(terse=True)))
/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/cpython3/Lib/test/
Dtest_platform.py47 for terse in (False, True):
48 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/cpython3/Doc/reference/
Dindex.rst8 language. It is terse, but attempts to be exact and complete. The semantics of
/external/freetype/
DREADME64 a terse message that only says `it doesn't work'.
/external/python/cpython2/Lib/distutils/command/
Dupload.py126 comment = 'built for %s' % platform.platform(terse=1)
/external/python/cpython3/Lib/distutils/command/
Dupload.py129 comment = 'built for %s' % platform.platform(terse=1)
/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
/external/python/cpython3/Doc/library/
Dplatform.rst66 .. function:: platform(aliased=0, terse=0)
79 Setting *terse* to true causes the function to return only the absolute minimum
/external/python/cpython2/Doc/tutorial/
Dwhatnow.rst16 You should browse through this manual, which gives complete (though terse)
/external/python/cpython3/Doc/tutorial/
Dwhatnow.rst16 You should browse through this manual, which gives complete (though terse)
/external/scapy/doc/scapy/
Ddevelopment.rst162 -d Print a terse listing of the campaign before executing the campaign
163 -D Print a terse listing of the campaign and stop. Do not execute campaign
/external/google-styleguide/docguide/
Dbest_practices.md76 There's a spectrum of engineering documentation that ranges from terse comments
/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/python/cpython3/Doc/faq/
Dlibrary.rst163 This sounds like a lot of work, but since Python is so terse and flexible it's
/external/python/cpython3/Doc/using/
Dwindows.rst705 While this information manages to be simultaneously verbose *and* terse, it

12