Home
last modified time | relevance | path

Searched refs:tmp_filepath (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dmerge.cpp433 string tmp_filepath = filepath + unique_name + extension; in save_output() local
434 unique_ptr<ImageOutput> out(ImageOutput::create(tmp_filepath)); in save_output()
437 error = "Failed to open temporary file " + tmp_filepath + " for writing"; in save_output()
442 if (!out->open(tmp_filepath, spec)) { in save_output()
443 error = "Failed to open file " + tmp_filepath + " for writing: " + out->geterror(); in save_output()
449 error = "Failed to write to file " + tmp_filepath + ": " + out->geterror(); in save_output()
454 error = "Failed to save to file " + tmp_filepath + ": " + out->geterror(); in save_output()
462 if (ok && !OIIO::Filesystem::rename(tmp_filepath, filepath, rename_error)) { in save_output()
468 OIIO::Filesystem::remove(tmp_filepath); in save_output()
H A Ddenoising.cpp823 string tmp_filepath = out_filepath + unique_name + extension; in save_output() local
824 unique_ptr<ImageOutput> out(ImageOutput::create(tmp_filepath)); in save_output()
827 error = "Failed to open temporary file " + tmp_filepath + " for writing"; in save_output()
832 if (!out->open(tmp_filepath, out_spec)) { in save_output()
833 error = "Failed to open file " + tmp_filepath + " for writing: " + out->geterror(); in save_output()
839 error = "Failed to write to file " + tmp_filepath + ": " + out->geterror(); in save_output()
844 error = "Failed to save to file " + tmp_filepath + ": " + out->geterror(); in save_output()
852 if (ok && !OIIO::Filesystem::rename(tmp_filepath, out_filepath, rename_error)) { in save_output()
858 OIIO::Filesystem::remove(tmp_filepath); in save_output()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
H A Deval_scores_unittest.py120 tmp_filepath = os.path.join(self._output_path, 'tmp_thd.wav')
122 tmp_filepath, tested_signal)
125 eval_score_worker.SetTestedSignalFilepath(tmp_filepath)
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/test/py_quality_assessment/quality_assessment/
H A Deval_scores_unittest.py124 tmp_filepath = os.path.join(self._output_path, 'tmp_thd.wav')
126 tmp_filepath, tested_signal)
129 eval_score_worker.SetTestedSignalFilepath(tmp_filepath)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
H A Deval_scores_unittest.py120 tmp_filepath = os.path.join(self._output_path, 'tmp_thd.wav')
122 tmp_filepath, tested_signal)
125 eval_score_worker.SetTestedSignalFilepath(tmp_filepath)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
H A Deval_scores_unittest.py118 tmp_filepath = os.path.join(self._output_path, 'tmp_thd.wav')
120 tmp_filepath, tested_signal)
123 eval_score_worker.SetTestedSignalFilepath(tmp_filepath)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
H A Deval_scores_unittest.py124 tmp_filepath = os.path.join(self._output_path, 'tmp_thd.wav')
126 tmp_filepath, tested_signal)
129 eval_score_worker.SetTestedSignalFilepath(tmp_filepath)
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
H A Deval_scores_unittest.py118 tmp_filepath = os.path.join(self._output_path, 'tmp_thd.wav')
120 tmp_filepath, tested_signal)
123 eval_score_worker.SetTestedSignalFilepath(tmp_filepath)
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
H A Deval_scores_unittest.py118 tmp_filepath = os.path.join(self._output_path, 'tmp_thd.wav')
120 tmp_filepath, tested_signal)
123 eval_score_worker.SetTestedSignalFilepath(tmp_filepath)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_voicemail_ivr/
H A Dmenu.c409 const char *tmp_filepath = NULL; in vmivr_menu_forward() local
419 tmp_filepath = generate_random_file_name(session, "voicemail_ivr", record_format); in vmivr_menu_forward()
421 status = vmivr_menu_record(session, profile, &sub_menu, tmp_filepath); in vmivr_menu_forward()
428 prepend_filepath = tmp_filepath; in vmivr_menu_forward()
491 const char *tmp_filepath = NULL; in vmivr_menu_record_name() local
499 tmp_filepath = generate_random_file_name(session, "voicemail_ivr", record_format); in vmivr_menu_record_name()
501 status = vmivr_menu_record(session, profile, &menu, tmp_filepath); in vmivr_menu_record_name()
504 …_sprintf(session, "%s %s %s %s", profile->api_profile, profile->domain, profile->id, tmp_filepath); in vmivr_menu_record_name()
637 char *tmp_filepath = NULL; in vmivr_menu_record_greeting_with_slot() local
647 tmp_filepath = generate_random_file_name(session, "voicemail_ivr", record_format); in vmivr_menu_record_greeting_with_slot()
[all …]
/dports/graphics/blender/blender-2.91.0/tests/python/modules/
H A Drender_report.py360 def _diff_output(self, filepath, tmp_filepath): argument
370 if os.path.exists(tmp_filepath):
371 shutil.copy(tmp_filepath, new_img)
380 tmp_filepath,
407 tmp_filepath
/dports/devel/vitables/ViTables-3.0.2/vitables/h5db/
H A Ddbstreemodel.py110 self.tmp_filepath = ''
161 filepaths.remove(self.tmp_filepath)
331 self.tmp_filepath = vitables.utils.forwardPath(filepath)
332 db_doc = self.createDBDoc(self.tmp_filepath, True)
/dports/mail/spamdyke/spamdyke-5.0.1/spamdyke/
H A Dconfig_test.c67 char tmp_filepath[MAX_BUF + 1]; in config_test_file_type() local
71 …if ((snprintf(tmp_filepath, MAX_BUF, "%s" DIR_DELIMITER_STR "%s", target_dir, target_entry->d_name… in config_test_file_type()
72 (stat(tmp_filepath, &tmp_stat) == 0)) in config_test_file_type()
112 …if ((snprintf(tmp_filepath, MAX_BUF, "%s" DIR_DELIMITER_STR "%s", target_dir, target_entry->d_name… in config_test_file_type()
113 (stat(tmp_filepath, &tmp_stat) == 0)) in config_test_file_type()
/dports/devel/vitables/ViTables-3.0.2/vitables/
H A Dvtapp.py476 trier_filepath == self.gui.dbs_tree_model.tmp_filepath
521 trier_filepath == self.gui.dbs_tree_model.tmp_filepath
H A Dvtgui.py764 if node.filepath != self.dbs_tree_model.tmp_filepath:
/dports/science/py-abipy/abipy-0.9.0/abipy/dfpt/
H A Dddb.py104 fd, tmp_filepath = tempfile.mkstemp(text=True, prefix="_DDB")
105 with open(tmp_filepath, "wt") as fh:
108 return cls(tmp_filepath)
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/
H A Debands.py4082 _, tmp_filepath = tempfile.mkstemp(suffix=".bxsf", text=True)
4083 print("Producing BXSF file in:", tmp_filepath)
4084 self.to_bxsf(tmp_filepath, unit="eV")
4086 return Xcrysden(tmp_filepath)()