HomeSort by relevance Sort by last modified time
    Searched full:test_log (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
neteq_stats_test.cc 24 TEST_LOG("Inspect these statistics and ensure they make sense.\n");
26 TEST_LOG(" currentAccelerateRate = %hu \n",
28 TEST_LOG(" currentBufferSize = %hu \n",
30 TEST_LOG(" currentDiscardRate = %hu \n",
32 TEST_LOG(" currentExpandRate = %hu \n",
34 TEST_LOG(" currentPacketLossRate = %hu \n",
36 TEST_LOG(" currentPreemptiveRate = %hu \n",
38 TEST_LOG(" preferredBufferSize = %hu \n",
40 TEST_LOG(" jitterPeaksFound = %i \n",
42 TEST_LOG(" clockDriftPPM = %i \n"
    [all...]
volume_test.cc 35 TEST_LOG("Failed to set microphone volume to %u.\n", volume);
47 TEST_LOG("Failed to get the microphone volume.");
58 TEST_LOG("Failed to %smute input.\n", enable ? "" : "un");
70 TEST_LOG("Failed to mute the input.");
137 TEST_LOG("Setting speaker volume to 0 out of 255.\n");
144 TEST_LOG("Setting speaker volume to 100 out of 255.\n");
156 TEST_LOG("Setting speaker volume to the original %d out of 255.\n",
171 TEST_LOG("Failed to get the microphone volume.");
187 TEST_LOG("Current microphone volume is %u.\n", original_volume);
189 TEST_LOG("Failed to fetch current microphone volume.\n")
    [all...]
dtmf_test.cc 17 TEST_LOG("Sending telephone events:\n");
21 TEST_LOG("%d ", i);
27 TEST_LOG("\n");
56 TEST_LOG("Disabling DTMF playout (no tone should be heard) \n");
61 TEST_LOG("Enabling DTMF playout (tone should be heard) \n");
72 TEST_LOG("Changing DTMF payload type.\n");
file_test.cc 37 TEST_LOG("Skipping test - running in slow execution environment...\n");
46 TEST_LOG("Recording to %s for 3 seconds.\n", recording_filename.c_str());
51 TEST_LOG("Playing back %s.\n", recording_filename.c_str());
70 TEST_LOG("Recording playout to %s.\n", recording_filename.c_str());
76 TEST_LOG("Playing back the recording in looping mode.\n");
external_media_test.cc 24 TEST_LOG("Back to normal.\n");
33 TEST_LOG("Enabling external media processing: audio should be affected.\n");
39 TEST_LOG("Enabling external media processing: audio should be affected.\n");
46 TEST_LOG("Speak and verify your voice is distorted.\n");
66 TEST_LOG("Verify that no sound is played out.\n");
72 TEST_LOG("Verify that sound is played out.\n");
file_before_streaming_test.cc 105 TEST_LOG("Playout is not started. File will not be played out.\n");
112 TEST_LOG("Playout is now started. File will be played out.\n");
117 TEST_LOG("Stop playing file. Only silence will be played out.\n");
123 TEST_LOG("Start playing file again. File will be played out.\n");
codec_test.cc 165 TEST_LOG("Skipping %s.\n", codec_instance_.plname);
172 TEST_LOG("%s (pt=%d): default packet size(%d), accepts sizes ",
187 TEST_LOG("%d ", packet_size);
193 TEST_LOG("\n");
rtp_rtcp_test.cc 49 TEST_LOG("%s", msg);
126 TEST_LOG("Skipping test - running in slow execution environment...\n");
mixing_test.cc 78 TEST_LOG("Playing %d local streams.\n", num_local_streams);
87 TEST_LOG("Playing %d remote streams.\n", num_remote_streams);
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_standard_test.cc 40 TEST_LOG("Supported sub APIs:\n\n");
42 TEST_LOG(" Base\n");
44 TEST_LOG(" Codec\n");
46 TEST_LOG(" Dtmf\n");
48 TEST_LOG(" ExternalMedia\n");
50 TEST_LOG(" File\n");
52 TEST_LOG(" Hardware\n");
54 TEST_LOG(" NetEqStats\n");
56 TEST_LOG(" Network\n");
58 TEST_LOG(" RTP_RTCP\n")
    [all...]
voe_test_defines.h 85 #define MARK() TEST_LOG("."); fflush(NULL); // Add test marker
86 #define ANL() TEST_LOG("\n") // Add New Line
87 #define AOK() TEST_LOG("[Test is OK]"); fflush(NULL); // Add OK
91 TEST_LOG("Press any key to continue..."); \
93 TEST_LOG("\n"); \
98 TEST_LOG("Continuing (pause not supported)\n"); \
104 TEST_LOG("Testing: %s", #s); \
154 TEST_LOG("\n>>> Excluding test at line: %i <<<\n\n",__LINE__); \
159 TEST_LOG("\n>>> Incomplete test at line: %i <<<\n\n",__LINE__); \
voe_test_common.h 17 #define TEST_LOG(...) \
23 #define TEST_LOG printf
voe_cpu_test.cc 87 TEST_LOG("\nMeasure CPU and memory while running a full-duplex"
voe_standard_test.h 130 TEST_LOG("ERROR: Failed to open input file!");
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
audio_device_test_func.cc 41 TEST_LOG("=========================================\n");
42 TEST_LOG("Func Test of the WebRtcAudioDevice Module\n");
43 TEST_LOG("=========================================\n\n");
56 TEST_LOG("---------------------------------------\n");
57 TEST_LOG("Select type of test\n\n");
58 TEST_LOG(" (0) Quit\n");
59 TEST_LOG(" (1) All\n");
60 TEST_LOG("- - - - - - - - - - - - - - - - - - - -\n");
61 TEST_LOG(" (2) Audio-layer selection\n");
62 TEST_LOG(" (3) Device enumeration\n")
    [all...]
func_test_manager.cc 73 TEST_LOG("\n[*** ERROR ***] => OnErrorIsReported(%d)\n \n", error);
80 TEST_LOG("\n[*** WARNING ***] => OnWarningIsReported(%d)\n \n", warning);
188 TEST_LOG("[0]");
195 TEST_LOG("[MAX]");
213 TEST_LOG("[MIN]");
220 TEST_LOG("[MAX]");
234 TEST_LOG("[MUTE ON]");
238 TEST_LOG("[MUTE OFF]");
251 TEST_LOG("[BOOST ON]");
255 TEST_LOG("[BOOST OFF]")
    [all...]
audio_device_test_defines.h 30 #define TEST_LOG(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
33 #define TEST_LOG printf
63 TEST_LOG(">> %d warnings <<\n\n", \
audio_device_test_api.cc 59 TEST_LOG("\n[*** ERROR ***] => OnErrorIsReported(%d)\n\n", error);
64 TEST_LOG("\n[*** WARNING ***] => OnWarningIsReported(%d)\n\n", warning);
101 TEST_LOG("-");
104 TEST_LOG("-|");
107 TEST_LOG("--");
125 TEST_LOG("+");
127 TEST_LOG("++");
183 TEST_LOG("WEBRTC_WINDOWS_CORE_AUDIO_BUILD is defined!\n\n");
198 TEST_LOG("WEBRTC_WINDOWS_CORE_AUDIO_BUILD is *not* defined!\n");
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/extended/
ec_metrics_test.cc 40 TEST_LOG("Speak into microphone and check metrics for 5 seconds...\n");
49 TEST_LOG(" Echo : ERL=%5d, ERLE=%5d, RERL=%5d, A_NLP=%5d [dB], "
73 TEST_LOG("Verify EC Delay metrics:");
80 TEST_LOG("Delay = %d, Delay Std = %d\n", delay, delay_std);
  /external/openfst/src/test/
algo_test.cc 24 // TEST_TROPICAL and TEST_LOG is recommended. More increase the
28 #define TEST_LOG
89 #ifdef TEST_LOG
94 #endif // TEST_LOG
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
before_streaming_fixture.cc 37 TEST_LOG("You need to speak manually into the microphone for this test.\n");
38 TEST_LOG("Please start speaking now.\n");
  /external/chromium_org/third_party/libxml/src/
runsuite.c 178 static void test_log(const char *msg, ...) { function
325 test_log("Failed to find test in correct line %ld\n",
349 test_log("Failed to detect incorect RNG line %ld\n",
362 test_log("Validation of tests starting line %ld leaked %d\n",
487 test_log("Failed to parse RNGtest line %ld\n",
518 test_log("Failed to parse valid instance line %ld\n",
531 test_log("Failed to validate valid instance line %ld\n",
535 test_log("Internal error validating instance line %ld\n",
543 test_log("Validation of instance line %ld leaked %d\n",
575 test_log("Failed to parse valid instance line %ld\n"
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-illegal-float-ops.ll 77 define void @test_log(float %float, double %double, fp128 %fp128) {
78 ; CHECK-LABEL: test_log:
illegal-float-ops.ll 77 define void @test_log(float %float, double %double, fp128 %fp128) {
78 ; CHECK-LABEL: test_log:
  /external/llvm/test/CodeGen/ARM/
2011-11-29-128bitArithmetics.ll 152 define void @test_log(<4 x float>* %X) nounwind {
154 ; CHECK-LABEL: test_log:

Completed in 522 milliseconds

1 2