/external/webrtc/webrtc/modules/audio_device/test/ |
D | audio_device_test_func.cc | 41 TEST_LOG("=========================================\n"); in func_test() 42 TEST_LOG("Func Test of the WebRtcAudioDevice Module\n"); in func_test() 43 TEST_LOG("=========================================\n\n"); in func_test() 56 TEST_LOG("---------------------------------------\n"); in func_test() 57 TEST_LOG("Select type of test\n\n"); in func_test() 58 TEST_LOG(" (0) Quit\n"); in func_test() 59 TEST_LOG(" (1) All\n"); in func_test() 60 TEST_LOG("- - - - - - - - - - - - - - - - - - - -\n"); in func_test() 61 TEST_LOG(" (2) Audio-layer selection\n"); in func_test() 62 TEST_LOG(" (3) Device enumeration\n"); in func_test() [all …]
|
D | func_test_manager.cc | 123 TEST_LOG("\n[*** ERROR ***] => OnErrorIsReported(%d)\n \n", error); in OnErrorIsReported() 130 TEST_LOG("\n[*** WARNING ***] => OnWarningIsReported(%d)\n \n", warning); in OnWarningIsReported() 238 TEST_LOG("[0]"); in RecordedDataIsAvailable() 245 TEST_LOG("[MAX]"); in RecordedDataIsAvailable() 263 TEST_LOG("[MIN]"); in RecordedDataIsAvailable() 270 TEST_LOG("[MAX]"); in RecordedDataIsAvailable() 284 TEST_LOG("[MUTE ON]"); in RecordedDataIsAvailable() 288 TEST_LOG("[MUTE OFF]"); in RecordedDataIsAvailable() 301 TEST_LOG("[BOOST ON]"); in RecordedDataIsAvailable() 305 TEST_LOG("[BOOST OFF]"); in RecordedDataIsAvailable() [all …]
|
D | audio_device_test_defines.h | 30 #define TEST_LOG(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro 33 #define TEST_LOG printf macro 63 TEST_LOG(">> %d warnings <<\n\n", \
|
D | audio_device_test_api.cc | 58 TEST_LOG("\n[*** ERROR ***] => OnErrorIsReported(%d)\n\n", error); in OnErrorIsReported() 63 TEST_LOG("\n[*** WARNING ***] => OnWarningIsReported(%d)\n\n", warning); in OnWarningIsReported() 99 TEST_LOG("-"); in RecordedDataIsAvailable() 102 TEST_LOG("-|"); in RecordedDataIsAvailable() 105 TEST_LOG("--"); in RecordedDataIsAvailable() 122 TEST_LOG("+"); in NeedMorePlayData() 124 TEST_LOG("++"); in NeedMorePlayData() 157 TEST_LOG("WEBRTC_WINDOWS_CORE_AUDIO_BUILD is defined!\n\n"); in SetUpTestCase() 172 TEST_LOG("WEBRTC_WINDOWS_CORE_AUDIO_BUILD is *not* defined!\n"); in SetUpTestCase() 1709 TEST_LOG("Recording sample rate is %u\n\n", sampleRate); in TEST_F() [all …]
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_standard_test.cc | 40 TEST_LOG("Supported sub APIs:\n\n"); in DisplayStatus() 42 TEST_LOG(" Base\n"); in DisplayStatus() 44 TEST_LOG(" Codec\n"); in DisplayStatus() 46 TEST_LOG(" Dtmf\n"); in DisplayStatus() 48 TEST_LOG(" ExternalMedia\n"); in DisplayStatus() 50 TEST_LOG(" File\n"); in DisplayStatus() 52 TEST_LOG(" Hardware\n"); in DisplayStatus() 54 TEST_LOG(" NetEqStats\n"); in DisplayStatus() 56 TEST_LOG(" Network\n"); in DisplayStatus() 58 TEST_LOG(" RTP_RTCP\n"); in DisplayStatus() [all …]
|
D | 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__); \
|
D | voe_test_common.h | 17 #define TEST_LOG(...) \ macro 23 #define TEST_LOG printf macro
|
D | voe_cpu_test.cc | 87 TEST_LOG("\nMeasure CPU and memory while running a full-duplex" in DoTest()
|
D | voe_standard_test.h | 129 TEST_LOG("ERROR: Failed to open input file!"); in AudioFilename()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | neteq_stats_test.cc | 24 TEST_LOG("Inspect these statistics and ensure they make sense.\n"); in TEST_F() 26 TEST_LOG(" currentAccelerateRate = %hu \n", in TEST_F() 28 TEST_LOG(" currentBufferSize = %hu \n", in TEST_F() 30 TEST_LOG(" currentSecondaryDecodedRate = %hu \n", in TEST_F() 32 TEST_LOG(" currentDiscardRate = %hu \n", in TEST_F() 34 TEST_LOG(" currentExpandRate = %hu \n", in TEST_F() 36 TEST_LOG(" currentPacketLossRate = %hu \n", in TEST_F() 38 TEST_LOG(" currentPreemptiveRate = %hu \n", in TEST_F() 40 TEST_LOG(" currentSpeechExpandRate = %hu \n", in TEST_F() 42 TEST_LOG(" preferredBufferSize = %hu \n", in TEST_F() [all …]
|
D | volume_test.cc | 35 TEST_LOG("Failed to set microphone volume to %u.\n", volume); in SetAndVerifyMicVolume() 47 TEST_LOG("Failed to get the microphone volume."); in SetAndVerifyMicVolume() 58 TEST_LOG("Failed to %smute input.\n", enable ? "" : "un"); in SetAndVerifyInputMute() 70 TEST_LOG("Failed to mute the input."); in SetAndVerifyInputMute() 137 TEST_LOG("Setting speaker volume to 0 out of 255.\n"); in TEST_F() 144 TEST_LOG("Setting speaker volume to 100 out of 255.\n"); in TEST_F() 156 TEST_LOG("Setting speaker volume to the original %d out of 255.\n", in TEST_F() 171 TEST_LOG("Failed to get the microphone volume."); in TEST_F() 187 TEST_LOG("Current microphone volume is %u.\n", original_volume); in TEST_F() 189 TEST_LOG("Failed to fetch current microphone volume.\n"); in TEST_F() [all …]
|
D | 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()); in TEST_F() 76 TEST_LOG("Playing back the recording in looping mode.\n"); in TEST_F()
|
D | external_media_test.cc | 25 TEST_LOG("Back to normal.\n"); in TestRegisterExternalMedia() 34 TEST_LOG("Enabling external media processing: audio should be affected.\n"); in TEST_F() 40 TEST_LOG("Enabling external media processing: audio should be affected.\n"); in TEST_F() 47 TEST_LOG("Speak and verify your voice is distorted.\n"); in TEST_F() 67 TEST_LOG("Verify that no sound is played out.\n"); in TEST_F() 73 TEST_LOG("Verify that sound is played out.\n"); in TEST_F()
|
D | dtmf_test.cc | 17 TEST_LOG("Sending telephone events:\n"); in RunSixteenDtmfEvents() 21 TEST_LOG("%d ", i); in RunSixteenDtmfEvents() 27 TEST_LOG("\n"); in RunSixteenDtmfEvents() 60 TEST_LOG("Changing DTMF payload type.\n"); in TEST_F()
|
D | file_before_streaming_test.cc | 105 TEST_LOG("Playout is not started. File will not be played out.\n"); in TEST_F() 112 TEST_LOG("Playout is now started. File will be played out.\n"); in TEST_F() 117 TEST_LOG("Stop playing file. Only silence will be played out.\n"); in TEST_F() 123 TEST_LOG("Start playing file again. File will be played out.\n"); in TEST_F()
|
D | codec_test.cc | 208 TEST_LOG("Skipping %s.\n", codec_instance_.plname); in TEST_F() 215 TEST_LOG("%s (pt=%d): default packet size(%d), accepts sizes ", in TEST_F() 230 TEST_LOG("%d ", packet_size); in TEST_F() 236 TEST_LOG("\n"); in TEST_F()
|
D | rtp_rtcp_test.cc | 48 TEST_LOG("%s", msg); in OnIncomingSSRCChanged() 91 TEST_LOG("Skipping test - running in slow execution environment...\n"); in TEST_F()
|
D | mixing_test.cc | 78 TEST_LOG("Playing %d local streams.\n", num_local_streams); in RunMixingTest() 87 TEST_LOG("Playing %d remote streams.\n", num_remote_streams); in RunMixingTest()
|
D | audio_processing_test.cc | 24 TEST_LOG("%s", msg); in OnRxVad()
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | benchmark.sh | 85 TEST_LOG=$(echo ${BENCHMARK_TEST} | sed -e 's/:/\//g') 86 TEST_LOG="bazel-testlogs/${TEST_LOG}/test.log" 87 if [[ -f "${TEST_LOG}" ]]; then 88 echo "Benchmark ${BENCHMARK_TEST} done: log @ ${TEST_LOG}" 97 "${OPT_FLAG} ${TEST_LOG}" 99 ${TF_BUILD_BENCHMARK_LOG_HOOK} "${OPT_FLAG}" "${TEST_LOG}" 101 echo "WARNING: No hook binary is specified to handle test log ${TEST_LOG}" 108 "${TEST_LOG}" 123 if [[ -f "${TEST_LOG}" ]]; then 125 cat ${TEST_LOG} >&2
|
D | py_test_delegate.sh | 24 TEST_LOG=$3 30 rm -f ${TEST_LOG} 37 ${PYTHON_BIN_PATH} ${TEST_PATH} >${TEST_LOG} 2>&1 44 echo "${TEST_EXIT_CODE} ${ELAPSED}" >> ${TEST_LOG}
|
/external/webrtc/webrtc/voice_engine/test/auto_test/extended/ |
D | ec_metrics_test.cc | 40 TEST_LOG("Speak into microphone and check metrics for 5 seconds...\n"); in TEST_F() 51 TEST_LOG(" Echo : ERL=%5d, ERLE=%5d, RERL=%5d, A_NLP=%5d [dB], " in TEST_F() 77 TEST_LOG("Verify EC Delay metrics:"); in TEST_F() 86 TEST_LOG("Delay = %d, Delay Std = %d, Fraction poor delays = %3.1f\n", in TEST_F()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/ |
D | before_streaming_fixture.cc | 37 TEST_LOG("You need to speak manually into the microphone for this test.\n"); in SwitchToManualMicrophone() 38 TEST_LOG("Please start speaking now.\n"); in SwitchToManualMicrophone()
|
/external/autotest/site_utils/lxc/ |
D | lxc_functional_test.py | 47 TEST_LOG = 'test.log' variable 249 container_test_log = os.path.join(container_result_path, TEST_LOG) 250 host_test_log = os.path.join(RESULT_PATH, TEST_LOG)
|
/external/autotest/client/site_tests/video_JEAPerf/ |
D | video_JEAPerf.py | 15 TEST_LOG = 'test_log' variable 107 output_path = os.path.join(self.tmpdir, TEST_LOG)
|