/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/ |
A D | ckconfig.c | 294 FILE *outfile; local 308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n"); 323 fprintf(outfile, "#define void char\n"); 326 fprintf(outfile, "/* #define const */\n"); 328 fprintf(outfile, "#define const\n"); 335 fprintf(outfile, "#define HAVE_STDDEF_H\n"); 337 fprintf(outfile, "#undef HAVE_STDDEF_H\n"); 340 fprintf(outfile, "#define HAVE_STDLIB_H\n"); 342 fprintf(outfile, "#undef HAVE_STDLIB_H\n"); 379 fprintf(outfile, "#undef DONT_USE_B_MODE\n"); [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/ |
A D | common.sh | 60 outfile=$3 61 rm -f $outfile 62 echo "$MEMCHECK $command $infile $outfile" 63 eval $MEMCHECK $command $infile $outfile 67 echo "Output (if any) is in \"${outfile}\"." 80 outfile=$3 81 rm -f $outfile 82 echo "$MEMCHECK $command $infile > $outfile" 83 eval $MEMCHECK $command $infile > $outfile 87 echo "Output (if any) is in \"${outfile}\"."
|
A D | TiffTestCommon.cmake | 28 # test_convert command infile outfile 29 macro(test_convert command infile outfile) 31 file(TO_NATIVE_PATH "${outfile}" native_outfile) 32 file(REMOVE "${outfile}") 44 # test_convert command infile outfile 45 macro(test_convert_multi command infile outfile) 51 file(REMOVE "${outfile}") 62 # test_stdout command infile outfile 63 macro(test_stdout command infile outfile) 66 file(REMOVE "${outfile}") [all …]
|
A D | tiffcrop-R90-logluv-3c-16b.sh | 5 outfile="o-tiffcrop-R90-logluv-3c-16b.tiff" 6 f_test_convert "$TIFFCROP -R90" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-R90-minisblack-1c-16b.sh | 5 outfile="o-tiffcrop-R90-minisblack-1c-16b.tiff" 6 f_test_convert "$TIFFCROP -R90" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-R90-minisblack-1c-8b.sh | 5 outfile="o-tiffcrop-R90-minisblack-1c-8b.tiff" 6 f_test_convert "$TIFFCROP -R90" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-doubleflip-logluv-3c-16b.sh | 5 outfile="o-tiffcrop-doubleflip-logluv-3c-16b.tiff" 6 f_test_convert "$TIFFCROP -F both" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-doubleflip-palette-1c-4b.sh | 5 outfile="o-tiffcrop-doubleflip-palette-1c-4b.tiff" 6 f_test_convert "$TIFFCROP -F both" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-doubleflip-palette-1c-8b.sh | 5 outfile="o-tiffcrop-doubleflip-palette-1c-8b.tiff" 6 f_test_convert "$TIFFCROP -F both" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-doubleflip-rgb-3c-16b.sh | 5 outfile="o-tiffcrop-doubleflip-rgb-3c-16b.tiff" 6 f_test_convert "$TIFFCROP -F both" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-doubleflip-rgb-3c-8b.sh | 5 outfile="o-tiffcrop-doubleflip-rgb-3c-8b.tiff" 6 f_test_convert "$TIFFCROP -F both" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-extract-logluv-3c-16b.sh | 5 outfile="o-tiffcrop-extract-logluv-3c-16b.tiff" 6 f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-extract-minisblack-1c-16b.sh | 5 outfile="o-tiffcrop-extract-minisblack-1c-16b.tiff" 6 f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-extract-minisblack-1c-8b.sh | 5 outfile="o-tiffcrop-extract-minisblack-1c-8b.tiff" 6 f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-extract-minisblack-2c-8b-alpha.sh | 5 outfile="o-tiffcrop-extract-minisblack-2c-8b-alpha.tiff" 6 f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-extract-miniswhite-1c-1b.sh | 5 outfile="o-tiffcrop-extract-miniswhite-1c-1b.tiff" 6 f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-extract-palette-1c-1b.sh | 5 outfile="o-tiffcrop-extract-palette-1c-1b.tiff" 6 f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-extract-palette-1c-4b.sh | 5 outfile="o-tiffcrop-extract-palette-1c-4b.tiff" 6 f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | tiffcrop-extract-palette-1c-8b.sh | 5 outfile="o-tiffcrop-extract-palette-1c-8b.tiff" 6 f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | ppm2tiff_pbm.sh | 5 outfile="o-ppm2tiff_pbm.tiff" 6 f_test_convert "$PPM2TIFF" $infile $outfile 7 f_tiffinfo_validate $outfile
|
A D | ppm2tiff_pgm.sh | 5 outfile="o-ppm2tiff_pgm.tiff" 6 f_test_convert "$PPM2TIFF" $infile $outfile 7 f_tiffinfo_validate $outfile
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | gun.c | 120 int outfile; member 140 if (me->outfile != -1) in out() 222 outd.outfile = outfile; in lunpipe() 467 outd.outfile = outfile; in gunpipe() 551 int infile, outfile; in gunzip() local 566 outfile = -1; in gunzip() 569 outfile = 1; /* stdout */ in gunzip() 573 if (outfile == -1) { in gunzip() 582 ret = gunpipe(strm, infile, outfile); in gunzip() 583 if (outfile > 2) close(outfile); in gunzip() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | wrbmp.c | 308 putc(0, outfile); in write_colormap() 317 putc(0, outfile); in write_colormap() 323 putc(i, outfile); in write_colormap() 324 putc(i, outfile); in write_colormap() 325 putc(i, outfile); in write_colormap() 327 putc(0, outfile); in write_colormap() 334 putc(0, outfile); in write_colormap() 335 putc(0, outfile); in write_colormap() 336 putc(0, outfile); in write_colormap() 379 fflush(outfile); in finish_output_bmp() [all …]
|
A D | jdatadst.c | 34 FILE * outfile; /* target stream */ member 112 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) != in empty_output_buffer() 170 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount) in term_destination() 173 fflush(dest->outfile); in term_destination() 175 if (ferror(dest->outfile)) in term_destination() 196 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest() argument 216 dest->outfile = outfile; in jpeg_stdio_dest()
|
/AliOS-Things-master/components/py_engine/tests/ |
A D | run-tests-exp.sh | 29 outfile=${basename}.py.out 32 $MP_PY $infile > $outfile 35 if grep -q "SKIP\|SyntaxError: invalid micropython decorator" $outfile 40 $RM $outfile 44 diff --brief $expfile $outfile > /dev/null 49 $RM $outfile
|