Home
last modified time | relevance | path

Searched refs:srcdir (Results 1 – 25 of 187) sorted by relevance

12345678

/AliOS-Things-master/components/SDL2/test/
A DMakefile.in3 srcdir = @srcdir@
78 Makefile: $(srcdir)/Makefile.in
201 $(srcdir)/testnativex11.c
207 $(srcdir)/testnativew32.c
213 $(srcdir)/testnativex11.c
226 testoverlay2$(EXE): $(srcdir)/testoverlay2.c $(srcdir)/testyuv_cvt.c
277 testyuv$(EXE): $(srcdir)/testyuv.c $(srcdir)/testyuv_cvt.c
318 rm -rf $(srcdir)/autom4te*
321 %.bmp: $(srcdir)/%.bmp
324 %.wav: $(srcdir)/%.wav
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dpnglibconf.mak29 srcdir = . macro
41 pnglibconf.dfn: $(srcdir)/scripts/pnglibconf.dfa $(srcdir)/scripts/options.awk $(srcdir)/pngconf.h …
45 $(AWK) -f $(srcdir)/scripts/options.awk out="pnglibconf.pre"\
46 version=search $(srcdir)/pngconf.h $(srcdir)/scripts/pnglibconf.dfa\
47 $(srcdir)/pngusr.dfa $(DFA_XTRA) 1>&2
48 $(AWK) -f $(srcdir)/scripts/options.awk out="pnglibconf.tmp" pnglibconf.pre 1>&2
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/tests/
A Dpngtest-badpngs6 ./pngtest --relaxed ${srcdir}/contrib/testpngs/crashers/badcrc.png
7 ./pngtest --relaxed ${srcdir}/contrib/testpngs/crashers/badadler.png
8 ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/bad_iCCP.png
9 ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/empty_ancillary_chunks.png
10 ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/huge_*_chunk.png \
11 ${srcdir}/contrib/testpngs/crashers/huge_*safe_to_copy.png
13 exec ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/huge_IDAT.png
/AliOS-Things-master/components/SDL2/
A Dautogen.sh6 srcdir=`dirname $0`
7 test -z "$srcdir" && srcdir=.
8 cd "$srcdir"
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A DMakefile.am75 libjpeg_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libjpeg.map
123 ./djpeg -dct int -ppm -outfile testout.ppm $(srcdir)/testorig.jpg
125 ./cjpeg -dct int -outfile testout.jpg $(srcdir)/testimg.ppm
126 ./djpeg -dct int -ppm -outfile testoutp.ppm $(srcdir)/testprog.jpg
128 ./jpegtran -outfile testoutt.jpg $(srcdir)/testprog.jpg
129 cmp $(srcdir)/testimg.ppm testout.ppm
130 cmp $(srcdir)/testimg.bmp testout.bmp
131 cmp $(srcdir)/testimg.jpg testout.jpg
132 cmp $(srcdir)/testimg.ppm testoutp.ppm
133 cmp $(srcdir)/testimgp.jpg testoutp.jpg
[all …]
/AliOS-Things-master/components/SDL2/build-scripts/
A Dandroidbuildlibs.sh20 srcdir=`dirname $0`/..
21 srcdir=`cd $srcdir && pwd`
22 cd $srcdir
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DMakefile.am153 ${srcdir}/contrib ${srcdir}/projects ${srcdir}/scripts \
212 s=2 ${srcdir}/scripts/macro.lst >pnglibconf.tf8
228 $(srcdir)/scripts/pnglibconf.h.prebuilt:
272 $(AWK) -f "${srcdir}/scripts/dfn.awk" out="$*.tf2" $*.tf1 1>&2
280 ${srcdir}/pngconf.h ${srcdir}/scripts/pnglibconf.dfa\
281 ${srcdir}/pngusr.dfa $(DFA_XTRA) 1>&2
291 $(AWK) -f ${srcdir}/scripts/checksym.awk ${srcdir}/scripts/${*F}.def\
301 $(AWK) -f ${srcdir}/scripts/options.awk out=pnglibconf.tf6\
302 logunsupported=1 version=search ${srcdir}/pngconf.h -\
303 ${srcdir}/scripts/pnglibconf.dfa 1>&2
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A DMakefile.am223 testscript=$(srcdir)/tiff2bw-$$base.sh ; \
228 echo "infile=\"\$$srcdir/$$file\"" ; \
240 testscript=$(srcdir)/tiff2rgba-$$base.sh ; \
245 echo "infile=\"\$$srcdir/$$file\"" ; \
258 testscript=$(srcdir)/tiffcrop-R90-$$base.sh ; \
263 echo "infile=\"\$$srcdir/$$file\"" ; \
276 testscript=$(srcdir)/tiffcrop-doubleflip-$$base.sh ; \
281 echo "infile=\"\$$srcdir/$$file\"" ; \
294 testscript=$(srcdir)/tiffcrop-extract-$$base.sh ; \
299 echo "infile=\"\$$srcdir/$$file\"" ; \
[all …]
A Draw_decode.c160 char *srcdir = NULL; in main() local
172 if ((srcdir = getenv("srcdir")) == NULL) { in main()
173 srcdir = "."; in main()
175 if ((strlen(srcdir) + 1 + strlen(srcfilerel)) >= sizeof(srcfile)) { in main()
176 fprintf( stderr, "srcdir too long %s\n", srcdir); in main()
179 strcpy(srcfile,srcdir); in main()
A Dtiffcp-logluv.sh5 . ${srcdir:-.}/common.sh
6 f_test_convert "${TIFFCP} -c none" "${srcdir}/images/logluv-3c-16b.tiff" "o-tiffcp-logluv-raw.tiff"
A Dtiffcrop-R90-logluv-3c-16b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/logluv-3c-16b.tiff"
A Dtiffcrop-R90-minisblack-1c-16b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/minisblack-1c-16b.tiff"
A Dtiffcrop-R90-minisblack-1c-8b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/minisblack-1c-8b.tiff"
A Dtiffcrop-doubleflip-logluv-3c-16b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/logluv-3c-16b.tiff"
A Dtiffcrop-doubleflip-palette-1c-4b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/palette-1c-4b.tiff"
A Dtiffcrop-doubleflip-palette-1c-8b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/palette-1c-8b.tiff"
A Dtiffcrop-doubleflip-rgb-3c-16b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/rgb-3c-16b.tiff"
A Dtiffcrop-doubleflip-rgb-3c-8b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/rgb-3c-8b.tiff"
A Dtiffcrop-extract-logluv-3c-16b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/logluv-3c-16b.tiff"
A Dtiffcrop-extract-minisblack-1c-16b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/minisblack-1c-16b.tiff"
A Dtiffcrop-extract-minisblack-1c-8b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/minisblack-1c-8b.tiff"
A Dtiffcrop-extract-minisblack-2c-8b-alpha.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/minisblack-2c-8b-alpha.tiff"
A Dtiffcrop-extract-miniswhite-1c-1b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/miniswhite-1c-1b.tiff"
A Dtiffcrop-extract-palette-1c-1b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/palette-1c-1b.tiff"
A Dtiffcrop-extract-palette-1c-4b.sh3 . ${srcdir:-.}/common.sh
4 infile="$srcdir/images/palette-1c-4b.tiff"

Completed in 14 milliseconds

12345678