Home
last modified time | relevance | path

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

12345678910>>...410

/third_party/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 …]
/third_party/lz4/.circleci/
Dconfig.yml46 - run: CC=clang CFLAGS="-Werror -O0" make all && make clean
47 - run: c++ -v; make cxxtest && make clean
48 - run: cc -v; c++ -v; make ctocxxtest && 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 CFLAGS="-O2 -Werror" make check && make clean
52 - run: make cmakebuild && make clean
53 - run: make -C tests test-lz4
54 - run: make -C tests test-lz4c
55 - run: make -C tests test-frametest
[all …]
/third_party/lz4/
DMakefile57 $(MAKE) -C $(LZ4DIR) $@
63 $(MAKE) -C $(PRGDIR) $@
69 $(MAKE) -C $(EXDIR) all
73 $(MAKE) -C contrib/gen_manual $@
77 $(MAKE) -C $(TESTDIR) all
81 $(MAKE) -C $(LZ4DIR) $@ > $(VOID)
82 $(MAKE) -C $(PRGDIR) $@ > $(VOID)
83 $(MAKE) -C $(TESTDIR) $@ > $(VOID)
84 $(MAKE) -C $(EXDIR) $@ > $(VOID)
85 $(MAKE) -C $(FUZZDIR) $@ > $(VOID)
[all …]
/third_party/curl/
DMakefile.am120 @(cd tests; $(MAKE) all quiet-test)
123 @(cd tests; $(MAKE) all full-test)
126 @(cd tests; $(MAKE) all nonflaky-test)
129 @(cd tests; $(MAKE) all torture-test)
132 @(cd tests; $(MAKE) all event-test)
135 @(cd tests; $(MAKE) all am-test)
138 @(cd tests; $(MAKE) all ci-test)
143 @(cd docs/examples; $(MAKE) check)
146 @(cd docs/libcurl; $(MAKE) check)
158 # and run make rpm in the following way:
[all …]
/third_party/selinux/libsepol/
DMakefile6 $(MAKE) -C src
7 $(MAKE) -C utils
10 $(MAKE) -C include install
11 $(MAKE) -C src install
12 $(MAKE) -C utils install
13 $(MAKE) -C man install
16 $(MAKE) -C src relabel
19 $(MAKE) -C src clean
20 $(MAKE) -C utils clean
21 $(MAKE) -C tests clean
[all …]
/third_party/skia/third_party/externals/freetype/docs/
DINSTALL.GNU2 on non-Unix systems with the help of GNU Make. Note that if you are
11 1. Install GNU Make
15 Make.
17 NEARLY ALL OTHER MAKE TOOLS FAIL, INCLUDING `BSD MAKE', SO REALLY
18 INSTALL A RECENT VERSION OF GNU MAKE ON YOUR SYSTEM!
20 Note that make++, a make tool written in Perl, supports enough
21 features of GNU make to compile FreeType. See
28 Make sure that you are invoking GNU Make from the command line, by
31 make -v
38 2. Invoke `make'
[all …]
DINSTALL.UNIX6 1. Ensure that you are using GNU Make
9 The FreeType build system _exclusively_ works with GNU Make. You
11 below using any other alternative (including BSD Make).
13 Check that you have GNU make by running the command:
15 make -v
19 GNU Make <version number>
25 It is also fine to have GNU Make under another name (e.g. 'gmake')
26 if you use the MAKE variable as described below.
64 The following should work on all Unix systems where the `make'
65 command invokes GNU Make:
[all …]
/third_party/fsverity-utils/scripts/
Drun-tests.sh10 # Test script for fsverity-utils. Runs 'make check' in lots of configurations,
41 MAKE="make -j$(getconf _NPROCESSORS_ONLN)"
48 $MAKE CFLAGS="-Werror"
64 $MAKE CFLAGS="-Werror" USE_SHARED_LIB=1 check
78 $MAKE CFLAGS="-Werror" libfsverity.so
97 $MAKE CFLAGS="-Werror" all test_programs
107 log "Test that 'make uninstall' uninstalls all files"
108 make DESTDIR="$TMPDIR" install
110 fail "'make install' didn't install any files"
112 make DESTDIR="$TMPDIR" uninstall
[all …]
/third_party/skia/bench/
DPatchBench.cpp43 // to make other type of patches override this method
239 DEF_BENCH( return new PatchBench(SkVector::Make(0.1f, 0.1f), PatchBench::kNone_VertexMode); )
240 DEF_BENCH( return new PatchBench(SkVector::Make(0.1f, 0.1f), PatchBench::kColors_VertexMode); )
241 DEF_BENCH( return new PatchBench(SkVector::Make(0.1f, 0.1f), PatchBench::kTexCoords_VertexMode); )
242 DEF_BENCH( return new PatchBench(SkVector::Make(0.1f, 0.1f), PatchBench::kBoth_VertexMode); )
243 DEF_BENCH( return new PatchBench(SkVector::Make(1.f, 1.0f), PatchBench::kNone_VertexMode); )
244 DEF_BENCH( return new PatchBench(SkVector::Make(1.0f, 1.0f), PatchBench::kColors_VertexMode); )
245 DEF_BENCH( return new PatchBench(SkVector::Make(1.0f, 1.0f), PatchBench::kTexCoords_VertexMode); )
246 DEF_BENCH( return new PatchBench(SkVector::Make(1.0f, 1.0f), PatchBench::kBoth_VertexMode); )
247 DEF_BENCH( return new PatchBench(SkVector::Make(3.0f, 3.0f), PatchBench::kNone_VertexMode); )
[all …]
/third_party/skia/third_party/externals/icu/scripts/
Dmake_data_all.sh24 make -j 120
27 (cd data && make clean)
29 make -j 120
33 (cd data && make clean)
35 make -j 120
39 (cd data && make clean)
41 $ICUROOT/cast/patch_locale.sh && make -j 120
45 (cd data && make clean)
47 make -j 120
51 (cd data && make clean)
[all …]
/third_party/skia/third_party/externals/libpng/scripts/
Dmakevms.com1 $! make libpng under VMS
19 $ Make = ""
20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
53 $ if make.eqs.""
56 $ CALL MAKE png.OBJ "cc ''CCOPT' png" -
58 $ CALL MAKE pngset.OBJ "cc ''CCOPT' pngset" -
60 $ CALL MAKE pngget.OBJ "cc ''CCOPT' pngget" -
62 $ CALL MAKE pngread.OBJ "cc ''CCOPT' pngread" -
64 $ CALL MAKE pngpread.OBJ "cc ''CCOPT' pngpread" -
[all …]
Dtravis.sh11 echo "$0: using cmake + make:" $LOCAL_CMAKE_EXTRA_ARGS $EXTRA_ARGS
15 make
16 [[ $DISABLE_TESTS ]] || make test
17 make clean
23 echo "$0: using configure + make:" $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS
25 make
26 [[ $DISABLE_TESTS ]] || make test
27 make clean
28 make distclean
33 make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS
[all …]
/third_party/mbedtls/tests/scripts/
Dall.sh35 # * GNU Make
94 # * Run `make clean`.
189 # if MAKEFLAGS is not set add the -j option to speed up invocations of make
198 # Include more verbose output for failing tests run by CMake or make
221 # Pick up "quiet" wrappers for make and cmake, which don't output very much
316 command make clean
379 # for parallel make.
414 make clean
416 WARNING_CFLAGS='-Werror -xc -std=c99' make lib
643 *make*[\ /]tests*) false;; # make tests, make CFLAGS=-I../tests, ...
[all …]
/third_party/openssl/test/
DREADME.md7 $ make test # Unix
24 (`make` macro `VERBOSE` or `V`):
26 $ make V=1 test # Unix
33 $ make test VF=1
38 $ make test VFP=1
41 the make variable TESTS to specify them, like this:
43 $ make TESTS='test_rsa test_dsa' test # Unix
49 $ make test TESTS='test_rsa test_dsa' VF=1
50 $ make test TESTS="test_cmp_*" VFP=1
54 $ make list-tests # Unix
[all …]
/third_party/python/Doc/
DMakefile31 @echo "Please use \`make <target>' where <target> is one of"
34 @echo " html to make standalone HTML files"
36 @echo " htmlhelp to make HTML files and a HTML help project"
37 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
38 @echo " text to make plain text files"
39 @echo " texinfo to make Texinfo file"
40 @echo " epub to make EPUB files"
41 @echo " changes to make an overview over all changed/added/deprecated items"
69 echo "Please run 'make venv' to install local copies."; \
88 @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DMakefile.sphinx28 @echo "Please use \`make <target>' where <target> is one of"
29 @echo " html to make standalone HTML files"
30 @echo " dirhtml to make HTML files named index.html in directories"
31 @echo " singlehtml to make a single large HTML file"
32 @echo " pickle to make pickle files"
33 @echo " json to make JSON files"
34 @echo " htmlhelp to make HTML files and a HTML help project"
35 @echo " qthelp to make HTML files and a qthelp project"
36 @echo " devhelp to make HTML files and a Devhelp project"
37 @echo " epub to make an epub"
[all …]
/third_party/skia/gm/
Dxform.cpp25 fRoot = MatrixXF::Make(); in XformGM()
27 fRA = MatrixXF::Make(fRoot); in XformGM()
28 fRB = MatrixXF::Make(fRoot); in XformGM()
30 fA = MatrixXF::Make(fRA); in XformGM()
31 fB = MatrixXF::Make(fRB); in XformGM()
39 sk_sp<GroupShape> g = GroupShape::Make(); in XformGM()
40 g->append(GeoShape::Make(fA, {0, 0, 100, 60}, SK_ColorRED)); in XformGM()
41 g->append(GeoShape::Make(fB, {0, 0, 100, 60}, SK_ColorGREEN)); in XformGM()
42 g->append(GeoShape::Make(fRA, {0, 0, 100, 60}, SK_ColorBLUE)); in XformGM()
43 g->append(GeoShape::Make(fRB, {0, 0, 100, 60}, SK_ColorGRAY)); in XformGM()
[all …]
Ddegeneratesegments.cpp43 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMove()
49 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveClose()
61 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenLine()
68 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenLineClose()
81 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenQuad()
88 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenQuadClose()
101 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenCubic()
108 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenCubicClose()
121 SkPoint endPt = startPt + SkPoint::Make(40*SK_Scalar1, 0); in AddLine()
127 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveLine()
[all …]
/third_party/littlefs/.github/workflows/
Dtest.yml76 # make sure example can at least compile
80 make all CFLAGS+=" \
92 make clean
93 make test TESTFLAGS+="-nrk"
97 make clean
98 make test TESTFLAGS+="-nrk \
103 make clean
104 make test TESTFLAGS+="-nrk \
109 make clean
110 make test TESTFLAGS+="-nrk \
[all …]
/third_party/skia/src/core/
DSkPathMakers.h44 fPts[0] = SkPoint::Make(rect.fLeft, rect.fTop); in SkPath_RectPointIterator()
45 fPts[1] = SkPoint::Make(rect.fRight, rect.fTop); in SkPath_RectPointIterator()
46 fPts[2] = SkPoint::Make(rect.fRight, rect.fBottom); in SkPath_RectPointIterator()
47 fPts[3] = SkPoint::Make(rect.fLeft, rect.fBottom); in SkPath_RectPointIterator()
59 fPts[0] = SkPoint::Make(cx, oval.fTop); in SkPath_OvalPointIterator()
60 fPts[1] = SkPoint::Make(oval.fRight, cy); in SkPath_OvalPointIterator()
61 fPts[2] = SkPoint::Make(cx, oval.fBottom); in SkPath_OvalPointIterator()
62 fPts[3] = SkPoint::Make(oval.fLeft, cy); in SkPath_OvalPointIterator()
77 fPts[0] = SkPoint::Make(L + rrect.radii(SkRRect::kUpperLeft_Corner).fX, T); in SkPath_RRectPointIterator()
78 fPts[1] = SkPoint::Make(R - rrect.radii(SkRRect::kUpperRight_Corner).fX, T); in SkPath_RRectPointIterator()
[all …]
/third_party/icu/
D.travis.yml23 …- set +o pipefail && make doc 2>&1 | tee doxygen.log && ( ! grep -P 'warning:(?! .* file Doxyfile)…
54 - make -j2
56 - make -j2 check
57 - make install
58 - PATH="${PREFIX}/bin:$PATH" make -C test/hdrtst check
79 - make -j2
81 - make -j2 check
83 - make install
84 - PATH="${PREFIX}/bin:$PATH" make -C test/hdrtst check
90 # (FORCE guards make this tool pass but won't compile to working code.
[all …]
/third_party/curl/docs/
DHTTP3.md59 % make
60 % make install
70 % make
71 % make install
80 % make
81 % make install
90 % make
91 % make install
103 % make
104 % make install
[all …]
/third_party/skia/modules/sksg/samples/
DSampleSVGPong.cpp28 static const SkSize kPaddleSize = SkSize::Make(0.03f, 0.1f);
94 SkPoint::Make(kBounds.centerX(), kBounds.centerY()), in onOnceBeforeDraw()
95 SkVector::Make(fRand.nextRangeScalar(kBallSpeedMin, kBallSpeedMax), in onOnceBeforeDraw()
98 SkPoint::Make(fieldBounds.left() - kPaddleSize.width() / 2, in onOnceBeforeDraw()
100 SkVector::Make(0, 0)); in onOnceBeforeDraw()
102 SkPoint::Make(fieldBounds.right() + kPaddleSize.width() / 2, in onOnceBeforeDraw()
104 SkVector::Make(0, 0)); in onOnceBeforeDraw()
120 auto bg_path = sksg::Path::Make(bgPath.detach()); in onOnceBeforeDraw()
121 auto bg_paint = sksg::Color::Make(SK_ColorBLACK); in onOnceBeforeDraw()
125 auto ball_paint = sksg::Color::Make(SK_ColorGREEN), in onOnceBeforeDraw()
[all …]

12345678910>>...410