Searched refs:megabytes (Results 1 – 25 of 63) sorted by relevance
123
/external/autotest/client/tests/parallel_dd/ |
D | parallel_dd.py | 9 def initialize(self, fs, fstype = 'ext2', megabytes = 1000, streams = 2, argument 11 self.megabytes = megabytes 12 self.blocks = megabytes * 256 25 logging.info('Dumping %d megabytes across %d streams', megabytes, 30 logging.info("Timing raw write of %d megabytes" % self.megabytes) 38 logging.info("Timing raw read of %d megabytes", self.megabytes) 106 self.raw_write_rate = self.megabytes / (time.time() - start) 110 self.raw_read_rate = self.megabytes / (time.time() - start) 119 self.fs_write_rate = self.megabytes / (time.time() - start) 125 self.fs_read_rate = self.megabytes / (time.time() - start)
|
D | control | 14 job.run_test('parallel_dd', fs=fs, fstype='ext2', iterations=5, megabytes=1000, streams=2)
|
/external/autotest/client/site_tests/platform_CompressedSwap/src/ |
D | hog.c | 36 long int megabytes; in main() local 47 megabytes = estrtol(av[1]); in main() 49 if (megabytes > MAX_CHUNKS) { in main() 51 megabytes, MAX_CHUNKS); in main() 66 for (chunk = 0; chunk < megabytes; chunk++) { in main()
|
/external/autotest/client/tests/disktest/src/ |
D | disktest.c | 32 unsigned int megabytes = 1; variable 264 megabytes = atoi(optarg); in main() 293 blocks = megabytes * (1024 * 1024 / blocksize); in main() 308 megabytes = stat_buf.st_size / (1024 * 1024); in main() 309 blocks = megabytes * (1024 * 1024 / blocksize); in main() 318 megabytes, signature); in main() 348 printf("Wrote %d MB to %s (%d seconds)\n", megabytes, filename, (int) (time(NULL) - start_time)); in main()
|
/external/icu/icu4c/source/data/unit/ |
D | mt.txt | 34 dnam{"megabytes"} 35 few{"{0} megabytes"} 36 many{"{0} megabytes"} 38 other{"{0} megabytes"}
|
D | gl.txt | 203 dnam{"megabytes"} 205 other{"{0} megabytes"}
|
D | da.txt | 203 dnam{"megabytes"} 205 other{"{0} megabytes"}
|
D | ia.txt | 137 dnam{"megabytes"}
|
D | ca.txt | 203 dnam{"megabytes"} 205 other{"{0} megabytes"}
|
D | pt.txt | 203 dnam{"megabytes"} 205 other{"{0} megabytes"}
|
D | es.txt | 203 dnam{"megabytes"} 205 other{"{0} megabytes"}
|
D | en.txt | 198 dnam{"megabytes"} 200 other{"{0} megabytes"}
|
/external/curl/docs/cmdline-opts/ |
D | max-filesize.d | 11 number as kilobytes, 'm' or 'M' makes it megabytes, while 'g' or 'G' makes it
|
/external/bzip2/ |
D | bzip2.txt | 164 megabytes or less), use -s for everything. See 331 bzip2 usually allocates several megabytes of memory to 359 could not handle compressed files more than 512 megabytes
|
D | bzip2.1.preformatted | 167 megabytes or less), use −s for everything. See 334 _b_z_i_p_2 usually allocates several megabytes of memory to 362 could not handle compressed files more than 512 megabytes
|
/external/u-boot/doc/ |
D | README.fsl-ddr | 365 rank_density = 2147483648 bytes (2048 megabytes) 366 capacity = 4294967296 bytes (4096 megabytes)
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.07.txt | 6 Previously a filesystem with 1 million inodes required 4 megabytes of
|
D | v1.34.txt | 29 the new filesystem size (sectors, kilobytes, megabytes, or gigabytes),
|
/external/xz-embedded/linux/Documentation/ |
D | xz.txt | 71 megabytes. The decoder needs to have the dictionary in RAM, thus big
|
/external/llvm/docs/CommandGuide/ |
D | bugpoint.rst | 115 **--mlimit** *megabytes*
|
/external/autotest/client/site_tests/platform_PrinterPpds/ |
D | readme.txt | 35 total size may have hundreds of megabytes. Instead of that short digest is
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | bugpoint.rst | 115 **--mlimit** *megabytes*
|
/external/grpc-grpc/doc/ |
D | http2-interop-test-descriptions.md | 234 multiply into around 15 megabytes of flow control debt, which should stress
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | bugpoint.pod | 110 =item B<--mlimit> F<megabytes>
|
/external/mesa3d/docs/specs/ |
D | MESA_query_renderer.spec | 131 GLX_RENDERER_VIDEO_MEMORY_MESA 1 Number of megabytes of video
|
123