Searched refs:MINIDUMP_TYPE (Results 1 – 12 of 12) sorted by relevance
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_client.h | 66 MINIDUMP_TYPE dump_type, 70 MINIDUMP_TYPE dump_type, 150 MINIDUMP_TYPE dump_type_;
|
D | client_info.h | 51 MINIDUMP_TYPE dump_type, 61 MINIDUMP_TYPE dump_type() const { return dump_type_; } in dump_type() 112 MINIDUMP_TYPE dump_type_;
|
D | minidump_generator.h | 63 const MINIDUMP_TYPE dump_type, 105 MINIDUMP_TYPE DumpType, 162 MINIDUMP_TYPE dump_type_;
|
D | crash_generation_client.cc | 95 MINIDUMP_TYPE dump_type, in CrashGenerationClient() 115 MINIDUMP_TYPE dump_type, in CrashGenerationClient() 203 static_cast<MINIDUMP_TYPE>(NULL), NULL, NULL, NULL, in RequestUpload()
|
D | minidump_generator.cc | 259 const MINIDUMP_TYPE dump_type, in MinidumpGenerator() 431 static_cast<MINIDUMP_TYPE>((dump_type_ & (~MiniDumpNormal)) in WriteMinidump() 448 static_cast<MINIDUMP_TYPE>((dump_type_ & (~MiniDumpWithFullMemory)) in WriteMinidump()
|
D | client_info.cc | 40 MINIDUMP_TYPE dump_type, in ClientInfo()
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.h | 183 MINIDUMP_TYPE dump_type, 194 MINIDUMP_TYPE dump_type, 292 MINIDUMP_TYPE dump_type, 304 MINIDUMP_TYPE DumpType, 412 MINIDUMP_TYPE dump_type_;
|
D | exception_handler.cc | 66 MINIDUMP_TYPE dump_type, in ExceptionHandler() 86 MINIDUMP_TYPE dump_type, in ExceptionHandler() 145 MINIDUMP_TYPE dump_type, in Initialize()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | minidump_test.cc | 42 const MINIDUMP_TYPE kSmallDumpType = static_cast<MINIDUMP_TYPE>( 47 const MINIDUMP_TYPE kLargerDumpType = static_cast<MINIDUMP_TYPE>( 53 const MINIDUMP_TYPE kFullDumpType = static_cast<MINIDUMP_TYPE>( 114 static_cast<MINIDUMP_TYPE>(flags), in WriteDump()
|
D | exception_handler_test.cc | 69 const MINIDUMP_TYPE kFullDumpType = static_cast<MINIDUMP_TYPE>(
|
/external/google-breakpad/src/client/windows/common/ |
D | ipc_protocol.h | 120 MINIDUMP_TYPE arg_dump_type, in ProtocolMessage() 148 MINIDUMP_TYPE dump_type;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 1246 } MINIDUMP_TYPE; typedef 1257 …BOOL WINAPI MiniDumpWriteDump(HANDLE hProcess,DWORD ProcessId,HANDLE hFile,MINIDUMP_TYPE DumpType,…
|