/external/google-breakpad/src/client/windows/crash_generation/ |
client_info.cc | 137 SIZE_T bytes_count = 0; local 142 &bytes_count)) { 146 return bytes_count == sizeof(*ex_info); 150 SIZE_T bytes_count = 0; local 155 &bytes_count)) { 159 return bytes_count == sizeof(*thread_id); 186 SIZE_T bytes_count = 0; 206 &bytes_count)) { 211 return (bytes_count == read_count);
|
crash_generation_server.cc | 340 DWORD bytes_count = 0; local 343 &bytes_count, 363 DWORD bytes_count = 0; local 368 &bytes_count, 391 DWORD bytes_count = 0; local 394 &bytes_count, 396 if (success && bytes_count == sizeof(ProtocolMessage)) { 466 DWORD bytes_count = 0; local 469 &bytes_count, 487 DWORD bytes_count = 0 local 509 DWORD bytes_count = 0; local 693 DWORD bytes_count = 0; local [all...] |
crash_generation_client.cc | 71 DWORD* bytes_count, 80 bytes_count, 89 return ReadFile(pipe, out_buffer, out_size, bytes_count, NULL) != FALSE; 205 DWORD bytes_count = 0; local 206 bool success = WriteFile(pipe, &msg, sizeof(msg), &bytes_count, NULL) != 0; 241 DWORD bytes_count = 0; local 250 &bytes_count, 262 if (!WriteFile(pipe, &ack_msg, sizeof(ack_msg), &bytes_count, NULL)) {
|
/external/google-breakpad/src/client/windows/unittests/ |
crash_generation_server_test.cc | 184 DWORD bytes_count = 0; local 190 &bytes_count, 204 &bytes_count, 228 &bytes_count,
|
/external/v8/src/profiler/ |
sampler.cc | 189 int bytes_count; member in struct:v8::internal::__anon25140::Pattern 218 for (Pattern* pattern = patterns; pattern->bytes_count; ++pattern) { 222 MSAN_MEMORY_IS_INITIALIZED(pc - offset, pattern->bytes_count); 223 if (!memcmp(pc - offset, pattern->bytes, pattern->bytes_count)) 230 MSAN_MEMORY_IS_INITIALIZED(pc, pattern->bytes_count - offset); 231 if (!memcmp(pc, pattern->bytes + offset, pattern->bytes_count - offset))
|
/external/libnfc-nci/src/nfc/int/ |
rw_int.h | 335 UINT16 bytes_count; /* No. of bytes remaining to collect during tlv detect */ member in struct:__anon17377 [all...] |