Home
last modified time | relevance | path

Searched full:make (Results 1 – 25 of 16402) sorted by relevance

12345678910>>...657

/external/ImageMagick/coders/
DMake.com2 $! Make ImageMagick image coders for VMS.
24 $call Make aai.c
25 $call Make art.c
26 $call Make avs.c
27 $call Make bgr.c
28 $call Make bmp.c
29 $call Make braille.c
30 $call Make cals.c
31 $call Make caption.c
32 $call Make cip.c
[all …]
/external/ImageMagick/MagickCore/
DMake.com2 $! Make ImageMagick image utilities for VMS.
26 $call Make accelerate.c
27 $call Make animate.c
28 $call Make annotate.c
29 $call Make artifact.c
30 $call Make attribute.c
31 $call Make blob.c
32 $call Make cache.c
33 $call Make cache-view.c
34 $call Make channel.c
[all …]
/external/zstd/
D.travis.yml32 - make check
34 - name: make benchmarking
36 - make benchmarking
38 - name: make test (complete)
41 - DEVNULLRIGHTS=test make test
45 - make gcc6install gcc7install
46 - CC=gcc-6 CFLAGS=-Werror make -j all
47 - make clean
48 - CC=gcc-7 CFLAGS=-Werror make -j all
49 - make clean
[all …]
DMakefile52 $(Q)$(MAKE) -C $(PRGDIR) all
53 $(Q)$(MAKE) -C $(TESTDIR) all
57 $(MAKE) -C $(PRGDIR) zstd32
58 $(MAKE) -C $(TESTDIR) all32
63 $(Q)$(MAKE) -C $(ZSTDDIR) $@
67 $(Q)$(MAKE) -C $(PRGDIR) $@
72 $(Q)$(MAKE) -C $(PRGDIR) $@
77 $(MAKE) -C $(ZWRAPDIR) all
84 DEBUGLEVEL=$(DEBUGLEVEL) MOREFLAGS="$(MOREFLAGS)" $(MAKE) -j -C $(PRGDIR) allVariants
85 $(MAKE) -C $(TESTDIR) $@
[all …]
/external/zstd/.circleci/
Dconfig.yml16 cc -v; CFLAGS="-O0 -Werror -pedantic" make all && make clean
17 make c99build ; make clean
18 make c11build ; make clean
19 make aarch64build ; make clean
20 make -j regressiontest; make clean
21 make shortest ; make clean
22 make cxxtest ; make clean
32 make gnu90build; make clean
33 make gnu99build; make clean
34 make ppc64build; make clean
[all …]
/external/cblas/
DMakefile7 @ echo "Make sure you are using correct Makefile.in for your system."
19 @ echo "make <target>"
21 @ echo "slib1 --- make an archive of level 1 REAL."
22 @ echo "dlib1 --- make an archive of level 1 DOUBLE PRECISION."
23 @ echo "clib1 --- make an archive of level 1 COMPLEX."
24 @ echo "zlib1 --- make an archive of level 1 COMPLEX*16."
25 @ echo "alllib1 - make an archive of level 1 all precisions."
27 @ echo "slib2 --- make an archive of level 2 REAL."
28 @ echo "dlib2 --- make an archive of level 2 DOUBLE PRECSION."
29 @ echo "clib2 --- make an archive of level 2 COMPLEX."
[all …]
/external/skqp/tests/
DOffsetSimplePolyTest.cpp17 *rrectPoly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
18 *rrectPoly.push() = SkPoint::Make(100, 55); in DEF_TEST()
19 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST()
20 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST()
21 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST()
22 *rrectPoly.push() = SkPoint::Make(105, 50); in DEF_TEST()
23 *rrectPoly.push() = SkPoint::Make(105, -50); in DEF_TEST()
24 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, -50 - 2.5f); in DEF_TEST()
25 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, -50 - 3.535534f); in DEF_TEST()
26 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, -50 - 4.330127f); in DEF_TEST()
[all …]
DInsetConvexPolyTest.cpp14 *rrectPoly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
15 *rrectPoly.push() = SkPoint::Make(100, 55); in DEF_TEST()
16 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST()
17 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST()
18 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST()
19 *rrectPoly.push() = SkPoint::Make(105, 50); in DEF_TEST()
20 *rrectPoly.push() = SkPoint::Make(105, -50); in DEF_TEST()
21 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, -50 - 2.5f); in DEF_TEST()
22 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, -50 - 3.535534f); in DEF_TEST()
23 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, -50 - 4.330127f); in DEF_TEST()
[all …]
DPolyUtilsTest.cpp21 *poly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
22 *poly.push() = SkPoint::Make(100, 55); in DEF_TEST()
23 *poly.push() = SkPoint::Make(102.5f, 54.330127f); in DEF_TEST()
39 // make degenerate in DEF_TEST()
86 *poly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
87 *poly.push() = SkPoint::Make(100, 55); in DEF_TEST()
88 *poly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST()
89 *poly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST()
90 *poly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST()
91 *poly.push() = SkPoint::Make(105, 50); in DEF_TEST()
[all …]
/external/skia/tests/
DOffsetSimplePolyTest.cpp17 *rrectPoly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
18 *rrectPoly.push() = SkPoint::Make(100, 55); in DEF_TEST()
19 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST()
20 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST()
21 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST()
22 *rrectPoly.push() = SkPoint::Make(105, 50); in DEF_TEST()
23 *rrectPoly.push() = SkPoint::Make(105, -50); in DEF_TEST()
24 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, -50 - 2.5f); in DEF_TEST()
25 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, -50 - 3.535534f); in DEF_TEST()
26 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, -50 - 4.330127f); in DEF_TEST()
[all …]
DInsetConvexPolyTest.cpp14 *rrectPoly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
15 *rrectPoly.push() = SkPoint::Make(100, 55); in DEF_TEST()
16 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST()
17 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST()
18 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST()
19 *rrectPoly.push() = SkPoint::Make(105, 50); in DEF_TEST()
20 *rrectPoly.push() = SkPoint::Make(105, -50); in DEF_TEST()
21 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, -50 - 2.5f); in DEF_TEST()
22 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, -50 - 3.535534f); in DEF_TEST()
23 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, -50 - 4.330127f); in DEF_TEST()
[all …]
DPolyUtilsTest.cpp21 *poly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
22 *poly.push() = SkPoint::Make(100, 55); in DEF_TEST()
23 *poly.push() = SkPoint::Make(102.5f, 54.330127f); in DEF_TEST()
39 // make degenerate in DEF_TEST()
86 *poly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
87 *poly.push() = SkPoint::Make(100, 55); in DEF_TEST()
88 *poly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST()
89 *poly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST()
90 *poly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST()
91 *poly.push() = SkPoint::Make(105, 50); in DEF_TEST()
[all …]
/external/zstd/.github/workflows/
Dgeneric-dev.yml29 - name: make benchmarking
30 run: make benchmarking
36 - name: make test
37 run: make test
45 make gcc6install gcc7install
46 CC=gcc-6 CFLAGS=-Werror make -j all
47 make clean
48 CC=gcc-7 CFLAGS=-Werror make -j all
49 make clean
50 LDFLAGS=-Wl,--no-undefined make -C lib libzstd-mt
[all …]
/external/lz4/
DMakefile53 @$(MAKE) -C $(LZ4DIR) $@
59 @$(MAKE) -C $(PRGDIR) $@
64 $(MAKE) -C $(EXDIR) all
68 @$(MAKE) -C contrib/gen_manual $@
72 @$(MAKE) -C $(TESTDIR) all
76 @$(MAKE) -C $(LZ4DIR) $@ > $(VOID)
77 @$(MAKE) -C $(PRGDIR) $@ > $(VOID)
78 @$(MAKE) -C $(TESTDIR) $@ > $(VOID)
79 @$(MAKE) -C $(EXDIR) $@ > $(VOID)
80 @$(MAKE) -C $(FUZZDIR) $@ > $(VOID)
[all …]
D.travis.yml11 - make # test library build
12 - make clean
13 …- make -C tests test-lz4 MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenar…
14 - make clean
15 - CFLAGS=-m32 make -C tests test-lz4-contentSize
21 - make -C tests test-lz4 test-lz4c test-fullbench
28 - make -C tests test-frametest test-fuzzer
34 - CC=clang MOREFLAGS=-fsanitize=address make -C tests test-frametest test-fuzzer
38 - MOREFLAGS=-DLZ4_DISTANCE_MAX=8000 make check
43 - make gpptest
[all …]
/external/lz4/.circleci/
Dconfig.yml46 - run: CFLAGS= make clangtest && make clean
47 - run: g++ -v; make gpptest && make clean
48 - run: gcc -v; g++ -v; make ctocpptest && make clean
49 - run: gcc-5 -v; CC=gcc-5 CFLAGS="-O2 -Werror" make check && make clean
50 …C=gcc-5 CFLAGS="-O2 -m32 -Werror" CPPFLAGS=-I/usr/include/x86_64-linux-gnu make check && make clean
51 - run: gcc-6 -v; CC=gcc-6 MOREFLAGS="-O2 -Werror" make check && make clean
52 - run: make cmake && make clean
53 - run: make -C tests test-lz4
54 - run: make -C tests test-lz4c
55 - run: make -C tests test-frametest
[all …]
/external/libsrtp2/
D.travis.yml25 - make
26 - make runtest
27 - make runtest-valgrind
28 - make distclean
31 - make
32 - make test
47 - make
48 - make runtest
49 - make runtest-valgrind
50 - make distclean
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile19 make \
43 && make \
44 && make install
63 && make \
64 && make install \
65 && make clean
72 && make \
73 && make install \
74 && make clean
91 && make \
[all …]
/external/tensorflow/tensorflow/lite/micro/xcore/
DREADME.md4make -f tensorflow/lite/micro/tools/make/Makefile TARGET="xcore" clean clean_downloads && make -f …
7 (add -jN to the final make command to run builds / tests in N parallel threads)
12 downloads): `$ make -f tensorflow/lite/micro/tools/make/Makefile
14 * To force xcore.ai tools download from a clean repo: `$ make -f
15 tensorflow/lite/micro/tools/make/Makefile TARGET="xcore"
20 tensorflow directory: `$ make -f tensorflow/lite/micro/tools/make/Makefile
22 ./tensorflow/lite/micro/tools/make/downloads/xtimecomposer/xTIMEcomposer/15.0.0/
23 && source SetEnv && popd $ make -f tensorflow/lite/micro/tools/make/Makefile
27 commands: `$ make -f tensorflow/lite/micro/tools/make/Makefile
28 TARGET="xcore" build $ make -f tensorflow/lite/micro/tools/make/Makefile
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile19 make \
45 && make \
46 && make install
66 && make \
67 && make install \
68 && make clean
76 && make \
77 && make install \
78 && make clean
96 && make \
[all …]
/external/oss-fuzz/projects/ffmpeg/
Dbuild.sh34 make clean
35 make -j$(nproc) all
36 make install
42 make clean
43 make -j$(nproc) all
44 make install
49 make clean
50 make -j$(nproc)
51 make install
56 make clean
[all …]
/external/capstone/
Dmake.sh50 ANDROID=1 CROSS="${STANDALONE}/${CROSS}/bin" CFLAGS="--sysroot=${STANDALONE}/sysroot" ${MAKE} $*
67 CFLAGS="$IOS_CFLAGS" LDFLAGS="$IOS_LDFLAGS" MACOS_UNIVERSAL=yes ${MAKE}
80 ${MAKE} install
82 test -d /usr/lib64 && ${MAKE} LIBDIRARCH=lib64
83 ${MAKE} install
92 ${MAKE} uninstall
95 ${MAKE} uninstall
100 [ -z "${MAKE}" ] && MAKE=gmake
106 MAKE=gmake
111 [ -z "${MAKE}" ] && MAKE=make
[all …]
/external/ImageMagick/Magick++/fuzz/
Dbuild.sh6 make -j$(nproc) CFLAGS="$CFLAGS -fPIC"
7 make install
14 make -j$(nproc)
15 make install
21 make -j$(nproc)
22 make install
28 make -j$(nproc)
29 make install
36 make -j$(nproc)
37 make install
[all …]
/external/tensorflow/tensorflow/lite/micro/cortex_m_generic/
DREADME.md21 …- TARGET_ARCH: cortex-mXX (For all options see: tensorflow/lite/micro/tools/make/targets/cortex_m_…
33 make -f tensorflow/lite/micro/tools/make/Makefile TARGET=cortex_m_generic TARGET_ARCH=cortex-m7 mic…
34 make -f tensorflow/lite/micro/tools/make/Makefile TARGET=cortex_m_generic TARGET_ARCH=cortex-m7 OPT…
36 make -f tensorflow/lite/micro/tools/make/Makefile TARGET=cortex_m_generic TARGET_ARCH=cortex-m4 OPT…
37 make -f tensorflow/lite/micro/tools/make/Makefile TARGET=cortex_m_generic TARGET_ARCH=cortex-m4+fp …
43 make -f tensorflow/lite/micro/tools/make/Makefile TOOLCHAIN=armclang TARGET=cortex_m_generic TARGET…
44 make -f tensorflow/lite/micro/tools/make/Makefile TOOLCHAIN=armclang TARGET=cortex_m_generic TARGET…
45 make -f tensorflow/lite/micro/tools/make/Makefile TOOLCHAIN=armclang TARGET=cortex_m_generic TARGET…
49 compiler to tensorflow/lite/micro/tools/make/downloads/gcc_embedded.
55 make -f tensorflow/lite/micro/tools/make/Makefile TARGET=cortex_m_generic TARGET_ARCH=cortex-m4+fp …
[all …]
/external/selinux/libsemanage/
DMakefile2 $(MAKE) -C src all
5 $(MAKE) -C src swigify
8 $(MAKE) -C src pywrap
11 $(MAKE) -C src rubywrap
14 $(MAKE) -C include install
15 $(MAKE) -C src install
16 $(MAKE) -C man install
17 $(MAKE) -C utils install
20 $(MAKE) -C src install-pywrap
23 $(MAKE) -C src install-rubywrap
[all …]

12345678910>>...657