/external/chromium_org/chrome/browser/extensions/api/storage/ |
settings_frontend_unittest.cc | 41 // Creates a megabyte of data. 43 base::ListValue* megabyte = new base::ListValue(); local 45 megabyte->Append(CreateKilobyte().release()); 47 return scoped_ptr<Value>(megabyte); 221 scoped_ptr<Value> megabyte = CreateMegabyte(); local 224 ValueStore::DEFAULTS, base::StringPrintf("%d", i), *megabyte); 228 ValueStore::DEFAULTS, "WillError", *megabyte)->HasError()); 251 scoped_ptr<Value> megabyte = CreateMegabyte(); local 254 ValueStore::DEFAULTS, base::StringPrintf("%d", i), *megabyte); 258 ValueStore::DEFAULTS, "WontError", *megabyte)->HasError()) [all...] |
/external/chromium_org/ppapi/api/private/ |
ppb_tcp_socket_private.idl | 119 * This method won't return more than 1 megabyte, so if |bytes_to_read| 120 * exceeds 1 megabyte, it will always perform a partial read. 131 * This method won't write more than 1 megabyte, so if |bytes_to_write| 132 * exceeds 1 megabyte, it will always perform a partial write.
|
/external/chromium_org/ppapi/c/private/ |
ppb_tcp_socket_private.h | 133 * This method won't return more than 1 megabyte, so if |bytes_to_read| 134 * exceeds 1 megabyte, it will always perform a partial read. 144 * This method won't write more than 1 megabyte, so if |bytes_to_write| 145 * exceeds 1 megabyte, it will always perform a partial write.
|
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/ |
HugeAgent.java | 137 final int MEGABYTE = 1024*1024; 139 buffer = new byte[MEGABYTE]; 140 data.writeEntityHeader(HUGE_DATA_KEY, NUM_MEGS * MEGABYTE); 142 data.writeEntityData(buffer, MEGABYTE);
|
/external/chromium_org/ui/gfx/codec/ |
png_codec.h | 110 // megabyte, and those require a 7-10 megabyte side buffer.)
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
tcmalloc_instance_view.js | 66 // Associate a megabyte count with a time in seconds.
|
/external/jpeg/ |
jmem-ashmem.c | 77 #define DEFAULT_MAX_MEM 10000000L /* default: ten megabyte */
|
jmemansi.c | 77 #define DEFAULT_MAX_MEM 1000000L /* default: one megabyte */
|
jmem-android.c | 79 #define DEFAULT_MAX_MEM 10000000L /* default: ten megabyte */
|
jmemname.c | 184 #define DEFAULT_MAX_MEM 1000000L /* default: one megabyte */
|
/external/qemu/distrib/jpeg-6b/ |
jmem-ashmem.c | 76 #define DEFAULT_MAX_MEM 10000000L /* default: ten megabyte */
|
jmemansi.c | 77 #define DEFAULT_MAX_MEM 1000000L /* default: one megabyte */
|
jmem-android.c | 79 #define DEFAULT_MAX_MEM 10000000L /* default: ten megabyte */
|
jmemname.c | 184 #define DEFAULT_MAX_MEM 1000000L /* default: one megabyte */
|
/external/chromium/chrome/browser/ |
process_info_snapshot_mac.cc | 146 // Limit output read to a megabyte for safety. 213 // Limit output read to a megabyte for safety. 297 // Limit output read to a megabyte for safety.
|
process_info_snapshot_mac_unittest.cc | 81 // at least a megabyte.
|
/external/chromium_org/chrome/browser/ |
process_info_snapshot_mac.cc | 145 // Limit output read to a megabyte for safety. 209 // Limit output read to a megabyte for safety.
|
process_info_snapshot_mac_unittest.cc | 83 // at least a megabyte.
|
/external/chromium_org/cc/layers/ |
heads_up_display_layer_impl.cc | 464 const double megabyte = 1024.0 * 1024.0; local 486 memory_entry_.bytes_allocated) / megabyte); 492 memory_entry_.bytes_over / megabyte); 495 memory_entry_.total_budget_in_bytes / megabyte);
|
/external/e2fsprogs/misc/ |
e2image.8.in | 71 15,000 inodes in use out of 550,000 inodes will result in a 3 megabyte
|
/external/chromium/net/proxy/ |
proxy_script_fetcher_impl.cc | 28 const int kDefaultMaxResponseBytes = 1048576; // 1 megabyte
|
/external/chromium_org/net/disk_cache/ |
disk_format_base.h | 73 // to store the first megabyte is 0, and the child that should store offset
|
/external/chromium_org/net/proxy/ |
proxy_script_fetcher_impl.cc | 30 const int kDefaultMaxResponseBytes = 1048576; // 1 megabyte
|
/external/openssh/ |
sftp.0 | 262 Byte, Kilobyte, Megabyte, Gigabyte, Terabyte, Petabyte,
|
/frameworks/base/docs/html/training/cloudsync/ |
backupapi.jd | 37 megabyte), like the user's preferences, notes, game high scores or other
|