HomeSort by relevance Sort by last modified time
    Searched refs:terse (Results 1 - 11 of 11) sorted by null

  /external/fio/
diskutil.h 108 extern void print_disk_util(struct disk_util_stat *, struct disk_util_agg *, int terse);
109 extern void show_disk_util(int terse, struct json_object *parent);
118 struct disk_util_agg *agg, int terse)
121 #define show_disk_util(terse, parent)
diskutil.c 498 static void show_agg_stats(struct disk_util_agg *agg, int terse)
503 if (!terse) {
581 int terse)
590 if (!terse) {
622 show_agg_stats(agg, terse);
624 if (!terse)
692 void show_disk_util(int terse, struct json_object *parent)
710 if (!terse && output_format != FIO_OUTPUT_JSON)
720 print_disk_util(&du->dus, &du->agg, terse);
  /art/runtime/
mem_map.h 146 static void DumpMaps(std::ostream& os, bool terse = false)
158 static void DumpMapsLocked(std::ostream& os, bool terse)
mem_map.cc 669 void MemMap::DumpMaps(std::ostream& os, bool terse) {
671 DumpMapsLocked(os, terse);
674 void MemMap::DumpMapsLocked(std::ostream& os, bool terse) {
676 if (!terse) {
681 // Terse output example:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 1639 terse = ('terse' in sys.argv or '--terse' in sys.argv) variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 1639 terse = ('terse' in sys.argv or '--terse' in sys.argv) variable
    [all...]
  /system/extras/showmap/
showmap.c 212 static int terse = 0; variable
277 if (terse && !mi->private_dirty) {
334 terse = 1;
360 " -t = terse (show only items with private pages)\n"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 30 for terse in (False, True):
31 res = platform.platform(aliased, terse)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 30 for terse in (False, True):
31 res = platform.platform(aliased, terse)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 126 comment = 'built for %s' % platform.platform(terse=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 126 comment = 'built for %s' % platform.platform(terse=1)

Completed in 125 milliseconds