Home
last modified time | relevance | path

Searched refs:out_name (Results 1 – 25 of 1644) sorted by relevance

12345678910>>...66

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/common_video/libyuv/
H A Dscaler_unittest.cc125 source_file_, out_name, in TEST_F()
133 source_file2, out_name, in TEST_F()
145 source_file_, out_name, in TEST_F()
150 source_file_, out_name, in TEST_F()
155 source_file_, out_name, in TEST_F()
160 source_file_, out_name, in TEST_F()
166 source_file_, out_name, in TEST_F()
173 source_file2, out_name, in TEST_F()
192 source_file_, out_name, in TEST_F()
200 source_file2, out_name, in TEST_F()
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/test/runtest/
H A Dcheck.py155 out_name=out_name,
163 out_name=out_name,
172 out_name=out_name,
185 out_name=out_name,
198 out_name=out_name,
225 out_name=out_name,
234 out_name=out_name,
257 out_name=out_name,
288 out_name=out_name,
296 out_name=out_name,
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/util/
H A DutilFile.c98 free(*out_name); in tmpFile()
99 *out_name = NULL; in tmpFile()
108 assert(*out_name != NULL); in tmpFile()
109 sprintf(*out_name, "%sXXXXXX", prefix); in tmpFile()
110 fd = mkstemp(*out_name); in tmpFile()
112 free(*out_name); in tmpFile()
113 *out_name = NULL; in tmpFile()
117 unlink(*out_name); in tmpFile()
118 strcat(*out_name, suffix); in tmpFile()
121 free(*out_name); in tmpFile()
[all …]
/dports/textproc/p5-XML-AutoWriter/XML-AutoWriter-0.4/t/
H A Dvalid.t35 my $out_name = "$t/out" ;
87 unlink $out_name ;
88 my $f = IO::File->new( ">$out_name" ) ;
100 ok( slurp( $out_name ), qq{$xml_decl<a aa1="foo"><b1><c1 /></b1></a>} ) ;
101 unlink $out_name || warn "$!: $out_name" ;
105 unlink $out_name ;
109 OUTPUT => $out_name,
120 unlink $out_name || warn "$!: $out_name" ;
139 unlink $out_name ;
155 slurp( $out_name ),
[all …]
/dports/lang/ptoc/ptoc/
H A Dbring.cxx24 t->set_trans(dprintf("%s%s", path, out_name->text)); in translate()
26 t->set_trans(out_name->text); in translate()
86 if (sp->out_name == sym->out_name) { in make_unique()
89 sym->out_name = nm_entry::add(buf, TKN_IDENT); in make_unique()
99 sp->out_name = sym->out_name; in make_unique()
106 symbol* b_ring::add(nm_entry* in_name, nm_entry* out_name, int tag, tpexpr* type) in add() argument
110 sym->out_name = out_name; in add()
118 sym->out_name = rename_item::rename(sym->out_name); in add()
121 while (sym->out_name->flags & nm_entry::macro) { in add()
122 sym->out_name = nm_entry::add(dprintf("%s_", sym->out_name->text), in add()
/dports/archivers/arj/arj-3.10.22/
H A Dtoday.c23 char out_name[CCHMAXPATH]; in main() local
39 strcpy(out_name, argv[2]); in main()
40 l=strlen(out_name)-1; in main()
41 if(out_name[l]!=PATHSEP_DEFAULT) in main()
43 out_name[++l]=PATHSEP_DEFAULT; in main()
44 out_name[++l]='\0'; in main()
46 strcat(out_name, "date_sig.c"); in main()
59 if((stream=fopen(out_name, m_r))==NULL) in main()
73 if((stream=fopen(out_name, m_w))==NULL) in main()
75 printf("Failed to open %s\n", out_name); in main()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dbenchmark_leveldb.sh100 out_name="benchmark_${operation}.t${num_threads}.s${syncval}.log"
107 2>&1 | tee -a $output_dir/${out_name}"
108 echo $cmd | tee $output_dir/${out_name}
110 …summarize_result $output_dir/${out_name} ${operation}.t${num_threads}.s${syncval} $operation $num_…
115 out_name="benchmark_readrandom.t${num_threads}.log"
121 2>&1 | tee -a $output_dir/${out_name}"
122 echo $cmd | tee $output_dir/${out_name}
124 summarize_result $output_dir/${out_name} readrandom.t${num_threads} readrandom $num_threads
130 out_name="benchmark_readwhile${operation}.t${num_threads}.log"
138 2>&1 | tee -a $output_dir/${out_name}"
[all …]
H A Dbenchmark.sh346 2>&1 | tee -a $output_dir/${out_name}"
347 echo $cmd | tee $output_dir/${out_name}
368 out_name="benchmark_readrandom.t${num_threads}.log"
374 2>&1 | tee -a $output_dir/${out_name}"
375 echo $cmd | tee $output_dir/${out_name}
391 2>&1 | tee -a $output_dir/${out_name}"
392 echo $cmd | tee $output_dir/${out_name}
412 2>&1 | tee -a $output_dir/${out_name}"
413 echo $cmd | tee $output_dir/${out_name}
430 2>&1 | tee -a $output_dir/${out_name}"
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/tools/
H A Dbenchmark_leveldb.sh100 out_name="benchmark_${operation}.t${num_threads}.s${syncval}.log"
107 2>&1 | tee -a $output_dir/${out_name}"
108 echo $cmd | tee $output_dir/${out_name}
110 …summarize_result $output_dir/${out_name} ${operation}.t${num_threads}.s${syncval} $operation $num_…
115 out_name="benchmark_readrandom.t${num_threads}.log"
121 2>&1 | tee -a $output_dir/${out_name}"
122 echo $cmd | tee $output_dir/${out_name}
124 summarize_result $output_dir/${out_name} readrandom.t${num_threads} readrandom $num_threads
130 out_name="benchmark_readwhile${operation}.t${num_threads}.log"
138 2>&1 | tee -a $output_dir/${out_name}"
[all …]
H A Dbenchmark.sh346 2>&1 | tee -a $output_dir/${out_name}"
347 echo $cmd | tee $output_dir/${out_name}
368 out_name="benchmark_readrandom.t${num_threads}.log"
374 2>&1 | tee -a $output_dir/${out_name}"
375 echo $cmd | tee $output_dir/${out_name}
391 2>&1 | tee -a $output_dir/${out_name}"
392 echo $cmd | tee $output_dir/${out_name}
412 2>&1 | tee -a $output_dir/${out_name}"
413 echo $cmd | tee $output_dir/${out_name}
430 2>&1 | tee -a $output_dir/${out_name}"
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dbenchmark_leveldb.sh100 out_name="benchmark_${operation}.t${num_threads}.s${syncval}.log"
107 2>&1 | tee -a $output_dir/${out_name}"
108 echo $cmd | tee $output_dir/${out_name}
110 …summarize_result $output_dir/${out_name} ${operation}.t${num_threads}.s${syncval} $operation $num_…
115 out_name="benchmark_readrandom.t${num_threads}.log"
121 2>&1 | tee -a $output_dir/${out_name}"
122 echo $cmd | tee $output_dir/${out_name}
124 summarize_result $output_dir/${out_name} readrandom.t${num_threads} readrandom $num_threads
130 out_name="benchmark_readwhile${operation}.t${num_threads}.log"
138 2>&1 | tee -a $output_dir/${out_name}"
[all …]
H A Dbenchmark.sh346 2>&1 | tee -a $output_dir/${out_name}"
347 echo $cmd | tee $output_dir/${out_name}
368 out_name="benchmark_readrandom.t${num_threads}.log"
374 2>&1 | tee -a $output_dir/${out_name}"
375 echo $cmd | tee $output_dir/${out_name}
391 2>&1 | tee -a $output_dir/${out_name}"
392 echo $cmd | tee $output_dir/${out_name}
412 2>&1 | tee -a $output_dir/${out_name}"
413 echo $cmd | tee $output_dir/${out_name}
430 2>&1 | tee -a $output_dir/${out_name}"
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/tools/
H A Dbenchmark_leveldb.sh100 out_name="benchmark_${operation}.t${num_threads}.s${syncval}.log"
107 2>&1 | tee -a $output_dir/${out_name}"
108 echo $cmd | tee $output_dir/${out_name}
110 …summarize_result $output_dir/${out_name} ${operation}.t${num_threads}.s${syncval} $operation $num_…
115 out_name="benchmark_readrandom.t${num_threads}.log"
121 2>&1 | tee -a $output_dir/${out_name}"
122 echo $cmd | tee $output_dir/${out_name}
124 summarize_result $output_dir/${out_name} readrandom.t${num_threads} readrandom $num_threads
130 out_name="benchmark_readwhile${operation}.t${num_threads}.log"
138 2>&1 | tee -a $output_dir/${out_name}"
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/tools/
H A Dbenchmark_leveldb.sh100 out_name="benchmark_${operation}.t${num_threads}.s${syncval}.log"
107 2>&1 | tee -a $output_dir/${out_name}"
108 echo $cmd | tee $output_dir/${out_name}
110 …summarize_result $output_dir/${out_name} ${operation}.t${num_threads}.s${syncval} $operation $num_…
115 out_name="benchmark_readrandom.t${num_threads}.log"
121 2>&1 | tee -a $output_dir/${out_name}"
122 echo $cmd | tee $output_dir/${out_name}
124 summarize_result $output_dir/${out_name} readrandom.t${num_threads} readrandom $num_threads
130 out_name="benchmark_readwhile${operation}.t${num_threads}.log"
138 2>&1 | tee -a $output_dir/${out_name}"
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dbenchmark_leveldb.sh100 out_name="benchmark_${operation}.t${num_threads}.s${syncval}.log"
107 2>&1 | tee -a $output_dir/${out_name}"
108 echo $cmd | tee $output_dir/${out_name}
110 …summarize_result $output_dir/${out_name} ${operation}.t${num_threads}.s${syncval} $operation $num_…
115 out_name="benchmark_readrandom.t${num_threads}.log"
121 2>&1 | tee -a $output_dir/${out_name}"
122 echo $cmd | tee $output_dir/${out_name}
124 summarize_result $output_dir/${out_name} readrandom.t${num_threads} readrandom $num_threads
130 out_name="benchmark_readwhile${operation}.t${num_threads}.log"
138 2>&1 | tee -a $output_dir/${out_name}"
[all …]
H A Dbenchmark.sh346 2>&1 | tee -a $output_dir/${out_name}"
347 echo $cmd | tee $output_dir/${out_name}
368 out_name="benchmark_readrandom.t${num_threads}.log"
374 2>&1 | tee -a $output_dir/${out_name}"
375 echo $cmd | tee $output_dir/${out_name}
391 2>&1 | tee -a $output_dir/${out_name}"
392 echo $cmd | tee $output_dir/${out_name}
412 2>&1 | tee -a $output_dir/${out_name}"
413 echo $cmd | tee $output_dir/${out_name}
430 2>&1 | tee -a $output_dir/${out_name}"
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/tools/
H A Dbenchmark_leveldb.sh100 out_name="benchmark_${operation}.t${num_threads}.s${syncval}.log"
107 2>&1 | tee -a $output_dir/${out_name}"
108 echo $cmd | tee $output_dir/${out_name}
110 …summarize_result $output_dir/${out_name} ${operation}.t${num_threads}.s${syncval} $operation $num_…
115 out_name="benchmark_readrandom.t${num_threads}.log"
121 2>&1 | tee -a $output_dir/${out_name}"
122 echo $cmd | tee $output_dir/${out_name}
124 summarize_result $output_dir/${out_name} readrandom.t${num_threads} readrandom $num_threads
130 out_name="benchmark_readwhile${operation}.t${num_threads}.log"
138 2>&1 | tee -a $output_dir/${out_name}"
[all …]
H A Dbenchmark.sh346 2>&1 | tee -a $output_dir/${out_name}"
347 echo $cmd | tee $output_dir/${out_name}
368 out_name="benchmark_readrandom.t${num_threads}.log"
374 2>&1 | tee -a $output_dir/${out_name}"
375 echo $cmd | tee $output_dir/${out_name}
391 2>&1 | tee -a $output_dir/${out_name}"
392 echo $cmd | tee $output_dir/${out_name}
412 2>&1 | tee -a $output_dir/${out_name}"
413 echo $cmd | tee $output_dir/${out_name}
430 2>&1 | tee -a $output_dir/${out_name}"
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/tools/
H A Dbenchmark_leveldb.sh100 out_name="benchmark_${operation}.t${num_threads}.s${syncval}.log"
107 2>&1 | tee -a $output_dir/${out_name}"
108 echo $cmd | tee $output_dir/${out_name}
110 …summarize_result $output_dir/${out_name} ${operation}.t${num_threads}.s${syncval} $operation $num_…
115 out_name="benchmark_readrandom.t${num_threads}.log"
121 2>&1 | tee -a $output_dir/${out_name}"
122 echo $cmd | tee $output_dir/${out_name}
124 summarize_result $output_dir/${out_name} readrandom.t${num_threads} readrandom $num_threads
130 out_name="benchmark_readwhile${operation}.t${num_threads}.log"
138 2>&1 | tee -a $output_dir/${out_name}"
[all …]
H A Dbenchmark.sh346 2>&1 | tee -a $output_dir/${out_name}"
347 echo $cmd | tee $output_dir/${out_name}
368 out_name="benchmark_readrandom.t${num_threads}.log"
374 2>&1 | tee -a $output_dir/${out_name}"
375 echo $cmd | tee $output_dir/${out_name}
391 2>&1 | tee -a $output_dir/${out_name}"
392 echo $cmd | tee $output_dir/${out_name}
412 2>&1 | tee -a $output_dir/${out_name}"
413 echo $cmd | tee $output_dir/${out_name}
430 2>&1 | tee -a $output_dir/${out_name}"
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/tools/
H A Dbenchmark_leveldb.sh100 out_name="benchmark_${operation}.t${num_threads}.s${syncval}.log"
107 2>&1 | tee -a $output_dir/${out_name}"
108 echo $cmd | tee $output_dir/${out_name}
110 …summarize_result $output_dir/${out_name} ${operation}.t${num_threads}.s${syncval} $operation $num_…
115 out_name="benchmark_readrandom.t${num_threads}.log"
121 2>&1 | tee -a $output_dir/${out_name}"
122 echo $cmd | tee $output_dir/${out_name}
124 summarize_result $output_dir/${out_name} readrandom.t${num_threads} readrandom $num_threads
130 out_name="benchmark_readwhile${operation}.t${num_threads}.log"
138 2>&1 | tee -a $output_dir/${out_name}"
[all …]
H A Dbenchmark.sh346 2>&1 | tee -a $output_dir/${out_name}"
347 echo $cmd | tee $output_dir/${out_name}
368 out_name="benchmark_readrandom.t${num_threads}.log"
374 2>&1 | tee -a $output_dir/${out_name}"
375 echo $cmd | tee $output_dir/${out_name}
391 2>&1 | tee -a $output_dir/${out_name}"
392 echo $cmd | tee $output_dir/${out_name}
412 2>&1 | tee -a $output_dir/${out_name}"
413 echo $cmd | tee $output_dir/${out_name}
430 2>&1 | tee -a $output_dir/${out_name}"
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/tools/
H A Dbenchmark_leveldb.sh100 out_name="benchmark_${operation}.t${num_threads}.s${syncval}.log"
107 2>&1 | tee -a $output_dir/${out_name}"
108 echo $cmd | tee $output_dir/${out_name}
110 …summarize_result $output_dir/${out_name} ${operation}.t${num_threads}.s${syncval} $operation $num_…
115 out_name="benchmark_readrandom.t${num_threads}.log"
121 2>&1 | tee -a $output_dir/${out_name}"
122 echo $cmd | tee $output_dir/${out_name}
124 summarize_result $output_dir/${out_name} readrandom.t${num_threads} readrandom $num_threads
130 out_name="benchmark_readwhile${operation}.t${num_threads}.log"
138 2>&1 | tee -a $output_dir/${out_name}"
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/tools/
H A Dbenchmark_leveldb.sh100 out_name="benchmark_${operation}.t${num_threads}.s${syncval}.log"
107 2>&1 | tee -a $output_dir/${out_name}"
108 echo $cmd | tee $output_dir/${out_name}
110 …summarize_result $output_dir/${out_name} ${operation}.t${num_threads}.s${syncval} $operation $num_…
115 out_name="benchmark_readrandom.t${num_threads}.log"
121 2>&1 | tee -a $output_dir/${out_name}"
122 echo $cmd | tee $output_dir/${out_name}
124 summarize_result $output_dir/${out_name} readrandom.t${num_threads} readrandom $num_threads
130 out_name="benchmark_readwhile${operation}.t${num_threads}.log"
138 2>&1 | tee -a $output_dir/${out_name}"
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/tools/
H A Dbenchmark_leveldb.sh100 out_name="benchmark_${operation}.t${num_threads}.s${syncval}.log"
107 2>&1 | tee -a $output_dir/${out_name}"
108 echo $cmd | tee $output_dir/${out_name}
110 …summarize_result $output_dir/${out_name} ${operation}.t${num_threads}.s${syncval} $operation $num_…
115 out_name="benchmark_readrandom.t${num_threads}.log"
121 2>&1 | tee -a $output_dir/${out_name}"
122 echo $cmd | tee $output_dir/${out_name}
124 summarize_result $output_dir/${out_name} readrandom.t${num_threads} readrandom $num_threads
130 out_name="benchmark_readwhile${operation}.t${num_threads}.log"
138 2>&1 | tee -a $output_dir/${out_name}"
[all …]

12345678910>>...66