Home
last modified time | relevance | path

Searched refs:bytes_count (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc137 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()
Dcrash_generation_server.cc340 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 …]
Dcrash_generation_client.cc205 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/v8/src/profiler/
Dtick-sample.cc28 int bytes_count; in IsNoFrameRegion() member
57 for (Pattern* pattern = patterns; pattern->bytes_count; ++pattern) { in IsNoFrameRegion()
61 MSAN_MEMORY_IS_INITIALIZED(pc - offset, pattern->bytes_count); in IsNoFrameRegion()
62 if (!memcmp(pc - offset, pattern->bytes, pattern->bytes_count)) in IsNoFrameRegion()
69 MSAN_MEMORY_IS_INITIALIZED(pc, pattern->bytes_count - offset); in IsNoFrameRegion()
70 if (!memcmp(pc, pattern->bytes + offset, pattern->bytes_count - offset)) in IsNoFrameRegion()
/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc184 DWORD bytes_count = 0; in DoFaultyClient() local
190 &bytes_count, in DoFaultyClient()
204 &bytes_count, in DoFaultyClient()
228 &bytes_count, in DoFaultyClient()