Home
last modified time | relevance | path

Searched refs:MINIDUMP_TYPE (Results 1 – 14 of 14) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc42 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()
Dexception_handler_test.cc69 const MINIDUMP_TYPE kFullDumpType = static_cast<MINIDUMP_TYPE>(
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h183 MINIDUMP_TYPE dump_type,
194 MINIDUMP_TYPE dump_type,
292 MINIDUMP_TYPE dump_type,
304 MINIDUMP_TYPE DumpType,
412 MINIDUMP_TYPE dump_type_;
Dexception_handler.cc66 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/crash_generation/
Dcrash_generation_client.h66 MINIDUMP_TYPE dump_type,
70 MINIDUMP_TYPE dump_type,
150 MINIDUMP_TYPE dump_type_;
Dclient_info.h51 MINIDUMP_TYPE dump_type,
61 MINIDUMP_TYPE dump_type() const { return dump_type_; } in dump_type()
112 MINIDUMP_TYPE dump_type_;
Dminidump_generator.h63 const MINIDUMP_TYPE dump_type,
105 MINIDUMP_TYPE DumpType,
162 MINIDUMP_TYPE dump_type_;
Dcrash_generation_client.cc95 MINIDUMP_TYPE dump_type, in CrashGenerationClient()
115 MINIDUMP_TYPE dump_type, in CrashGenerationClient()
203 static_cast<MINIDUMP_TYPE>(NULL), NULL, NULL, NULL, in RequestUpload()
Dminidump_generator.cc259 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()
Dclient_info.cc40 MINIDUMP_TYPE dump_type, in ClientInfo()
/external/google-breakpad/src/client/windows/common/
Dipc_protocol.h120 MINIDUMP_TYPE arg_dump_type, in ProtocolMessage()
148 MINIDUMP_TYPE dump_type;
/external/llvm/lib/Support/Windows/
DSignals.inc124 typedef BOOL(WINAPI *fpMiniDumpWriteDump)(HANDLE, DWORD, HANDLE, MINIDUMP_TYPE,
640 /// \brief Populate ResultType with a valid MINIDUMP_TYPE based on the value of
650 /// containing a bitwise combination of MINIDUMP_TYPE values.
653 static bool GetDumpType(HKEY Key, MINIDUMP_TYPE &ResultType) {
672 ResultType = static_cast<MINIDUMP_TYPE>(Flags);
730 MINIDUMP_TYPE DumpType;
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc125 typedef BOOL(WINAPI *fpMiniDumpWriteDump)(HANDLE, DWORD, HANDLE, MINIDUMP_TYPE,
641 /// \brief Populate ResultType with a valid MINIDUMP_TYPE based on the value of
651 /// containing a bitwise combination of MINIDUMP_TYPE values.
654 static bool GetDumpType(HKEY Key, MINIDUMP_TYPE &ResultType) {
673 ResultType = static_cast<MINIDUMP_TYPE>(Flags);
731 MINIDUMP_TYPE DumpType;
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1246 } MINIDUMP_TYPE; typedef
1257 …BOOL WINAPI MiniDumpWriteDump(HANDLE hProcess,DWORD ProcessId,HANDLE hFile,MINIDUMP_TYPE DumpType,…