Searched refs:bytes_count (Results 1 – 8 of 8) sorted by relevance
/external/google-breakpad/src/client/windows/crash_generation/ |
D | client_info.cc | 137 SIZE_T bytes_count = 0; in GetClientExceptionInfo() local 142 &bytes_count)) { in GetClientExceptionInfo() 146 return bytes_count == sizeof(*ex_info); in GetClientExceptionInfo() 150 SIZE_T bytes_count = 0; in GetClientThreadId() local 155 &bytes_count)) { in GetClientThreadId() 159 return bytes_count == sizeof(*thread_id); in GetClientThreadId() 186 SIZE_T bytes_count = 0; in PopulateCustomInfo() local 206 &bytes_count)) { in PopulateCustomInfo() 211 return (bytes_count == read_count); in PopulateCustomInfo()
|
D | crash_generation_server.cc | 340 DWORD bytes_count = 0; in HandleConnectingState() local 343 &bytes_count, in HandleConnectingState() 363 DWORD bytes_count = 0; in HandleConnectedState() local 368 &bytes_count, in HandleConnectedState() 391 DWORD bytes_count = 0; in HandleReadingState() local 394 &bytes_count, in HandleReadingState() 396 if (success && bytes_count == sizeof(ProtocolMessage)) { in HandleReadingState() 466 DWORD bytes_count = 0; in HandleWritingState() local 469 &bytes_count, in HandleWritingState() 487 DWORD bytes_count = 0; in HandleWriteDoneState() local [all …]
|
D | crash_generation_client.cc | 205 DWORD bytes_count = 0; in RequestUpload() local 206 bool success = WriteFile(pipe, &msg, sizeof(msg), &bytes_count, NULL) != 0; in RequestUpload() 241 DWORD bytes_count = 0; in RegisterClient() local 250 &bytes_count, in RegisterClient() 262 if (!WriteFile(pipe, &ack_msg, sizeof(ack_msg), &bytes_count, NULL)) { in RegisterClient()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | crash_generation_server_test.cc | 184 DWORD bytes_count = 0; in DoFaultyClient() local 190 &bytes_count, in DoFaultyClient() 204 &bytes_count, in DoFaultyClient() 228 &bytes_count, in DoFaultyClient()
|
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t1t_ndef.c | 912 UINT16 bytes_count = 0; in rw_t1t_handle_tlv_detect_rsp() local 1007 bytes_count = p_t1t->ndef_msg_len; in rw_t1t_handle_tlv_detect_rsp() 1021 bytes_count = len; in rw_t1t_handle_tlv_detect_rsp() 1040 bytes_count = T1T_DEFAULT_TLV_LEN; in rw_t1t_handle_tlv_detect_rsp() 1056 bytes_count = (UINT8) p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp() 1064 bytes_count = (bytes_count << 8) + p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp() 1067 p_t1t->ndef_msg_len = bytes_count; in rw_t1t_handle_tlv_detect_rsp() 1077 if ((bytes_count == p_t1t->ndef_msg_len) && (p_t1t->tlv_detect == TAG_NDEF_TLV)) in rw_t1t_handle_tlv_detect_rsp() 1082 if (bytes_count > 0) in rw_t1t_handle_tlv_detect_rsp() 1083 bytes_count--; in rw_t1t_handle_tlv_detect_rsp() [all …]
|
D | rw_t2t_ndef.c | 549 p_t2t->bytes_count = p_t2t->ndef_msg_len; in rw_t2t_handle_tlv_detect_rsp() 564 p_t2t->bytes_count = p_t2t->prop_msg_len; in rw_t2t_handle_tlv_detect_rsp() 583 p_t2t->bytes_count = TAG_DEFAULT_TLV_LEN; in rw_t2t_handle_tlv_detect_rsp() 600 p_t2t->bytes_count = (UINT8) p_data[offset]; in rw_t2t_handle_tlv_detect_rsp() 609 p_t2t->bytes_count = (p_t2t->bytes_count << 8) + p_data[offset]; in rw_t2t_handle_tlv_detect_rsp() 612 p_t2t->ndef_msg_len = p_t2t->bytes_count; in rw_t2t_handle_tlv_detect_rsp() 616 p_t2t->prop_msg_len = p_t2t->bytes_count; in rw_t2t_handle_tlv_detect_rsp() 626 if ( (p_t2t->bytes_count == p_t2t->ndef_msg_len) in rw_t2t_handle_tlv_detect_rsp() 633 if (p_t2t->bytes_count > 0) in rw_t2t_handle_tlv_detect_rsp() 634 p_t2t->bytes_count--; in rw_t2t_handle_tlv_detect_rsp() [all …]
|
/external/v8/src/profiler/ |
D | sampler.cc | 189 int bytes_count; in IsNoFrameRegion() member 218 for (Pattern* pattern = patterns; pattern->bytes_count; ++pattern) { in IsNoFrameRegion() 222 MSAN_MEMORY_IS_INITIALIZED(pc - offset, pattern->bytes_count); in IsNoFrameRegion() 223 if (!memcmp(pc - offset, pattern->bytes, pattern->bytes_count)) in IsNoFrameRegion() 230 MSAN_MEMORY_IS_INITIALIZED(pc, pattern->bytes_count - offset); in IsNoFrameRegion() 231 if (!memcmp(pc, pattern->bytes + offset, pattern->bytes_count - offset)) in IsNoFrameRegion()
|
/external/libnfc-nci/src/nfc/int/ |
D | rw_int.h | 335 …UINT16 bytes_count; /* No. of bytes remaining to collect durin… member
|