Home
last modified time | relevance | path

Searched refs:temp_filename (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/_script/
H A Dconvert.py50 def _extract_ir_args(args, unknown_args, temp_filename): argument
56 unknown_args.extend(['--dstPath', temp_filename])
64 unknown_args.extend(['--IRModelPath', temp_filename + '.pb'])
72 def _extract_model_args(args, unknown_args, temp_filename): argument
74 unknown_args.extend(['--inputNetwork', temp_filename + '.pb'])
81 def remove_temp_files(temp_filename, verbose=False): argument
85 temp_file = temp_filename + ext
94 return temp_filename
100 temp_filename = uuid.uuid4().hex
113 remove_temp_files(temp_filename)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/testsupport/
H A Dfile_utils_unittest.cc125 << "Couldn't find file: " << temp_filename; in TEST_F()
126 remove(temp_filename.c_str()); in TEST_F()
133 << "File exists: " << temp_filename; in TEST_F()
134 FILE* file = fopen(temp_filename.c_str(), "wb"); in TEST_F()
139 remove(temp_filename.c_str()); in TEST_F()
195 FILE* file = fopen(temp_filename.c_str(), "wb"); in TEST_F()
201 remove(temp_filename.c_str()); in TEST_F()
222 << "Couldn't find file: " << temp_filename; in TEST_F()
225 remove(temp_filename.c_str()); in TEST_F()
240 WriteStringInFile("test\n", temp_filename); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/testsupport/
H A Dfile_utils_unittest.cc125 << "Couldn't find file: " << temp_filename; in TEST_F()
126 remove(temp_filename.c_str()); in TEST_F()
133 << "File exists: " << temp_filename; in TEST_F()
134 FILE* file = fopen(temp_filename.c_str(), "wb"); in TEST_F()
139 remove(temp_filename.c_str()); in TEST_F()
195 FILE* file = fopen(temp_filename.c_str(), "wb"); in TEST_F()
201 remove(temp_filename.c_str()); in TEST_F()
222 << "Couldn't find file: " << temp_filename; in TEST_F()
225 remove(temp_filename.c_str()); in TEST_F()
240 WriteStringInFile("test\n", temp_filename); in TEST_F()
[all …]
/dports/sysutils/fwup/fwup-1.9.0/src/
H A Dfwup_sign.c43 char *temp_filename = NULL; in fwup_sign() local
64 temp_filename = malloc(temp_filename_len); in fwup_sign()
65 if (!temp_filename) in fwup_sign()
77 if (archive_write_open_filename(out, temp_filename) != ARCHIVE_OK) in fwup_sign()
78 ERR_CLEANUP_MSG("Error creating archive '%s'", temp_filename); in fwup_sign()
141 if (rename(temp_filename, output_filename) < 0) in fwup_sign()
143 free(temp_filename); in fwup_sign()
144 temp_filename = NULL; in fwup_sign()
160 if (temp_filename) { in fwup_sign()
161 unlink(temp_filename); in fwup_sign()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/tests/
H A Dtest_save.py20 def temp_filename():
31 def test_sarimax(temp_filename):
35 res.save(temp_filename)
67 def test_structural(temp_filename):
72 res.save(temp_filename)
98 res.save(temp_filename)
119 res.save(temp_filename)
126 def test_varmax(temp_filename):
132 res.save(temp_filename)
139 def test_varmax_pickle(temp_filename):
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/test/testsupport/
H A Dfileutils_unittest.cc125 ASSERT_TRUE(webrtc::test::FileExists(temp_filename)) in TEST_F()
126 << "Couldn't find file: " << temp_filename; in TEST_F()
127 remove(temp_filename.c_str()); in TEST_F()
175 FILE* file = fopen(temp_filename.c_str(), "wb"); in TEST_F()
178 "Failed to write to file: " << temp_filename; in TEST_F()
181 remove(temp_filename.c_str()); in TEST_F()
201 ASSERT_TRUE(webrtc::test::FileExists(temp_filename)) in TEST_F()
202 << "Couldn't find file: " << temp_filename; in TEST_F()
205 remove(temp_filename.c_str()); in TEST_F()
220 WriteStringInFile("test\n", temp_filename); in TEST_F()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/test/testsupport/
H A Dfileutils_unittest.cc125 ASSERT_TRUE(webrtc::test::FileExists(temp_filename)) in TEST_F()
126 << "Couldn't find file: " << temp_filename; in TEST_F()
127 remove(temp_filename.c_str()); in TEST_F()
175 FILE* file = fopen(temp_filename.c_str(), "wb"); in TEST_F()
178 "Failed to write to file: " << temp_filename; in TEST_F()
181 remove(temp_filename.c_str()); in TEST_F()
201 ASSERT_TRUE(webrtc::test::FileExists(temp_filename)) in TEST_F()
202 << "Couldn't find file: " << temp_filename; in TEST_F()
205 remove(temp_filename.c_str()); in TEST_F()
220 WriteStringInFile("test\n", temp_filename); in TEST_F()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/test/testsupport/
H A Dfileutils_unittest.cc125 ASSERT_TRUE(webrtc::test::FileExists(temp_filename)) in TEST_F()
126 << "Couldn't find file: " << temp_filename; in TEST_F()
127 remove(temp_filename.c_str()); in TEST_F()
175 FILE* file = fopen(temp_filename.c_str(), "wb"); in TEST_F()
178 "Failed to write to file: " << temp_filename; in TEST_F()
181 remove(temp_filename.c_str()); in TEST_F()
201 ASSERT_TRUE(webrtc::test::FileExists(temp_filename)) in TEST_F()
202 << "Couldn't find file: " << temp_filename; in TEST_F()
205 remove(temp_filename.c_str()); in TEST_F()
220 WriteStringInFile("test\n", temp_filename); in TEST_F()
[all …]
/dports/mail/elm/elm2.5.8/src/
H A Dsave.c438 strcpy(temp_filename, ptr);
443 ptr = temp_filename + strlen(temp_filename) - 1;
449 if (temp_filename[0] == '~') {
450 if (temp_filename[1] == '\0') {
454 strcpy(temp_filename+1, "/");
456 if(temp_filename[1] == '/')
475 else if (temp_filename[0] == '=' || temp_filename[0] == '+' ||
476 temp_filename[0] == '%') {
479 else if ( temp_filename[0] == '@' ) {
522 } else if (strcmp(temp_filename, "!") == 0) {
[all …]
/dports/mail/pear-Mail_Mime/Mail_Mime-1.10.11/tests/
H A Dtest_Bug_GH16.phpt13 $temp_filename = dirname(__FILE__) . "/output1.tmp";
14 touch($temp_filename);
15 $msg = $mime->saveMessageBody($temp_filename);
16 echo file_get_contents($temp_filename);
18 $temp_filename = dirname(__FILE__) . "/output2.tmp";
19 touch($temp_filename);
20 $msg = $mime->saveMessage($temp_filename);
21 echo file_get_contents($temp_filename);
23 $temp_filename = dirname(__FILE__) . "/output3.tmp";
28 $mimePart->encodeToFile($temp_filename);
[all …]
/dports/devel/py-fs/fs-0.5.4/fs/tests/
H A Dtest_zipfs.py25 self.temp_filename = os.path.join(tempfile.gettempdir(), self.temp_filename)
27 self.zf = zipfile.ZipFile(self.temp_filename, "w")
35 self.fs = zipfs.ZipFS(self.temp_filename, "r")
39 os.remove(self.temp_filename)
98 self.temp_filename = os.path.join(tempfile.gettempdir(), self.temp_filename)
100 zip_fs = zipfs.ZipFS(self.temp_filename, 'w')
118 os.remove(self.temp_filename)
121 zf = zipfile.ZipFile(self.temp_filename, "r")
126 zf = zipfile.ZipFile(self.temp_filename, "r")
144 self.temp_filename = os.path.join(tempfile.gettempdir(), self.temp_filename)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/lto/
H A Dlto.c165 lto_file *file = lto_obj_file_open (temp_filename, true); in stream_out()
217 sprintf (temp_filename + blen, "%u.o", p); in stream_out_partitions_1()
260 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions()
287 char *temp_filename; in lto_wpa_write_files() local
319 strcpy (temp_filename, ltrans_output_list); in lto_wpa_write_files()
323 temp_filename[blen - sizeof (".out") + 1] = '\0'; in lto_wpa_write_files()
324 blen = strlen (temp_filename); in lto_wpa_write_files()
340 sprintf (temp_filename + blen, "%u.o", i); in lto_wpa_write_files()
351 part->name, temp_filename, part->insns); in lto_wpa_write_files()
388 temp_filenames.safe_push (xstrdup (temp_filename)); in lto_wpa_write_files()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/lto/
H A Dlto.c165 lto_file *file = lto_obj_file_open (temp_filename, true); in stream_out()
217 sprintf (temp_filename + blen, "%u.o", p); in stream_out_partitions_1()
260 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions()
287 char *temp_filename; in lto_wpa_write_files() local
319 strcpy (temp_filename, ltrans_output_list); in lto_wpa_write_files()
323 temp_filename[blen - sizeof (".out") + 1] = '\0'; in lto_wpa_write_files()
324 blen = strlen (temp_filename); in lto_wpa_write_files()
340 sprintf (temp_filename + blen, "%u.o", i); in lto_wpa_write_files()
351 part->name, temp_filename, part->insns); in lto_wpa_write_files()
388 temp_filenames.safe_push (xstrdup (temp_filename)); in lto_wpa_write_files()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/lto/
H A Dlto.c165 lto_file *file = lto_obj_file_open (temp_filename, true); in stream_out()
217 sprintf (temp_filename + blen, "%u.o", p); in stream_out_partitions_1()
260 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions()
287 char *temp_filename; in lto_wpa_write_files() local
319 strcpy (temp_filename, ltrans_output_list); in lto_wpa_write_files()
323 temp_filename[blen - sizeof (".out") + 1] = '\0'; in lto_wpa_write_files()
324 blen = strlen (temp_filename); in lto_wpa_write_files()
340 sprintf (temp_filename + blen, "%u.o", i); in lto_wpa_write_files()
351 part->name, temp_filename, part->insns); in lto_wpa_write_files()
388 temp_filenames.safe_push (xstrdup (temp_filename)); in lto_wpa_write_files()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/lto/
H A Dlto.c165 lto_file *file = lto_obj_file_open (temp_filename, true); in stream_out()
217 sprintf (temp_filename + blen, "%u.o", p); in stream_out_partitions_1()
260 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions()
287 char *temp_filename; in lto_wpa_write_files() local
319 strcpy (temp_filename, ltrans_output_list); in lto_wpa_write_files()
323 temp_filename[blen - sizeof (".out") + 1] = '\0'; in lto_wpa_write_files()
324 blen = strlen (temp_filename); in lto_wpa_write_files()
340 sprintf (temp_filename + blen, "%u.o", i); in lto_wpa_write_files()
351 part->name, temp_filename, part->insns); in lto_wpa_write_files()
388 temp_filenames.safe_push (xstrdup (temp_filename)); in lto_wpa_write_files()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/lto/
H A Dlto.c165 lto_file *file = lto_obj_file_open (temp_filename, true); in stream_out()
217 sprintf (temp_filename + blen, "%u.o", p); in stream_out_partitions_1()
260 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions()
287 char *temp_filename; in lto_wpa_write_files() local
319 strcpy (temp_filename, ltrans_output_list); in lto_wpa_write_files()
323 temp_filename[blen - sizeof (".out") + 1] = '\0'; in lto_wpa_write_files()
324 blen = strlen (temp_filename); in lto_wpa_write_files()
340 sprintf (temp_filename + blen, "%u.o", i); in lto_wpa_write_files()
351 part->name, temp_filename, part->insns); in lto_wpa_write_files()
388 temp_filenames.safe_push (xstrdup (temp_filename)); in lto_wpa_write_files()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/lto/
H A Dlto.c165 lto_file *file = lto_obj_file_open (temp_filename, true); in stream_out()
217 sprintf (temp_filename + blen, "%u.o", p); in stream_out_partitions_1()
260 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions()
287 char *temp_filename; in lto_wpa_write_files() local
319 strcpy (temp_filename, ltrans_output_list); in lto_wpa_write_files()
323 temp_filename[blen - sizeof (".out") + 1] = '\0'; in lto_wpa_write_files()
324 blen = strlen (temp_filename); in lto_wpa_write_files()
340 sprintf (temp_filename + blen, "%u.o", i); in lto_wpa_write_files()
351 part->name, temp_filename, part->insns); in lto_wpa_write_files()
388 temp_filenames.safe_push (xstrdup (temp_filename)); in lto_wpa_write_files()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/lto/
H A Dlto.c165 lto_file *file = lto_obj_file_open (temp_filename, true); in stream_out()
217 sprintf (temp_filename + blen, "%u.o", p); in stream_out_partitions_1()
260 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions()
287 char *temp_filename; in lto_wpa_write_files() local
319 strcpy (temp_filename, ltrans_output_list); in lto_wpa_write_files()
323 temp_filename[blen - sizeof (".out") + 1] = '\0'; in lto_wpa_write_files()
324 blen = strlen (temp_filename); in lto_wpa_write_files()
340 sprintf (temp_filename + blen, "%u.o", i); in lto_wpa_write_files()
351 part->name, temp_filename, part->insns); in lto_wpa_write_files()
388 temp_filenames.safe_push (xstrdup (temp_filename)); in lto_wpa_write_files()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libiberty/
H A Dchoose-temp.c60 char *temp_filename; in choose_temp_base() local
64 temp_filename = XNEWVEC (char, len + TEMP_FILE_LEN + 1); in choose_temp_base()
65 strcpy (temp_filename, base); in choose_temp_base()
66 strcpy (temp_filename + len, TEMP_FILE); in choose_temp_base()
68 mktemp (temp_filename); in choose_temp_base()
69 if (strlen (temp_filename) == 0) in choose_temp_base()
71 return temp_filename; in choose_temp_base()
/dports/devel/djgpp-binutils/binutils-2.17/libiberty/
H A Dchoose-temp.c60 char *temp_filename; in choose_temp_base() local
64 temp_filename = XNEWVEC (char, len + TEMP_FILE_LEN + 1); in choose_temp_base()
65 strcpy (temp_filename, base); in choose_temp_base()
66 strcpy (temp_filename + len, TEMP_FILE); in choose_temp_base()
68 mktemp (temp_filename); in choose_temp_base()
69 if (strlen (temp_filename) == 0) in choose_temp_base()
71 return temp_filename; in choose_temp_base()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dchoose-temp.c60 char *temp_filename; in choose_temp_base() local
64 temp_filename = xmalloc (len + TEMP_FILE_LEN + 1); in choose_temp_base()
65 strcpy (temp_filename, base); in choose_temp_base()
66 strcpy (temp_filename + len, TEMP_FILE); in choose_temp_base()
68 mktemp (temp_filename); in choose_temp_base()
69 if (strlen (temp_filename) == 0) in choose_temp_base()
71 return temp_filename; in choose_temp_base()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dchoose-temp.c60 char *temp_filename; in choose_temp_base() local
64 temp_filename = xmalloc (len + TEMP_FILE_LEN + 1); in choose_temp_base()
65 strcpy (temp_filename, base); in choose_temp_base()
66 strcpy (temp_filename + len, TEMP_FILE); in choose_temp_base()
68 mktemp (temp_filename); in choose_temp_base()
69 if (strlen (temp_filename) == 0) in choose_temp_base()
71 return temp_filename; in choose_temp_base()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/libiberty/
H A Dchoose-temp.c60 char *temp_filename; in choose_temp_base() local
64 temp_filename = xmalloc (len + TEMP_FILE_LEN + 1); in choose_temp_base()
65 strcpy (temp_filename, base); in choose_temp_base()
66 strcpy (temp_filename + len, TEMP_FILE); in choose_temp_base()
68 mktemp (temp_filename); in choose_temp_base()
69 if (strlen (temp_filename) == 0) in choose_temp_base()
71 return temp_filename; in choose_temp_base()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dchoose-temp.c60 char *temp_filename; in choose_temp_base() local
64 temp_filename = xmalloc (len + TEMP_FILE_LEN + 1); in choose_temp_base()
65 strcpy (temp_filename, base); in choose_temp_base()
66 strcpy (temp_filename + len, TEMP_FILE); in choose_temp_base()
68 mktemp (temp_filename); in choose_temp_base()
69 if (strlen (temp_filename) == 0) in choose_temp_base()
71 return temp_filename; in choose_temp_base()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dchoose-temp.c60 char *temp_filename; in choose_temp_base() local
64 temp_filename = xmalloc (len + TEMP_FILE_LEN + 1); in choose_temp_base()
65 strcpy (temp_filename, base); in choose_temp_base()
66 strcpy (temp_filename + len, TEMP_FILE); in choose_temp_base()
68 mktemp (temp_filename); in choose_temp_base()
69 if (strlen (temp_filename) == 0) in choose_temp_base()
71 return temp_filename; in choose_temp_base()

12345678910>>...36