HomeSort by relevance Sort by last modified time
    Searched full:total_size (Results 126 - 150 of 360) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/
uploads_test.py 111 self.__upload.total_size = size
126 self.__upload.total_size = size
  /external/pdfium/third_party/freetype/src/base/
ftmac.c 591 FT_ULong total_size = 0; local
616 total_size += 2; /* just the end code */
618 total_size += 6; /* code + 4 bytes chunk length */
621 total_size += (FT_ULong)GetHandleSize( post_data ) - 2;
625 if ( FT_MAC_RFORK_MAX_LEN < total_size )
631 old_total_size = total_size;
634 if ( FT_ALLOC( buffer, (FT_Long)total_size ) )
690 *size = total_size;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 231 OMX_U32 slice_offset = 0, slice_size = 0, total_size = 0; local
251 if (slice_offset != total_size) {
257 total_size += slice_size;
261 if (pBufHdr->nFilledLen != total_size) {
263 "total slices size[%d]", pBufHdr->nFilledLen, total_size);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 260 OMX_U32 slice_offset = 0, slice_size = 0, total_size = 0; local
284 if (slice_offset != total_size) {
291 total_size += slice_size;
296 if (pBufHdr->nFilledLen != total_size) {
298 "total slices size[%u]", (unsigned int)pBufHdr->nFilledLen, (unsigned int)total_size);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 260 OMX_U32 slice_offset = 0, slice_size = 0, total_size = 0; local
284 if (slice_offset != total_size) {
291 total_size += slice_size;
296 if (pBufHdr->nFilledLen != total_size) {
298 "total slices size[%u]", (unsigned int)pBufHdr->nFilledLen, (unsigned int)total_size);
  /system/core/libdiskconfig/
diskconfig.c 277 uint64_t total_size; local
346 total_size = dinfo->skip_lba * dinfo->sect_size;
352 total_size += part->len_kb * 1024;
374 if (S_ISBLK(stat.st_mode) && total_size > disk_size) {
376 "size (%"PRIu64").", total_size, disk_size);
  /system/core/libmemunreachable/
MemUnreachable.cpp 176 similar_leak->total_size += it.range.size();
177 similar_leak->total_size += it.referenced_size;
186 leak->total_size = leak->size + leak->referenced_size;
194 return a.total_size > b.total_size;
  /external/fio/
filesetup.c 756 unsigned long long total_size, extend_size; local
789 total_size = 0;
792 total_size = -1ULL;
794 total_size += f->real_file_size;
803 if ((!total_size || total_size == -1ULL) && !o->size &&
830 extend_size = total_size = 0;
869 total_size = -1ULL;
873 total_size += f->io_size;
888 if (!o->size || (total_size && o->size > total_size)
    [all...]
  /external/opencv3/3rdparty/libwebp/dec/
buffer.c 89 uint64_t uv_size = 0, a_size = 0, total_size; local
103 total_size = size + 2 * uv_size + a_size;
106 output = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*output));
  /external/vboot_reference/tests/
vb21_host_key_tests.c 118 pkey->key_size += pkey->c.total_size;
228 TEST_SUCC(vb2_unpack_key(&k2, (uint8_t *)pkey, pkey->c.total_size),
274 TEST_SUCC(vb2_unpack_key(&k2, (uint8_t *)pkey, pkey->c.total_size),
  /external/webp/src/dec/
buffer.c 98 uint64_t uv_size = 0, a_size = 0, total_size; local
112 total_size = size + 2 * uv_size + a_size;
115 output = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*output));
  /external/webp/src/enc/
picture.c 98 uint64_t y_size, uv_size, a_size, total_size; local
117 total_size = y_size + a_size + 2 * uv_size;
125 mem = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*mem));
  /external/webrtc/webrtc/base/
filerotatingstream.cc 188 size_t total_size = 0; local
193 total_size += file_size;
196 *size = total_size;
  /external/fio/t/
dedupe.c 76 static uint64_t total_size; variable
107 if (cur_offset < total_size) {
109 this_chunk = min((uint64_t)chunk_size, total_size - cur_offset);
383 total_size = dev_size;
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.h 123 unsigned total_size; member in struct:svga_host_surface_cache
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
dxbc.h 84 uint32_t total_size; member in struct:dxbc_container_header
  /external/opencv3/modules/core/src/
cuda_gpu_mat.cpp 176 int total_size = total_width * rows;
181 if ((unsigned)new_rows > (unsigned)total_size)
184 total_width = total_size / new_rows;
186 if (total_width * new_rows != total_size)
  /external/vboot_reference/firmware/lib21/
api.c 69 hash_offset += sig->c.total_size;
  /external/vboot_reference/host/lib21/
host_misc.c 86 return vb2_write_file(filename, buf, cptr->total_size);
  /packages/apps/Settings/res/xml/
app_storage_settings.xml 41 android:key="total_size"
  /system/extras/kexec_tools/
kexecload.c 72 total_size; local
  /external/tpm2/generator/
structure_generator.py 161 total_size += %(type)s_Marshal(&source->%(name)s[i], buffer, size);
291 total_size += %(type)s_Marshal(
342 Accumulates a variable 'total_size' with the result of marshaling
871 UINT16 total_size = 0;"""
878 _MARSHAL_END = '\n return total_size;\n}\n'
898 BYTE *size_location = *buffer - total_size;
900 UINT16 payload_size = total_size - (UINT16)size_field_size;
    [all...]
  /external/v8/src/heap/
object-stats.cc 42 int total_size = 0; local
47 total_size += size; \
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib.py 362 def hooktester(count, block_size, total_size, count_holder=[0]):
365 self.assertIsInstance(total_size, int)
376 def hooktester(count, block_size, total_size, _report=report):
377 _report.append((count, block_size, total_size))
390 def hooktester(count, block_size, total_size, _report=report):
391 _report.append((count, block_size, total_size))
404 def hooktester(count, block_size, total_size, _report=report):
405 _report.append((count, block_size, total_size))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib.py 362 def hooktester(count, block_size, total_size, count_holder=[0]):
365 self.assertIsInstance(total_size, int)
376 def hooktester(count, block_size, total_size, _report=report):
377 _report.append((count, block_size, total_size))
390 def hooktester(count, block_size, total_size, _report=report):
391 _report.append((count, block_size, total_size))
404 def hooktester(count, block_size, total_size, _report=report):
405 _report.append((count, block_size, total_size))
    [all...]

Completed in 1410 milliseconds

1 2 3 4 56 7 8 91011>>