Searched refs:DEBUG_LOG (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | op_macros.h | 24 #define DEBUG_LOG(x) \ macro 30 DEBUG_LOG("HALTED\n"); in InfiniteLoop() 43 #define DEBUG_LOG(x) \ macro 55 DEBUG_LOG(msg); \ 56 DEBUG_LOG("\nFATAL\n"); \
|
/external/webrtc/webrtc/test/ |
D | rtp_file_reader.cc | 31 # define DEBUG_LOG(text) macro 34 # define DEBUG_LOG(text) (printf(text "\n")) macro 142 DEBUG_LOG("ERROR: Can't read from file\n"); in Init() 147 DEBUG_LOG("ERROR: wrong rtpplay version, must be 1.0\n"); in Init() 152 DEBUG_LOG("ERROR: wrong RTPencode version, must be 1.0\n"); in Init() 156 DEBUG_LOG("ERROR: wrong file format of input file\n"); in Init() 462 DEBUG_LOG("Not recognized as RTP/RTCP"); in ReadPacket() 490 DEBUG_LOG("Recognized loopback frame"); in ReadPacketHeader() 504 DEBUG_LOG("Recognized ethernet 2 frame"); in ReadPacketHeader() 544 DEBUG_LOG("IP header is not IPv4"); in ReadXxpIpHeader() [all …]
|
/external/libvterm/src/ |
D | parser.c | 19 DEBUG_LOG("libvterm: Unhandled control 0x%02x\n", control); in do_control() 45 DEBUG_LOG("libvterm: Unhandled CSI %c\n", command); in do_csi() 61 DEBUG_LOG("libvterm: Unhandled escape ESC 0x%02x\n", command); in do_escape() 68 DEBUG_LOG("Truncating strbuffer preserve to %zd bytes\n", len); in append_strbuffer() 99 DEBUG_LOG("parser.c: TODO: No strbuffer _and_ no final fragment???\n"); in done_string() 109 DEBUG_LOG("libvterm: Unhandled OSC %.*s\n", (int)len, str); in done_string() 117 DEBUG_LOG("libvterm: Unhandled DCS %.*s\n", (int)len, str); in done_string() 223 DEBUG_LOG("TODO: Unhandled byte %02x in Escape\n", c); in vterm_input_write() 317 DEBUG_LOG("libvterm: Text callback did not consume any input\n"); in vterm_input_write()
|
D | vterm_internal.h | 15 # define DEBUG_LOG(...) fprintf(stderr, __VA_ARGS__) macro 17 # define DEBUG_LOG(...) macro
|
D | pen.c | 112 DEBUG_LOG("Unrecognised colour palette %d\n", palette); in lookup_colour() 123 DEBUG_LOG("Cannot set attr %d as it has type %d, not type %d\n", in setpenattr() 417 DEBUG_LOG("libvterm: Unhandled CSI SGR %lu\n", arg); in vterm_state_setpen()
|
D | vterm.c | 116 DEBUG_LOG("vterm_push_output(): buffer overflow; truncating output\n"); in vterm_push_output_bytes() 132 DEBUG_LOG("vterm_push_output(): buffer overflow; truncating output\n"); in vterm_push_output_vsprintf()
|
D | state.c | 28 DEBUG_LOG("libvterm: Unhandled putglyph U+%04x at (%d,%d)\n", chars[0], pos.col, pos.row); in putglyph() 308 DEBUG_LOG("libvterm: TODO: Skip over split char+combining\n"); in on_text() 707 DEBUG_LOG("libvterm: Unknown mode %d\n", num); in set_mode() 800 DEBUG_LOG("libvterm: Unknown DEC mode %d\n", num); in set_dec_mode()
|
D | screen.c | 152 DEBUG_LOG("TODO: Maybe merge damage for level %d\n", screen->damage_merge); in damagerect() 380 DEBUG_LOG("TODO: Just flush and redo damaged=" STRFrect " rect=" STRFrect "\n", in scrollrect()
|
/external/nos/host/generic/libnos_transport/ |
D | transport.c | 36 #define DEBUG_LOG 0 macro 61 #define NLOGD(...) do { if (DEBUG_LOG) { \
|