/external/fio/ |
D | diskutil.h | 108 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
|
D | diskutil.c | 491 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()
|
D | HOWTO | 113 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/ |
D | platform.py | 1304 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))
|
D | pydoc.py | 2336 """ % (version, html.escape(platform.platform(terse=True)))
|
/external/python/cpython2/Lib/ |
D | platform.py | 1530 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/ |
D | test_platform.py | 30 for terse in (False, True): 31 res = platform.platform(aliased, terse)
|
/external/python/cpython3/Doc/reference/ |
D | index.rst | 8 language. It is terse, but attempts to be exact and complete. The semantics of
|
/external/python/cpython2/Doc/reference/ |
D | index.rst | 8 language. It is terse, but attempts to be exact and complete. The semantics of
|
/external/python/cpython3/Lib/test/ |
D | test_platform.py | 47 for terse in (False, True): 48 res = platform.platform(aliased, terse)
|
/external/freetype/ |
D | README | 64 a terse message that only says `it doesn't work'.
|
/external/python/cpython3/Lib/distutils/command/ |
D | upload.py | 129 comment = 'built for %s' % platform.platform(terse=1)
|
/external/python/cpython2/Lib/distutils/command/ |
D | upload.py | 126 comment = 'built for %s' % platform.platform(terse=1)
|
/external/python/cpython2/Doc/tutorial/ |
D | whatnow.rst | 16 You should browse through this manual, which gives complete (though terse)
|
/external/python/cpython3/Doc/library/ |
D | platform.rst | 66 .. function:: platform(aliased=0, terse=0) 79 Setting *terse* to true causes the function to return only the absolute minimum
|
/external/python/cpython2/Doc/library/ |
D | platform.rst | 68 .. function:: platform(aliased=0, terse=0) 81 Setting *terse* to true causes the function to return only the absolute minimum
|
/external/python/cpython3/Doc/tutorial/ |
D | whatnow.rst | 16 You should browse through this manual, which gives complete (though terse)
|
/external/scapy/doc/scapy/ |
D | development.rst | 162 -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/ |
D | best_practices.md | 76 There's a spectrum of engineering documentation that ranges from terse comments
|
/external/flatbuffers/docs/source/ |
D | FlatBuffers.md | 48 - **Convenient to use** - Generated C++ code allows for terse access
|
/external/ltp/doc/ |
D | style-guide.txt | 429 3. Provide a little more terse (1-2 paragraph maximum, <= 72 character
|
/external/ltp/ |
D | INSTALL | 278 See README.mk-devel for a more terse description of what's available.
|
/external/python/cpython2/Doc/faq/ |
D | library.rst | 163 This sounds like a lot of work, but since Python is so terse and flexible it's
|
/external/python/cpython3/Doc/faq/ |
D | library.rst | 163 This sounds like a lot of work, but since Python is so terse and flexible it's
|
/external/python/cpython3/Doc/using/ |
D | windows.rst | 705 While this information manages to be simultaneously verbose *and* terse, it
|