/third_party/typescript/tests/baselines/reference/ |
D | collisionCodeGenModuleWithModuleReopening.types | 39 module m2 { 40 >m2 : typeof globalThis.m2 54 var foo3 = new m2.c1(); 55 >foo3 : m2.c1 56 >new m2.c1() : m2.c1 57 >m2.c1 : typeof m2.c1 58 >m2 : typeof m2 59 >c1 : typeof m2.c1 61 module m2 { 62 >m2 : typeof globalThis.m2 [all …]
|
D | collisionCodeGenModuleWithMemberClassConflict.types | 16 module m2 { 17 >m2 : typeof globalThis.m2 19 export class m2 { 20 >m2 : m2 27 var foo = new m2.m2(); 29 >new m2.m2() : m2.m2 30 >m2.m2 : typeof m2.m2 31 >m2 : typeof m2 32 >m2 : typeof m2.m2 34 var foo = new m2._m2(); [all …]
|
D | declFileTypeAnnotationVisibilityErrorTypeLiteral.types | 8 module m2 { 9 >m2 : typeof m2 17 >x : { (): m2.public1[]; [s: string]: m2.public1; [n: number]: private1; x: private1; y: m2.public1… 22 y: m2.public1; 23 >y : m2.public1 24 >m2 : any 26 (): m2.public1[]; 27 >m2 : any 35 [s: string]: m2.public1; 37 >m2 : any [all …]
|
D | commentsExternalModules3.types | 14 export var newVar = new extMod.m1.m2.c(); 15 >newVar : extMod.m1.m2.c 16 >new extMod.m1.m2.c() : extMod.m1.m2.c 17 >extMod.m1.m2.c : typeof extMod.m1.m2.c 18 >extMod.m1.m2 : typeof extMod.m1.m2 22 >m2 : typeof extMod.m1.m2 23 >c : typeof extMod.m1.m2.c 33 export var newVar2 = new extMod.m4.m2.c(); 34 >newVar2 : extMod.m4.m2.c 35 >new extMod.m4.m2.c() : extMod.m4.m2.c [all …]
|
D | commentsExternalModules2.types | 14 export var newVar = new extMod.m1.m2.c(); 15 >newVar : extMod.m1.m2.c 16 >new extMod.m1.m2.c() : extMod.m1.m2.c 17 >extMod.m1.m2.c : typeof extMod.m1.m2.c 18 >extMod.m1.m2 : typeof extMod.m1.m2 22 >m2 : typeof extMod.m1.m2 23 >c : typeof extMod.m1.m2.c 33 export var newVar2 = new extMod.m4.m2.c(); 34 >newVar2 : extMod.m4.m2.c 35 >new extMod.m4.m2.c() : extMod.m4.m2.c [all …]
|
D | commentsExternalModules.types | 14 var newVar = new extMod.m1.m2.c(); 15 >newVar : extMod.m1.m2.c 16 >new extMod.m1.m2.c() : extMod.m1.m2.c 17 >extMod.m1.m2.c : typeof extMod.m1.m2.c 18 >extMod.m1.m2 : typeof extMod.m1.m2 22 >m2 : typeof extMod.m1.m2 23 >c : typeof extMod.m1.m2.c 33 var newVar2 = new extMod.m4.m2.c(); 34 >newVar2 : extMod.m4.m2.c 35 >new extMod.m4.m2.c() : extMod.m4.m2.c [all …]
|
D | collisionCodeGenModuleWithModuleReopening.js | 15 module m2 { 21 var foo3 = new m2.c1(); 22 module m2 { 23 export class m2 { 25 var b = new m2(); 29 var foo3 = new m2.c1(); 30 var foo2 = new m2.m2(); 54 var m2; variable 55 (function (m2) { argument 61 m2.c1 = c1; [all …]
|
D | declFileTypeAnnotationVisibilityErrorAccessors.types | 13 module m2 { 14 >m2 : typeof m2 117 get foo111(): m2.public2 { 118 >foo111 : m2.public2 119 >m2 : any 126 >foo112 : m2.public2 128 return new m2.public2(); 129 >new m2.public2() : m2.public2 130 >m2.public2 : typeof m2.public2 131 >m2 : typeof m2 [all …]
|
D | declFileTypeAnnotationVisibilityErrorVariableDeclaration.types | 46 module m2 { 47 >m2 : typeof m2 54 var x3: m2.public2; 55 >x3 : m2.public2 56 >m2 : any 58 var y3 = new m2.public2(); 59 >y3 : m2.public2 60 >new m2.public2() : m2.public2 61 >m2.public2 : typeof m2.public2 62 >m2 : typeof m2 [all …]
|
D | declFileTypeAnnotationVisibilityErrorParameterOfFunction.types | 58 module m2 { 59 >m2 : typeof m2 66 function foo111(param: m2.public2) { 67 >foo111 : (param: m2.public2) => void 68 >param : m2.public2 69 >m2 : any 71 function foo112(param = new m2.public2()) { 72 >foo112 : (param?: m2.public2) => void 73 >param : m2.public2 74 >new m2.public2() : m2.public2 [all …]
|
D | declFileTypeAnnotationVisibilityErrorTypeLiteral.js | 5 module m2 { 12 y: m2.public1; 13 (): m2.public1[]; 16 [s: string]: m2.public1; 20 y: new m2.public1(), 28 export var y: (a: private1) => m2.public1; 32 export var z: new (a: private1) => m2.public1; 44 var m2; 45 (function (m2) { argument 51 m2.public1 = public1; [all …]
|
D | declFileTypeAnnotationVisibilityErrorReturnTypeOfFunction.types | 66 module m2 { 67 >m2 : typeof m2 74 function foo111(): m2.public2 { 75 >foo111 : () => m2.public2 76 >m2 : any 81 >foo112 : () => m2.public2 83 return new m2.public2(); 84 >new m2.public2() : m2.public2 85 >m2.public2 : typeof m2.public2 86 >m2 : typeof m2 [all …]
|
D | commentsExternalModules3.js | 13 export module m2 { 26 var myvar = new m1.m2.c(); 39 export module m2 { 52 var myvar2 = new m4.m2.c(); 58 export var newVar = new extMod.m1.m2.c(); 60 export var newVar2 = new extMod.m4.m2.c(); 75 var m2; 76 (function (m2) { argument 83 m2.c = c; 86 m2.i = new c(); [all …]
|
D | commentsExternalModules2.js | 13 export module m2 { 26 var myvar = new m1.m2.c(); 39 export module m2 { 52 var myvar2 = new m4.m2.c(); 58 export var newVar = new extMod.m1.m2.c(); 60 export var newVar2 = new extMod.m4.m2.c(); 76 var m2; 77 (function (m2) { argument 84 m2.c = c; 87 m2.i = new c(); [all …]
|
D | commentsExternalModules.js | 13 export module m2 { 26 var myvar = new m1.m2.c(); 39 export module m2 { 52 var myvar2 = new m4.m2.c(); 58 var newVar = new extMod.m1.m2.c(); 60 var newVar2 = new extMod.m4.m2.c(); 76 var m2; 77 (function (m2) { argument 84 m2.c = c; 87 m2.i = new c(); [all …]
|
D | collisionCodeGenModuleWithMemberClassConflict.symbols | 15 module m2 { 16 >m2 : Symbol(m2, Decl(collisionCodeGenModuleWithMemberClassConflict.ts, 4, 22)) 18 export class m2 { 19 >m2 : Symbol(m2, Decl(collisionCodeGenModuleWithMemberClassConflict.ts, 6, 11)) 26 var foo = new m2.m2(); 28 >m2.m2 : Symbol(m2.m2, Decl(collisionCodeGenModuleWithMemberClassConflict.ts, 6, 11)) 29 >m2 : Symbol(m2, Decl(collisionCodeGenModuleWithMemberClassConflict.ts, 4, 22)) 30 >m2 : Symbol(m2.m2, Decl(collisionCodeGenModuleWithMemberClassConflict.ts, 6, 11)) 32 var foo = new m2._m2(); 34 >m2._m2 : Symbol(m2._m2, Decl(collisionCodeGenModuleWithMemberClassConflict.ts, 8, 5)) [all …]
|
D | declarationMapsWithoutDeclaration.types | 2 module m2 { 21 var m2: { 22 >m2 : { (): m2.connectExport; test1: m2.connectModule; test2(): m2.connectModule; } 24 (): m2.connectExport; 25 >m2 : any 27 test1: m2.connectModule; 28 >test1 : m2.connectModule 29 >m2 : any 31 test2(): m2.connectModule; 32 >test2 : () => m2.connectModule [all …]
|
D | declarationMaps.types | 2 module m2 { 21 var m2: { 22 >m2 : { (): m2.connectExport; test1: m2.connectModule; test2(): m2.connectModule; } 24 (): m2.connectExport; 25 >m2 : any 27 test1: m2.connectModule; 28 >test1 : m2.connectModule 29 >m2 : any 31 test2(): m2.connectModule; 32 >test2 : () => m2.connectModule [all …]
|
D | declareFileExportAssignment.types | 2 module m2 { 21 var m2: { 22 >m2 : { (): m2.connectExport; test1: m2.connectModule; test2(): m2.connectModule; } 24 (): m2.connectExport; 25 >m2 : any 27 test1: m2.connectModule; 28 >test1 : m2.connectModule 29 >m2 : any 31 test2(): m2.connectModule; 32 >test2 : () => m2.connectModule [all …]
|
D | declareFileExportAssignmentWithVarFromVariableStatement.types | 2 module m2 { 21 var x = 10, m2: { 24 >m2 : { (): m2.connectExport; test1: m2.connectModule; test2(): m2.connectModule; } 26 (): m2.connectExport; 27 >m2 : any 29 test1: m2.connectModule; 30 >test1 : m2.connectModule 31 >m2 : any 33 test2(): m2.connectModule; 34 >test2 : () => m2.connectModule [all …]
|
/third_party/boost/libs/numeric/ublas/test/ |
D | test23.cpp | 18 M m1 (N, N), m2 (N, N), m3 (N, N); in test() local 22 initialize_matrix (m2); in test() 23 ublas::blas_3::tmm (m1, value_type (1), m2, m1); in test() 26 initialize_matrix (m2); in test() 27 ublas::blas_3::tmm (m1, value_type (1), m2, ublas::trans (m1)); in test() 30 initialize_matrix (m2); in test() 31 ublas::blas_3::tmm (m1, value_type (1), ublas::trans (m2), m1); in test() 34 initialize_matrix (m2); in test() 35 ublas::blas_3::tmm (m1, value_type (1), ublas::trans (m2), ublas::trans (m1)); in test() 39 initialize_matrix (m2); in test() [all …]
|
D | test63.cpp | 21 void test_with (MP &m1, MP &m2, MP &m3) const { in test_with() 30 initialize_matrix (m2); in test_with() 31 m1 = m2; in test_with() 33 m1.assign_temporary (m2); in test_with() 35 m1.swap (m2); in test_with() 36 std::cout << "m1.swap (m2) = " << m1 << " " << m2 << std::endl; in test_with() 41 m1 = m2; in test_with() 45 m2 = - m1; in test_with() 46 std::cout << "- m1 = " << m2 << std::endl; in test_with() 47 m2 = ublas::conj (m1); in test_with() [all …]
|
/third_party/boost/libs/multiprecision/test/ublas_interop/ |
D | test23.cpp | 23 M m1(N, N), m2(N, N), m3(N, N); in test() local 27 initialize_matrix(m2); in test() 28 ublas::blas_3::tmm(m1, value_type(1), m2, m1); in test() 31 initialize_matrix(m2); in test() 32 ublas::blas_3::tmm(m1, value_type(1), m2, ublas::trans(m1)); in test() 35 initialize_matrix(m2); in test() 36 ublas::blas_3::tmm(m1, value_type(1), ublas::trans(m2), m1); in test() 39 initialize_matrix(m2); in test() 40 ublas::blas_3::tmm(m1, value_type(1), ublas::trans(m2), ublas::trans(m1)); in test() 44 initialize_matrix(m2); in test() [all …]
|
/third_party/boost/boost/thread/ |
D | lock_algorithms.hpp | 24 unsigned try_lock_internal(MutexType1& m1, MutexType2& m2) in try_lock_internal() argument 31 if (!m2.try_lock()) in try_lock_internal() 40 unsigned try_lock_internal(MutexType1& m1, MutexType2& m2, MutexType3& m3) in try_lock_internal() argument 47 if (unsigned const failed_lock=try_lock_internal(m2,m3)) in try_lock_internal() 56 unsigned try_lock_internal(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4) in try_lock_internal() argument 63 if (unsigned const failed_lock=try_lock_internal(m2,m3,m4)) in try_lock_internal() 72 …unsigned try_lock_internal(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4, MutexTy… in try_lock_internal() argument 79 if (unsigned const failed_lock=try_lock_internal(m2,m3,m4,m5)) in try_lock_internal() 88 unsigned lock_helper(MutexType1& m1, MutexType2& m2) in lock_helper() argument 91 if (!m2.try_lock()) in lock_helper() [all …]
|
/third_party/boost/libs/smart_ptr/test/ |
D | weak_ptr_alias_test.cpp | 53 int m2 = 0; in main() local 54 boost::weak_ptr<int> p3( p2, &m2 ); in main() 58 BOOST_TEST( p3.lock().get() == &m2 ); in main() 62 int m2 = 0; in main() local 63 boost::weak_ptr<int const> p3( p, &m2 ); in main() 67 BOOST_TEST( p3.lock().get() == &m2 ); in main() 71 int m2 = 0; in main() local 72 boost::weak_ptr<int volatile> p3( p2, &m2 ); in main() 76 BOOST_TEST( p3.lock().get() == &m2 ); in main() 80 int m2 = 0; in main() local [all …]
|