Home
last modified time | relevance | path

Searched refs:file (Results 17926 – 17950 of 1681161) sorted by relevance

1...<<711712713714715716717718719720>>...67247

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/opus/src/tests/
H A Drun_vectors.sh77 for file in 01 02 03 04 05 06 07 08 09 10 11 12
79 if [ -e "$VECTOR_PATH/testvector$file.bit" ]; then
80 echo "Testing testvector$file"
82 echo "Bitstream file not found: testvector$file.bit"
84 …if "$OPUS_DEMO" -d "$RATE" 1 "$VECTOR_PATH/testvector$file.bit" tmp.out >> logs_mono.txt 2>&1; then
90 "$OPUS_COMPARE" -r "$RATE" "$VECTOR_PATH/testvector${file}.dec" tmp.out >> logs_mono.txt 2>&1
92 "$OPUS_COMPARE" -r "$RATE" "$VECTOR_PATH/testvector${file}m.dec" tmp.out >> logs_mono2.txt 2>&1
108 for file in 01 02 03 04 05 06 07 08 09 10 11 12
110 if [ -e "$VECTOR_PATH/testvector$file.bit" ]; then
111 echo "Testing testvector$file"
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/tests/testsuite/
H A Djobserver.rs12 .file( in jobserver_exists()
51 .file("src/lib.rs", "") in jobserver_exists()
72 .file( in makes_jobserver_used()
86 .file("src/lib.rs", "") in makes_jobserver_used()
87 .file( in makes_jobserver_used()
98 .file( in makes_jobserver_used()
109 .file( in makes_jobserver_used()
120 .file( in makes_jobserver_used()
135 .file( in makes_jobserver_used()
184 .file("src/lib.rs", "") in jobserver_and_j()
[all …]
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/t/tasks/inventory/macos/
H A Dfirewall.t18 file => 'launctl_list.txt'
22 file => 'procinfo.txt'
26 file => 'defaults_read_preferences_com_alf_globalstate.txt'
32 file => 'launctl_list_unloaded.txt'
36 file => ''
40 file => 'defaults_read_preferences_com_alf_globalstate.txt'
52 file => $pathToFiles . $test->{launchctl}->{file}
61 file => $pathToFiles . $test->{procinfo}->{file},
71 file => $pathToFiles . $test->{defaultsRead}->{file},
72 pidFile => $pathToFiles . $test->{launchctl}->{file},
[all …]
/dports/devel/ccdoc/ccdocv08r41/utils/
H A Dinsert.pl97 my $file;
98 foreach $file ( @files ) {
105 $file);
119 my $file = shift;
121 print "processing $file: " if( $verbose );
123 if( ! -w $file ) {
124 print STDERR "\nERROR: File '$file' is not writeable.\n";
128 print STDERR "\nERROR: Copyright file '$file' is not readable.\n";
133 open IFP,"$file" || die "\nERROR: Can't read '$file'.\n";
134 open OFP,">$file.tmp" || die "\nERROR: Can't read '$file.tmp'.\n";
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/tests/testsuite/
H A Djobserver.rs12 .file( in jobserver_exists()
51 .file("src/lib.rs", "") in jobserver_exists()
72 .file( in makes_jobserver_used()
86 .file("src/lib.rs", "") in makes_jobserver_used()
87 .file( in makes_jobserver_used()
98 .file( in makes_jobserver_used()
109 .file( in makes_jobserver_used()
120 .file( in makes_jobserver_used()
135 .file( in makes_jobserver_used()
184 .file("src/lib.rs", "") in jobserver_and_j()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt6012-rev-list-simplify.sh127 check_result 'K I H E C B A' --full-history -- file
128 check_result 'K I H E C B A' --full-history --topo-order -- file
131 check_result 'I E C B A' --simplify-merges -- file
132 check_result 'I E C B A' --simplify-merges --topo-order -- file
133 check_result 'I E C B A' --simplify-merges --date-order -- file
135 check_result 'I B A' -- file
136 check_result 'I B A' --topo-order -- file
137 check_result 'I B A' --date-order -- file
138 check_result 'I B A' --author-date-order -- file
139 check_result 'H' --first-parent -- another-file
[all …]
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/utils/
H A DFile.cpp33 , file(nullptr) in File()
45 file = fopen(filePath.c_str(), mode); in open()
46 if (!file) { in open()
53 if (file == nullptr) in close()
56 if (fclose(file) != 0) { in close()
57 file = nullptr; in close()
61 file = nullptr; in close()
92 if (!file) { in getContent()
96 fseek(file, 0, SEEK_END); in getContent()
97 auto fileSize = ftell(file); in getContent()
[all …]
/dports/devel/p5-ShipIt-Step-Manifest/ShipIt-Step-Manifest-0.01/inc/Test/
H A DCompile.pm32 my $file = shift;
33 my $name = @_ ? shift : "Compile test for $file";
35 if (!-f $file) {
37 $Test->diag("$file does not exist");
41 my $module = $file;
52 $diag = "couldn't use $module ($file): $@";
79 my $file = shift @queue;
80 if ( -d $file ) {
82 opendir DH, $file or next;
98 if (-f $file) {
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/xtree/src/main/java/de/lmu/ifi/dbs/elki/index/tree/spatial/rstarvariants/xtree/
H A DXTreeHeader.java90 super.readHeader(file); in readHeader()
91 this.min_fanout = file.readInt(); in readHeader()
92 this.num_elements = file.readLong(); in readHeader()
93 this.dimensionality = file.readInt(); in readHeader()
94 this.max_overlap = file.readFloat(); in readHeader()
108 super.writeHeader(file); in writeHeader()
109 file.writeInt(min_fanout); in writeHeader()
110 file.writeLong(num_elements); in writeHeader()
111 file.writeInt(dimensionality); in writeHeader()
112 file.writeFloat(max_overlap); in writeHeader()
[all …]
/dports/audio/jamulus/jamulus-r3_8_1/libs/opus/tests/
H A Drun_vectors.sh77 for file in 01 02 03 04 05 06 07 08 09 10 11 12
79 if [ -e "$VECTOR_PATH/testvector$file.bit" ]; then
80 echo "Testing testvector$file"
82 echo "Bitstream file not found: testvector$file.bit"
84 …if "$OPUS_DEMO" -d "$RATE" 1 "$VECTOR_PATH/testvector$file.bit" tmp.out >> logs_mono.txt 2>&1; then
90 "$OPUS_COMPARE" -r "$RATE" "$VECTOR_PATH/testvector${file}.dec" tmp.out >> logs_mono.txt 2>&1
92 "$OPUS_COMPARE" -r "$RATE" "$VECTOR_PATH/testvector${file}m.dec" tmp.out >> logs_mono2.txt 2>&1
108 for file in 01 02 03 04 05 06 07 08 09 10 11 12
110 if [ -e "$VECTOR_PATH/testvector$file.bit" ]; then
111 echo "Testing testvector$file"
[all …]
/dports/audio/opus/opus-1.3.1/tests/
H A Drun_vectors.sh77 for file in 01 02 03 04 05 06 07 08 09 10 11 12
79 if [ -e "$VECTOR_PATH/testvector$file.bit" ]; then
80 echo "Testing testvector$file"
82 echo "Bitstream file not found: testvector$file.bit"
84 …if "$OPUS_DEMO" -d "$RATE" 1 "$VECTOR_PATH/testvector$file.bit" tmp.out >> logs_mono.txt 2>&1; then
90 "$OPUS_COMPARE" -r "$RATE" "$VECTOR_PATH/testvector${file}.dec" tmp.out >> logs_mono.txt 2>&1
92 "$OPUS_COMPARE" -r "$RATE" "$VECTOR_PATH/testvector${file}m.dec" tmp.out >> logs_mono2.txt 2>&1
108 for file in 01 02 03 04 05 06 07 08 09 10 11 12
110 if [ -e "$VECTOR_PATH/testvector$file.bit" ]; then
111 echo "Testing testvector$file"
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/21.Quake3Explorer/
H A Dsound.cpp23 soundfile ( io::IReadFile* f ): file (f ) {} in soundfile()
24 virtual ~soundfile () { file->drop (); } in ~soundfile()
28 virtual ik_s32 getSize(){ return file->getSize (); } in getSize()
29 virtual ik_s32 getPos() {return file->getPos (); } in getPos()
30 virtual const ik_c8* getFileName() { return file->getFileName (); } in getFileName()
31 io::IReadFile* file; member
41 if ( 0 == file ) in createFileReader()
44 return new soundfile ( file ); in createFileReader()
72 void background_music ( const c8 * file ) in background_music() argument
83 backMusic = engine->play2D ( file, true, false, true ); in background_music()
[all …]
/dports/www/newsboat/newsboat-2.22.1/test/
H A Dgenerate_coverage_report.sh14 lcov --capture --base-directory . --directory . --output-file $APPTEST_INFO
15 lcov --base-directory . --directory . --output-file $APPTOTAL_INFO \
19 lcov --remove $APPTOTAL_INFO '/usr/*' --output-file $APPTOTAL_INFO
21 lcov --remove $APPTOTAL_INFO '/nix/store/*' --output-file $APPTOTAL_INFO
23 lcov --remove $APPTOTAL_INFO '?.?.?/*' --output-file $APPTOTAL_INFO
24 lcov --remove $APPTOTAL_INFO '?.?.??/*' --output-file $APPTOTAL_INFO
25 lcov --remove $APPTOTAL_INFO '?.??.?/*' --output-file $APPTOTAL_INFO
26 lcov --remove $APPTOTAL_INFO '?.??.??/*' --output-file $APPTOTAL_INFO
28 lcov --remove $APPTOTAL_INFO 'newsboat/test/*' --output-file $APPTOTAL_INFO
31 lcov --remove $APPTOTAL_INFO 'newsboat/doc/*' --output-file $APPTOTAL_INFO
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Memoize/t/
H A Dtie_ndbm.t31 $file = "md$$";
32 1 while unlink $file, "$file.dir", "$file.pag", "$file.db";
33 tryout('Memoize::NDBM_File', $file, 1); # Test 1..4
34 1 while unlink $file, "$file.dir", "$file.pag", "$file.db";
37 my ($tiepack, $file, $testno) = @_;
40 tie my %cache => $tiepack, $file, O_RDWR | O_CREAT, 0666
H A Dtie_sdbm.t31 $file = "md$$";
32 1 while unlink $file, "$file.dir", "$file.pag";
34 1 while unlink "$file.sdbm_dir";
36 tryout('Memoize::SDBM_File', $file, 1); # Test 1..4
37 1 while unlink $file, "$file.dir", "$file.pag";
39 1 while unlink "$file.sdbm_dir";
43 my ($tiepack, $file, $testno) = @_;
45 tie my %cache => $tiepack, $file, O_RDWR | O_CREAT, 0666
/dports/lang/perl5.30/perl-5.30.3/cpan/Memoize/t/
H A Dtie_ndbm.t31 $file = "md$$";
32 1 while unlink $file, "$file.dir", "$file.pag", "$file.db";
33 tryout('Memoize::NDBM_File', $file, 1); # Test 1..4
34 1 while unlink $file, "$file.dir", "$file.pag", "$file.db";
37 my ($tiepack, $file, $testno) = @_;
40 tie my %cache => $tiepack, $file, O_RDWR | O_CREAT, 0666
H A Dtie_sdbm.t31 $file = "md$$";
32 1 while unlink $file, "$file.dir", "$file.pag";
34 1 while unlink "$file.sdbm_dir";
36 tryout('Memoize::SDBM_File', $file, 1); # Test 1..4
37 1 while unlink $file, "$file.dir", "$file.pag";
39 1 while unlink "$file.sdbm_dir";
43 my ($tiepack, $file, $testno) = @_;
45 tie my %cache => $tiepack, $file, O_RDWR | O_CREAT, 0666
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/moves/
H A Drestaurant_pan_handler.cpp35 file->writeNumberLine(1, indent); in save()
36 file->writeNumberLine(_armPickedUp, indent); in save()
37 file->writeQuotedLine(_armlessDestination, indent); in save()
38 file->writeQuotedLine(_armDestination, indent); in save()
40 CMovePlayerTo::save(file, indent); in save()
43 void CRestaurantPanHandler::load(SimpleFile *file) { in load() argument
44 file->readNumber(); in load()
45 _armPickedUp = file->readNumber(); in load()
46 _armlessDestination = file->readString(); in load()
47 _armDestination = file->readString(); in load()
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Memoize/t/
H A Dtie_ndbm.t31 $file = "md$$";
32 1 while unlink $file, "$file.dir", "$file.pag", "$file.db";
33 tryout('Memoize::NDBM_File', $file, 1); # Test 1..4
34 1 while unlink $file, "$file.dir", "$file.pag", "$file.db";
37 my ($tiepack, $file, $testno) = @_;
40 tie my %cache => $tiepack, $file, O_RDWR | O_CREAT, 0666
H A Dtie_sdbm.t31 $file = "md$$";
32 1 while unlink $file, "$file.dir", "$file.pag";
34 1 while unlink "$file.sdbm_dir";
36 tryout('Memoize::SDBM_File', $file, 1); # Test 1..4
37 1 while unlink $file, "$file.dir", "$file.pag";
39 1 while unlink "$file.sdbm_dir";
43 my ($tiepack, $file, $testno) = @_;
45 tie my %cache => $tiepack, $file, O_RDWR | O_CREAT, 0666
/dports/misc/broot/broot-1.7.0/cargo-crates/tiff-0.6.1/tests/
H A Dfuzz_tests.rs10 let file = File::open(entry.unwrap().path()).unwrap(); in test_directory() localVariable
11 assert!(f(file)); in test_directory()
15 fn decode_tiff(file: File) -> TiffResult<()> { in decode_tiff()
16 let mut decoder = Decoder::new(file)?; in decode_tiff()
23 test_directory("./tests/fuzz_images/oor_panic", |file| { in oor_panic()
24 let _ = decode_tiff(file); in oor_panic()
31 test_directory("./tests/fuzz_images/oom_crash", |file| { in oom_crash()
32 decode_tiff(file).is_err() in oom_crash()
38 test_directory("./tests/fuzz_images/inf_loop", |file| { in inf_loop()
39 let _ = decode_tiff(file); in inf_loop()
[all …]
/dports/devel/git-lfs/git-lfs-3.0.2/subprocess/
H A Dpath_windows.go39 func chkStat(file string) error {
40 d, err := os.Stat(file)
50 func hasExt(file string) bool {
51 i := strings.LastIndex(file, ".")
55 return strings.LastIndexAny(file, `:\/`) < i
58 func findExecutable(file string, exts []string) (string, error) {
60 return file, chkStat(file)
62 if hasExt(file) {
63 if chkStat(file) == nil {
64 return file, nil
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/tiff-0.3.1/tests/
H A Dfuzz_tests.rs10 let file = File::open(entry.unwrap().path()).unwrap(); in test_directory() localVariable
11 assert!(f(file)); in test_directory()
15 fn decode_tiff(file: File) -> TiffResult<()> { in decode_tiff()
16 let mut decoder = Decoder::new(file)?; in decode_tiff()
23 test_directory("./tests/fuzz_images/oor_panic", |file| { in oor_panic()
24 let _ = decode_tiff(file); in oor_panic()
31 test_directory("./tests/fuzz_images/oom_crash", |file| { in oom_crash()
32 decode_tiff(file).is_err() in oom_crash()
38 test_directory("./tests/fuzz_images/inf_loop", |file| { in inf_loop()
39 let _ = decode_tiff(file); in inf_loop()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/tiff-0.6.1/tests/
H A Dfuzz_tests.rs10 let file = File::open(entry.unwrap().path()).unwrap(); in test_directory() localVariable
11 assert!(f(file)); in test_directory()
15 fn decode_tiff(file: File) -> TiffResult<()> { in decode_tiff()
16 let mut decoder = Decoder::new(file)?; in decode_tiff()
23 test_directory("./tests/fuzz_images/oor_panic", |file| { in oor_panic()
24 let _ = decode_tiff(file); in oor_panic()
31 test_directory("./tests/fuzz_images/oom_crash", |file| { in oom_crash()
32 decode_tiff(file).is_err() in oom_crash()
38 test_directory("./tests/fuzz_images/inf_loop", |file| { in inf_loop()
39 let _ = decode_tiff(file); in inf_loop()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/scripts/
H A Dreplace-headers.sh63 for file in $(find . -type f)
70 [[ "$file" =~ "/\." ]] && continue
71 [[ "$file" =~ "$IGNORE" ]] && continue
72 [[ "$(file $file)" =~ .*:*text ]] || continue
75 LINES=$(wc -l $file | sed -e 's/[^0-9]*\([0-9]*\) .*/\1/')
76 FROM=$(grep -n "$STARTSWITH" $file | head -n 1 | sed 's/:.*//')
85 echo "Showing \"$file\" from line $FROM-$LENGTH:"
86 cat $file | head -n $(($FROM+$LENGTH)) | tail -n $(($LENGTH+1))
92 if [[ $(($FROM-1)) -gt 0 ]]; then cat $file | head -n $(($FROM-1)) > $TEMP; fi
94 cat $file | tail -n $(($LINES-$FROM-$LENGTH)) >> $TEMP
[all …]

1...<<711712713714715716717718719720>>...67247