/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/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/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/mbedtls/tests/scripts/ |
D | all.sh | 288 command make clean 384 WARNING_CFLAGS='-xc -std=c99' make lib 389 make clean 593 *make*[\ /]tests*) false;; # make tests, make CFLAGS=-I../tests, ... 595 *make*check*) true;; 783 make neat 785 make generated_files >/dev/null 787 make generated_files 815 make generated_files 824 command make neat [all …]
|
/third_party/skia/third_party/externals/icu/scripts/ |
D | make_data_all.sh | 24 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/protobuf/ |
D | tests.sh | 23 make -j$(nproc) 28 make check -j$(nproc) || (cat src/test-suite.log; false) 29 cd conformance && make test_cpp && cd .. 35 cd benchmarks && make cpp-benchmark && cd .. 45 ./configure LIBS=-ltcmalloc && make clean && make \ 61 make dist 87 make distcheck -j$(nproc) 95 make dist 101 ./configure && make check -j4 && make install 149 cd conformance && make test_csharp && cd .. [all …]
|
/third_party/protobuf/kokoro/linux/benchmark/ |
D | run.sh | 15 make -j8 29 make -j8 37 make python-pure-python-benchmark 38 make python-cpp-reflection-benchmark 39 make -j8 python-cpp-generated-code-benchmark 54 make clean && make -j8 63 mv tmp/python_result.json . && make clean && make -j8 cpp-benchmark && mv python_result.json tmp 79 make go-benchmark 84 make java-benchmark 88 make js-benchmark [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 2366 template <class T, class... Args> Node *make(Args &&... args) { in make() function 2531 return make<NameWithTemplateArgs>(S, TA); in parseName() 2544 return make<NameWithTemplateArgs>(N, TA); in parseName() 2563 auto *StringLitName = make<NameType>("string literal"); in parseLocalName() 2566 return make<LocalName>(Encoding, StringLitName); in parseLocalName() 2576 return make<LocalName>(Encoding, N); in parseLocalName() 2583 return make<LocalName>(Encoding, Entity); in parseLocalName() 2596 return make<StdQualifiedName>(R); in parseUnscopedName() 2623 Result = make<StructuredBindingName>(popTrailingNodeArray(BindingsBegin)); in parseUnqualifiedName() 2649 return make<UnnamedTypeName>(Count); in parseUnnamedTypeName() [all …]
|
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | travis.sh | 15 make 16 [[ $DISABLE_TESTS ]] || make test 17 make clean 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 34 [[ $DISABLE_TESTS ]] || make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS test 35 make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS clean
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | travis.sh | 15 make 16 [[ $DISABLE_TESTS ]] || make test 17 make clean 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 34 [[ $DISABLE_TESTS ]] || make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS test 35 make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS clean
|
/third_party/node/deps/npm/scripts/ |
D | install.sh | 129 make=`which gmake 2>&1` 130 if [ $? -eq 0 ] && [ -x "$make" ]; then 133 make=`which make 2>&1` 134 if [ $? -eq 0 ] && [ -x "$make" ]; then 137 make=NOMAKE 141 make="$MAKE" 144 if [ -x "$make" ]; then 148 make=NOMAKE 226 && (if [ "$make" = "NOMAKE" ]; then 228 elif "$make" uninstall install; then [all …]
|
/third_party/protobuf/kokoro/linux/32-bit/ |
D | Dockerfile | 32 make \ 64 make && make install && make clean && cd .. 65 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \ 66 make && make install && make clean && cd .. 72 make && make install && cd .. 73 RUN cd php-5.6.30 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.6 && \ 74 make && make install && cd .. 80 make && make install && cd .. 81 RUN cd php-7.0.18 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-7.0 && \ 82 make && make install && cd .. [all …]
|
/third_party/mbedtls/tests/docker/bionic/ |
D | Dockerfile | 65 # Note: openssl-1.0.2 and earlier has known build issues with parallel make. 70 && (make ${MAKEFLAGS_PARALLEL} || make -j 1) \ 71 && make install_sw \ 80 && (make ${MAKEFLAGS_PARALLEL} || make -j 1) \ 81 && make install_sw \ 91 && make ${MAKEFLAGS_PARALLEL} \ 92 && make install_sw \ 101 && make ${MAKEFLAGS_PARALLEL} \ 102 && make install \ 111 && make ${MAKEFLAGS_PARALLEL} \ [all …]
|
/third_party/mbedtls/scripts/ |
D | memory.sh | 74 make clean 75 CFLAGS=$CFLAGS_EXEC make OFLAGS=-Os lib >/dev/null 2>&1 77 CFLAGS=$CFLAGS_EXEC make OFLAGS=-Os ssl/$CLIENT >/dev/null 84 make clean 85 CFLAGS=$CFLAGS_MEM make OFLAGS=-Os lib >/dev/null 2>&1 87 CFLAGS=$CFLAGS_MEM make OFLAGS=-Os ssl/$CLIENT >/dev/null 118 make clean 119 make lib >/dev/null 2>&1 120 (cd programs && make ssl/ssl_server2) >/dev/null 138 make clean
|
/third_party/typescript/tests/baselines/reference/ |
D | defaultDeclarationEmitNamedCorrectly.js | 6 export function make<P, CTor>(x: { new (): CTor & {props: P} }): Things<P, CTor> { 15 static create = make(MyComponent); 21 exports.make = void 0; 22 function make(x) { function 25 exports.make = make; 29 MyComponent.create = make(MyComponent); 40 export declare function make<P, CTor>(x: {
|
D | defaultDeclarationEmitShadowedNamedCorrectly.js | 7 export function make<P, CTor>(x: { new (): CTor & {props: P} }): Things<P, CTor> { 19 export const create = make(me.default); 25 exports.Something = exports.make = void 0; 27 function make(x) { function 30 exports.make = make; 40 Something.create = make(me["default"]); 50 export declare function make<P, CTor>(x: {
|
/third_party/node/deps/cares/m4/ |
D | ax_check_gnu_make.m4 | 11 # This macro searches for a GNU version of make. If a match is found: 15 # Makefile, which cannot be handled by other versions of make. 19 # by other versions of make or to specify else like clause. 21 # GNU make if it exists, the empty string otherwise. 23 # GNU make by copying `_cv_gnu_make_command`, otherwise it is unset. 25 # `make --version` as the last field of a record of space-separated 49 # Then perhaps to cause gnu make to override any other make, we could do 50 # something like this (note that GNU make always looks for GNUmakefile 59 # Then, if any (well almost any) other make is called, and GNU make also 60 # exists, then the other make wraps the GNU make. [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/ |
D | TESTING.md | 8 time (make -j4 CPPFLAGS='-DHB_DEBUG_SUBSET=100' \ 9 && (make -j4 -C test/api check || cat test/api/test-suite.log)) 12 time (make -j4 CPPFLAGS='-DHB_DEBUG_SUBSET=100' \ 13 && make -j4 -C src check \ 14 && make -j4 -C test/api check \ 15 && make -j4 -C test/subset check) 18 time (make -j4 CPPFLAGS='-DHB_DEBUG_SUBSET=100' \ 19 && make -j4 check) 22 make distcheck 36 # make/run tests as usual [all …]
|
/third_party/python/Doc/ |
D | Makefile | 162 make html 171 make text 181 make latex PAPER=a4 183 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2) 189 make latex PAPER=letter 191 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2) 197 make epub 202 make texinfo 203 make info --directory=build/texinfo 227 make dist SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1' [all …]
|
/third_party/openssl/test/ |
D | README.md | 7 $ 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/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_RunTests | 11 functional, and stress tests. All tests are built with make all, but 48 # make all 52 To disable known failures on Linux do make filter-known-fails. 57 and run make all test. 60 # cd conformance/definitions/time_h ; make all test 63 # make conformance-all 66 # make conformance-test 71 # make functional-test 74 # make stress-test 76 To make only functional tests, run: [all …]
|
/third_party/lz4/tests/ |
D | test_install.sh | 5 make="make -C $lz4_root" 8 make="make -C $lz4_root" 10 make="gmake -C $lz4_root" 18 echo $make $cmd DESTDIR="$tmp_upper" $upper="test" 19 $make $cmd DESTDIR="$tmp_upper" $upper="test" >/dev/null 20 echo $make $cmd DESTDIR="$tmp_lower" $lower="test" 21 $make $cmd DESTDIR="$tmp_lower" $lower="test" >/dev/null
|
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/ |
D | server-alsasrc-PCMA.py | 31 audiosrc = Gst.ElementFactory.make(AUDIO_SRC, 'audiosrc') 32 audioconv = Gst.ElementFactory.make('audioconvert', 'audioconv') 33 audiores = Gst.ElementFactory.make('audioresample', 'audiores') 36 audioenc = Gst.ElementFactory.make(AUDIO_ENC, 'audioenc') 37 audiopay = Gst.ElementFactory.make(AUDIO_PAY, 'audiopay') 48 rtpbin = Gst.ElementFactory.make('rtpbin', 'rtpbin') 53 rtpsink = Gst.ElementFactory.make('udpsink', 'rtpsink') 57 rtcpsink = Gst.ElementFactory.make('udpsink', 'rtcpsink') 64 rtcpsrc = Gst.ElementFactory.make('udpsrc', 'rtcpsrc')
|
/third_party/node/deps/npm/node_modules/make-dir/ |
D | index.js | 32 const make = pth => { function 41 return make(path.dirname(pth)).then(() => make(pth)); 52 return make(path.resolve(input)); 59 const make = pth => { 68 make(path.dirname(pth)); 69 return make(pth); 84 return make(path.resolve(input));
|
/third_party/ltp/utils/benchmark/kernbench-0.42/ |
D | kernbench | 95 make clean > /dev/null 2>&1 108 make mrproper > /dev/null 2>&1 110 make defconfig > /dev/null 2>&1 113 yes "" | make oldconfig > /dev/null 2>&1 130 echo make 133 echo make -j $halfjobs 136 echo make -j $optijobs 139 echo make -j 147 make -j $optijobs > /dev/null 2>&1 196 make clean > /dev/null 2>&1 [all …]
|