Searched refs:size (Results 76 - 100 of 113) sorted by relevance

12345

/build/make/tools/ijar/
H A Dzip.cc113 size_t in_length_; // size of the input file
120 // Buffer size is initially INITIAL_BUFFER_SIZE. It doubles in size every
124 // MAX_BUFFER_SIZE must be bigger than the size of the biggest file in the
223 return entries_.size();
288 // Write ZIP file header in the output. Since the compressed size is not
290 // to "compressed size" in the file header that should be passed to
294 // Fill in the "compressed size" and "uncompressed size" fields in a local
379 // If the zip is compressed, compressed and uncompressed size member
1010 u8 size = 28; local
[all...]
/build/tools/ijar/
H A Dzip.cc113 size_t in_length_; // size of the input file
120 // Buffer size is initially INITIAL_BUFFER_SIZE. It doubles in size every
124 // MAX_BUFFER_SIZE must be bigger than the size of the biggest file in the
223 return entries_.size();
288 // Write ZIP file header in the output. Since the compressed size is not
290 // to "compressed size" in the file header that should be passed to
294 // Fill in the "compressed size" and "uncompressed size" fields in a local
379 // If the zip is compressed, compressed and uncompressed size member
1010 u8 size = 28; local
[all...]
/build/make/tools/atree/
H A Datree.cpp172 if (g_listFiles.size() == 0) {
178 if (g_inputBases.size() == 0) {
307 // copy (or link) files that are newer or of different size
/build/make/tools/releasetools/
H A Drangelib.py217 def size(self): member in class:RangeSet
218 """Returns the total size of the RangeSet (ie, how many integers
221 >>> RangeSet("10-19 30-34").size()
303 if self.size() <= n:
H A Dtest_rangelib.py46 self.assertEqual(RangeSet("10-19 30-34").size(), 15)
47 self.assertEqual(RangeSet("").size(), 0)
H A Dcommon.py67 # Stash size cannot exceed cache_size * threshold.
721 """Check the data string passed against the max size limit, if
723 Print a warning if the data is nearing the maximum size."""
743 size = len(data)
744 pct = float(size) * 100.0 / limit
745 msg = "%s size (%d) is %.2f%% of limit (%d)" % (target, size, pct, limit)
1039 longer than 2GiB. It gives 'OverflowError: size does not fit in an int'
1177 self.size = len(data)
1178 self.compress_size = compress_size or self.size
[all...]
H A Dedify_generator.py44 """Return the minimum cache size to apply the update."""
275 size = self.info.get(partition.lstrip("/") + "_size", None)
278 self.script.append('wipe_block_device("%s", %s);' % (device, size))
H A Dsparse_img.py56 raise ValueError("File header size was expected to be 28, but is %u." %
59 raise ValueError("Chunk header size was expected to be 12, but is %u." %
84 "Raw chunk input size (%u) does not match output size (%u)" %
102 raise ValueError("Don't care chunk input size is non-zero (%u)" %
218 assert ranges.size() == ranges.intersect(remaining).size()
/build/tools/atree/
H A Datree.cpp172 if (g_listFiles.size() == 0) {
178 if (g_inputBases.size() == 0) {
307 // copy (or link) files that are newer or of different size
/build/tools/releasetools/
H A Drangelib.py217 def size(self): member in class:RangeSet
218 """Returns the total size of the RangeSet (ie, how many integers
221 >>> RangeSet("10-19 30-34").size()
303 if self.size() <= n:
H A Dtest_rangelib.py46 self.assertEqual(RangeSet("10-19 30-34").size(), 15)
47 self.assertEqual(RangeSet("").size(), 0)
H A Dcommon.py67 # Stash size cannot exceed cache_size * threshold.
721 """Check the data string passed against the max size limit, if
723 Print a warning if the data is nearing the maximum size."""
743 size = len(data)
744 pct = float(size) * 100.0 / limit
745 msg = "%s size (%d) is %.2f%% of limit (%d)" % (target, size, pct, limit)
1039 longer than 2GiB. It gives 'OverflowError: size does not fit in an int'
1177 self.size = len(data)
1178 self.compress_size = compress_size or self.size
[all...]
H A Dedify_generator.py44 """Return the minimum cache size to apply the update."""
275 size = self.info.get(partition.lstrip("/") + "_size", None)
278 self.script.append('wipe_block_device("%s", %s);' % (device, size))
H A Dsparse_img.py56 raise ValueError("File header size was expected to be 28, but is %u." %
59 raise ValueError("Chunk header size was expected to be 12, but is %u." %
84 "Raw chunk input size (%u) does not match output size (%u)" %
102 raise ValueError("Don't care chunk input size is non-zero (%u)" %
218 assert ranges.size() == ranges.intersect(remaining).size()
/build/make/tools/droiddoc/templates-ndk/
H A Dsample.cs102 <div class="g-plusone" data-size="medium"></div>
H A Ddocpage.cs168 <div class="g-plusone" data-size="medium"></div>
H A Dsampleindex.cs92 <div class="g-plusone" data-size="medium"></div>
/build/tools/droiddoc/templates-ndk/
H A Dsample.cs102 <div class="g-plusone" data-size="medium"></div>
H A Ddocpage.cs168 <div class="g-plusone" data-size="medium"></div>
H A Dsampleindex.cs92 <div class="g-plusone" data-size="medium"></div>
/build/core/
H A DMakefile633 $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE))
644 $(hide) $(call assert-max-image-size,$(INSTALLED_BOOTIMAGE_TARGET),$(BOARD_BOOTIMAGE_PARTITION_SIZE))
657 $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE))
664 $(hide) $(call assert-max-image-size,$(INSTALLED_BOOTIMAGE_TARGET),$(BOARD_BOOTIMAGE_PARTITION_SIZE))
672 $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE))
679 $(hide) $(call assert-max-image-size,$(INSTALLED_BOOTIMAGE_TARGET),$(BOARD_BOOTIMAGE_PARTITION_SIZE))
686 $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE))
692 $(hide) $(call assert-max-image-size,$(INSTALLED_BOOTIMAGE_TARGET),$(BOARD_BOOTIMAGE_PARTITION_SIZE))
1228 $(hide) $(call assert-max-image-size,$(1),$(BOARD_BOOTIMAGE_PARTITION_SIZE)), \
1229 $(hide) $(call assert-max-image-size,
[all...]
H A Ddefinitions.mk2907 ifndef get-file-size
2908 $(error HOST_OS must define get-file-size)
2911 # Convert a partition data size (eg, as reported in /proc/mtd) to the
2912 # size of the image used to flash that partition (which includes a
2914 # $(1): the partition data size
2915 define image-size-from-data-size
2923 # $(2): The maximum total image size, in decimal bytes.
2928 # Reserve bad blocks. Make sure that MAX(1% of partition size, 2 blocks)
2930 # next whole flash block size
[all...]
/build/kati/
H A Dcommand.cc208 if (index == cmds.size())
H A Dmain.cc161 CHECK(asts.size() == 1);
/build/make/core/
H A DMakefile633 $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE))
644 $(hide) $(call assert-max-image-size,$(INSTALLED_BOOTIMAGE_TARGET),$(BOARD_BOOTIMAGE_PARTITION_SIZE))
657 $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE))
664 $(hide) $(call assert-max-image-size,$(INSTALLED_BOOTIMAGE_TARGET),$(BOARD_BOOTIMAGE_PARTITION_SIZE))
672 $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE))
679 $(hide) $(call assert-max-image-size,$(INSTALLED_BOOTIMAGE_TARGET),$(BOARD_BOOTIMAGE_PARTITION_SIZE))
686 $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE))
692 $(hide) $(call assert-max-image-size,$(INSTALLED_BOOTIMAGE_TARGET),$(BOARD_BOOTIMAGE_PARTITION_SIZE))
1228 $(hide) $(call assert-max-image-size,$(1),$(BOARD_BOOTIMAGE_PARTITION_SIZE)), \
1229 $(hide) $(call assert-max-image-size,
[all...]

Completed in 188 milliseconds

12345