Home
last modified time | relevance | path

Searched refs:dump_type (Results 1 – 24 of 24) sorted by relevance

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h183 MINIDUMP_TYPE dump_type,
194 MINIDUMP_TYPE dump_type,
242 MINIDUMP_TYPE dump_type = MiniDumpNormal);
254 MINIDUMP_TYPE dump_type = MiniDumpNormal);
294 MINIDUMP_TYPE dump_type,
Dexception_handler.cc65 MINIDUMP_TYPE dump_type, in ExceptionHandler() argument
73 dump_type, in ExceptionHandler()
85 MINIDUMP_TYPE dump_type, in ExceptionHandler() argument
93 dump_type, in ExceptionHandler()
144 MINIDUMP_TYPE dump_type, in Initialize() argument
158 dump_type_ = dump_type; in Initialize()
771 MINIDUMP_TYPE dump_type) { in WriteMinidump() argument
773 HANDLER_NONE, dump_type, (HANDLE)NULL, NULL); in WriteMinidump()
783 MINIDUMP_TYPE dump_type) { in WriteMinidumpForChild() argument
816 HANDLER_NONE, dump_type, (HANDLE)NULL, NULL); in WriteMinidumpForChild()
/external/google-breakpad/src/client/windows/common/
Dipc_protocol.h107 dump_type(MiniDumpNormal), in ProtocolMessage()
130 dump_type(arg_dump_type), in ProtocolMessage()
148 MINIDUMP_TYPE dump_type; member
/external/libchrome/base/trace_event/
Dmemory_dump_manager_test_utils.h16 base::trace_event::MemoryDumpType dump_type, in RequestGlobalDumpForInProcessTesting() argument
18 MemoryDumpRequestArgs local_args = {0 /* dump_guid */, dump_type, in RequestGlobalDumpForInProcessTesting()
Dmemory_dump_request_args.cc13 const char* MemoryDumpTypeToString(const MemoryDumpType& dump_type) { in MemoryDumpTypeToString() argument
14 switch (dump_type) { in MemoryDumpTypeToString()
Dmemory_dump_request_args.h69 MemoryDumpType dump_type; member
88 BASE_EXPORT const char* MemoryDumpTypeToString(const MemoryDumpType& dump_type);
Dmemory_dump_manager.cc60 MemoryDumpType dump_type, in DoGlobalDumpWithoutCallback() argument
62 global_dump_fn.Run(dump_type, level_of_detail); in DoGlobalDumpWithoutCallback()
Dmemory_dump_manager_unittest.cc201 bool RequestProcessDumpAndWait(MemoryDumpType dump_type, in RequestProcessDumpAndWait() argument
207 MemoryDumpRequestArgs request_args{test_guid, dump_type, level_of_detail}; in RequestProcessDumpAndWait()
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc95 MINIDUMP_TYPE dump_type, in CrashGenerationClient() argument
100 dump_type_(dump_type), in CrashGenerationClient()
115 MINIDUMP_TYPE dump_type, in CrashGenerationClient() argument
120 dump_type_(dump_type), in CrashGenerationClient()
Dcrash_generation_client.h66 MINIDUMP_TYPE dump_type,
70 MINIDUMP_TYPE dump_type,
Dclient_info.h51 MINIDUMP_TYPE dump_type,
61 MINIDUMP_TYPE dump_type() const { return dump_type_; } in dump_type() function
Dclient_info.cc40 MINIDUMP_TYPE dump_type, in ClientInfo() argument
47 dump_type_(dump_type), in ClientInfo()
Dcrash_generation_server.cc429 msg_.dump_type, in HandleReadDoneState()
923 client.dump_type(), in GenerateDump()
933 if (client.dump_type() & MiniDumpWithFullMemory) { in GenerateDump()
Dminidump_generator.h63 const MINIDUMP_TYPE dump_type,
Dminidump_generator.cc259 const MINIDUMP_TYPE dump_type, in MinidumpGenerator() argument
271 dump_type_(dump_type), in MinidumpGenerator()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py66 dump_type(self._instance + '.' + variable.name, variable.type)
145 dump_type(self.instance + '[%i]' % i, type_traits.base_type(self.type))
159 def dump_type(instance, type_): function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_conv.c73 dump_type(fp, src_type); in write_tsv_row()
76 dump_type(fp, dst_type); in write_tsv_row()
89 dump_type(fp, src_type); in dump_conv_types()
92 dump_type(fp, dst_type); in dump_conv_types()
Dlp_test.h100 dump_type(FILE *fp, struct lp_type type);
Dlp_test_main.c47 dump_type(FILE *fp, in dump_type() function
/external/google-breakpad/docs/
Dwindows_client_integration.md25 MINIDUMP_TYPE dump_type,
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml357 external dump_type : lltype -> unit = "llvm_dump_type"
Dllvm.mli513 (** [dump_type ty] prints the .ll representation of the type [ty] to standard
515 val dump_type : lltype -> unit val
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.ml433 external dump_type : lltype -> unit = "llvm_dump_type"
Dllvm.mli544 (** [dump_type ty] prints the .ll representation of the type [ty] to standard
546 val dump_type : lltype -> unit val