Home
last modified time | relevance | path

Searched refs:qq (Results 1 – 25 of 131) sorted by relevance

123456

/third_party/openssl/test/
Dssl_test.tmpl31 $OUT .= qq{$key} . " = " . qq{$server{$key}\n} if defined $server{$key};
37 $OUT .= qq{$key} . " = " . qq{$server2{$key}\n} if defined $server2{$key};
44 $OUT .= qq{$key} . " = " . qq{$resume_server{$key}\n} if defined $resume_server{$key};
52 $OUT .= qq{$key} . " = " . qq{$client{$key}\n} if defined $client{$key};
58 $OUT .= qq{$key} . " = " . qq{$resume_client{$key}\n} if defined $resume_client{$key};
65 $OUT .= qq{$key} ." = " . qq{$test{$key}\n} if defined $test{$key};
94 $OUT .= qq{$key} . " = " . qq{$server{"extra"}{$key}\n}
101 $OUT .= qq{$key} . " = " . qq{$server2{"extra"}{$key}\n}
108 $OUT .= qq{$key} . " = " . qq{$resume_server{"extra"}{$key}\n}
115 $OUT .= qq{$key} . " = " . qq{$client{"extra"}{$key}\n}
[all …]
/third_party/boost/libs/qvm/test/
Daccess_q_test.cpp20 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/musl/src/math/
Derfl.c129 qq[6] = { variable
303 s = qq[0] + z * (qq[1] + in erfl()
304 z * (qq[2] + z * (qq[3] + z * (qq[4] + z * (qq[5] + z))))); in erfl()
331 s = qq[0] + z * (qq[1] + in erfcl()
332 z * (qq[2] + z * (qq[3] + z * (qq[4] + z * (qq[5] + z))))); in erfcl()
/third_party/musl/porting/liteos_a/kernel/src/math/
Derfl.c129 qq[6] = { variable
303 s = qq[0] + z * (qq[1] + in erfl()
304 z * (qq[2] + z * (qq[3] + z * (qq[4] + z * (qq[5] + z))))); in erfl()
331 s = qq[0] + z * (qq[1] + in erfcl()
332 z * (qq[2] + z * (qq[3] + z * (qq[4] + z * (qq[5] + z))))); in erfcl()
/third_party/gettext/gettext-tools/tests/
Dxgettext-perl-191 printf "%s\n", gettext qq(ecs\tasy);
92 printf "%s\n", gettext qq(ecs\\tasy);
93 printf "%s\n", gettext qq(ecs\\\tasy);
94 printf "%s\n", gettext qq(ecs\\\\tasy);
95 printf "%s\n", gettext qq(ecs\\\\\tasy);
101 printf "%s\n", gettext qq(mari\huana);
102 printf "%s\n", gettext qq(mari\\huana);
103 printf "%s\n", gettext qq(mari\\\huana);
104 printf "%s\n", gettext qq(mari\\\\huana);
105 printf "%s\n", gettext qq(mari\\\\\huana);
/third_party/libwebsockets/scripts/
Dtravis_install.sh7 sudo apt-get update -qq
11 …sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev libdbus-1-dev valgrind mosquitto
26 sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev valgrind
36 sudo apt-get install -y -qq realpath libjemalloc1 libev4
46 sudo apt-get install -y -qq libev-dev;
51 sudo apt-get install -y -qq libuv-dev;
/third_party/flatbuffers/tests/docker/
DDockerfile.testing.cpp.debian_buster2 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
DDockerfile.testing.build_flatc_debian_stretch2 RUN apt -qq update >/dev/null
3 RUN apt -qq install -y cmake make build-essential >/dev/null
/third_party/pulseaudio/src/tests/
Dvolume-test.c115 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()
/third_party/grpc/templates/examples/php/echo/
Dbase.Dockerfile.template19 RUN apt-get -qq update && apt-get -qq install -y ${'\\'}
30 unzip -qq protoc.zip && ${'\\'}
/third_party/grpc/examples/php/echo/
Dbase.Dockerfile17 RUN apt-get -qq update && apt-get -qq install -y \
28 unzip -qq protoc.zip && \
/third_party/typescript/tests/baselines/reference/
Dwitness.js131 var qq = C3.q; variable
132 var qq: any; variable
264 var qq = C3.q;
265 var qq; variable
DpropertyAccess.js102 var qq = noIndex[123]; variable
103 var qq: any; variable
253 var qq = noIndex[123];
254 var qq; variable
DjsxChildrenGenericContextualTypes.js12 const qq = <Elem prop={{a: "x"}}>{i => ({a: "z"})}</Elem>
30 var qq = <Elem prop={{ a: "x" }}>{function (i) { return ({ a: "z" }); }}</Elem>;
/third_party/python/Modules/_decimal/libmpdec/
Dtypearith.h226 mpd_uint_t qq, rr; in _mpd_div_words() local
229 : "=a" (qq), "=d" (rr) in _mpd_div_words()
234 *q = qq; in _mpd_div_words()
483 mpd_uint_t qq, rr; in _mpd_div_words() local
486 : "=a" (qq), "=d" (rr) in _mpd_div_words()
491 *q = qq; in _mpd_div_words()
516 mpd_uint_t qq, rr; in _mpd_div_words() local
522 mov qq, eax in _mpd_div_words()
526 *q = qq; in _mpd_div_words()
/third_party/flatbuffers/tests/docker/languages/
DDockerfile.testing.rust.big_endian.1_51_02 RUN apt -qq update -y && apt -qq install -y \
/third_party/grpc/templates/src/php/docker/php5/
DDockerfile.template19 RUN apt-get -qq update && apt-get -qq install -y ${'\\'}
/third_party/grpc/templates/src/php/docker/i386/
DDockerfile.template19 RUN apt-get -qq update && apt-get -qq install -y ${'\\'}
/third_party/grpc/templates/src/php/docker/php-future/
DDockerfile.template19 RUN apt-get -qq update && apt-get -qq install -y ${'\\'}
/third_party/grpc/templates/src/php/docker/php-zts/
DDockerfile.template19 RUN apt-get -qq update && apt-get -qq install -y ${'\\'}
/third_party/grpc/templates/src/php/docker/grpc-ext/
DDockerfile.template19 RUN apt-get -qq update && apt-get -qq install -y ${'\\'}
/third_party/typescript/tests/cases/conformance/types/witness/
Dwitness.ts134 var qq = C3.q; variable
135 var qq: any; variable
/third_party/boost/tools/build/src/engine/
Dexecvms.cpp226 char * qq = q; in exec_cmd() local
232 qq = q; in exec_cmd()
242 q = qq; in exec_cmd()
/third_party/grpc/src/php/docker/php-future/
DDockerfile17 RUN apt-get -qq update && apt-get -qq install -y \
/third_party/grpc/src/php/docker/php5/
DDockerfile17 RUN apt-get -qq update && apt-get -qq install -y \

123456