/third_party/typescript/tests/baselines/reference/ |
D | implicitAnyGenerics.js | 19 var d5: D<any> = new D(null); variable 47 var d5 = new D(null); variable
|
D | arrayLiterals2ES6.js | 51 var d5 = [...a2]; variable 96 var d5 = [...a2]; variable
|
D | classWithBaseClassButNoConstructor.js | 40 var d5 = new D(); // error variable 108 var d5 = new D(); // error variable
|
D | intersectionsAndEmptyObjects.js | 52 const d5 = intersectDictionaries(d3, d1); constant 143 const d5 = intersectDictionaries(d3, d1); constant
|
D | tsxStatelessFunctionComponentOverload1.js | 28 const d5 = <TestingOneThing extra-data="hello" yy="hello" name="Bob" />; constant
|
D | arrayLiterals2ES5.js | 53 var d5 = [...temp3]; variable
|
D | templateStringBinaryOperationsInvalid.js | 41 var d5 = 1 - `2${ 3 * 4 }5`; variable
|
/third_party/typescript/tests/cases/compiler/ |
D | implicitAnyGenerics.ts | 20 var d5: D<any> = new D(null); variable
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.0/read-only_properties_and_index_signatures/ |
D | read-only_properties_and_index_signatures.ts | 60 let d5: Demo3 = { variable
|
/third_party/typescript/tests/cases/conformance/classes/members/constructorFunctionTypes/ |
D | classWithBaseClassButNoConstructor.ts | 39 var d5 = new D(); // error variable
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/ |
D | uuid.h | 21 #define LGUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
|
/third_party/python/Lib/test/ |
D | test_userdict.py | 12 d5 = {"one": 1, "two": 1} variable
|
/third_party/typescript/tests/cases/conformance/expressions/arrayLiterals/ |
D | arrayLiterals2ES6.ts | 51 var d5 = [...a2]; variable
|
D | arrayLiterals2ES5.ts | 52 var d5 = [...temp3]; variable
|
/third_party/ffmpeg/libavcodec/mips/ |
D | vp3dsp_idct_msa.c | 34 v16i8 d0, d1, d2, d3, d4, d5, d6, d7; in idct_msa() local 386 v16i8 d0, d1, d2, d3, d4, d5, d6, d7; in ff_vp3_idct_dc_add_msa() local 488 v16i8 d0, d1, d2, d3, d4, d5, d6, d7; in ff_vp3_h_loop_filter_msa() local 532 v16i8 d0, d1, d2, d3, d4, d5, d6, d7; in ff_put_no_rnd_pixels_l2_msa() local
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringParameterDeclaration1ES6.ts | 84 function d5({x, y} = { x: 1, y: 2 }) { } function
|
D | destructuringParameterDeclaration1ES5.ts | 85 function d5({x, y} = { x: 1, y: 2 }) { } function
|
D | destructuringParameterDeclaration1ES5iterable.ts | 86 function d5({x, y} = { x: 1, y: 2 }) { } function
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionsAndEmptyObjects.ts | 54 const d5 = intersectDictionaries(d3, d1); constant
|
/third_party/ffmpeg/libavcodec/ |
D | eaidct.c | 36 #define IDCT_TRANSFORM(dest,s0,s1,s2,s3,s4,s5,s6,s7,d0,d1,d2,d3,d4,d5,d6,d7,munge,src) {\ argument
|
D | binkdsp.c | 38 #define IDCT_TRANSFORM(dest,s0,s1,s2,s3,s4,s5,s6,s7,d0,d1,d2,d3,d4,d5,d6,d7,munge,src) {\ argument
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | HolidayTest.java | 316 Date d5 = gcal.getTime(); in TestIsOn() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | HolidayTest.java | 313 Date d5 = gcal.getTime(); in TestIsOn() local
|
/third_party/musl/arch/m68k/bits/ |
D | user.h | 9 long d1, d2, d3, d4, d5, d6, d7; member
|
/third_party/typescript/tests/cases/conformance/es6/templates/ |
D | templateStringBinaryOperationsES6Invalid.ts | 41 var d5 = 1 - `2${ 3 * 4 }5`; variable
|