/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitDestructuringObjectLiteralPattern1.types | 34 var { x7: a1 } = { x7: 5, y7: "hello" }; 37 >{ x7: 5, y7: "hello" } : { x7: number; y7: string; } 40 >y7 : string
|
D | declarationEmitDestructuringObjectLiteralPattern.types | 34 var { x7: a1 } = { x7: 5, y7: "hello" }; 37 >{ x7: 5, y7: "hello" } : { x7: number; y7: string; } 40 >y7 : string
|
D | declarationEmitDestructuringObjectLiteralPattern1.symbols | 22 var { x7: a1 } = { x7: 5, y7: "hello" }; 26 >y7 : Symbol(y7, Decl(declarationEmitDestructuringObjectLiteralPattern1.ts, 4, 25))
|
D | declarationEmitDestructuringObjectLiteralPattern1.js | 6 var { x7: a1 } = { x7: 5, y7: "hello" }; property 15 var a1 = { x7: 5, y7: "hello" }.x7; property
|
D | declarationEmitDestructuringObjectLiteralPattern1.errors.txt | 5 …,27): error TS2353: Object literal may only specify known properties, and 'y7' does not exist in t… 22 var { x7: a1 } = { x7: 5, y7: "hello" }; 24 !!! error TS2353: Object literal may only specify known properties, and 'y7' does not exist in type…
|
D | declarationEmitDestructuringObjectLiteralPattern.errors.txt | 5 …,27): error TS2353: Object literal may only specify known properties, and 'y7' does not exist in t… 22 var { x7: a1 } = { x7: 5, y7: "hello" }; 24 !!! error TS2353: Object literal may only specify known properties, and 'y7' does not exist in type…
|
D | es6ExportEqualsInterop.js | 145 import * as y7 from "function"; 156 y7.a; 248 var y7 = require("function"); variable 258 y7.a;
|
D | genericsManyTypeParameters.js | 28 x7: a619, y7: a27, z7: a37, a7: a47, b7: a57, c7: a67, 48 x7 , y7 , z7 , a7 , b7 , c7, 63 …4, y4, z4, a4, b4, c4, x5, y5, z5, a5, b5, c5, x6, y6, z6, a6, b6, c6, x7, y7, z7, a7, b7, c7, x8,… 70 x7, y7, z7, a7, b7, c7,
|
D | declarationEmitDestructuringObjectLiteralPattern.symbols | 22 var { x7: a1 } = { x7: 5, y7: "hello" }; 26 >y7 : Symbol(y7, Decl(declarationEmitDestructuringObjectLiteralPattern.ts, 4, 25))
|
D | declarationEmitDestructuringObjectLiteralPattern.js | 6 var { x7: a1 } = { x7: 5, y7: "hello" }; property 29 var a1 = { x7: 5, y7: "hello" }.x7; property
|
D | es6ExportEqualsInterop.types | 135 import * as y7 from "function"; 136 >y7 : () => any 177 y7.a; 178 >y7.a : any 179 >y7 : () => any
|
D | genericsManyTypeParameters.types | 3 … c5: a65, x6: a519, y6: a26, z6: a36, a6: a46, b6: a56, c6: a66, x7: a619, y7: a27, z7: a37, a7: a… 72 x7: a619, y7: a27, z7: a37, a7: a47, b7: a57, c7: a67, 74 >y7 : a27 171 …, z5 , a5 , b5 , c5, x6 , y6 , z6 , a6 , b6 , c6, x7 , y7 , z7 , a7 , b7 , c7,… 219 x7 , y7 , z7 , a7 , b7 , c7, 221 >y7 : a27
|
D | es6ExportEqualsInterop.symbols | 127 import * as y7 from "function"; 128 >y7 : Symbol(y7, Decl(main.ts, 44, 6)) 165 y7.a; 166 >y7 : Symbol(y7, Decl(main.ts, 44, 6))
|
/third_party/ffmpeg/libavcodec/x86/ |
D | v210.asm | 63 …movu m0, [srcq] ; yB v5 yA u5 y9 v4 y8 u4 y7 v3 y6 u3 y5 v2 y4 u2 y3 v1 y2 u1 y1 v0 y0 u0 70 psrlw m1, 6 ; yB yA u5 v4 y8 y7 v3 u3 y5 y4 u2 v1 y2 y1 v0 u0 74 vpblendd m2, m1, m0, 0x55 ; yB yA 00 y9 y8 y7 00 y6 y5 y4 00 y3 y2 y1 00 y0 75 pshufb m2, m4 ; 00 00 yB yA y9 y8 y7 y6 00 00 y5 y4 y3 y2 y1 y0 76 vpermd m2, m6, m2 ; 00 00 00 00 yB yA y9 y8 y7 y6 y5 y4 y3 y2 y1 y0 87 shufps m2, m1, m0, 0x8d ; 00 y9 00 y6 yB yA y8 y7 00 y3 00 y0 y5 y4 y2 y1 88 pshufb m2, m4 ; 00 00 yB yA y9 y8 y7 y6 00 00 y5 y4 y3 y2 y1 y0
|
/third_party/typescript/tests/cases/compiler/ |
D | es6ExportEqualsInterop.ts | 145 import * as y7 from "function"; 156 y7.a;
|
D | declarationEmitDestructuringObjectLiteralPattern1.ts | 7 var { x7: a1 } = { x7: 5, y7: "hello" };
|
D | declarationEmitDestructuringObjectLiteralPattern.ts | 7 var { x7: a1 } = { x7: 5, y7: "hello" };
|
D | genericsManyTypeParameters.ts | 27 x7: a619, y7: a27, z7: a37, a7: a47, b7: a57, c7: a67, 47 x7 , y7 , z7 , a7 , b7 , c7,
|
/third_party/node/deps/zlib/ |
D | crc32_simd.c | 42 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 76 y7 = _mm_loadu_si128((__m128i *)(buf + 0x20)); in crc32_sse42_simd_() 86 x3 = _mm_xor_si128(x3, y7); in crc32_sse42_simd_()
|
/third_party/skia/third_party/externals/zlib/ |
D | crc32_simd.c | 38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 72 y7 = _mm_loadu_si128((__m128i *)(buf + 0x20)); in crc32_sse42_simd_() 82 x3 = _mm_xor_si128(x3, y7); in crc32_sse42_simd_()
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | crc32_simd.c | 38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 72 y7 = _mm_loadu_si128((__m128i *)(buf + 0x20)); in crc32_sse42_simd_() 82 x3 = _mm_xor_si128(x3, y7); in crc32_sse42_simd_()
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_lessequal_op.py | 60 y7 = Tensor(np.array([[2]]).astype(np.int8)) 64 y = [y, y1, y2, y3, y4, y5, y6, y7]
|
D | test_equal_op.py | 106 y7 = Tensor(y7_np) 120 y = [y0, y1, y2, y3, y4, y5, y6, y7, y8, y9] 212 y7 = Tensor(np.array([[1, 2]]).astype(np.int8)) 216 y = [y0, y1, y2, y3, y4, y5, y6, y7]
|
/third_party/openssl/test/certs/ |
D | alt1-cert.pem | 16 hfh9+Lw4620b2S1/l2YxFM3peLAsRgJOznmJOeG18+y7/kx/3UNqYGY7e8iJQ3Gl
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_arithmetic_op.py | 121 y7 = Tensor(y7_np) 171 output7 = div(x7, y7) 279 y7 = Tensor(y7_np) 330 output7 = mod(x7, y7) 373 y7 = Tensor(y7_np) 424 output7 = floor_mod(x7, y7)
|