/third_party/typescript/tests/baselines/reference/ |
D | witness.js | 131 var qq = C3.q; variable 132 var qq: any; variable 265 var qq; variable
|
D | variadicTuples2.js | 104 let qq = x[x.length - 1]; variable
|
D | propertyAccess.js | 102 var qq = noIndex[123]; variable 103 var qq: any; variable 254 var qq; variable
|
D | genericFunctionsAndConditionalInference.js | 45 var qq = foo({ u: { value: 10 }, v: { value: 'hello' } }); // { u: U, v: V } but should be { u: num… variable
|
/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/compiler/ |
D | genericFunctionsAndConditionalInference.ts | 9 let qq = foo({ u: { value: 10 }, v: { value: 'hello'} }); // { u: U, v: V } but should be { u: num… 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/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
|
D | oscore_context.c | 282 uint32_t qq; in oscore_convert_to_hex() local
|
/third_party/pulseaudio/src/tests/ |
D | volume-test.c | 115 double q, qq; in START_TEST() local
|
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | variadicTuples2.ts | 106 let qq = x[x.length - 1]; variable
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | typearith.h | 226 mpd_uint_t qq, rr; in _mpd_div_words() local 483 mpd_uint_t qq, rr; in _mpd_div_words() local 516 mpd_uint_t qq, rr; in _mpd_div_words() local
|
D | mpdecimal.c | 7549 mpd_t *qq = q, *rr = r; in _mpd_base_ndivmod() local
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | erfl.c | 129 qq[6] = { variable
|
/third_party/musl/src/math/ |
D | erfl.c | 129 qq[6] = { variable
|
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/ |
D | varianceAnnotations.ts | 161 declare const qq: ActionObject<{ type: "PLAY"; value: number }>; constant
|
/third_party/ffmpeg/libavcodec/ |
D | dvdsubenc.c | 256 uint8_t *q, *qq; in encode_dvd_subtitles() local
|
/third_party/popt/src/ |
D | lookup3.c | 864 uint8_t qq[] = "xThis is the time for all good men to come to the aid of their country..."; in driver3() local
|
/third_party/libffi/testsuite/libffi.closures/ |
D | huge_struct.c | 57 uint64_t qq; member
|
/third_party/mksh/ |
D | var.c | 679 const char *qq; in formatstr() local
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.cpp | 884 …rc, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const tcu::Vec4& qq, const Refe… in sampleTextureCubeArray() 940 tcu::Vec4 qq = tcu::Vec4(texCoord[0+3], texCoord[4+3], texCoord[8+3], texCoord[12+3]); in sampleTexture() local 2211 …const tcu::Vec4 qq = tcu::Vec4(texCoord[0+3], texCoord[4+3], texCoord[8+3], texCoord[12… in computeTextureLookupDiff() local 2955 const tcu::Vec4 qq = tcu::Vec4(texCoord[0+3], texCoord[4+3], texCoord[8+3], texCoord[12+3]); in computeTextureCompareDiff() local
|