/third_party/typescript/tests/baselines/reference/ |
H A D | assignmentToParenthesizedIdentifiers.js | 22 export module M3 { 26 M3 = { x: 3 }; // Error 28 M2.M3 = { x: 3 }; // OK 29 (M2).M3 = { x: 3 }; // OK 30 (M2.M3) = { x: 3 }; // OK 32 M2.M3 = { x: '' }; // Error 33 (M2).M3 = { x: '' }; // Error 34 (M2.M3) = { x: '' }; // Error 93 var M3;
94 (function (M3) {
[all...] |
H A D | mergeThreeInterfaces2.js | 32 export module M3 { 44 export module M3 { 58 export module M3 { 87 var M3;
88 (function (M3) {
92 })(M3 = M2.M3 || (M2.M3 = {}));
95 var M3;
96 (function (M3) {
[all...] |
H A D | instantiatedModule.js | 46 module M3 { 50 var m3: typeof M3; 51 var m3 = M3; 53 var a3: typeof M3.Color; 55 var a3 = M3.Color; 56 var blue: M3.Color = a3.Blue; 58 var p3: M3.Color; 59 var p3 = M3.Color.Red; 102 var M3;
variable 103 (function (M3) {
[all...] |
H A D | mergeTwoInterfaces2.js | 27 export module M3 { 39 export module M3 { 66 var M3;
67 (function (M3) {
71 })(M3 = M2.M3 || (M2.M3 = {}));
74 var M3;
75 (function (M3) {
79 })(M3 [all...] |
H A D | circularBaseTypes.js | 5 interface M2 extends M<M3> {}; // Error 6 type M3 = M2[keyof M2]; // Error 8 function f(m: M3) { 26 interface M2 extends M<M3> {
28 type M3 = M2[keyof M2];
29 declare function f(m: M3): any;
|
H A D | nonInstantiatedModule.js | 36 module M3 { 74 var M3;
variable 75 (function (M3) {
81 M3.Utils = Utils;
82 })(M3 || (M3 = {}));
|
H A D | scopeResolutionIdentifiers.js | 32 module M3 { 70 var M3;
variable 71 (function (M3) {
78 })(M3 || (M3 = {}));
|
H A D | typeValueConflict2.js | 14 module M3 { 58 var M3;
variable 59 (function (M3) {
68 })(M3 || (M3 = {}));
|
H A D | enumMerging.js | 38 module M3 { 115 var M3;
variable 116 (function (M3) {
127 })(M3 || (M3 = {}));
|
H A D | downlevelLetConst16.js | 123 module M3 { 345 var M3;
variable 346 (function (M3) {
353 })(M3 || (M3 = {}));
|
H A D | intersectionReduction.js | 61 type M3 = Merge2<{ a: 1, b: 2 }, { a: 2, c: 3 }>; // { a: 1, b: 2, c: 3 }
|
H A D | intersectionReductionStrict.js | 61 type M3 = Merge2<{ a: 1, b: 2 }, { a: 2, c: 3 }>; // { a: 1, b: 2, c: 3 }
|
/third_party/typescript/tests/baselines/reference/extractFunction/ |
H A D | extractFunction24.js | 7 function M3() { } 19 function M3() { } 31 function M3() { } 39 function M3() { }
|
H A D | extractFunction26.js | 7 M3() { } 19 M3() { } 31 M3() { } 39 M3() { }
|
H A D | extractFunction27.js | 8 M3() { } 21 M3() { } 34 M3() { } 43 M3() { }
|
H A D | extractFunction28.js | 7 M3() { } 20 M3() { } 33 M3() { } 42 M3() { }
|
H A D | extractFunction25.js | 6 function M3() { } function 16 function M3() { } 26 function M3() {
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | math_approx.h | 276 #define M3 -11943 macro 281 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x))))))); in spx_atan01() 286 #undef M3 macro
|
/third_party/nghttp2/src/ |
H A D | shrpx_api_downstream_connection.cc | 126 constexpr auto M3 = StringRef::from_lit("}"); in send_reply() local 130 auto buflen = M1.size() + M2.size() + M3.size() + data.size() + in send_reply() 141 p = std::copy(std::begin(M3), std::end(M3), p); in send_reply()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86_64.pl | 2134 my ($M0,$M1,$M2,$M3,$M4) = map("%zmm$_",(25..29)); 2229 vpmuludq $T1,$R2,$M3 2235 vpaddq $M3,$D3,$D3 # d3 += r1'*r2 2240 vpmuludq $T2,$R1,$M3 2246 vpaddq $M3,$D3,$D3 # d3 += r2'*r1 2251 vpmuludq $T3,$R0,$M3 2256 vpaddq $M3,$D3,$D3 # d3 += r3'*r0 2261 vpmuludq $T4,$S4,$M3 2266 vpaddq $M3,$D3,$D3 # d3 += r2'*5*r4 2281 vpsrlq \$26,$D3,$M3 [all...] |
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86_64.pl | 2134 my ($M0,$M1,$M2,$M3,$M4) = map("%zmm$_",(25..29)); 2229 vpmuludq $T1,$R2,$M3 2235 vpaddq $M3,$D3,$D3 # d3 += r1'*r2 2240 vpmuludq $T2,$R1,$M3 2246 vpaddq $M3,$D3,$D3 # d3 += r2'*r1 2251 vpmuludq $T3,$R0,$M3 2256 vpaddq $M3,$D3,$D3 # d3 += r3'*r0 2261 vpmuludq $T4,$S4,$M3 2266 vpaddq $M3,$D3,$D3 # d3 += r2'*5*r4 2281 vpsrlq \$26,$D3,$M3 [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_idct.asm | 491 ; M1 M2 ^T = M1^t M3^t 492 ; M3 M4 M2^t M4^t 497 ; M2 and M3 593 ; M1 M2 M3 M4 ^T m1 m5 m9 m13 M_i^T = m_i 603 ; M9, M3
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace04.c | 37 R(M0) R(M1) R(M2) R(M3)
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.h | 668 template <class M3, class M4, class R1, class R2> \ 669 void name(M3 m3, M4 m4, R1 r1, R2 r2) { \ 672 template <class M3, class R1, class R2> \ 673 void name(M3 m3, R1 r1, R2 r2) { \
|
/third_party/rust/crates/bitflags/src/ |
H A D | lib.rs | 1402 const M3: Flags = Flags::C; in test_const_fn() consts 1403 assert_eq!(M3, Flags::C); in test_const_fn()
|