Home
last modified time | relevance | path

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

/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/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc95 MINIDUMP_TYPE dump_type, in CrashGenerationClient() argument
99 dump_type_(dump_type), in CrashGenerationClient()
115 MINIDUMP_TYPE dump_type, in CrashGenerationClient() argument
119 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()
Dminidump_generator.h63 const MINIDUMP_TYPE dump_type,
Dminidump_generator.cc259 const MINIDUMP_TYPE dump_type, in MinidumpGenerator() argument
270 dump_type_(dump_type), in MinidumpGenerator()
Dcrash_generation_server.cc429 msg_.dump_type, in HandleReadDoneState()
923 client.dump_type(), in GenerateDump()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h183 MINIDUMP_TYPE dump_type,
194 MINIDUMP_TYPE dump_type,
292 MINIDUMP_TYPE dump_type,
Dexception_handler.cc66 MINIDUMP_TYPE dump_type, in ExceptionHandler() argument
74 dump_type, in ExceptionHandler()
86 MINIDUMP_TYPE dump_type, in ExceptionHandler() argument
94 dump_type, in ExceptionHandler()
145 MINIDUMP_TYPE dump_type, in Initialize() argument
159 dump_type_ = dump_type; in Initialize()
/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/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/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml423 external dump_type : lltype -> unit = "llvm_dump_type"
Dllvm.mli534 (** [dump_type ty] prints the .ll representation of the type [ty] to standard
536 val dump_type : lltype -> unit val