/third_party/typescript/tests/baselines/reference/ |
D | typeAliases.js | 43 var x10: { x: number }; variable 44 var x10: T10; variable 108 var x10; variable 109 var x10; variable
|
D | strictFunctionTypes1.js | 21 const x10 = f2(never, fo, fs); // string constant 59 var x10 = f2(never, fo, fs); // string variable
|
D | typeName1.js | 19 var x10:I[][][][]=3; variable
|
D | operatorAddNullUndefined.js | 12 var x10 = "test" + undefined; variable
|
D | intersectionsAndEmptyObjects.js | 24 let x10: A & D; variable 126 let x10; variable
|
D | declarationEmitDestructuringArrayPattern2.js | 14 var _a = [1, ["hello", [true]]], x10 = _a[0], _b = _a[1], y10 = _b[0], z10 = _b[1][0]; variable
|
D | literalTypes2.js | 163 const x10 = g8(1, x => x); // Type number constant 337 var x10 = g8(1, function (x) { return x; }); // Type number variable
|
D | genericRestParameters1.js | 193 var x10 = f10(42, "hello", true); // [number, string, boolean] variable
|
D | objectSpread.js | 134 let x10 = { a: 5, ...t, b: 'hi', ...u, ...obj }; variable
|
/third_party/typescript/tests/cases/conformance/types/typeAliases/ |
D | typeAliases.ts | 42 var x10: { x: number }; variable 43 var x10: T10; variable
|
/third_party/typescript/tests/cases/compiler/ |
D | operatorAddNullUndefined.ts | 11 var x10 = "test" + undefined; variable
|
D | declarationEmitDestructuringArrayPattern2.ts | 2 var [x10, [y10, [z10]]] = [1, ["hello", [true]]]; variable
|
D | typeName1.ts | 18 var x10:I[][][][]=3; variable
|
/third_party/ffmpeg/tests/checkasm/x86/ |
D | checkasm.asm | 38 x10: dq 0x71aeaff20b095fd9,0xab63e2e11fa38ed9 define
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionsAndEmptyObjects.ts | 26 let x10: A & D; variable
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | fft_vsx.h | 59 vec_f x8, x9, x10, x11; in pass_vsx_interleave() local 285 vec_f x8, x9, x10, x11; in fft8_vsx_interleave() local 359 vec_f x8, x9, x10, x11; in fft16_vsx_interleave() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_dctdnoiz.c | 115 const float x10 = 0.353553390593274f * (x0c - x0d); in fdct8_1d() local 153 const float x10 = 0.353553390593274f * (x0c - x0d); in idct8_1d() local 197 const float x10 = x00 + x07; in fdct16_1d() local
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
D | chacha.c | 102 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
|
/third_party/libffi/testsuite/libffi.bhaible/ |
D | testcases.c | 54 char x9; char x10; char x11; char x12; member 58 char x9; char x10; char x11; char x12; char x13; char x14; char x15; member 62 char x9; char x10; char x11; char x12; char x13; char x14; char x15; char x16; member
|
/third_party/flutter/skia/src/core/ |
D | SkVM.h | 40 x8 , x9 , x10, x11, x12, x13, x14, x15, enumerator
|
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/ |
D | generatedContextualTyping.ts | 17 var x10: {n: Base[]; } = { n: [d1, d2] }; variable
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 1036 LLVMValueRef x00 = NULL, x01 = NULL, x10 = NULL, x11 = NULL; in lp_build_sample_image_linear() local
|
/third_party/skia/src/core/ |
D | SkVM.h | 68 x8 , x9 , x10, x11, x12, x13, x14, x15, enumerator
|