Home
last modified time | relevance | path

Searched refs:megabytes (Results 1 – 25 of 63) sorted by relevance

123

/external/autotest/client/tests/parallel_dd/
Dparallel_dd.py9 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)
Dcontrol14 job.run_test('parallel_dd', fs=fs, fstype='ext2', iterations=5, megabytes=1000, streams=2)
/external/autotest/client/site_tests/platform_CompressedSwap/src/
Dhog.c36 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/
Ddisktest.c32 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/
Dmt.txt34 dnam{"megabytes"}
35 few{"{0} megabytes"}
36 many{"{0} megabytes"}
38 other{"{0} megabytes"}
Dgl.txt203 dnam{"megabytes"}
205 other{"{0} megabytes"}
Dda.txt203 dnam{"megabytes"}
205 other{"{0} megabytes"}
Dia.txt137 dnam{"megabytes"}
Dca.txt203 dnam{"megabytes"}
205 other{"{0} megabytes"}
Dpt.txt203 dnam{"megabytes"}
205 other{"{0} megabytes"}
Des.txt203 dnam{"megabytes"}
205 other{"{0} megabytes"}
Den.txt198 dnam{"megabytes"}
200 other{"{0} megabytes"}
/external/curl/docs/cmdline-opts/
Dmax-filesize.d11 number as kilobytes, 'm' or 'M' makes it megabytes, while 'g' or 'G' makes it
/external/bzip2/
Dbzip2.txt164 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
Dbzip2.1.preformatted167 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/
DREADME.fsl-ddr365 rank_density = 2147483648 bytes (2048 megabytes)
366 capacity = 4294967296 bytes (4096 megabytes)
/external/e2fsprogs/doc/RelNotes/
Dv1.07.txt6 Previously a filesystem with 1 million inodes required 4 megabytes of
Dv1.34.txt29 the new filesystem size (sectors, kilobytes, megabytes, or gigabytes),
/external/xz-embedded/linux/Documentation/
Dxz.txt71 megabytes. The decoder needs to have the dictionary in RAM, thus big
/external/llvm/docs/CommandGuide/
Dbugpoint.rst115 **--mlimit** *megabytes*
/external/autotest/client/site_tests/platform_PrinterPpds/
Dreadme.txt35 total size may have hundreds of megabytes. Instead of that short digest is
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dbugpoint.rst115 **--mlimit** *megabytes*
/external/grpc-grpc/doc/
Dhttp2-interop-test-descriptions.md234 multiply into around 15 megabytes of flow control debt, which should stress
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dbugpoint.pod110 =item B<--mlimit> F<megabytes>
/external/mesa3d/docs/specs/
DMESA_query_renderer.spec131 GLX_RENDERER_VIDEO_MEMORY_MESA 1 Number of megabytes of video

123