Searched defs:DebugLog (Results 1 – 8 of 8) sorted by relevance
20 extern "C" void DebugLog(const char* s) { in DebugLog() function
41 extern "C" void DebugLog(const char* s) { fprintf(stderr, "%s", s); } in DebugLog() function
18 extern "C" void DebugLog(const char* s) { puts(s); } in DebugLog() function
20 extern "C" void DebugLog(const char* s) { EtaCspIoPrintf("%s", s); } in DebugLog() function
21 extern "C" void DebugLog(const char* s) { in DebugLog() function
21 public final class DebugLog { class24 private DebugLog() { in DebugLog() method in DebugLog
28 void DebugLog(const char* s) { am_util_stdio_printf("%s", s); } in DebugLog() function
54 void DebugLog(const char* s) { am_util_stdio_printf("%s", s); } in DebugLog() function