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

  /external/autotest/client/site_tests/platform_CompressedSwap/src/
hog.c 36 long int megabytes; local
43 "usage: hog <megabytes> [<compression factor (default = 3)>]\n");
47 megabytes = estrtol(av[1]);
49 if (megabytes > MAX_CHUNKS) {
50 fprintf(stderr, "hog: too many megabytes (%ld, max = %d)\n",
51 megabytes, MAX_CHUNKS);
66 for (chunk = 0; chunk < megabytes; chunk++) {
  /external/autotest/client/tests/parallel_dd/
parallel_dd.py 9 def initialize(self, fs, fstype = 'ext2', megabytes = 1000, streams = 2,
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)
    [all...]
  /external/autotest/client/tests/disktest/src/
disktest.c 32 unsigned int megabytes = 1; variable
219 printf(" [-m megabytes] megabytes to use (1)\n");
220 printf(" [-M megabytes] megabytes to skip (0)\n");
264 megabytes = atoi(optarg);
293 blocks = megabytes * (1024 * 1024 / blocksize);
308 megabytes = stat_buf.st_size / (1024 * 1024);
309 blocks = megabytes * (1024 * 1024 / blocksize);
317 printf("Checking %d megabytes using signature %08x\n",
    [all...]
  /build/tools/releasetools/
test_common.py 34 megabytes = 1024 * kilobytes
35 gigabytes = 1024 * megabytes
39 step_size = 4 * megabytes
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
AttachmentUtils.java 61 * @return A string suitable for display in bytes, kilobytes or megabytes
77 return context.getString(R.string.megabytes, count);
  /external/ImageMagick/www/api/
magick-property.php 814 <p>MagickGetResource() returns the specified resource in megabytes.</p>
836 <p>MagickGetResourceLimit() returns the specified resource limit in megabytes.</p>
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 615 milliseconds