/third_party/openssl/test/ |
D | ssl_test.tmpl | 31 $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/node/deps/npm/test/lib/utils/ |
D | queryable.js | 142 const qq = new Queryable({ 148 qq.query(''), 380 const qq = new Queryable({}) 381 qq.set('foo.bar.baz', 'BAZ') 383 qq.toJSON(), 393 qq.set('foo.bar.bario', 'bario') 395 qq.toJSON(), 406 qq.set('lorem', 'lorem') 408 qq.toJSON(), 420 qq.set('foo.bar[foo.bar]', 'foo.bar.with.dots') [all …]
|
/third_party/musl/src/math/ |
D | erfl.c | 129 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/ |
D | erfl.c | 129 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/libwebsockets/scripts/ |
D | travis_install.sh | 7 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/libcoap/src/oscore/ |
D | oscore_cbor.c | 392 for (uint16_t qq = 0; qq < nb; qq++) in oscore_cbor_skip_value() local 398 for (uint16_t qq = 0; qq < nb; qq++) { in oscore_cbor_skip_value() local 425 for (uint16_t qq = 0; qq < size; qq++) in oscore_cbor_strip_value() local 426 (*result)[qq] = st_data[qq]; in oscore_cbor_strip_value()
|
D | oscore_context.c | 282 uint32_t qq; in oscore_convert_to_hex() local 284 for (qq = 0; qq < src_len && qq < space; qq++) { in oscore_convert_to_hex() 285 char tmp = src[qq] >> 4; in oscore_convert_to_hex() 290 dest[qq * 3] = tmp; in oscore_convert_to_hex() 291 tmp = src[qq] & 0xf; in oscore_convert_to_hex() 296 dest[qq * 3 + 1] = tmp; in oscore_convert_to_hex() 297 dest[qq * 3 + 2] = 0x20; in oscore_convert_to_hex() 299 if (qq != src_len) { in oscore_convert_to_hex() 300 dest[qq * 3] = '.'; in oscore_convert_to_hex() 301 dest[qq * 3 + 1] = '.'; in oscore_convert_to_hex() [all …]
|
/third_party/pulseaudio/src/tests/ |
D | volume-test.c | 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()
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | typearith.h | 226 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/typescript/tests/baselines/reference/ |
D | witness.js | 131 var qq = C3.q; variable 132 var qq: any; variable 264 var qq = C3.q; 265 var qq; variable
|
D | propertyAccess.js | 102 var qq = noIndex[123]; variable 103 var qq: any; variable 253 var qq = noIndex[123]; 254 var qq; variable
|
D | jsxChildrenGenericContextualTypes.js | 12 const qq = <Elem prop={{a: "x"}}>{i => ({a: "z"})}</Elem> 30 var qq = <Elem prop={{ a: "x" }}>{function (i) { return ({ a: "z" }); }}</Elem>;
|
D | varianceAnnotations.js | 159 declare const qq: ActionObject<{ type: "PLAY"; value: number }>; 161 createMachine<{ type: "PLAY"; value: number } | { type: "RESET" }>(qq); // Error 202 createMachine(qq); // Error 323 declare const qq: ActionObject<{
|
D | genericFunctionsAndConditionalInference.js | 10 let qq = foo({ u: { value: 10 }, v: { value: 'hello'} }); // { u: U, v: V } but should be { u: num… 45 var qq = foo({ u: { value: 10 }, v: { value: 'hello' } }); // { u: U, v: V } but should be { u: num… variable
|
D | varianceAnnotations.types | 336 declare const qq: ActionObject<{ type: "PLAY"; value: number }>; 337 >qq : ActionObject<{ type: "PLAY"; value: number; }> 341 createMachine<{ type: "PLAY"; value: number } | { type: "RESET" }>(qq); // Error 342 >createMachine<{ type: "PLAY"; value: number } | { type: "RESET" }>(qq) : StateNode<any, any> 347 >qq : ActionObject<{ type: "PLAY"; value: number; }>
|
D | witness.types | 399 var qq = C3.q; 400 >qq : any 405 var qq: any; 406 >qq : any
|
D | jsxChildrenGenericContextualTypes.symbols | 55 const qq = <Elem prop={{a: "x"}}>{i => ({a: "z"})}</Elem> 56 >qq : Symbol(qq, Decl(jsxChildrenGenericContextualTypes.tsx, 10, 5))
|
D | witness.symbols | 340 var qq = C3.q; 341 >qq : Symbol(qq, Decl(witness.ts, 129, 3), Decl(witness.ts, 130, 3)) 346 var qq: any; 347 >qq : Symbol(qq, Decl(witness.ts, 129, 3), Decl(witness.ts, 130, 3))
|
/third_party/astc-encoder/Test/Images/Small/HDR-RGB/ |
D | hdr-rgb-00.hdr | 149 …Ֆ�ǀ萯����������ǩ����ĩNJ����������ғ���~~��~~~~~~�~}}~~}~� ~qq{|||{|�}~}|}}~}�~… 159 {qq|||{}}|�}~~~~~���~}}}|~������~~~���~ 168 qq{{|{|}||�} 180 …N�����z�ؐ��ҽ�����������Մ�į������������臬������~��~�~~~�~��}�~qq|{{�|�} ~}}}~~~~�~… 190 …[]aba`bghhX���v��x��f����˂����ˍ��䩶�Ι���˥�������ٔ������~~��~~~��~�~qq|{||{{|{z||{|~}}}~~~… 202 …VVWZXZ\\Z[behhh]����x��~ܽ�����ǥĬǓ�ٶ����疈�Ė��슄�ݩ��������~~~�~�~qz{|{qq{|~~�~~~�~��~… 217 }qq|zqz~��~~~~��~�~��������������~�~}~~~~P�������֙�΄���ǜΎ��Ǚ쓄����te��… 242 ~|qq���À�~��~�~}�~~~K�ϋ����Ä��dž�njն�䜙�荹��ҢN�t�������ʶsל����3��͎��������������������U�… 265 …S]aUci���������X]�~^�ٶĩ��ί��ζ������Ι��~����~~�~~~~~}~~~}}~~���~qq}���������~�}~�… 401 …!#-;ACLUHi�v]iMd��~}���~|{{||}����~}qq{}}~~zqqq�z{z{zz}��~||~��~�|}{|{|}~���… [all …]
|
/third_party/typescript/tests/cases/conformance/types/witness/ |
D | witness.ts | 134 var qq = C3.q; variable 135 var qq: any; variable
|
/third_party/typescript/tests/cases/conformance/expressions/propertyAccess/ |
D | propertyAccess.ts | 101 var qq = noIndex[123]; variable 102 var qq: any; variable
|
/third_party/ffmpeg/libavcodec/ |
D | dvdsubenc.c | 257 uint8_t *q, *qq; in encode_dvd_subtitles() local 362 qq = outbuf + 2; in encode_dvd_subtitles() 363 bytestream_put_be16(&qq, q - outbuf); in encode_dvd_subtitles() 409 qq = outbuf; in encode_dvd_subtitles() 410 bytestream_put_be16(&qq, q - outbuf); in encode_dvd_subtitles()
|
/third_party/skia/tools/skqp/ |
D | find_commit_with_best_gold_results.py | 44 qq = [('source_type', 'gm'), ('config', config)] + job 48 ('query', urllib.urlencode(qq)),
|
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/ |
D | varianceAnnotations.ts | 161 declare const qq: ActionObject<{ type: "PLAY"; value: number }>; constant 163 createMachine<{ type: "PLAY"; value: number } | { type: "RESET" }>(qq); // Error
|
/third_party/openssl/test/recipes/15-test_dsaparam_data/valid/ |
D | p2048_q256_t1864_gind1.pem | 3 MSGdZJ5FpndQD/ndqSctTssjW+cxjJ4mHjVTXpTZURQZW0MNkn7+qVw6oFrnd+qq
|