Searched defs:size (Results 1 - 10 of 10) sorted by relevance

/build/core/combo/
H A DHOST_linux-x86.mk60 define get-file-size
H A DHOST_windows-x86.mk84 define get-file-size
H A DHOST_darwin-x86.mk118 define get-file-size
/build/tools/releasetools/
H A Drangelib.py165 def size(self): member in class:RangeSet
166 """Returns the total size of the RangeSet (ie, how many integers
H A Dota_from_target_files162 if src.size < 1000:
829 target_boot.size, source_boot.size, len(d))
835 source_boot.size, source_boot.sha1,
836 target_boot.size, target_boot.sha1))
877 source_boot.size, source_boot.sha1,
878 target_boot.size, target_boot.sha1),
880 target_boot.size, target_boot.sha1,
947 verbatim_targets.append((fn, tf.size, tf.sha1))
962 if d is None or len(d) > tf.size * OPTION
1188 size = [] variable
[all...]
/build/tools/zipalign/
H A DZipFile.h111 status_t add(const void* data, size_t size, const char* storageName, argument
114 return addCommon(NULL, data, size, storageName,
173 int getNumEntries(void) const { return mEntries.size(); }
233 status_t addCommon(const char* fileName, const void* data, size_t size,
241 const void* data, size_t size, unsigned long* pCRC32);
249 const void* data, size_t size, unsigned long* pCRC32);
H A DZipFile.cpp139 if (idx < 0 || idx >= (int) mEntries.size())
162 for (idx = mEntries.size()-1; idx >= 0; idx--) {
179 int count = mEntries.size();
285 * So far so good. "mCentralDirSize" is the size in bytes of the
292 * sort of convenient size. We need to skip to the start of it and
360 status_t ZipFile::addCommon(const char* fileName, const void* data, size_t size, argument
379 assert(mEntries.size() == mEOCD.mTotalNumEntries);
419 result = compressFpToFp(mZipFp, inputFp, data, size, &crc);
429 long src = inputFp ? ftell(inputFp) : size;
450 result = copyDataToFp(mZipFp, data, size,
813 copyDataToFp(FILE* dstFp, const void* data, size_t size, unsigned long* pCRC32) argument
880 compressFpToFp(FILE* dstFp, FILE* srcFp, const void* data, size_t size, unsigned long* pCRC32) argument
[all...]
/build/tools/atree/
H A Dfiles.cpp185 long size; local
206 size = ftell(f);
216 buf = (char*)malloc(size+1);
219 fprintf(stderr, "out of memory (%ld)\n", size);
224 if (1 != fread(buf, size, 1, f)) {
233 q = buf+size;
263 for (size_t k=0; k<words.size(); k++) {
/build/tools/signapk/
H A DSignApk.java372 public int size() { method in class:SignApk.CountOutputStream
421 if ((cout.size() % 1024) == 0) {
703 int total_size = temp.size() + 6;
715 // be nearly 4GB in size. So it's unlikely that a real
/build/core/
H A Ddefinitions.mk2002 ifndef get-file-size
2003 $(error HOST_OS must define get-file-size)
2006 # Convert a partition data size (eg, as reported in /proc/mtd) to the
2007 # size of the image used to flash that partition (which includes a
2009 # $(1): the partition data size
2010 define image-size-from-data-size
2018 # $(2): The maximum total image size, in decimal bytes.
2023 # Reserve bad blocks. Make sure that MAX(1% of partition size, 2 blocks)
2025 # next whole flash block size
[all...]

Completed in 84 milliseconds