Searched refs:g_format_size (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/gio/ |
D | gio-tool-move.c | 62 current_size = g_format_size (current_num_bytes); in show_progress() 63 total_size = g_format_size (total_num_bytes); in show_progress() 64 rate = g_format_size (current_num_bytes / in show_progress()
|
D | gio-tool-copy.c | 69 current_size = g_format_size (current_num_bytes); in show_progress() 70 total_size = g_format_size (total_num_bytes); in show_progress() 71 rate = g_format_size (current_num_bytes / in show_progress()
|
/third_party/glib/glib/ |
D | gutils.h | 315 gchar *g_format_size (guint64 size); 317 GLIB_DEPRECATED_IN_2_30_FOR(g_format_size)
|
D | gutils.c | 2708 g_format_size (guint64 size) in g_format_size() function
|
/third_party/glib/glib/tests/ |
D | fileutils.c | 685 check_string (g_format_size (0), "0 bytes"); in test_format_size_for_display() 686 check_string (g_format_size (1), "1 byte"); in test_format_size_for_display() 687 check_string (g_format_size (2), "2 bytes"); in test_format_size_for_display() 689 check_string (g_format_size (1000ULL), "1.0\302\240kB"); in test_format_size_for_display() 690 check_string (g_format_size (1000ULL * 1000), "1.0\302\240MB"); in test_format_size_for_display() 691 check_string (g_format_size (1000ULL * 1000 * 1000), "1.0\302\240GB"); in test_format_size_for_display() 692 check_string (g_format_size (1000ULL * 1000 * 1000 * 1000), "1.0\302\240TB"); in test_format_size_for_display() 693 check_string (g_format_size (1000ULL * 1000 * 1000 * 1000 * 1000), "1.0\302\240PB"); in test_format_size_for_display() 694 check_string (g_format_size (1000ULL * 1000 * 1000 * 1000 * 1000 * 1000), "1.0\302\240EB"); in test_format_size_for_display()
|
/third_party/libsoup/libsoup/ |
D | soup-directory-input-stream.c | 71 size = g_format_size (raw_size); in G_DEFINE_TYPE()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2190 g_format_size
|
/third_party/glib/ |
D | NEWS | 1759 - #429 g_format_size() is broken on Windows 2047 * g_format_size() now uses a no-break space to separate digits and units; 8010 - deprecate g_format_size_for_display, add g_format_size(_full)
|