/external/chromium_org/net/disk_cache/ |
net_log_parameters.cc | 56 int buff_len, 62 dict->SetInteger("buff_len", buff_len); 117 int buff_len) { 118 return base::Bind(&NetLogSparseOperationCallback, offset, buff_len);
|
net_log_parameters.h | 46 int buff_len);
|
/external/qemu/telephony/ |
remote_call.c | 116 int buff_len; member in struct:RemoteCallRec 141 call->buff_len = 0; 207 rcall->buff_len = p - rcall->buff; 249 call->buff_len = p - call->buff; 294 call->from_port, call->to_port, call->buff_len - call->buff_pos ); 295 for (nn = call->buff_pos; nn < call->buff_len; nn++) { 314 call->buff_len - call->buff_pos ); 326 if (call->buff_pos >= call->buff_len) { 332 call->buff_len = strlen(call->buff);
|
/external/chromium/net/disk_cache/ |
net_log_parameters.cc | 59 int64 offset, int buff_len) 60 : offset_(offset), buff_len_(buff_len) { 68 dict->SetInteger("buff_len", buff_len_);
|
net_log_parameters.h | 65 SparseOperationParameters(int64 offset, int buff_len);
|
/hardware/libhardware/include/hardware/ |
fb.h | 137 void (*dump)(struct framebuffer_device_t* dev, char *buff, int buff_len);
|
gralloc.h | 293 void (*dump)(struct alloc_device_t *dev, char *buff, int buff_len);
|
hwcomposer.h | 562 void (*dump)(struct hwc_composer_device_1* dev, char *buff, int buff_len);
|
/external/compiler-rt/lib/asan/ |
asan_report.cc | 249 uptr buff_len) { 254 internal_strncat(buff, name, buff_len - 4); 260 uptr buff_len) { 264 return ThreadNameWithParenthesis(t, buff, buff_len);
|
/external/chromium/net/spdy/ |
spdy_test_util.h | 332 char* buff, int buff_len);
|
spdy_test_util.cc | [all...] |
/external/qemu/android/ |
console.c | 101 int buff_len; member in struct:ControlClientRec_ 524 client->buff[ client->buff_len ] = 0; 529 client->buff_len = 0; 533 if (client->buff_len >= sizeof(client->buff)-1) 534 client->buff_len = 0; 536 client->buff[ client->buff_len++ ] = ch; [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc.cpp | 569 void hwc_dump(struct hwc_composer_device_1* dev, char *buff, int buff_len) 586 strlcpy(buff, aBuf.string(), buff_len);
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc.cpp | 587 void hwc_dump(struct hwc_composer_device_1* dev, char *buff, int buff_len) 605 strlcpy(buff, aBuf.string(), buff_len);
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc.cpp | 570 void hwc_dump(struct hwc_composer_device_1* dev, char *buff, int buff_len) 587 strlcpy(buff, aBuf.string(), buff_len);
|
/external/chromium_org/net/spdy/ |
spdy_test_util_common.h | 105 char* buff, int buff_len);
|
spdy_test_util_common.cc | 190 char* buff, int buff_len) { 195 DCHECK_LE(total_len, buff_len); [all...] |
/external/srec/srec/include/ |
simapi.h | [all...] |
/hardware/samsung_slsi/exynos5/libhwc/ |
hwc.cpp | [all...] |
/hardware/ti/omap4xxx/hwc/ |
hwc.c | [all...] |