Home
last modified time | relevance | path

Searched defs:d5 (Results 1 – 25 of 40) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DimplicitAnyGenerics.js19 var d5: D<any> = new D(null); variable
47 var d5 = new D(null); variable
DarrayLiterals2ES6.js51 var d5 = [...a2]; variable
96 var d5 = [...a2]; variable
DclassWithBaseClassButNoConstructor.js40 var d5 = new D(); // error variable
108 var d5 = new D(); // error variable
DintersectionsAndEmptyObjects.js52 const d5 = intersectDictionaries(d3, d1); constant
143 const d5 = intersectDictionaries(d3, d1); constant
DtsxStatelessFunctionComponentOverload1.js28 const d5 = <TestingOneThing extra-data="hello" yy="hello" name="Bob" />; constant
DarrayLiterals2ES5.js53 var d5 = [...temp3]; variable
DtemplateStringBinaryOperationsInvalid.js41 var d5 = 1 - `2${ 3 * 4 }5`; variable
/third_party/typescript/tests/cases/compiler/
DimplicitAnyGenerics.ts20 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/
Dread-only_properties_and_index_signatures.ts60 let d5: Demo3 = { variable
/third_party/typescript/tests/cases/conformance/classes/members/constructorFunctionTypes/
DclassWithBaseClassButNoConstructor.ts39 var d5 = new D(); // error variable
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
Duuid.h21 #define LGUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/third_party/python/Lib/test/
Dtest_userdict.py12 d5 = {"one": 1, "two": 1} variable
/third_party/typescript/tests/cases/conformance/expressions/arrayLiterals/
DarrayLiterals2ES6.ts51 var d5 = [...a2]; variable
DarrayLiterals2ES5.ts52 var d5 = [...temp3]; variable
/third_party/ffmpeg/libavcodec/mips/
Dvp3dsp_idct_msa.c34 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/
DdestructuringParameterDeclaration1ES6.ts84 function d5({x, y} = { x: 1, y: 2 }) { } function
DdestructuringParameterDeclaration1ES5.ts85 function d5({x, y} = { x: 1, y: 2 }) { } function
DdestructuringParameterDeclaration1ES5iterable.ts86 function d5({x, y} = { x: 1, y: 2 }) { } function
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionsAndEmptyObjects.ts54 const d5 = intersectDictionaries(d3, d1); constant
/third_party/ffmpeg/libavcodec/
Deaidct.c36 #define IDCT_TRANSFORM(dest,s0,s1,s2,s3,s4,s5,s6,s7,d0,d1,d2,d3,d4,d5,d6,d7,munge,src) {\ argument
Dbinkdsp.c38 #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/
DHolidayTest.java316 Date d5 = gcal.getTime(); in TestIsOn() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DHolidayTest.java313 Date d5 = gcal.getTime(); in TestIsOn() local
/third_party/musl/arch/m68k/bits/
Duser.h9 long d1, d2, d3, d4, d5, d6, d7; member
/third_party/typescript/tests/cases/conformance/es6/templates/
DtemplateStringBinaryOperationsES6Invalid.ts41 var d5 = 1 - `2${ 3 * 4 }5`; variable

12