Searched refs:dump_type (Results 1 - 21 of 21) sorted by relevance

/external/libchrome/base/trace_event/
H A Dmemory_dump_request_args.cc13 const char* MemoryDumpTypeToString(const MemoryDumpType& dump_type) { argument
14 switch (dump_type) {
H A Dmemory_dump_request_args.h48 MemoryDumpType dump_type; member in struct:base::trace_event::MemoryDumpType::MemoryDumpLevelOfDetail::MemoryDumpRequestArgs
54 BASE_EXPORT const char* MemoryDumpTypeToString(const MemoryDumpType& dump_type);
H A Dmemory_dump_manager.h102 void RequestGlobalDump(MemoryDumpType dump_type,
107 void RequestGlobalDump(MemoryDumpType dump_type,
H A Dmemory_dump_manager.cc278 MemoryDumpType dump_type,
311 MemoryDumpRequestArgs args = {guid, dump_type, level_of_detail};
316 MemoryDumpType dump_type,
318 RequestGlobalDump(dump_type, level_of_detail, MemoryDumpCallback());
487 MemoryDumpTypeToString(pmd_async_state->req_args.dump_type);
277 RequestGlobalDump( MemoryDumpType dump_type, MemoryDumpLevelOfDetail level_of_detail, const MemoryDumpCallback& callback) argument
315 RequestGlobalDump( MemoryDumpType dump_type, MemoryDumpLevelOfDetail level_of_detail) argument
H A Dmemory_dump_manager_unittest.cc147 void RequestGlobalDumpAndWait(MemoryDumpType dump_type, argument
153 mdm_->RequestGlobalDump(dump_type, level_of_detail, callback);
/external/google-breakpad/src/client/windows/common/
H A Dipc_protocol.h107 dump_type(MiniDumpNormal),
130 dump_type(arg_dump_type),
148 MINIDUMP_TYPE dump_type; member in struct:google_breakpad::ProtocolMessage
/external/google-breakpad/src/client/windows/crash_generation/
H A Dclient_info.h51 MINIDUMP_TYPE dump_type,
61 MINIDUMP_TYPE dump_type() const { return dump_type_; } function in class:google_breakpad::ClientInfo
H A Dcrash_generation_client.h66 MINIDUMP_TYPE dump_type,
70 MINIDUMP_TYPE dump_type,
H A Dcrash_generation_client.cc95 MINIDUMP_TYPE dump_type,
99 dump_type_(dump_type),
115 MINIDUMP_TYPE dump_type,
119 dump_type_(dump_type),
93 CrashGenerationClient( const wchar_t* pipe_name, MINIDUMP_TYPE dump_type, const CustomClientInfo* custom_info) argument
113 CrashGenerationClient( HANDLE pipe_handle, MINIDUMP_TYPE dump_type, const CustomClientInfo* custom_info) argument
H A Dclient_info.cc40 MINIDUMP_TYPE dump_type,
47 dump_type_(dump_type),
38 ClientInfo(CrashGenerationServer* crash_server, DWORD pid, MINIDUMP_TYPE dump_type, DWORD* thread_id, EXCEPTION_POINTERS** ex_info, MDRawAssertionInfo* assert_info, const CustomClientInfo& custom_client_info) argument
H A Dminidump_generator.h54 // SetFullDumpFile or GenerateFullDumpFile() dump_type must include
63 const MINIDUMP_TYPE dump_type,
H A Dminidump_generator.cc259 const MINIDUMP_TYPE dump_type,
270 dump_type_(dump_type),
251 MinidumpGenerator( const std::wstring& dump_path, const HANDLE process_handle, const DWORD process_id, const DWORD thread_id, const DWORD requesting_thread_id, EXCEPTION_POINTERS* exception_pointers, MDRawAssertionInfo* assert_info, const MINIDUMP_TYPE dump_type, const bool is_client_pointers) argument
H A Dcrash_generation_server.cc429 msg_.dump_type,
923 client.dump_type(),
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test.h101 dump_type(FILE *fp, struct lp_type type);
H A Dlp_test_conv.c73 dump_type(fp, src_type);
76 dump_type(fp, dst_type);
89 dump_type(fp, src_type);
92 dump_type(fp, dst_type);
H A Dlp_test_main.c47 dump_type(FILE *fp, function
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.h183 MINIDUMP_TYPE dump_type,
194 MINIDUMP_TYPE dump_type,
292 MINIDUMP_TYPE dump_type,
H A Dexception_handler.cc66 MINIDUMP_TYPE dump_type,
74 dump_type,
86 MINIDUMP_TYPE dump_type,
94 dump_type,
108 // The dump_type, pipe_name and custom_info that are passed in to Initialize()
115 MiniDumpNormal, // dump_type - not used
145 MINIDUMP_TYPE dump_type,
159 dump_type_ = dump_type;
61 ExceptionHandler(const wstring& dump_path, FilterCallback filter, MinidumpCallback callback, void* callback_context, int handler_types, MINIDUMP_TYPE dump_type, const wchar_t* pipe_name, const CustomClientInfo* custom_info) argument
81 ExceptionHandler(const wstring& dump_path, FilterCallback filter, MinidumpCallback callback, void* callback_context, int handler_types, MINIDUMP_TYPE dump_type, HANDLE pipe_handle, const CustomClientInfo* custom_info) argument
139 Initialize( const wstring& dump_path, FilterCallback filter, MinidumpCallback callback, void* callback_context, int handler_types, MINIDUMP_TYPE dump_type, const wchar_t* pipe_name, HANDLE pipe_handle, CrashGenerationClient* crash_generation_client, const CustomClientInfo* custom_info) argument
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.py67 dump_type(self._instance + '.' + variable.name, variable.type)
146 dump_type(self.instance + '[%i]' % i, type_traits.base_type(self.type))
160 def dump_type(instance, type_): function
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml335 external dump_type : lltype -> unit = "llvm_dump_type"
H A Dllvm.mli487 (** [dump_type ty] prints the .ll representation of the type [ty] to standard
489 val dump_type : lltype -> unit var

Completed in 327 milliseconds