Home
last modified time | relevance | path

Searched refs:file_count (Results 1 – 25 of 1397) sorted by relevance

12345678910>>...56

/dports/ftp/lftp/lftp-4.9.2/src/
H A DrmJob.cc44 if(failed==file_count) in SayFinal()
46 if(file_count==1) in SayFinal()
51 printf(plural("%s failed for %d of %d director$y|ies$\n",file_count), in SayFinal()
52 op,failed,file_count); in SayFinal()
54 printf(plural("%s failed for %d of %d file$|s$\n",file_count), in SayFinal()
55 op,failed,file_count); in SayFinal()
60 printf(plural("%s ok, %d director$y|ies$ removed\n",file_count), in SayFinal()
61 op,file_count); in SayFinal()
63 printf(plural("%s ok, %d file$|s$ removed\n",file_count), in SayFinal()
64 op,file_count); in SayFinal()
H A DmkdirJob.cc35 failed=file_count=0; in mkdirJob()
96 file_count++; in Do()
123 if(failed==file_count) in SayFinal()
126 if(file_count==1) in SayFinal()
130 printf(plural("%s failed for %d of %d director$y|ies$\n",file_count), in SayFinal()
131 op,failed,file_count); in SayFinal()
133 printf(plural("%s ok, %d director$y|ies$ created\n",file_count), in SayFinal()
134 op,file_count); in SayFinal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/unzip/public/cpp/
H A Dunzip_unittest.cc40 int64_t* file_count, in CountFiles() argument
42 ASSERT_TRUE(file_count); in CountFiles()
43 *file_count = 0; in CountFiles()
56 (*file_count)++; in CountFiles()
122 int64_t file_count = -1; in TEST_F() local
123 CountFiles(unzip_dir_, &file_count, /*some_files_empty=*/nullptr); in TEST_F()
124 EXPECT_EQ(0, file_count); in TEST_F()
134 int64_t file_count = -1; in TEST_F() local
137 EXPECT_EQ(8, file_count); in TEST_F()
151 int64_t file_count = -1; in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/unzip/public/cpp/
H A Dunzip_unittest.cc40 int64_t* file_count, in CountFiles() argument
42 ASSERT_TRUE(file_count); in CountFiles()
43 *file_count = 0; in CountFiles()
56 (*file_count)++; in CountFiles()
122 int64_t file_count = -1; in TEST_F() local
123 CountFiles(unzip_dir_, &file_count, /*some_files_empty=*/nullptr); in TEST_F()
124 EXPECT_EQ(0, file_count); in TEST_F()
134 int64_t file_count = -1; in TEST_F() local
137 EXPECT_EQ(8, file_count); in TEST_F()
151 int64_t file_count = -1; in TEST_F() local
[all …]
/dports/emulators/emu64/emu64-5.0.19/src/
H A Dd64_class.cpp20 file_count = 0; in D64Class()
96 file_count = 0; in UnLoadD64()
105 if(file_count==0) return false; in ExportPrg()
195 file_count=0; in UpdateImageData()
210 d64_files[file_count].Typ = block[si+2]; in UpdateImageData()
214 d64_files[file_count].Track = block[si+3]; in UpdateImageData()
215 d64_files[file_count].Sektor = block[si+4]; in UpdateImageData()
224 d64_files[file_count].Laenge = tmp; in UpdateImageData()
226 d64_files[file_count].Name[16] = 0; in UpdateImageData()
235 file_count++; in UpdateImageData()
[all …]
/dports/devel/cweb/cweb-3.64a.a/examples/
H A Dwc.c70 int file_count; local
104 file_count= argc-1;
117 if(file_count> 0&&(fd= open(*(++argv),READ_ONLY))<0){
121 file_count--;
170 if(file_count)printf(" %s\n",*argv);
203 if(file_count> 1||silent){
205 if(!file_count)printf("\n");
206 else printf(" total in %d file%s\n",file_count,file_count> 1?"s":"");
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/basic/treeview/src/
H A DFileSystem.cpp91 int file_count = -1; in BuildTree()
92 file_count = scandir((root + name).CString(), &file_list, 0, alphasort); in BuildTree()
93 if (file_count == -1) in BuildTree()
96 while (file_count--) in BuildTree()
98 if (strcmp(file_list[file_count]->d_name, ".") == 0 || in BuildTree()
99 strcmp(file_list[file_count]->d_name, "..") == 0) in BuildTree()
102 …child_nodes.push_back(new FileSystemNode(file_list[file_count]->d_name, (file_list[file_count]->d_… in BuildTree()
104 free(file_list[file_count]); in BuildTree()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Modules/mod_snmp/
H A Dtls.pm259 my ($file_count, $file_total, $kb_count);
274 $file_count = $value;
287 return ($file_count, $file_total, $kb_count);
335 my ($file_count, $file_total, $kb_count);
350 $file_count = $value;
363 return ($file_count, $file_total, $kb_count);
962 $self->assert($file_count == $expected,
995 $self->assert($file_count == $expected,
1027 $self->assert($file_count == $expected,
1045 $self->assert($file_count == $expected,
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Modules/mod_snmp/
H A Dtls.pm259 my ($file_count, $file_total, $kb_count);
274 $file_count = $value;
287 return ($file_count, $file_total, $kb_count);
335 my ($file_count, $file_total, $kb_count);
350 $file_count = $value;
363 return ($file_count, $file_total, $kb_count);
962 $self->assert($file_count == $expected,
995 $self->assert($file_count == $expected,
1027 $self->assert($file_count == $expected,
1045 $self->assert($file_count == $expected,
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Modules/mod_snmp/
H A Dtls.pm259 my ($file_count, $file_total, $kb_count);
274 $file_count = $value;
287 return ($file_count, $file_total, $kb_count);
335 my ($file_count, $file_total, $kb_count);
350 $file_count = $value;
363 return ($file_count, $file_total, $kb_count);
962 $self->assert($file_count == $expected,
995 $self->assert($file_count == $expected,
1027 $self->assert($file_count == $expected,
1045 $self->assert($file_count == $expected,
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Modules/mod_snmp/
H A Dtls.pm259 my ($file_count, $file_total, $kb_count);
274 $file_count = $value;
287 return ($file_count, $file_total, $kb_count);
335 my ($file_count, $file_total, $kb_count);
350 $file_count = $value;
363 return ($file_count, $file_total, $kb_count);
962 $self->assert($file_count == $expected,
995 $self->assert($file_count == $expected,
1027 $self->assert($file_count == $expected,
1045 $self->assert($file_count == $expected,
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Modules/mod_snmp/
H A Dtls.pm259 my ($file_count, $file_total, $kb_count);
274 $file_count = $value;
287 return ($file_count, $file_total, $kb_count);
335 my ($file_count, $file_total, $kb_count);
350 $file_count = $value;
363 return ($file_count, $file_total, $kb_count);
962 $self->assert($file_count == $expected,
995 $self->assert($file_count == $expected,
1027 $self->assert($file_count == $expected,
1045 $self->assert($file_count == $expected,
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Modules/mod_snmp/
H A Dtls.pm259 my ($file_count, $file_total, $kb_count);
274 $file_count = $value;
287 return ($file_count, $file_total, $kb_count);
335 my ($file_count, $file_total, $kb_count);
350 $file_count = $value;
363 return ($file_count, $file_total, $kb_count);
962 $self->assert($file_count == $expected,
995 $self->assert($file_count == $expected,
1027 $self->assert($file_count == $expected,
1045 $self->assert($file_count == $expected,
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Modules/mod_snmp/
H A Dtls.pm259 my ($file_count, $file_total, $kb_count);
274 $file_count = $value;
287 return ($file_count, $file_total, $kb_count);
335 my ($file_count, $file_total, $kb_count);
350 $file_count = $value;
363 return ($file_count, $file_total, $kb_count);
962 $self->assert($file_count == $expected,
995 $self->assert($file_count == $expected,
1027 $self->assert($file_count == $expected,
1045 $self->assert($file_count == $expected,
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Modules/mod_snmp/
H A Dtls.pm259 my ($file_count, $file_total, $kb_count);
274 $file_count = $value;
287 return ($file_count, $file_total, $kb_count);
335 my ($file_count, $file_total, $kb_count);
350 $file_count = $value;
363 return ($file_count, $file_total, $kb_count);
962 $self->assert($file_count == $expected,
995 $self->assert($file_count == $expected,
1027 $self->assert($file_count == $expected,
1045 $self->assert($file_count == $expected,
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Modules/mod_snmp/
H A Dtls.pm259 my ($file_count, $file_total, $kb_count);
274 $file_count = $value;
287 return ($file_count, $file_total, $kb_count);
335 my ($file_count, $file_total, $kb_count);
350 $file_count = $value;
363 return ($file_count, $file_total, $kb_count);
962 $self->assert($file_count == $expected,
995 $self->assert($file_count == $expected,
1027 $self->assert($file_count == $expected,
1045 $self->assert($file_count == $expected,
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/
H A Dsnippets_helper.rb69 file_count = snippet.statistics&.file_count
71 return unless file_count&.nonzero?
73 tooltip = n_('%d file', '%d files', file_count) % file_count
78 concat(file_count)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/docs/tools/
H A Dgenerate_formatted_state.py106 file_count = 0 variable
115 file_count += 1
130 total_files_count += file_count
134 if file_count > 0:
135 percent = (int(100.0 * (float(file_pass)/float(file_count))))
136 style = get_style(file_count, file_pass)
138 count=file_count,
146 print(path, file_count, file_pass, file_fail, percent)
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/docs/tools/
H A Dgenerate_formatted_state.py106 file_count = 0 variable
115 file_count += 1
130 total_files_count += file_count
134 if file_count > 0:
135 percent = (int(100.0 * (float(file_pass)/float(file_count))))
136 style = get_style(file_count, file_pass)
138 count=file_count,
146 print(path, file_count, file_pass, file_fail, percent)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/docs/tools/
H A Dgenerate_formatted_state.py106 file_count = 0 variable
115 file_count += 1
130 total_files_count += file_count
134 if file_count > 0:
135 percent = (int(100.0 * (float(file_pass)/float(file_count))))
136 style = get_style(file_count, file_pass)
138 count=file_count,
146 print(path, file_count, file_pass, file_fail, percent)
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/docs/tools/
H A Dgenerate_formatted_state.py106 file_count = 0 variable
115 file_count += 1
130 total_files_count += file_count
134 if file_count > 0:
135 percent = (int(100.0 * (float(file_pass)/float(file_count))))
136 style = get_style(file_count, file_pass)
138 count=file_count,
146 print(path, file_count, file_pass, file_fail, percent)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/docs/tools/
H A Dgenerate_formatted_state.py106 file_count = 0 variable
115 file_count += 1
130 total_files_count += file_count
134 if file_count > 0:
135 percent = (int(100.0 * (float(file_pass)/float(file_count))))
136 style = get_style(file_count, file_pass)
138 count=file_count,
146 print(path, file_count, file_pass, file_fail, percent)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/docs/tools/
H A Dgenerate_formatted_state.py106 file_count = 0 variable
115 file_count += 1
130 total_files_count += file_count
134 if file_count > 0:
135 percent = (int(100.0 * (float(file_pass)/float(file_count))))
136 style = get_style(file_count, file_pass)
138 count=file_count,
146 print(path, file_count, file_pass, file_fail, percent)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/docs/tools/
H A Dgenerate_formatted_state.py106 file_count = 0 variable
115 file_count += 1
130 total_files_count += file_count
134 if file_count > 0:
135 percent = (int(100.0 * (float(file_pass)/float(file_count))))
136 style = get_style(file_count, file_pass)
138 count=file_count,
146 print(path, file_count, file_pass, file_fail, percent)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/docs/tools/
H A Dgenerate_formatted_state.py106 file_count = 0 variable
115 file_count += 1
130 total_files_count += file_count
134 if file_count > 0:
135 percent = (int(100.0 * (float(file_pass)/float(file_count))))
136 style = get_style(file_count, file_pass)
138 count=file_count,
146 print(path, file_count, file_pass, file_fail, percent)

12345678910>>...56