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

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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...]
  /external/compiler-rt/lib/lsan/
lsan_common.cc 512 leaks_[i].total_size += leaked_size;
530 return leak1.total_size > leak2.total_size;
565 leaks_[index].total_size, leaks_[index].hit_count);
591 bytes += leaks_[i].total_size;
604 s->weight += leaks_[i].total_size;
  /external/skia/src/ports/
SkFontHost_win.cpp 1590 DWORD total_size = GetGlyphOutlineW(fDDC, glyph.getGlyphID(), flags, &gm, BUFFERSIZE, glyphbuf->get(), &fMat22); local
1643 DWORD total_size = getGDIGlyphPath(glyph, format, &glyphbuf); local
    [all...]
  /external/webp/src/enc/
histogram.c 61 const size_t total_size = sizeof(VP8LHistogram) + sizeof(int) * literal_size; local
62 assert(total_size <= (size_t)0x7fffffff);
63 return (int)total_size;
100 const int total_size = VP8LGetHistogramSize(cache_bits); local
101 uint8_t* const memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory));
114 const size_t total_size = local
117 uint8_t* memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory));
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
gcs_json_api.py 651 outer_total_size = json.loads(serialization_data)['total_size']
664 bytes_downloaded_container, total_size=outer_total_size,
678 download_stream, auto_transfer=False, total_size=object_size,
    [all...]
cloud_api.py 280 (bytes_transferred, total_size).
314 (bytes_transferred, total_size).
343 (bytes_transferred, total_size), but fills in only
382 (bytes_transferred, total_size).
413 (bytes_transferred, total_size).
daisy_chain_wrapper.py 86 (bytes_transferred, total_size).
147 (bytes_transferred, total_size).
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 239 int total_size = object_size_; local
241 total_size += GetUnknownFields(message).SpaceUsedExcludingSelf();
244 total_size += GetExtensionSet(message).SpaceUsedExcludingSelf();
254 total_size += GetRaw<RepeatedField<LOWERCASE> >(message, field) \
272 total_size += GetRaw<RepeatedPtrField<string> >(message, field)
281 total_size +=
316 total_size += sizeof(*ptr) + StringSpaceUsedExcludingSelf(*ptr);
331 total_size += sub_message->SpaceUsed();
339 return total_size;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 186 "total_size += $tag_size$ +\n"
191 "total_size += $tag_size$ + $fixed_size$;\n");
433 " total_size += $tag_size$ +\n"
439 "total_size += data_size;\n");
442 "total_size += $tag_size$ * this->$name$_size() + data_size;\n");
cpp_message_field.cc 183 "total_size += $tag_size$ +\n"
364 "total_size += $tag_size$ * this->$name$_size();\n"
366 " total_size +=\n"
  /external/tpm2/generator/
command_generator.py 347 UINT16 total_size = 0;
360 // Compute actual parameter_size. Don't add result to total_size.
362 parameter_size = total_size - num_response_handles*sizeof(TPM_HANDLE);
366 return total_size;
376 // Don't add to total_size, but increment *buffer and decrement *size.
  /external/webrtc/webrtc/call/
rtc_event_log_unittest.cc 230 size_t total_size) {
239 EXPECT_EQ(total_size, rtp_packet.packet_length());
251 size_t total_size) {
260 ASSERT_EQ(total_size, rtcp_packet.packet_data().size());
261 for (size_t i = 0; i < total_size; i++) {
  /bootable/recovery/mtdutils/
mtdutils.c 239 size_t *total_size, size_t *erase_size, size_t *write_size)
251 if (total_size != NULL) *total_size = mtd_info.size;
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_sdp_socket.py 438 total_size = self._unpack_int(data, int_size)
441 scanned += int_size + total_size
445 while cur_size < total_size:
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
http.py 67 def __init__(self, resumable_progress, total_size):
72 total_size: int, total bytes in complete upload, or None if the total
76 self.total_size = total_size
85 if self.total_size is not None:
86 return float(self.resumable_progress) / float(self.total_size)
94 def __init__(self, resumable_progress, total_size):
99 total_size: int, total bytes in complete download.
102 self.total_size = total_size
    [all...]
  /external/opencv3/3rdparty/libpng/
pngmem.c 188 png_uint_32 total_size; local
220 total_size = ((png_uint_32)65536L) * (png_uint_32)num_blocks+16;
222 table = farmalloc(total_size);
  /external/vboot_reference/firmware/2lib/
2sha256.c 126 ctx->total_size = 0;
278 ctx->total_size += (block_nb + 1) << 6;
293 size_b = (ctx->total_size + ctx->size) << 3;
2sha512.c 169 ctx->total_size = 0;
308 ctx->total_size += (block_nb + 1) << 7;
324 size_b = (ctx->total_size + ctx->size) << 3;
  /system/extras/micro_bench/
micro_bench.cpp 292 size_t total_size = size; \
294 total_size += cmd_data.dst_str_size; \
295 uint8_t *buf2 = allocateAlignedMemory(total_size, cmd_data.dst_align, cmd_data.dst_or_mask); \
350 size_t total_size = size; \
352 total_size += cmd_data.dst_str_size; \
353 size_t buf2_incr = getAlignmentIncrement(total_size, cmd_data.dst_align); \
    [all...]
  /external/vboot_reference/firmware/lib21/include/
vb2_struct.h 78 * in a contiguous region of <total_size> bytes starting at the first
81 uint32_t total_size; member in struct:vb2_struct_common
  /external/webp/src/utils/
quant_levels_dec.c 218 const size_t total_size = size_scratch_m + size_m + size_lut; local
219 uint8_t* mem = (uint8_t*)WebPSafeMalloc(1U, total_size);
  /hardware/libhardware/include/hardware/
nvram.h 85 * total_size - Receives the output. Cannot be NULL.
88 uint64_t* total_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 186 Size_Type total_size)
187 : m_a_vec(a_vec), m_r_last_it(r_last_it), m_max_size(total_size),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 186 Size_Type total_size)
187 : m_a_vec(a_vec), m_r_last_it(r_last_it), m_max_size(total_size),

Completed in 743 milliseconds

1 2 3 4 5 67 8 91011>>