Home
last modified time | relevance | path

Searched refs:file_suffix (Results 1 – 7 of 7) sorted by relevance

/third_party/libffi/
Dgenerate-darwin-source-and-headers.py98 def move_file(src_dir, dst_dir, filename, file_suffix=None, prefix='', suffix=''): argument
102 if file_suffix:
107 out_filename = "%s_%s%s" % (split_name[0], file_suffix, split_name[1])
126 def copy_files(src_dir, dst_dir, pattern=None, filelist=None, file_suffix=None, prefix=None, suffix… argument
128 move_file(src_dir, dst_dir, filename, file_suffix=file_suffix, prefix=prefix, suffix=suffix)
134 …copy_files(src_dir, dst_dir, filelist=platform.src_files, file_suffix=platform.arch, prefix=platfo…
158 file_suffix=platform.arch,
/third_party/mindspore/tests/ut/python/train/summary/
Dtest_histogram_summary.py56 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
70 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
94 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
109 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
129 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
150 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
175 with SummaryRecord(tmp_dir, file_suffix="_MS_HISTOGRAM") as test_writer:
Dtest_image_summary.py69 with SummaryRecord(SUMMARY_DIR, file_suffix="_MS_IMAGE") as test_writer:
166 with SummaryRecord(SUMMARY_DIR, file_suffix="_MS_IMAGE") as test_writer:
187 with SummaryRecord(SUMMARY_DIR, file_suffix="_MS_IMAGE") as test_writer:
/third_party/boost/boost/interprocess/detail/
Dportable_intermodule_singleton.hpp74 …(const char *filename, const char *prefix, OS_process_id_t pid, std::string &file_suffix, bool cre… in check_if_filename_complies_with_pid() argument
92 file_suffix = pid_str; in check_if_filename_complies_with_pid()
100 fname.swap(file_suffix); in check_if_filename_complies_with_pid()
101 bool ret = (file_suffix == fname); in check_if_filename_complies_with_pid()
102 file_suffix.swap(save_suffix); in check_if_filename_complies_with_pid()
106 fname.swap(file_suffix); in check_if_filename_complies_with_pid()
107 return (file_suffix == fname); in check_if_filename_complies_with_pid()
/third_party/mindspore/mindspore/train/summary/
Dsummary_record.py146 def __init__(self, log_dir, file_prefix="events", file_suffix="_MS", argument
163 Validator.check_str_by_regular(file_suffix)
170 if not isinstance(file_prefix, str) or not isinstance(file_suffix, str):
183 self.file_info['file_name'] = get_event_file_name(file_prefix, file_suffix, time_second)
/third_party/vulkan-headers/registry/
Dvkconventions.py119 def file_suffix(self): member in VulkanConventions
260 name=ext.name, suffix=self.file_suffix)
Dconventions.py169 def file_suffix(self): member in ConventionsBase