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

1 2 3 4 5 6 7 891011>>

  /external/owasp/sanitizer/tools/findbugs/doc/
performance.html 79 total_classes="206" referenced_classes="325" total_bugs="72" total_size="7654" num_packages="21"
  /external/v8/src/compiler/
instruction.cc 855 size_t total_size = 0; local
858 total_size += iter->GetSize();
860 return total_size;
  /system/core/libziparchive/
zip_archive_test.cc 518 uint64_t total_size = 0; local
520 total_size += data->size();
525 ASSERT_EQ(total_size, read_data->size());
  /system/update_engine/
test_http_server.cc 161 const size_t total_size = str.size(); local
162 size_t remaining_size = total_size;
176 return total_size;
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 598 int total_size = 1; /* 1 is for the final null. */ local
608 total_size += strlen (env[var]) + 1;
610 env_block = XNEWVEC (char, total_size);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc     [all...]
cpp_string_field.cc 323 "total_size += $tag_size$ +\n"
632 "total_size += $tag_size$ * this->$name$_size();\n"
634 " total_size += ::google::protobuf::internal::WireFormatLite::$declared_type$Size(\n"
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 3472 bfd_size_type total_size; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 115 size_t total_size = 0; local
172 total_size += lpr->num_slices_faces[level] * lpr->img_stride[level];
173 if (total_size > LP_MAX_TEXTURE_SIZE) {
    [all...]
  /external/opencv3/3rdparty/libwebp/dec/
webp.c 160 uint32_t total_size = TAG_SIZE + // "WEBP". local
190 total_size += disk_chunk_size;
193 if (riff_size > 0 && (total_size > riff_size)) {
  /external/webp/src/dec/
io.c 470 size_t tmp_size1, tmp_size2, total_size; local
478 total_size = tmp_size1 * sizeof(*work) + tmp_size2 * sizeof(*tmp);
479 p->memory = WebPSafeMalloc(1ULL, total_size);
webp.c 153 uint32_t total_size = TAG_SIZE + // "WEBP". local
183 total_size += disk_chunk_size;
186 if (riff_size > 0 && (total_size > riff_size)) {
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 758 WORD32 total_size; local
760 total_size = 0;
774 total_size += ps_mem_rec->u4_mem_size;
    [all...]
  /external/e2fsprogs/misc/
e2image.c 866 blk64_t total_size, offset; local
876 total_size = ext2fs_blocks_count(sb) << cluster_bits;
884 header->size = ext2fs_cpu_to_be64(total_size);
895 l1_size = ((total_size + (1LL << shift) - 1) >> shift);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_urb.c 118 GLuint csize = brw->curbe.total_size;
  /external/valgrind/coregrind/
pub_core_debuginfo.h 74 SizeT total_size,
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 2028 size_t total_size = metadata->tuning_params.tuning_sensor_data_size; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 2028 size_t total_size = metadata->tuning_params.tuning_sensor_data_size; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 1622 int total_size = metadata->tuning_params.tuning_sensor_data_size; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
boto_resumable_upload.py 283 cb: Progress callback function that takes (progress, total_size).
383 cb: Progress callback function that takes (progress, total_size).
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_cp.py 84 def call(self, total_bytes_transferred, total_size):
90 MakeHumanReadable(total_size)))
106 def call(self, total_bytes_transferred, total_size):
116 MakeHumanReadable(total_size)))
130 def call(self, total_bytes_transferred, total_size):
139 MakeHumanReadable(total_size)))
173 def call(self, total_bytes_transferred, total_size):
193 MakeHumanReadable(total_size)))
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 60 const uint64_t total_size = sizeof(*set) local
63 uint8_t* memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory));
  /external/opencv3/3rdparty/libwebp/mux/
muxinternal.c 376 size_t total_size, uint8_t* dst) {
378 const size_t offset_to_next = total_size - CHUNK_HEADER_SIZE;
  /external/pdfium/samples/
image_diff_png.cc 162 unsigned long long total_size = local
164 if (total_size > ((1 << 29) - 1))
  /external/valgrind/cachegrind/
cg_arch.c 262 "specified LL cache: line_size %u assoc %u total_size %'u\n",
265 "simulated LL cache: line_size %u assoc %u total_size %'u\n",\

Completed in 1009 milliseconds

1 2 3 4 5 6 7 891011>>