/external/webrtc/test/testsupport/ |
D | file_utils_unittest.cc | 105 std::string result = webrtc::test::OutputPath(); in TEST_F() 116 std::string result = webrtc::test::OutputPath(); in TEST_F() 123 webrtc::test::OutputPath(), "TempFilenameTest"); in TEST_F() 131 webrtc::test::OutputPath(), "TempFilenameTest"); in TEST_F() 194 webrtc::test::OutputPath(), "fileutils_unittest"); in TEST_F() 210 ASSERT_TRUE(webrtc::test::DirExists(webrtc::test::OutputPath())) in TEST_F() 220 webrtc::test::OutputPath(), "TempFilenameTest"); in TEST_F() 233 OutputPath() + Path("TempFileUtilsTestReadDirectory/"); 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/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.csproj | 17 <OutputPath>.\bin\Debug\</OutputPath> 23 <OutputPath>.\bin\Release\</OutputPath>
|
/external/webrtc/modules/audio_coding/test/ |
D | iSACTest.cc | 180 std::string fileNameA = webrtc::test::OutputPath() + "testisac_a.pcm"; in Setup() 181 std::string fileNameB = webrtc::test::OutputPath() + "testisac_b.pcm"; in Setup() 242 file_stream_a << webrtc::test::OutputPath(); in EncodeDecode() 243 file_stream_b << webrtc::test::OutputPath(); in EncodeDecode() 294 file_stream_a << webrtc::test::OutputPath(); in SwitchingSamplingRate() 295 file_stream_b << webrtc::test::OutputPath(); in SwitchingSamplingRate()
|
D | TwoWayCommunication.cc | 92 std::string output_file_a = webrtc::test::OutputPath() + "outAutotestA.pcm"; in SetUpAutotest() 96 webrtc::test::OutputPath() + "ref_outAutotestA.pcm"; in SetUpAutotest() 100 std::string output_file_b = webrtc::test::OutputPath() + "outAutotestB.pcm"; in SetUpAutotest() 104 webrtc::test::OutputPath() + "ref_outAutotestB.pcm"; in SetUpAutotest()
|
D | TestVADDTX.cc | 221 out_filename << webrtc::test::OutputPath() << "testWebRtcVadDtx_outFile_" in Test() 233 webrtc::test::OutputPath() + "testOpusDtx_outFile_mono.pcm"; in Perform() 256 out_filename = webrtc::test::OutputPath() + "testOpusDtx_outFile_stereo.pcm"; in Perform()
|
/external/webrtc/rtc_tools/network_tester/ |
D | network_tester_unittest.cc | 25 webrtc::test::OutputPath() + "client_packet_log.dat"); in TEST() 29 webrtc::test::OutputPath() + "server_packet_log.dat"); in TEST()
|
/external/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
D | LibDriver.cpp | 355 std::string OutputPath; in libDriverMain() local 357 OutputPath = Arg->getValue(); in libDriverMain() 359 OutputPath = getDefaultOutputPath(Members[0]); in libDriverMain() 370 computeArchiveRelativePath(OutputPath, Member.MemberName); in libDriverMain() 377 writeArchive(OutputPath, Members, in libDriverMain() 381 llvm::errs() << OutputPath << ": " << EI.message() << "\n"; in libDriverMain()
|
/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/llvm-project/clang/lib/Frontend/ |
D | HeaderIncludeGen.cpp | 80 bool ShowAllHeaders, StringRef OutputPath, in AttachHeaderIncludeGen() argument 100 if (!OutputPath.empty()) { in AttachHeaderIncludeGen() 103 OutputPath.str(), EC, in AttachHeaderIncludeGen()
|
/external/llvm-project/clang/tools/driver/ |
D | cc1as_main.cpp | 110 std::string OutputPath; member 153 OutputPath = "-"; in AssemblerInvocation() 263 Opts.OutputPath = std::string(Args.getLastArgValue(OPT_o)); in CreateFromArgs() 371 if (Opts.OutputPath.empty()) in ExecuteAssembler() 372 Opts.OutputPath = "-"; in ExecuteAssembler() 374 getOutputStream(Opts.OutputPath, Diags, IsBinary); in ExecuteAssembler() 537 if (Opts.OutputPath != "-") in ExecuteAssembler() 538 sys::fs::remove(Opts.OutputPath); in ExecuteAssembler()
|
/external/webrtc/rtc_tools/ |
D | video_file_writer_unittest.cc | 30 TempFilename(webrtc::test::OutputPath(), "test_video_file.y4m"); in SetUp() 71 TempFilename(webrtc::test::OutputPath(), "test_video_file2.y4m"); in WriteVideoY4m() 85 TempFilename(webrtc::test::OutputPath(), "test_video_file2.yuv"); in WriteVideoYuv()
|
D | video_file_reader_unittest.cc | 27 TempFilename(webrtc::test::OutputPath(), "test_video_file.y4m"); in SetUp() 80 TempFilename(webrtc::test::OutputPath(), "test_video_file.yuv"); in SetUp()
|
/external/llvm-project/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 893 SmallString<128> OutputPath(SavedObjectsDirectoryPath); in writeGeneratedObject() local 894 llvm::sys::path::append(OutputPath, in writeGeneratedObject() 896 OutputPath.c_str(); // Ensure the string is null terminated. in writeGeneratedObject() 897 if (sys::fs::exists(OutputPath)) in writeGeneratedObject() 898 sys::fs::remove(OutputPath); in writeGeneratedObject() 903 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath); in writeGeneratedObject() 905 return std::string(OutputPath.str()); in writeGeneratedObject() 907 Err = sys::fs::copy_file(CacheEntryPath, OutputPath); in writeGeneratedObject() 909 return std::string(OutputPath.str()); in writeGeneratedObject() 914 << "' to '" << OutputPath << "'\n"; in writeGeneratedObject() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 862 SmallString<128> OutputPath(SavedObjectsDirectoryPath); in writeGeneratedObject() local 863 llvm::sys::path::append(OutputPath, in writeGeneratedObject() 865 OutputPath.c_str(); // Ensure the string is null terminated. in writeGeneratedObject() 866 if (sys::fs::exists(OutputPath)) in writeGeneratedObject() 867 sys::fs::remove(OutputPath); in writeGeneratedObject() 872 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath); in writeGeneratedObject() 874 return OutputPath.str(); in writeGeneratedObject() 876 Err = sys::fs::copy_file(CacheEntryPath, OutputPath); in writeGeneratedObject() 878 return OutputPath.str(); in writeGeneratedObject() 883 << "' to '" << OutputPath << "'\n"; in writeGeneratedObject() [all …]
|
/external/webrtc/rtc_tools/frame_analyzer/ |
D | video_quality_analysis_unittest.cc | 49 std::string log_filename = TempFilename(webrtc::test::OutputPath(), in SetUp() 82 TempFilename(webrtc::test::OutputPath(), "log.log"); in TEST_F() 109 TempFilename(webrtc::test::OutputPath(), "log.log"); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TarWriter.cpp | 159 Expected<std::unique_ptr<TarWriter>> TarWriter::create(StringRef OutputPath, in create() argument 164 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create() 165 return make_error<StringError>("cannot open " + OutputPath, EC); in create()
|
/external/llvm-project/llvm/lib/Support/ |
D | TarWriter.cpp | 169 Expected<std::unique_ptr<TarWriter>> TarWriter::create(StringRef OutputPath, in create() argument 174 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create() 175 return make_error<StringError>("cannot open " + OutputPath, EC); in create()
|
/external/llvm-project/llvm/unittests/Support/ |
D | Host.cpp | 299 StringRef OutputPath = OutputFile.str(); in runAndGetCommandOutput() local 302 /*STDIN=*/None, /*STDOUT=*/OutputPath, /*STDERR=*/None}; in runAndGetCommandOutput() 307 ASSERT_NO_ERROR(fs::openFileForRead(OutputPath, FD)); in runAndGetCommandOutput() 315 ASSERT_NO_ERROR(fs::remove(OutputPath)); in runAndGetCommandOutput()
|
/external/webrtc/modules/audio_processing/aec_dump/ |
D | aec_dump_unittest.cc | 27 webrtc::test::TempFilename(webrtc::test::OutputPath(), "aec_dump"); in TEST() 62 webrtc::test::TempFilename(webrtc::test::OutputPath(), "aec_dump"); in TEST()
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | NetTest.sh | 19 msbuild -property:Configuration=Release,OutputPath=tempcs -verbosity:minimal FlatBuffers.Test.csproj 27 msbuild -property:Configuration=Release,UnsafeByteBuffer=true,OutputPath=tempcsUnsafe -verbosity:mi…
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/ |
D | LibDriver.cpp | 355 std::string OutputPath = getOutputPath(&Args, Members[0]); in libDriverMain() local 362 computeArchiveRelativePath(OutputPath, Member.MemberName); in libDriverMain() 369 writeArchive(OutputPath, Members, in libDriverMain() 373 llvm::errs() << OutputPath << ": " << EI.message() << "\n"; in libDriverMain()
|
/external/webrtc/common_audio/ |
D | wav_file_unittest.cc | 38 const std::string outfile = test::OutputPath() + "wavtest1.wav"; in TEST() 115 std::string outfile = test::OutputPath() + "wavtest3.wav"; in TEST() 180 const std::string outfile = test::OutputPath() + "wavtest4.wav"; in TEST()
|
/external/rust/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 39 OutputPath = "bin\Debug\" 59 OutputPath = "bin\Release\"
|