Home
last modified time | relevance | path

Searched refs:output_filepath (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/devel/efl/efl-1.25.1/src/tests/eolian/
H A Deolian_generation.c102 _remove_ref(output_filepath, "c"); in EFL_START_TEST()
119 _remove_ref(output_filepath, "eo.h"); in EFL_START_TEST()
138 _remove_ref(output_filepath, "eo.c"); in EFL_START_TEST()
149 _remove_ref(output_filepath, "eo.c"); in EFL_START_TEST()
160 _remove_ref(output_filepath, "eo.h"); in EFL_START_TEST()
171 _remove_ref(output_filepath, "eot.h"); in EFL_START_TEST()
182 _remove_ref(output_filepath, "eo.h"); in EFL_START_TEST()
200 _remove_ref(output_filepath, "eo.h"); in EFL_START_TEST()
205 _remove_ref(output_filepath, "eo.c"); in EFL_START_TEST()
210 _remove_ref(output_filepath, "c"); in EFL_START_TEST()
[all …]
/dports/biology/py-biom-format/biom-format-2.1.10/biom/tests/test_cli/
H A Dtest_table_converter.py53 output_filepath=self.output_filepath,
56 obs = load_table(self.output_filepath)
67 output_filepath=self.output_filepath,
71 obs = load_table(self.output_filepath)
87 output_filepath=self.output_filepath,
91 obs = load_table(self.output_filepath)
108 output_filepath=self.output_filepath,
116 output_filepath=self.output_filepath, to_tsv=True,
118 obs = load_table(self.output_filepath)
125 output_filepath=self.output_filepath, to_hdf5=True,
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/scripts/runtestsuite/
H A Druntestsuite.py200 command = self.__make_update_command(output_filepath, reference_filepath)
216 command = self.__make_update_command(output_filepath, reference_filepath)
250 def __make_update_command(self, output_filepath, reference_filepath): argument
252 return 'copy /Y "{0}" "{1}"'.format(output_filepath, reference_filepath)
254 return 'cp "{0}" "{1}"'.format(output_filepath, reference_filepath)
261 def render_project_file(args, project_filepath, output_filepath, log_filepath): argument
370 output_filepath = os.path.join(output_directory, output_filename)
381 safe_remove(output_filepath)
385 output_filepath,
396 if not os.path.exists(output_filepath):
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/contrib/config_option_database/utils/
H A DMergeYm.py38 def merge_grammars(output_filepath): argument
55 with open(output_filepath, 'w') as f:
60 output_filepath = 'syslog-grammar-merged.y'
62 output_filepath = argv[1]
63 merge_grammars(output_filepath)
/dports/graphics/appleseed/appleseed-2.1.0-beta/scripts/
H A Dconvertmany.py64 def convert_mesh_file(input_filepath, output_filepath, tool_path): argument
65 print("converting {0} to {1}...".format(input_filepath, output_filepath))
66 subprocess.call([tool_path, input_filepath, output_filepath])
80 output_filepath = os.path.splitext(filepath)[0] + "." + output_format
81 if overwrite or not os.path.exists(output_filepath):
82 convert_mesh_file(filepath, output_filepath, tool_path)
/dports/math/libflame/libflame-5.2.0/build/
H A Drunme.sh18 local output_filepath
44 output_filepath="${var_dir}/${output_prefix}_${input_suffix}.m"
46 echo ">>> ${driver} < ${input_filepath} > ${output_filepath}"
47 ./${driver} < ${input_filepath} > ${output_filepath}
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/reporting/_visual_testing/
H A D_glm_reporter_visual_inspection_suite_.py65 output_filepath = os.path.join(REPORTS_DIR, output_filename)
66 report.save_as_html(output_filepath)
131 output_filepath = os.path.join(REPORTS_DIR, output_filename)
132 report.save_as_html(output_filepath)
173 output_filepath = os.path.join(REPORTS_DIR, output_filename)
174 report.save_as_html(output_filepath)
215 output_filepath = os.path.join(REPORTS_DIR, output_filename)
216 report.save_as_html(output_filepath)
/dports/www/piwigo/piwigo/include/ws_functions/
H A Dpwg.images.php164 * @param string $output_filepath
174 if (is_file($output_filepath))
176 unlink($output_filepath);
178 if (is_file($output_filepath))
1557 $output_filepath = $output_filepath_prefix.'.merged';
1560 if ( file_exists($output_filepath) && ($fp = fopen($output_filepath, "rb"))!==false )
1569 $fp = fopen($output_filepath, "wb");
1612 @unlink($output_filepath);
1630 $merged_md5 = md5_file($output_filepath);
1634 unlink($output_filepath);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/test/video_encoder/
H A Dbitstream_file_writer.cc58 const base::FilePath& output_filepath, in Create() argument
64 if (!base::DirectoryExists(output_filepath.DirName())) in Create()
65 base::CreateDirectory(output_filepath.DirName()); in Create()
68 base::File output_file(output_filepath, base::File::FLAG_CREATE_ALWAYS | in Create()
74 auto ivf_writer = std::make_unique<IvfWriter>(output_filepath); in Create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_export.py51 output_filepath = os.path.join(args.output_dir, _BuildOutputFilename(
53 exporter = export.HtmlExport(output_filepath)
56 logging.info('output file successfully written in %s', output_filepath)
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_export.py53 output_filepath = os.path.join(args.output_dir,
55 exporter = export.HtmlExport(output_filepath)
58 logging.info('output file successfully written in %s', output_filepath)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_export.py53 output_filepath = os.path.join(args.output_dir,
55 exporter = export.HtmlExport(output_filepath)
58 logging.info('output file successfully written in %s', output_filepath)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_export.py51 output_filepath = os.path.join(args.output_dir, _BuildOutputFilename(
53 exporter = export.HtmlExport(output_filepath)
56 logging.info('output file successfully written in %s', output_filepath)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_export.py51 output_filepath = os.path.join(args.output_dir, _BuildOutputFilename(
53 exporter = export.HtmlExport(output_filepath)
56 logging.info('output file successfully written in %s', output_filepath)
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_export.py51 output_filepath = os.path.join(args.output_dir, _BuildOutputFilename(
53 exporter = export.HtmlExport(output_filepath)
56 logging.info('output file successfully written in %s', output_filepath)
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_export.py51 output_filepath = os.path.join(args.output_dir, _BuildOutputFilename(
53 exporter = export.HtmlExport(output_filepath)
56 logging.info('output file successfully written in %s', output_filepath)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/tools/bindings/
H A Dmojom_types_downgrader.py53 output_filepath = os.path.join(output_dir, os.path.basename(path))
57 output_filepath = path
61 shutil.move(tmp_mojo_file.name, output_filepath)
67 os.utime(output_filepath, None)
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/tools/bindings/
H A Dmojom_types_downgrader.py53 output_filepath = os.path.join(output_dir, os.path.basename(path))
57 output_filepath = path
61 shutil.move(tmp_mojo_file.name, output_filepath)
67 os.utime(output_filepath, None)
/dports/science/py-abipy/abipy-0.9.0/abipy/flowtk/
H A Dwrappers.py284 output_filepath = cut3d_input.output_filepath
286 if output_filepath is not None:
287 if not os.path.isabs(output_filepath):
288 output_filepath = os.path.abspath(os.path.join(workdir, output_filepath))
290 if not os.path.isfile(output_filepath):
293 return self.stdout_fname, output_filepath
/dports/graphics/blender/blender-2.91.0/tests/python/modules/
H A Drender_report.py436 output_filepath = base_output_filepath + '0001.png'
437 output_filepaths.append(output_filepath)
439 if os.path.exists(output_filepath):
440 os.remove(output_filepath)
465 for filepath, output_filepath in zip(remaining_filepaths[:], output_filepaths):
470 if not os.path.exists(output_filepath):
478 if not os.path.exists(output_filepath) or os.path.getsize(output_filepath) == 0:
482 elif not self._diff_output(filepath, output_filepath):
490 if os.path.exists(output_filepath):
491 os.remove(output_filepath)
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/
H A Ddenpot.py351 output_filepath=out_filepath, shift=shift), workdir=workdir)
459 output_filepath = os.path.join(workdir, "field_CUT3DDENPOT.nc")
461 cut3d_input = Cut3DInput(infile_path=self.filepath, output_filepath=output_filepath,
462 options=[15, output_filepath, 0, 0])
465 with Cut3dDenPotNcFile(output_filepath) as nc:
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/xtb/
H A Doutputs.py58 output_filepath = os.path.join(self.path, self.filename)
62 with open(output_filepath, "r") as xtbout_file:
103 with open(output_filepath, "rb+") as xtbout_file:
126 with open(output_filepath, "r") as xtbout_file:
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/addon/
H A Doperators.py90 output_filepath: StringProperty(
104 out_filepath = self.output_filepath
178 output_filepath: StringProperty(
186 out_filepath = self.output_filepath
/dports/math/libflame/libflame-5.2.0/windows/build/
H A Dgen-config-file.py177 output_filepath = os.path.join( flat_dir, config_dirname, output_filename )
180 write_output_file( output_filepath, output_file_line_list )
269 def write_output_file( output_filepath, output_lines ): argument
275 output_file = open( output_filepath, 'w' )
/dports/x11/grim/grim-1.3.2/
H A Dmain.c362 char output_filepath[PATH_MAX]; in main() local
371 filepath(output_filepath, output_filename); in main()
378 strcpy(output_filepath, output_filename); in main()
509 status = cairo_surface_write_to_ppm(surface, output_filepath); in main()
512 status = cairo_surface_write_to_png(surface, output_filepath); in main()
517 surface, output_filepath, jpeg_quality); in main()
526 if (status == CAIRO_STATUS_WRITE_ERROR && strlen(output_filepath) > NAME_MAX) { in main()

12345678