Searched refs:PRINTD (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/ios/ |
D | audio_device_unittest_ios.cc | 46 #define PRINTD(...) fprintf(stderr, __VA_ARGS__); macro 48 #define PRINTD(...) ((void)0) macro 179 PRINTD("+"); in Write() 190 PRINTD("(%" PRIuS ")", largest_size_); in Write() 200 PRINTD("-"); in Read() 295 PRINTD("(%d,%d)", max, index_of_max); in Write() 298 PRINTD("[%d]", static_cast<int>(now_time - pulse_time_)); in Write() 299 PRINTD("[%d]", extra_delay); in Write() 308 PRINTD("-"); in Write() 554 PRINTD("file name: %s\n", file_name.c_str()); in GetFileName() [all …]
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_device_unittest.cc | 49 #define PRINTD(...) fprintf(stderr, __VA_ARGS__); macro 51 #define PRINTD(...) ((void)0) macro 180 PRINTD("+"); in Write() 193 PRINTD("(%" PRIuS ")", largest_size_); in Write() 203 PRINTD("-"); in Read() 303 PRINTD("(%d,%d)", max, index_of_max); in Write() 306 PRINTD("[%d]", static_cast<int> (now_time - pulse_time_)); in Write() 307 PRINTD("[%d]", extra_delay); in Write() 316 PRINTD("-"); in Write()
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 162 #define PRINTD 0x0001 165 int cdebug = PRINTD;
|