HomeSort by relevance Sort by last modified time
    Searched full:total_bytes (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/chromium-trace/catapult/tracing/test_data/
trace-with-bad-world-bounds.json 1 {"traceEvents":[{"cat":"__metadata","pid":14006,"tid":85,"ts":0,"ph":"M","name":"thread_name","args":{"name":"CrRendererMain"}},{"cat":"__metadata","pid":14006,"tid":86,"ts":0,"ph":"M","name":"thread_name","args":{"name":"Chrome_ChildIOThread"}},{"cat":"__metadata","pid":13631,"tid":13643,"ts":0,"ph":"M","name":"thread_name","args":{"name":"Chrome_ChildIOThread"}},{"cat":"__metadata","pid":14046,"tid":109,"ts":0,"ph":"M","name":"thread_name","args":{"name":"CrRendererMain"}},{"cat":"__metadata","pid":14046,"tid":110,"ts":0,"ph":"M","name":"thread_name","args":{"name":"Chrome_ChildIOThread"}},{"cat":"__metadata","pid":14046,"tid":112,"ts":0,"ph":"M","name":"thread_name","args":{"name":"Compositor"}},{"cat":"memory","pid":13602,"tid":13602,"ts":520451593556,"ph":"O","name":"memory::Heap","args":{"snapshot":[{"trace":"","current_allocs":55557,"current_bytes":36743612,"total_allocs":2171249,"total_bytes":588240740},{"trace":"ChromeBrowserMainParts::MainMessageLoopRun ../../cc/base/thread_impl.cc ThreadProxy::BeginFrameOnMainThread LayerTreeHost::UpdateLayers ","current_allocs":860,"current_bytes":11731728,"total_allocs":7557,"total_bytes":166799040},{"trace":"ChromeBrowserMainParts::MainMessageLoopRun ../../chrome/browser/chrome_browser_main_linux.cc trace-memory-ignore ","current_allocs":3,"current_bytes":5242911,"total_allocs":83,"total_bytes":15733941},{"trace":"ChromeBrowserMainParts::MainMessageLoopRun ../../content/browser/renderer_host/render_widget_helper.cc RenderWidgetHostImpl::OnUpdateRect ","current_allocs":24,"current_bytes":2787200,"total_allocs":2434,"total_bytes":12256220},{"trace":"../../net/socket/client_socket_pool_base.cc ","current_allocs":1345,"current_bytes":2395848,"total_allocs":2868,"total_bytes":2820885},{"trace":"SequencedWorkerPool::ThreadLoop ","current_allocs":4038,"current_bytes":2349961,"total_allocs":328597,"total_bytes":95997840},{"trace":"WorkerThread::ThreadMain::Run ","current_allocs":2615,"current_bytes":1357553,"total_allocs":76151,"total_bytes":29036653},{"trace":"ChromeBrowserMainParts::MainMessageLoopRun ../../cc/base/thread_impl.cc ThreadProxy::BeginFrameOnMainThread LayerTreeHost::UpdateLayers ContentLayerUpdater::PaintContents Layer::PaintContents View::Paint View::PaintChildren View::Paint View::PaintChildren View::Paint ","current_allocs":371,"current_bytes":1177756,"total_allocs":65836,"total_bytes":19353904},{"trace":"ChromeBrowserMainParts::MainMessageLoopRun ../../content/browser/webui/url_data_manager_backend.cc ","current_allocs":58,"current_bytes":837812,"total_allocs":1381,"total_bytes":2613718},{"trace":"../../net/socket/ssl_client_socket_nss.cc ","current_allocs":254,"current_bytes":829004,"total_allocs":26717,"total_bytes":8516627},{"trace":"ChromeBrowserMainParts::MainMessageLoopRun ../../chrome/browser/ui/views/frame (…)
    [all...]
tcmalloc_multi_renderer.json 1 {"traceEvents":[{"cat":"__metadata","pid":23569,"tid":23594,"ts":0,"ph":"M","name":"thread_name","args":{"name":"Chrome_ChildIOThread"}},{"cat":"memory","pid":24075,"tid":151,"ts":219747972818,"ph":"O","name":"memory::Heap","args":{"snapshot":[{"trace":"","current_allocs":79556,"current_bytes":16382672,"total_allocs":244485,"total_bytes":74471293},{"trace":"../../ipc/ipc_channel_proxy.cc ChannelProxy::Context::OnDispatchMessage ","current_allocs":69470,"current_bytes":8098718,"total_allocs":182894,"total_bytes":49068366},{"trace":"../../content/renderer/renderer_main_platform_delegate_linux.cc trace-memory-ignore ","current_allocs":1,"current_bytes":5242880,"total_allocs":9,"total_bytes":5243765},{"trace":"../../ipc/ipc_channel_proxy.cc ChannelProxy::Context::OnDispatchMessage RenderWidget::OnUpdateRectAck RenderWidget::DoDeferredUpdate PaintRect ","current_allocs":156,"current_bytes":1089084,"total_allocs":2289,"total_bytes":4917431},{"trace":"../../ipc/ipc_channel_proxy.cc ChannelProxy::Context::OnDispatchMessage RenderWidget::OnUpdateRectAck RenderWidget::DoDeferredUpdate PaintRect ImageOperations::ResizeBasic ","current_allocs":57,"current_bytes":658241,"total_allocs":1176,"total_bytes":1162137},{"trace":"../../webkit/glue/webkitplatformsupport_impl.cc ","current_allocs":3631,"current_bytes":312985,"total_allocs":12246,"total_bytes":2069953},{"trace":"","current_allocs":1687,"current_bytes":310406,"total_allocs":6587,"total_bytes":669391},{"trace":"../../ipc/ipc_channel_proxy.cc ChannelProxy::Context::OnDispatchMessage v8.callChromeHiddenMethod ","current_allocs":3489,"current_bytes":258014,"total_allocs":27926,"total_bytes":5877174},{"trace":"../../webkit/glue/weburlloader_impl.cc ","current_allocs":173,"current_bytes":187752,"total_allocs":457,"total_bytes":371722},{"trace":"ChannelReader::DispatchInputData ","current_allocs":39,"current_bytes":101463,"total_allocs":1702,"total_bytes":538296},{"trace":"../../ipc/ipc_channel_proxy.cc ChannelProxy::Context::OnDispatchMessage RenderW (…)
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_utils_list.c 12 cxt->total_bytes = 0;
79 if((int32_t)end >= list->total_bytes) end = list->total_bytes;
83 while((int32_t)end < list->total_bytes)
87 if((int32_t)end >= list->total_bytes) end = list->total_bytes;
96 start = end = list->total_bytes+1;
100 start = end = list->total_bytes;
109 list->total_bytes -= sc_prefix_length;
130 if((list->num_items != 0) && ((int32_t)start < (list->total_bytes)) && ((int32_t)end <= (list->total_bytes))
    [all...]
viddec_pm_parser_ops.c 90 viddec_pm_utils_list_emit_slice_tags(&(cxt->list), start, cxt->list.total_bytes -1, &(cxt->emitter), cur_wkld, &wi);
148 if (end == VIDDEC_PARSE_INVALID_POS) end = (cxt->list.total_bytes -1);
viddec_pm_utils_bstream.c 30 data_remaining = cxt->list->total_bytes - (cxt->au_pos + (cxt->bstrm_buf.buf_index - cxt->bstrm_buf.buf_st));
63 if((int32_t)last_byte_offset_plus_one >= cxt->list->total_bytes)
82 val = (list->data[index].edpos <= (uint32_t)list->total_bytes) ? list->data[index].edpos: (uint32_t)list->total_bytes;
103 last_byte_offst = (list->data[*lst_index].edpos <= (uint32_t)list->total_bytes) ? list->data[*lst_index].edpos: (uint32_t)list->total_bytes;
254 last_byte_offst = (list->data[lst_index].edpos <= (uint32_t)list->total_bytes) ? list->data[lst_index].edpos: (uint32_t)list->total_bytes;
viddec_pm_tags.c 52 while((num_items < list->num_items) && (list->data[num_items].edpos <= (uint32_t)list->total_bytes))
61 && (list->data[num_items].edpos >= (uint32_t)list->total_bytes))
99 while((num_items < list->num_items) && (list->data[num_items].edpos <= (uint32_t)list->total_bytes))
143 while( (index < list->num_items) && (list->data[index].edpos <= (uint32_t)list->total_bytes))
148 if( (index < list->num_items) && (list->data[index].stpos < (uint32_t)list->total_bytes))
263 while( (index < list->num_items) && (list->data[index].edpos <= (uint32_t)list->total_bytes))
268 if( (index < list->num_items) && (list->data[index].stpos < (uint32_t)list->total_bytes))
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_list.h 32 int32_t total_bytes; /* total bytes for current access unit including first sc prefix*/ member in struct:__anon31062
  /device/google/contexthub/contexthubhal/
system_comms.cpp 145 range.total_bytes = info.flashUse;
150 range.total_bytes = info.ramUse;
240 .total_bytes = mi.sharedSz,
248 .total_bytes = mi.osSz,
256 .total_bytes = mi.eeSz,
264 .total_bytes = mi.ramSz,
  /system/connectivity/shill/net/
netlink_message.cc 255 int total_bytes = message_body_.GetLength(); local
258 string output = StringPrintf("%d bytes:", total_bytes);
259 for (int i = 0; i < total_bytes; ++i) {
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
du.py 220 total_bytes = 0
273 total_bytes += exp_bytes
279 self._PrintSummaryLine(total_bytes, 'total')
ls.py 385 total_bytes = 0
470 total_bytes += exp_bytes
475 (total_objs, total_bytes, MakeHumanReadable(float(total_bytes))))
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 362 static int total_bytes; variable
366 total_bytes += dbuf.dsize;
373 total_bytes = 0;
377 printf("%d records totalling %d bytes\n", count, total_bytes);
  /system/core/debuggerd/
utility.cpp 181 size_t total_bytes = start + bytes; local
189 if (current >= start && current + sizeof(uintptr_t) <= total_bytes) {
  /system/update_engine/
metrics.cc 384 int64_t total_bytes = 0; local
399 total_bytes += num_bytes_downloaded[i];
403 mbs = total_bytes / kNumBytesInOneMiB;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 193 public static final String TOTAL_BYTES = "total_bytes";
BluetoothOppTransferAdapter.java 102 long totalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES));
TestActivity.java 179 * updateValues.put(BluetoothShare.TOTAL_BYTES, 120000);
201 * BluetoothShare.TOTAL_BYTES, BluetoothShare.CURRENT_BYTES,
291 // updateValues.put(BluetoothShare.TOTAL_BYTES, "120000");
307 // updateValues.put(BluetoothShare.TOTAL_BYTES, "120000");
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
progress_callback.py 47 callback_func: Func of (int: processed_so_far, int: total_bytes)
  /external/opencv3/modules/videoio/src/
cap_dc1394_v2.cpp 108 out->total_bytes = out->image_bytes + out->padding_bytes;
121 if (out->total_bytes > out->allocated_image_bytes)
124 out->image = (uint8_t*)malloc(out->total_bytes * sizeof(uint8_t));
125 out->allocated_image_bytes = out->total_bytes;
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractPublicApiTest.java 193 fail("total_bytes should not be zero");
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.c 1600 size_t total_bytes = 0; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
btrfs.h 167 __u64 total_bytes; member in struct:btrfs_ioctl_dev_info_args
330 __u64 total_bytes; member in struct:btrfs_ioctl_space_info
  /development/ndk/platforms/android-21/include/linux/
btrfs.h 165 __u64 total_bytes; member in struct:btrfs_ioctl_dev_info_args
297 __u64 total_bytes; member in struct:btrfs_ioctl_space_info
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
s3put 134 def submit_cb(bytes_so_far, total_bytes):
135 print('%d bytes transferred / %d bytes total' % (bytes_so_far, total_bytes))
  /external/e2fsprogs/lib/blkid/
probe.h 641 __u64 total_bytes; member in struct:btrfs_dev_item
703 __u64 total_bytes; member in struct:btrfs_super_block

Completed in 716 milliseconds

1 2 3 4