HomeSort by relevance Sort by last modified time
    Searched refs:PRINTD (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 46 #define PRINTD(...) fprintf(stderr, __VA_ARGS__);
48 #define PRINTD(...) ((void)0)
179 PRINTD("+");
190 PRINTD("(%" PRIuS ")", largest_size_);
200 PRINTD("-");
295 PRINTD("(%d,%d)", max, index_of_max);
298 PRINTD("[%d]", static_cast<int>(now_time - pulse_time_));
299 PRINTD("[%d]", extra_delay);
308 PRINTD("-");
554 PRINTD("file name: %s\n", file_name.c_str())
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 49 #define PRINTD(...) fprintf(stderr, __VA_ARGS__);
51 #define PRINTD(...) ((void)0)
180 PRINTD("+");
193 PRINTD("(%" PRIuS ")", largest_size_);
203 PRINTD("-");
303 PRINTD("(%d,%d)", max, index_of_max);
306 PRINTD("[%d]", static_cast<int> (now_time - pulse_time_));
307 PRINTD("[%d]", extra_delay);
316 PRINTD("-");
    [all...]
  /external/toybox/kconfig/
zconf.tab.c_shipped 160 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
162 #define PRINTD 0x0001
165 int cdebug = PRINTD;
    [all...]

Completed in 93 milliseconds