Home
last modified time | relevance | path

Searched refs:PRINT_MACH_RESULT (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/mac/Framework/
DOnDemandServer.mm36 #define PRINT_MACH_RESULT(result_, message_) \ macro
44 PRINT_MACH_RESULT(result_, message_)
47 #define PRINT_MACH_RESULT(result_, message_) macro
87 PRINT_MACH_RESULT(kr, "task_get_bootstrap_port(): ");
183 PRINT_MACH_RESULT(kr, "Breakpad UNREGISTER : bootstrap_register() : ");
DBreakpad.mm749 PRINT_MACH_RESULT(result, "Breakpad: SendMessage ");
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.mm95 PRINT_MACH_RESULT(result, "Inspector: WaitForMessage()");
155 PRINT_MACH_RESULT(kr, "Inspector: bootstrap_check_in()");
174 PRINT_MACH_RESULT(kr,
185 PRINT_MACH_RESULT(kr, "Inspector: UNREGISTERING: bootstrap_register()");
253 PRINT_MACH_RESULT(result, "Inspector: key/value message");
352 PRINT_MACH_RESULT(result, "Inspector: sent acknowledgement");
/external/google-breakpad/src/common/mac/
DMachIPC.h98 #define PRINT_MACH_RESULT(result_, message_) \ macro