Home
last modified time | relevance | path

Searched defs:temp_file (Results 1 – 25 of 838) sorted by relevance

12345678910>>...34

/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/http/
H A Dfile_body.cpp45 struct temp_file struct in boost::beast::http::file_body_test
47 temp_file(std::ostream& logger) in temp_file() argument
52 ~temp_file() in ~temp_file()
71 boost::filesystem::path const& path() const in path()
78 boost::filesystem::path path_;
79 std::ostream& log_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dlogging_installer_unittest.cc23 base::FilePath temp_file = temp_dir.GetPath().Append(L"temp"); in TEST() local
49 base::FilePath temp_file = temp_dir.GetPath().Append(L"temp"); in TEST() local
72 base::FilePath temp_file = temp_dir.GetPath().Append(L"temp"); in TEST() local
100 base::FilePath temp_file = temp_dir.GetPath().Append(L"temp"); in TEST() local
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/python_functional/src/driver_io/file/tests/
H A Dtest_file_io.py26 def test_file_io_write_read(temp_file, test_message): argument
33 def test_file_io_multiple_write_read(temp_file, test_message): argument
/dports/www/R-cran-downloader/downloader/inst/tests/
H A Dtest-sha.r5 temp_file <- tempfile() globalVar
20 temp_file <- tempfile() globalVar
/dports/graphics/py-pyocr/pyocr-0.8/tests/
H A Dtests_cuneiform.py104 temp_file, get_version): argument
120 def test_lang(self, popen, copen, temp_file): argument
137 def test_text(self, popen, copen, temp_file): argument
166 def test_text_non_rgb_image(self, popen, copen, temp_file): argument
223 def test_word(self, popen, copen, temp_file): argument
276 def test_line(self, popen, copen, temp_file): argument
/dports/textproc/R-cran-openxlsx/openxlsx/tests/testthat/
H A Dtest-deleting_tables.R109 temp_file <- temp_xlsx() globalVar
151 temp_file <- temp_xlsx() globalVar
176 temp_file <- temp_xlsx() globalVar
H A Dtest-writing_sheet_data.R6 temp_file <- temp_xlsx() globalVar
177 temp_file <- temp_xlsx() globalVar
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dfile_select_helper_contacts_android.cc34 base::FilePath temp_file; in ProcessContactsForAndroid() local
51 const base::FilePath& temp_file) { in ProcessContactsForAndroidOnUIThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/base/
H A Dtemp_file.cc43 TempFile temp_file; in Create() local
54 TempFile temp_file = TempFile::Create(); in CreateUnlinked() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/file_util/public/cpp/
H A Dsandboxed_zip_analyzer.cc54 base::File temp_file; in PrepareFileToAnalyze() local
79 void SandboxedZipAnalyzer::AnalyzeFile(base::File file, base::File temp_file) { in AnalyzeFile()
H A Dsandboxed_rar_analyzer.cc47 void SandboxedRarAnalyzer::AnalyzeFile(base::File file, base::File temp_file) { in AnalyzeFile()
79 base::File temp_file; in PrepareFileToAnalyze() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/base/
H A Dtemp_file.cc38 TempFile temp_file; in Create() local
55 TempFile temp_file = TempFile::Create(); in CreateUnlinked() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/syscalls/
H A Dsyscalls.cc299 char temp_file[PATH_MAX]; in test_unlink() local
474 char temp_file[PATH_MAX]; in test_chmod() local
497 char temp_file[PATH_MAX]; in test_fchmod() local
579 char temp_file[PATH_MAX]; in test_utimes() local
605 char temp_file[PATH_MAX]; in test_fsync() local
626 char temp_file[PATH_MAX]; in test_fdatasync() local
647 char temp_file[PATH_MAX]; in test_truncate() local
697 char temp_file[PATH_MAX]; in test_ftruncate() local
754 char temp_file[PATH_MAX]; in test_open_trunc() local
876 char temp_file[PATH_MAX]; in test_open() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/util/
H A Dfile_handle.py12 def __init__(self, temp_file=None, absolute_path=None): argument
56 def FromTempFile(temp_file): argument
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libziparchive/
H A Dzip_archive_benchmark.cpp52 std::unique_ptr<TemporaryFile> temp_file(CreateZip()); in FindEntry_no_match() local
70 std::unique_ptr<TemporaryFile> temp_file(CreateZip()); in Iterate_all_files() local
/dports/audio/strawberry/strawberry-1.0.0/tests/src/
H A Dtagreader_test.cpp118 QFile temp_file(r.fileName()); in TEST_F() local
278 QFile temp_file(r.fileName()); in TEST_F() local
437 QFile temp_file(r.fileName()); in TEST_F() local
596 QFile temp_file(r.fileName()); in TEST_F() local
755 QFile temp_file(r.fileName()); in TEST_F() local
915 QFile temp_file(r.fileName()); in TEST_F() local
1075 QFile temp_file(r.fileName()); in TEST_F() local
1234 QFile temp_file(r.fileName()); in TEST_F() local
1394 QFile temp_file(r.fileName()); in TEST_F() local
1553 QFile temp_file(r.fileName()); in TEST_F() local
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/mktemp-0.4.0/src/
H A Dlib.rs228 let temp_file = Temp::new_file_in(in_dir).unwrap(); in it_should_create_file_in_dir() localVariable
238 let temp_file = Temp::new_file().unwrap(); in it_should_drop_file_out_of_scope() localVariable
255 let temp_file = Temp::new_dir().unwrap(); in it_should_drop_dir_out_of_scope() localVariable
272 let temp_file = Temp::new_file().unwrap(); in it_should_not_drop_released_file() localVariable
293 let temp_file = Temp::new_file().unwrap(); in temp_file_only_readable_by_owner() localVariable
/dports/devel/libdap/libdap-3.20.8/
H A DHTTPResponse.h87 HTTPResponse(FILE *s, int status, std::vector<std::string> *h, const std::string &temp_file) in HTTPResponse()
105 …TTPResponse(std::fstream *s, int status, std::vector<std::string> *h, const std::string &temp_file) in HTTPResponse()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.cc38 std::unique_ptr<RtpFileReader> temp_file( in ValidRtpDump() local
44 std::unique_ptr<RtpFileReader> temp_file( in ValidPcap() local
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.cc38 std::unique_ptr<RtpFileReader> temp_file( in ValidRtpDump() local
44 std::unique_ptr<RtpFileReader> temp_file( in ValidPcap() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.cc38 std::unique_ptr<RtpFileReader> temp_file( in ValidRtpDump() local
44 std::unique_ptr<RtpFileReader> temp_file( in ValidPcap() local
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.cc38 std::unique_ptr<RtpFileReader> temp_file( in ValidRtpDump() local
44 std::unique_ptr<RtpFileReader> temp_file( in ValidPcap() local
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.cc36 rtc::scoped_ptr<RtpFileReader> temp_file( in ValidRtpDump() local
42 rtc::scoped_ptr<RtpFileReader> temp_file( in ValidPcap() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/
H A Dchrome_launcher_unittest.cc239 base::FilePath temp_file = in TEST() local
252 base::FilePath temp_file = in TEST() local
265 base::FilePath temp_file = in TEST() local
276 base::FilePath temp_file = in TEST() local
287 base::FilePath temp_file = in TEST() local
301 base::FilePath temp_file = in TEST() local
/dports/textproc/sgrep2/sgrep-1.94a/
H A Dsysdeps.c165 TempFile *temp_file; in create_named_temp_file() local
226 TempFile *temp_file=create_named_temp_file(sgrep); in create_temp_file() local
241 FILE *temp_file_stream(TempFile *temp_file) { in temp_file_stream()
246 const char *temp_file_name(TempFile *temp_file) { in temp_file_name()
251 int delete_temp_file(TempFile *temp_file) { in delete_temp_file()

12345678910>>...34