/third_party/openssl/test/ |
D | ssl_test.tmpl | 1 [{-$testname-}] 2 ssl_conf = {-$testname-}-ssl 4 [{-$testname-}-ssl] 5 server = {-$testname-}-server 6 client = {-$testname-}-client{- 10 $OUT .= "\nserver2 = $testname-server2"; 12 $OUT .= "\nserver2 = $testname-server"; 15 $OUT .= "\nresume-server = $testname-resume-server"; 17 $OUT .= "\nresume-server = $testname-server"; 20 $OUT .= "\nresume-client = $testname-resume-client"; [all …]
|
/third_party/boost/libs/qvm/test/ |
D | access_q_test.cpp | 1 //Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc. 20 test_qvm::quaternion<Q1> const & qq=q; in main() local 22 BOOST_TEST_EQ(X(V(qq)),q.a[1]); in main() 23 BOOST_TEST_EQ(Y(V(qq)),q.a[2]); in main() 24 BOOST_TEST_EQ(Z(V(qq)),q.a[3]); in main() 29 BOOST_TEST_EQ(S(qq),q.a[0]); in main() 30 BOOST_TEST_EQ(X(qq),q.a[1]); in main() 31 BOOST_TEST_EQ(Y(qq),q.a[2]); in main() 32 BOOST_TEST_EQ(Z(qq),q.a[3]); in main()
|
/third_party/libwebsockets/scripts/ |
D | travis_install.sh | 7 sudo apt-get update -qq 9 if [ "$LWS_METHOD" == "lwsws" -o "$LWS_METHOD" == "lwsws2" ]; 11 …sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev libdbus-1-dev valgrind mosquitto 12 sudo apt-get remove python-six 17 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2 21 sudo update-ca-certificates 24 if [ "$LWS_METHOD" == "mbedtls" -o "$LWS_METHOD" == "ss+mbedtls" ]; 26 sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev valgrind 27 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2 31 sudo update-ca-certificates [all …]
|
/third_party/flatbuffers/tests/docker/ |
D | Dockerfile.testing.cpp.debian_buster | 1 FROM debian:10.1-slim as base 2 RUN apt -qq update >/dev/null 3 RUN apt -qq install -y cmake make build-essential >/dev/null 4 RUN apt -qq install -y autoconf git libtool >/dev/null 5 RUN apt -qq install -y clang >/dev/null 7 # Travis machines have 2 cores. Can be redefined with 'run --env PAR_JOBS=N'.
|
D | Dockerfile.testing.build_flatc_debian_stretch | 1 FROM debian:9.6-slim as base 2 RUN apt -qq update >/dev/null 3 RUN apt -qq install -y cmake make build-essential >/dev/null 7 RUN cmake -G "Unix Makefiles"
|
/third_party/littlefs/.github/workflows/ |
D | test.yml | 5 CFLAGS: -Werror 6 MAKEFLAGS: -j 11 runs-on: ubuntu-18.04 13 fail-fast: false 18 - uses: actions/checkout@v2 19 - name: install 22 sudo apt-get update -qq 23 sudo apt-get install -qq python3 python3-pip lcov 25 gcc --version 27 # setup a ram-backed disk to speed up reentrant tests [all …]
|
/third_party/lz4/ |
D | .travis.yml | 7 - name: (macOS) General Test 11 - make # test library build 12 - make clean 13 …- make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `std… 15 # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes) 16 - name: (Precise) benchmark test 19 - make -C tests test-lz4 test-lz4c test-fullbench 21 - name: (Precise) frame and fuzzer test 24 - sudo sysctl -w vm.mmap_min_addr=4096 26 - make -C tests test-frametest test-fuzzer [all …]
|
/third_party/gettext/gettext-tools/tests/ |
D | xgettext-perl-1 | 6 cat <<\EOF > xg-pl-1.pl 36 tied hash $__->{"quoted string"} 37 tied hash $__->{ "weird 42 -> # to the 49 {$__{substitution}}<$__-\>{"find me"}>; 71 # Two consecutive backslashes count as one inside single-quote strings. 83 # Similarly, inside double-quote strings, two consecutive backslashes count 91 printf "%s\n", gettext qq(ecs\tasy); 92 printf "%s\n", gettext qq(ecs\\tasy); 93 printf "%s\n", gettext qq(ecs\\\tasy); [all …]
|
/third_party/musl/src/math/ |
D | erfl.c | 31 * erf(x) = --------- | exp(-t*t)dt 35 * erfc(x) = 1-erf(x) 37 * erf(-x) = -erf(x) 38 * erfc(-x) = 2 - erfc(x) 43 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25] 44 * = 0.5 + ((0.5-x)-x*R) if x in [0.25,0.84375] 46 * erf(x) = (2/sqrt(pi))*(x - x^3/3 + x^5/10 - x^7/42 + ....) 54 * 2. For |x| in [0.84375,1.25], let s = |x| - 1, and 57 * erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0 65 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1(z)/S1(z)) [all …]
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | erfl.c | 31 * erf(x) = --------- | exp(-t*t)dt 35 * erfc(x) = 1-erf(x) 37 * erf(-x) = -erf(x) 38 * erfc(-x) = 2 - erfc(x) 43 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25] 44 * = 0.5 + ((0.5-x)-x*R) if x in [0.25,0.84375] 46 * erf(x) = (2/sqrt(pi))*(x - x^3/3 + x^5/10 - x^7/42 + ....) 54 * 2. For |x| in [0.84375,1.25], let s = |x| - 1, and 57 * erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0 65 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1(z)/S1(z)) [all …]
|
/third_party/openssl/external/perl/Text-Template-1.46/t/ |
D | 14-broken.t | 17 { my $r = Text::Template->new(TYPE => 'string', 19 )->fill_in(); 28 # (2) BROKEN sub called in ->new? 29 { my $r = Text::Template->new(TYPE => 'string', 31 BROKEN => sub {'---'}, 32 )->fill_in(); 33 if ($r eq q{---}) { 41 # (3) BROKEN sub called in ->fill_in? 42 { my $r = Text::Template->new(TYPE => 'string', 44 )->fill_in(BROKEN => sub {'---'}); [all …]
|
D | 04-safe.t | 25 $BADOP = qq{}; 28 $BADOP = qq{kill 0}; 45 $text1 = $template1->fill_in(); 46 $text2 = $template1->fill_in(SAFE => $c); 48 $text3 = $template2->fill_in(SAFE => $c); 59 # (4) Safe and non-safe fills of different template objects with the 70 # (5) Safe and non-safe fills of the same template object 82 $badtemplate = qq{This should fail: { $BADOP; 'NOFAIL' }}; 91 $text1 = $template1->fill_in(); 92 $text2 = $template1->fill_in(SAFE => $c); [all …]
|
/third_party/grpc/examples/php/echo/ |
D | base.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 FROM php:7.2-stretch 17 RUN apt-get -qq update && apt-get -qq install -y \ 19 pkg-config unzip zlib1g-dev 21 ARG MAKEFLAGS=-j8 26 RUN curl -sSL https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/\ 27 protoc-3.8.0-linux-x86_64.zip -o /tmp/protoc.zip && \ 28 unzip -qq protoc.zip && \ 35 git submodule update --init && \ 36 cd third_party/protobuf && git submodule update --init
|
/third_party/grpc/templates/examples/php/echo/ |
D | base.Dockerfile.template | 2 --- | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 …FROM php:${settings.php_version.php_current_version()}-${settings.php_version.php_debian_version()} 19 RUN apt-get -qq update && apt-get -qq install -y ${'\\'} 21 pkg-config unzip zlib1g-dev 23 ARG MAKEFLAGS=-j8 28 RUN curl -sSL https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/${'\\'} 29 protoc-3.8.0-linux-x86_64.zip -o /tmp/protoc.zip && ${'\\'} 30 unzip -qq protoc.zip && ${'\\'} 37 git submodule update --init && ${'\\'} [all …]
|
D | cli.Dockerfile.template | 2 --- | 9 # http://www.apache.org/licenses/LICENSE-2.0 20 FROM grpc-php/base as grpc-base 23 …FROM php:${settings.php_version.php_current_version()}-${settings.php_version.php_debian_version()} 25 RUN apt-get -qq update && apt-get -qq install -y git 30 RUN docker-php-ext-enable grpc 33 WORKDIR /github/grpc-php/examples/echo 39 RUN protoc -I=. echo.proto --php_out=. --grpc_out=.
|
D | fpm.Dockerfile.template | 2 --- | 9 # http://www.apache.org/licenses/LICENSE-2.0 20 FROM grpc-php/base as grpc-base 23 …FROM php:${settings.php_version.php_current_version()}-fpm-${settings.php_version.php_debian_versi… 25 RUN apt-get -qq update && apt-get -qq install -y git 30 RUN docker-php-ext-enable grpc 41 RUN protoc -I=. echo.proto --php_out=. --grpc_out=.
|
D | apache.Dockerfile.template | 2 --- | 9 # http://www.apache.org/licenses/LICENSE-2.0 20 FROM grpc-php/base as grpc-base 23 …FROM php:${settings.php_version.php_current_version()}-apache-${settings.php_version.php_debian_ve… 25 RUN apt-get -qq update && apt-get -qq install -y git 30 RUN docker-php-ext-enable grpc 41 RUN protoc -I=. echo.proto --php_out=. --grpc_out=.
|
/third_party/flatbuffers/tests/docker/languages/ |
D | Dockerfile.testing.rust.big_endian.1_51_0 | 1 FROM rust:1.51.0-slim as base 2 RUN apt -qq update -y && apt -qq install -y \ 3 gcc-mips-linux-gnu \ 8 qemu-user 9 RUN rustup target add mips-unknown-linux-gnu 14 RUN rustc --version 15 RUN ./RustTest.sh mips-unknown-linux-gnu
|
/third_party/pulseaudio/src/tests/ |
D | volume-test.c | 78 for (b = -1.0f; b <= 1.0f; b += 0.2f) { in START_TEST() 95 k < b - .05 || k > b + .5 ? "MISMATCH" : ""); in START_TEST() 115 double q, qq; in START_TEST() local 119 qq = db + db2; in START_TEST() 121 qq = -INFINITY; in START_TEST() 122 p2 = pa_sw_volume_from_dB(qq); in START_TEST() 127 md_local = p2 - p; in START_TEST() 129 md_local = p - p2; in START_TEST() 131 if (p1 > p && p1 - p > md_local) in START_TEST() 132 md_local = p1 - p; in START_TEST() [all …]
|
/third_party/grpc/templates/src/php/docker/php5/ |
D | Dockerfile.template | 2 --- | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM php:5.6-zts-stretch 19 RUN apt-get -qq update && apt-get -qq install -y ${'\\'} 20 autoconf automake git libtool pkg-config ${'\\'} 21 valgrind wget zlib1g-dev 23 ARG MAKEFLAGS=-j8 32 CMD ["/github/grpc/src/php/bin/run_tests.sh", "--skip-persistent-channel-tests"]
|
/third_party/grpc/templates/src/php/docker/php-future/ |
D | Dockerfile.template | 2 --- | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM php:7.4.11-buster 19 RUN apt-get -qq update && apt-get -qq install -y ${'\\'} 20 autoconf automake git libtool pkg-config ${'\\'} 21 valgrind wget zlib1g-dev 23 ARG MAKEFLAGS=-j8 32 …CMD ["/github/grpc/src/php/bin/run_tests.sh", "--skip-persistent-channel-tests", "--ignore-valgrin…
|
/third_party/grpc/templates/src/php/docker/grpc-ext/ |
D | Dockerfile.template | 2 --- | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 …FROM php:${settings.php_version.php_current_version()}-${settings.php_version.php_debian_version()} 19 RUN apt-get -qq update && apt-get -qq install -y ${'\\'} 20 autoconf automake git libtool pkg-config ${'\\'} 21 valgrind wget zlib1g-dev 23 ARG MAKEFLAGS=-j8 32 CMD ["/github/grpc/src/php/bin/run_tests.sh", "--skip-persistent-channel-tests"]
|
/third_party/openh264/ |
D | .travis.yml | 5 - g++ 6 - clang 9 - sudo apt-get update -qq 10 …- sudo apt-get install -qq nasm g++-multilib gcc-multilib libc6-dev-i386 python3-pip python3-setup… 11 - sudo python3 -m pip install meson==0.50.1 ninja 14 - make gmp-bootstrap 15 - make gtest-bootstrap 16 - meson builddir 17 - ninja -C builddir -v 20 - WorkingDir=`pwd` [all …]
|
/third_party/grpc/templates/src/php/docker/i386/ |
D | Dockerfile.template | 2 --- | 9 # http://www.apache.org/licenses/LICENSE-2.0 19 RUN apt-get -qq update && apt-get -qq install -y ${'\\'} 20 autoconf automake git libtool pkg-config ${'\\'} 21 valgrind wget zlib1g-dev 23 ARG MAKEFLAGS=-j8 32 …CMD ["/github/grpc/src/php/bin/run_tests.sh", "--skip-persistent-channel-tests", "--ignore-valgrin…
|
/third_party/grpc/templates/src/php/docker/php-zts/ |
D | Dockerfile.template | 2 --- | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 …FROM php:${settings.php_version.php_current_version()}-zts-${settings.php_version.php_debian_versi… 19 RUN apt-get -qq update && apt-get -qq install -y ${'\\'} 20 autoconf automake git libtool pkg-config ${'\\'} 21 wget zlib1g-dev 23 ARG MAKEFLAGS=-j8 32 CMD ["/github/grpc/src/php/bin/run_tests.sh", "--skip-persistent-channel-tests"]
|