/external/webrtc/webrtc/modules/audio_coding/test/ |
D | Tester.cc | 38 Trace::SetTraceFile((webrtc::test::OutputPath() + in TEST() 50 Trace::SetTraceFile((webrtc::test::OutputPath() + 63 Trace::SetTraceFile((webrtc::test::OutputPath() + 77 Trace::SetTraceFile((webrtc::test::OutputPath() + 92 Trace::SetTraceFile((webrtc::test::OutputPath() + 105 Trace::SetTraceFile((webrtc::test::OutputPath() + 117 Trace::SetTraceFile((webrtc::test::OutputPath() + 125 Trace::SetTraceFile((webrtc::test::OutputPath() + 133 Trace::SetTraceFile((webrtc::test::OutputPath() + 141 Trace::SetTraceFile((webrtc::test::OutputPath() + [all …]
|
D | TwoWayCommunication.cc | 128 std::string out_file_a = webrtc::test::OutputPath() + "outA.pcm"; in SetUp() 132 std::string ref_file_name = webrtc::test::OutputPath() + "ref_outA.pcm"; in SetUp() 144 std::string out_file_b = webrtc::test::OutputPath() + "outB.pcm"; in SetUp() 148 ref_file_name = webrtc::test::OutputPath() + "ref_outB.pcm"; in SetUp() 205 std::string output_file_a = webrtc::test::OutputPath() + "outAutotestA.pcm"; in SetUpAutotest() 208 std::string output_ref_file_a = webrtc::test::OutputPath() in SetUpAutotest() 213 std::string output_file_b = webrtc::test::OutputPath() + "outAutotestB.pcm"; in SetUpAutotest() 216 std::string output_ref_file_b = webrtc::test::OutputPath() in SetUpAutotest()
|
D | iSACTest.cc | 124 std::string fileNameA = webrtc::test::OutputPath() + "testisac_a.pcm"; in Setup() 125 std::string fileNameB = webrtc::test::OutputPath() + "testisac_b.pcm"; in Setup() 217 file_stream_a << webrtc::test::OutputPath(); in EncodeDecode() 218 file_stream_b << webrtc::test::OutputPath(); in EncodeDecode() 284 file_stream_a << webrtc::test::OutputPath(); in SwitchingSamplingRate() 285 file_stream_b << webrtc::test::OutputPath(); in SwitchingSamplingRate()
|
D | EncodeDecodeTest.cc | 146 file_stream << webrtc::test::OutputPath() << out_file_name in Setup() 163 file_name = webrtc::test::OutputPath() + out_file_name + ".pcm"; in Setup() 253 (webrtc::test::OutputPath() + "acm_encdec_trace.txt").c_str()); in EncodeDecodeTest() 264 (webrtc::test::OutputPath() + "acm_encdec_trace.txt").c_str()); in EncodeDecodeTest() 336 std::string fileName = webrtc::test::TempFilename(webrtc::test::OutputPath(), in EncodeToFile()
|
D | SpatialAudio.cc | 54 std::string output_file = webrtc::test::OutputPath() in Setup() 57 output_file = webrtc::test::OutputPath() + "testspatial_out.pcm"; in Setup() 62 output_file = webrtc::test::OutputPath() + "testspatial_out.pcm"; in Setup()
|
D | TestVADDTX.cc | 203 out_filename << webrtc::test::OutputPath() in Test() 247 std::string out_filename = webrtc::test::OutputPath() + in Perform() 261 out_filename = webrtc::test::OutputPath() + "testOpusDtx_outFile_stereo.pcm"; in Perform()
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | scaler_unittest.cc | 126 std::string out_name = webrtc::test::OutputPath() + in TEST_F() 134 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_" in TEST_F() 147 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_320_240.yuv"; in TEST_F() 152 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_704_576.yuv"; in TEST_F() 157 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_300_200.yuv"; in TEST_F() 162 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_400_300.yuv"; in TEST_F() 168 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_282_231.yuv"; in TEST_F() 174 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_" in TEST_F() 198 std::string out_name = webrtc::test::OutputPath() + in TEST_F() 206 out_name = webrtc::test::OutputPath() + "LibYuvTest_BilinearScale_352_288_" in TEST_F() [all …]
|
/external/webrtc/webrtc/tools/frame_analyzer/ |
D | video_quality_analysis_unittest.cc | 29 std::string log_filename = webrtc::test::OutputPath() + in SetUpTestCase() 61 std::string stats_filename = OutputPath() + "non-existing-stats-file.txt"; in TEST_F() 69 std::string stats_filename = OutputPath() + "empty-stats.txt"; in TEST_F() 77 std::string stats_filename = OutputPath() + "stats.txt"; in TEST_F()
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 102 std::string OutputPath; member 139 OutputPath = "-"; in AssemblerInvocation() 225 Opts.OutputPath = Args.getLastArgValue(OPT_o); in CreateFromArgs() 262 if (Opts.OutputPath.empty()) in getOutputStream() 263 Opts.OutputPath = "-"; in getOutputStream() 267 if (Opts.OutputPath != "-") in getOutputStream() 268 sys::RemoveFileOnSignal(Opts.OutputPath); in getOutputStream() 272 Opts.OutputPath, EC, (Binary ? sys::fs::F_None : sys::fs::F_Text)); in getOutputStream() 274 Diags.Report(diag::err_fe_unable_to_open_output) << Opts.OutputPath in getOutputStream() 434 if (Failed && Opts.OutputPath != "-") in ExecuteAssembler() [all …]
|
/external/webrtc/webrtc/test/testsupport/ |
D | fileutils_unittest.cc | 76 std::string path = webrtc::test::OutputPath(); in TEST_F() 91 ASSERT_EQ("./", webrtc::test::OutputPath()); in TEST_F() 96 webrtc::test::OutputPath(), "TempFilenameTest"); in TEST_F() 139 webrtc::test::OutputPath(), "fileutils_unittest"); in TEST_F()
|
D | fileutils.h | 104 std::string OutputPath();
|
D | fileutils.cc | 108 std::string OutputPath() { in OutputPath() function 142 std::string OutputPath() { in OutputPath() function
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.csproj | 17 <OutputPath>.\bin\Debug\</OutputPath> 23 <OutputPath>.\bin\Release\</OutputPath>
|
/external/clang/lib/Frontend/ |
D | HeaderIncludeGen.cpp | 81 bool ShowAllHeaders, StringRef OutputPath, in AttachHeaderIncludeGen() argument 87 if (!OutputPath.empty()) { in AttachHeaderIncludeGen() 90 OutputPath.str(), EC, llvm::sys::fs::F_Append | llvm::sys::fs::F_Text); in AttachHeaderIncludeGen()
|
D | CompilerInstance.cpp | 371 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor() local 372 if (OutputPath == "-") in createPreprocessor() 373 OutputPath = ""; in createPreprocessor() 375 /*ShowAllHeaders=*/true, OutputPath, in createPreprocessor() 595 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, in createOutputFile() argument 602 OutputPath, EC, Binary, RemoveFileOnSignal, InFile, Extension, in createOutputFile() 605 getDiagnostics().Report(diag::err_fe_unable_to_open_output) << OutputPath in createOutputFile() 620 StringRef OutputPath, std::error_code &Error, bool Binary, in createOutputFile() argument 628 if (!OutputPath.empty()) { in createOutputFile() 629 OutFile = OutputPath; in createOutputFile() [all …]
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | file_test.cc | 44 webrtc::test::OutputPath() + CreateTrickyFilenameInUtf8(); 68 webrtc::test::OutputPath() + "playout.wav"; in TEST_F()
|
D | file_before_streaming_test.cc | 27 : input_filename_(webrtc::test::OutputPath() + "file_test_input.pcm"), in FileBeforeStreamingTest() 28 output_filename_(webrtc::test::OutputPath() + "file_test_output.pcm") { in FileBeforeStreamingTest()
|
/external/webrtc/webrtc/common_audio/ |
D | wav_file_unittest.cc | 28 const std::string outfile = test::OutputPath() + "wavtest1.wav"; in TEST() 93 const std::string outfile = test::OutputPath() + "wavtest2.wav"; in TEST() 137 std::string outfile = test::OutputPath() + "wavtest3.wav"; in TEST()
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | video_rtp_play.cc | 33 std::string trace_file = webrtc::test::OutputPath() + "receiverTestTrace.txt"; in RtpPlay() 48 output_file = webrtc::test::OutputPath() + "RtpPlay_decoded.yuv"; in RtpPlay()
|
D | test_util.cc | 30 outputFile(webrtc::test::OutputPath() + in CmdArgs() 80 basename = webrtc::test::OutputPath() + "rtp_decoded"; in FileOutputFrameReceiver()
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 39 OutputPath = "bin\Debug\" 59 OutputPath = "bin\Release\"
|
/external/webrtc/webrtc/test/testsupport/metrics/ |
D | video_metrics_unittest.cc | 34 non_existing_file_ = webrtc::test::OutputPath() + in SetUp() 40 webrtc::test::OutputPath(), "video_metrics_unittest_empty_file"); in SetUp()
|
/external/python/cpython2/Tools/nuget/ |
D | build.bat | 17 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts 18 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.h | 30 std::string trace_file = webrtc::test::OutputPath() + "VPMTrace.txt"; in SetUpTestCase()
|
/external/webrtc/webrtc/test/ |
D | frame_generator_unittest.cc | 29 test::TempFilename(test::OutputPath(), "2_frame_yuv_file"); in SetUp() 31 test::TempFilename(test::OutputPath(), "1_frame_yuv_file"); in SetUp()
|