/system/connectivity/shill/net/ |
netlink_attribute.cc | 1065 int total_bytes = data_.GetLength(); local 1068 *output = StringPrintf("%d bytes:", total_bytes); 1069 for (int i = 0; i < total_bytes; ++i) { [all...] |
/system/update_engine/payload_generator/ |
delta_diff_utils.cc | 105 // MOVE operations. The value of |total_bytes| indicates the actual length of 111 const size_t total_bytes) { 150 if (do_remove && (nonfull_block_bytes = total_bytes % kBlockSize))
|
/external/fio/ |
backend.c | 722 uint64_t total_bytes, bytes_issued = 0; local 731 total_bytes = td->o.size; 737 total_bytes = max(total_bytes, (uint64_t) td->o.io_limit); 745 total_bytes += td->o.size; 773 if (bytes_issued >= total_bytes) [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
vbp_utils.c | 344 cxt->list.total_bytes = cxt->list.data[i].edpos - cxt->list.data[i].stpos;
|
/hardware/libhardware/include/hardware/ |
context_hub.h | 116 uint32_t total_bytes; member in struct:mem_range_t
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_audio.h | 428 uint32_t total_bytes; /* Length in bytes used by buffer */ member in struct:msm_acdb_cmd_device
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_audio.h | 431 uint32_t total_bytes; /* Length in bytes used by buffer */ member in struct:msm_acdb_cmd_device
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppReceiveFileInfo.java | 97 BluetoothShare.FILENAME_HINT, BluetoothShare.TOTAL_BYTES, BluetoothShare.MIMETYPE
|
BluetoothOppTransferHistory.java | 123 BluetoothShare.TOTAL_BYTES, BluetoothShare._DATA, BluetoothShare.TIMESTAMP,
|
BluetoothOppObexClientSession.java | 328 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);
|
BluetoothOppObexServerSession.java | 266 values.put(BluetoothShare.TOTAL_BYTES, length);
|
BluetoothOppUtility.java | 91 .getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES));
|
BluetoothOppService.java | 581 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)), 733 info.mTotalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); [all...] |
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/ |
DownloadAppTestHelper.java | 230 values.put("total_bytes", length);
|
/external/squashfs-tools/squashfs-tools/ |
mksquashfs.c | 131 long long bytes = 0, total_bytes = 0; variable 401 total_bytes = stotal_bytes; [all...] |
/art/runtime/gc/allocator/ |
rosalloc.cc | 483 const size_t total_bytes = num_pages * kPageSize; local 484 *bytes_allocated = total_bytes; 485 *usable_size = total_bytes; 486 *bytes_tl_bulk_allocated = total_bytes; 494 CHECK_EQ(total_bytes % sizeof(uintptr_t), 0U); 496 for (size_t i = 0; i < total_bytes / sizeof(uintptr_t); ++i) { [all...] |
/system/update_engine/ |
payload_state.cc | 671 int64_t total_bytes = 0; local 692 total_bytes += bytes; 699 download_overhead_percentage = (total_bytes - successful_bytes) * 100ULL / [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_audio.h | 341 uint32_t total_bytes; member in struct:msm_acdb_cmd_device
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
msm_audio.h | 387 uint32_t total_bytes; member in struct:msm_acdb_cmd_device
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
msm_audio.h | 390 uint32_t total_bytes; member in struct:msm_acdb_cmd_device
|
/hardware/qcom/msm8x26/kernel-headers/linux/ |
msm_audio.h | 380 uint32_t total_bytes; member in struct:msm_acdb_cmd_device
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
msm_audio.h | 380 uint32_t total_bytes; member in struct:msm_acdb_cmd_device
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
omx_vdec_test.cpp | 2979 unsigned int code = 0, total_bytes = 0; local 3090 static unsigned long long int total_bytes = 0; local [all...] |
/packages/providers/DownloadProvider/docs/ |
index.html | 239 <tr><td > <code>TOTAL_BYTES</code> </td><td > Needs to be visible so that the app can display a progress bar. No obvious security concern. Intended to be visible by 3rd-party download UIs. </td></tr> 240 <tr><td > <code>CURRENT_BYTES</code> </td><td > See <code>TOTAL_BYTES</code>. </td></tr> [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
omx_vdec_test.cpp | 3277 unsigned int code = 0, total_bytes = 0; local 3379 static unsigned long long int total_bytes = 0; local [all...] |