| /third_party/flutter/skia/tests/ |
| D | OffsetSimplePolyTest.cpp | 17 *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 …]
|
| D | InsetConvexPolyTest.cpp | 14 *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 …]
|
| D | PolyUtilsTest.cpp | 21 *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/node/deps/npm/node_modules/make-fetch-happen/ |
| D | CHANGELOG.md | 6 ## [5.0.2](https://github.com/zkat/make-fetch-happen/compare/v5.0.1...v5.0.2) (2019-11-14) 11 …WaterMark & update travis environments ([a367a14](https://github.com/zkat/make-fetch-happen/commit… 12 …` bug @ v5 ([#10](https://github.com/zkat/make-fetch-happen/issues/10)) ([4e4f4e0](https://github.… 17 ## [5.0.1](https://github.com/zkat/make-fetch-happen/compare/v5.0.0...v5.0.1) (2019-10-23) 22 # [5.0.0](https://github.com/zkat/make-fetch-happen/compare/v4.0.2...v5.0.0) (2019-07-15) 27 * cacache@12, no need for uid/gid opts ([fdb956f](https://github.com/zkat/make-fetch-happen/commit/… 38 ## [4.0.2](https://github.com/zkat/make-fetch-happen/compare/v4.0.1...v4.0.2) (2019-07-02) 43 ## [4.0.1](https://github.com/zkat/make-fetch-happen/compare/v4.0.0...v4.0.1) (2018-04-12) 48 * **integrity:** use new sri.match() for verification ([4f371a0](https://github.com/zkat/make-fetch… 53 # [4.0.0](https://github.com/zkat/make-fetch-happen/compare/v3.0.0...v4.0.0) (2018-04-09) [all …]
|
| /third_party/lz4/.circleci/ |
| D | config.yml | 46 - 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 …]
|
| /third_party/lz4/ |
| D | Makefile | 53 @$(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.yml | 11 - 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 …]
|
| /third_party/boost/libs/test/test/test-organization-ts/datasets-test/ |
| D | mono-join-test.cpp | 30 BOOST_TEST( (data::make( 1 ) + data::make( 5 )).size() == 2 ); in BOOST_AUTO_TEST_CASE() 31 BOOST_TEST( (data::make( std::vector<int>(2) ) + data::make( std::list<int>(3) )).size() == 5 ); in BOOST_AUTO_TEST_CASE() 35 BOOST_TEST( (data::make( arr1 ) + data::make( arr2 )).size() == 4 ); in BOOST_AUTO_TEST_CASE() 37 BOOST_TEST( (data::make( 1 ) + data::make( 5 ) + data::make( 19 )).size() == 3 ); in BOOST_AUTO_TEST_CASE() 39 …BOOST_TEST( (data::make( std::vector<int>(2) ) + data::make( 1 ) + data::make( arr2 ) + data::make… in BOOST_AUTO_TEST_CASE() 46 …auto samples1 = data::make( std::vector<int>(arr1,arr1+2) ) + data::make( 5 ) + data::make( arr2 )… in BOOST_AUTO_TEST_CASE() 57 …auto samples2 = data::make( std::vector<int>(arr1,arr1+2) ) + (data::make( 5 ) + (data::make( arr2… in BOOST_AUTO_TEST_CASE() 68 …auto samples3 = (data::make( std::vector<int>(arr1,arr1+2) ) + data::make( 5 )) + (data::make( arr… in BOOST_AUTO_TEST_CASE() 80 …data::for_each_sample( data::make( copy_count() ) + data::make( copy_count() ), check_arg_type<cop… in BOOST_AUTO_TEST_CASE() 84 …data::for_each_sample( data::make( copy_count() ) + data::make( copy_count() ) + data::make( copy_… in BOOST_AUTO_TEST_CASE() [all …]
|
| D | mono-grid-test.cpp | 29 BOOST_TEST( (data::make( 1 ) * data::make( 5 )).size() == 1 ); in BOOST_AUTO_TEST_CASE() 30 BOOST_TEST( (data::make( std::vector<int>(2) ) * data::make( std::list<float>(2) )).size() == 4 ); in BOOST_AUTO_TEST_CASE() 31 BOOST_TEST( (data::make( std::vector<int>(2) ) * data::make( 5. )).size() == 2 ); in BOOST_AUTO_TEST_CASE() 32 BOOST_TEST( (data::make( std::vector<int>(3) ) * data::make( std::list<int>(1) )).size() == 3 ); in BOOST_AUTO_TEST_CASE() 34 …BOOST_TEST( (data::make( std::vector<int>(3) ) * data::make( std::list<std::string>(3) ) * data::m… in BOOST_AUTO_TEST_CASE() 35 …BOOST_TEST( (data::make( std::vector<int>(1) ) * data::make( std::list<int>(3) ) * data::make( 5 )… in BOOST_AUTO_TEST_CASE() 42 auto ds1 = data::make(1); in BOOST_AUTO_TEST_CASE() 59 auto samples1 = data::make( arr1 ) * data::make( arr2 ); in BOOST_AUTO_TEST_CASE() 82 auto samples2 = data::make( vec1 ) * data::make( "qqq" ) * data::make( arr3 ); in BOOST_AUTO_TEST_CASE() 109 …data::for_each_sample( data::make( copy_count() ) * data::make( copy_count() ), check_arg_type<std… in BOOST_AUTO_TEST_CASE() [all …]
|
| D | mono-zip-test.cpp | 30 BOOST_TEST( (data::make( 1 ) ^ data::make( 5 )).size() == 1 ); in BOOST_AUTO_TEST_CASE() 31 … BOOST_TEST( (data::make( std::vector<int>(2) ) ^ data::make( std::list<float>(2) )).size() == 2 ); in BOOST_AUTO_TEST_CASE() 32 BOOST_TEST( (data::make( std::vector<int>(2) ) ^ data::make( 5. )).size() == 2 ); in BOOST_AUTO_TEST_CASE() 33 BOOST_TEST( (data::make( std::vector<int>(3) ) ^ data::make( std::list<int>(1) )).size() == 3 ); in BOOST_AUTO_TEST_CASE() 35 …BOOST_TEST( (data::make( std::vector<int>(3) ) ^ data::make( std::list<std::string>(3) ) ^ data::m… in BOOST_AUTO_TEST_CASE() 36 …BOOST_TEST( (data::make( std::vector<int>(1) ) ^ data::make( std::list<int>(3) ) ^ data::make( 5 )… in BOOST_AUTO_TEST_CASE() 50 auto samples1 = data::make( arr1 ) ^ data::make( arr2 ); in BOOST_AUTO_TEST_CASE() 73 auto samples2 = data::make( vec1 ) ^ data::make( "qqq" ) ^ data::make( arr3 ); in BOOST_AUTO_TEST_CASE() 94 …data::for_each_sample( data::make( copy_count() ) ^ data::make( copy_count() ), check_arg_type<std… in BOOST_AUTO_TEST_CASE() 98 …data::for_each_sample( data::make( copy_count() ) ^ data::make( copy_count() ) ^ data::make( copy_… in BOOST_AUTO_TEST_CASE() [all …]
|
| /third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/ |
| D | Dockerfile | 19 make \ 46 && make \ 47 && make install 66 && make \ 67 && make install \ 68 && make clean 75 && make \ 76 && make install \ 77 && make clean 94 && make \ [all …]
|
| /third_party/curl/ |
| D | Makefile.dist | 25 make 29 make 32 $(MAKE) -C lib -f Makefile.m32 33 $(MAKE) -C src -f Makefile.m32 36 $(MAKE) -C lib -f Makefile.m32 clean 37 $(MAKE) -C src -f Makefile.m32 clean 38 $(MAKE) -C docs/examples -f Makefile.m32 clean 41 $(MAKE) -C lib -f Makefile.m32 vclean 42 $(MAKE) -C src -f Makefile.m32 vclean 43 $(MAKE) -C docs/examples -f Makefile.m32 vclean [all …]
|
| /third_party/curl/scripts/zuul/ |
| D | script.sh | 29 make 30 make TFLAGS=-n test-nonflaky 31 make "TFLAGS=-n -e" test-nonflaky 33 make "TFLAGS=-n -t $tests" test-nonflaky 40 make 42 make "TFLAGS=-n --shallow=20 -t $tests" test-nonflaky 47 make 49 make "TFLAGS=-n -e $tests" test-nonflaky 54 make 55 make examples [all …]
|
| /third_party/protobuf/kokoro/linux/dockerfile/test/php/ |
| D | Dockerfile | 19 make \ 48 && make \ 49 && make install 69 && make \ 70 && make install \ 71 && make clean 79 && make \ 80 && make install \ 81 && make clean 99 && make \ [all …]
|
| /third_party/boost/libs/iostreams/test/detail/ |
| D | sequence.hpp | 41 "shall make Me a sanctuary and I will dwell in their midst " 44 "shall make an ark of acacia wood, two and a half cubits its " 48 "make upon it a golden crown all around. And you shall cast " 51 "other side. And you shall make poles of acacia wood and you " 57 "And you shall make an ark cover of pure gold, two and a half " 59 "shall make two golden cherubim; you shall make them of " 60 "hammered work, from the two ends of the ark cover. And make " 62 "other end; from the ark cover you shall make the cherubim on " 72 "children of Israel. And you shall make a table of acacia " 75 "gold, and you shall make for it a golden crown all around. " [all …]
|
| /third_party/gstreamer/gst_libav/common/ |
| D | check.mak | 8 $(MAKE) valgrind 17 # run any given test by running make test.check 43 # valgrind any given test by running make test.valgrind 79 $(MAKE) $*.valgrind || \ 87 # valgrind any given test until failure by running make test.valgrind-forever 89 @while $(MAKE) $*.valgrind; do \ 92 # gdb any given test by running make test.gdb 100 @while $(MAKE) GDB_ARGS="-ex run -ex quit" $*.gdb ; do \ 104 $(MAKE) $*.lcov-run 105 $(MAKE) $*.lcov-report [all …]
|
| /third_party/gstreamer/gstplugins_bad/common/ |
| D | check.mak | 8 $(MAKE) valgrind 17 # run any given test by running make test.check 43 # valgrind any given test by running make test.valgrind 79 $(MAKE) $*.valgrind || \ 87 # valgrind any given test until failure by running make test.valgrind-forever 89 @while $(MAKE) $*.valgrind; do \ 92 # gdb any given test by running make test.gdb 100 @while $(MAKE) GDB_ARGS="-ex run -ex quit" $*.gdb ; do \ 104 $(MAKE) $*.lcov-run 105 $(MAKE) $*.lcov-report [all …]
|
| /third_party/gstreamer/gstplugins_good/common/ |
| D | check.mak | 8 $(MAKE) valgrind 17 # run any given test by running make test.check 43 # valgrind any given test by running make test.valgrind 79 $(MAKE) $*.valgrind || \ 87 # valgrind any given test until failure by running make test.valgrind-forever 89 @while $(MAKE) $*.valgrind; do \ 92 # gdb any given test by running make test.gdb 100 @while $(MAKE) GDB_ARGS="-ex run -ex quit" $*.gdb ; do \ 104 $(MAKE) $*.lcov-run 105 $(MAKE) $*.lcov-report [all …]
|
| /third_party/gstreamer/gstplugins_base/common/ |
| D | check.mak | 8 $(MAKE) valgrind 17 # run any given test by running make test.check 43 # valgrind any given test by running make test.valgrind 79 $(MAKE) $*.valgrind || \ 87 # valgrind any given test until failure by running make test.valgrind-forever 89 @while $(MAKE) $*.valgrind; do \ 92 # gdb any given test by running make test.gdb 100 @while $(MAKE) GDB_ARGS="-ex run -ex quit" $*.gdb ; do \ 104 $(MAKE) $*.lcov-run 105 $(MAKE) $*.lcov-report [all …]
|
| /third_party/gstreamer/gstreamer/common/ |
| D | check.mak | 8 $(MAKE) valgrind 17 # run any given test by running make test.check 43 # valgrind any given test by running make test.valgrind 79 $(MAKE) $*.valgrind || \ 87 # valgrind any given test until failure by running make test.valgrind-forever 89 @while $(MAKE) $*.valgrind; do \ 92 # gdb any given test by running make test.gdb 100 @while $(MAKE) GDB_ARGS="-ex run -ex quit" $*.gdb ; do \ 104 $(MAKE) $*.lcov-run 105 $(MAKE) $*.lcov-report [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/docs/ |
| D | INSTALL.GNU | 2 on non-Unix systems with the help of GNU Make. Note that if you are 11 1. Install GNU Make 14 Because GNU Make is the only Make tool supported to compile 18 Make. 20 NEARLY ALL OTHER MAKE TOOLS FAIL, INCLUDING `BSD MAKE', SO REALLY 21 INSTALL A RECENT VERSION OF GNU MAKE ON YOUR SYSTEM! 23 Note that make++, a make tool written in Perl, supports enough 24 features of GNU make to compile FreeType. See 31 Make sure that you are invoking GNU Make from the command line, by 34 make -v [all …]
|
| /third_party/freetype/docs/ |
| D | INSTALL.GNU | 2 on non-Unix systems with the help of GNU Make. Note that if you are 11 1. Install GNU Make 14 Because GNU Make is the only Make tool supported to compile 18 Make. 20 NEARLY ALL OTHER MAKE TOOLS FAIL, INCLUDING `BSD MAKE', SO REALLY 21 INSTALL A RECENT VERSION OF GNU MAKE ON YOUR SYSTEM! 23 Note that make++, a make tool written in Perl, supports enough 24 features of GNU make to compile FreeType. See 31 Make sure that you are invoking GNU Make from the command line, by 34 make -v [all …]
|
| /third_party/boost/boost/units/ |
| D | operators.hpp | 41 template<class T> T make(); 51 BOOST_TYPEOF_NESTED_TYPEDEF_TPL(nested, (+typeof_::make<X>())) 57 BOOST_TYPEOF_NESTED_TYPEDEF_TPL(nested, (-typeof_::make<X>())) 63 BOOST_TYPEOF_NESTED_TYPEDEF_TPL(nested, (typeof_::make<X>()+typeof_::make<Y>())) 69 BOOST_TYPEOF_NESTED_TYPEDEF_TPL(nested, (typeof_::make<X>()-typeof_::make<Y>())) 75 BOOST_TYPEOF_NESTED_TYPEDEF_TPL(nested, (typeof_::make<X>()*typeof_::make<Y>())) 81 BOOST_TYPEOF_NESTED_TYPEDEF_TPL(nested, (typeof_::make<X>()/typeof_::make<Y>())) 87 … X> struct unary_plus_typeof_helper { typedef __typeof__((+typeof_::make<X>())) type; }; 88 … X> struct unary_minus_typeof_helper { typedef __typeof__((-typeof_::make<X>())) type; }; 90 …> struct add_typeof_helper { typedef __typeof__((typeof_::make<X>()+typeof_::make<Y>())) ty… [all …]
|
| /third_party/boost/boost/proto/context/ |
| D | default.hpp | 65 #define BOOST_PROTO_UNARY_DEFAULT_EVAL(OP, TAG, MAKE) \ argument 73 BOOST_PROTO_DECLTYPE_(OP proto::detail::MAKE<r0>(), result_type) \ 107 BOOST_PROTO_UNARY_DEFAULT_EVAL(+, proto::tag::unary_plus, make) 108 BOOST_PROTO_UNARY_DEFAULT_EVAL(-, proto::tag::negate, make) 109 BOOST_PROTO_UNARY_DEFAULT_EVAL(*, proto::tag::dereference, make) 110 BOOST_PROTO_UNARY_DEFAULT_EVAL(~, proto::tag::complement, make) 111 BOOST_PROTO_UNARY_DEFAULT_EVAL(&, proto::tag::address_of, make) 112 BOOST_PROTO_UNARY_DEFAULT_EVAL(!, proto::tag::logical_not, make) 116 BOOST_PROTO_BINARY_DEFAULT_EVAL(<<, proto::tag::shift_left, make_mutable, make) 117 BOOST_PROTO_BINARY_DEFAULT_EVAL(>>, proto::tag::shift_right, make_mutable, make) [all …]
|
| /third_party/mbedtls/tests/scripts/ |
| D | all.sh | 73 # * GNU Make 113 # * Run `make clean`. 125 # * `make` is a function which runs the `make` command with protection. 126 # Note that you must write `make VAR=value`, not `VAR=value make`, 127 # because the `VAR=value make` syntax doesn't work with functions. 130 # additionally skips it if a prior invocation of `make` in the same 183 # if MAKEFLAGS is not set add the -j option to speed up invocations of make 283 command make clean 342 WARNING_CFLAGS='-xc -std=c99' make lib 347 make clean [all …]
|