OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRINTD
(Results
1 - 2
of
2
) 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
...]
Completed in 98 milliseconds