/third_party/boost/libs/qvm/test/ |
D | rot_mat_test.cpp | 22 test_qvm::matrix<M1,D,D> const m1=rot_mat<D>(axis,r); in test_x() local 45 test_qvm::matrix<M1,D,D> m1=rot_mat<D>(axis,r); in test_y() local 68 test_qvm::matrix<M1,D,D> m1=rot_mat<D>(axis,r); in test_z() local 94 mat<float,D,D> m1 = rot_mat_xzy<D>(x1,z2,y3); in test_xzy() local 98 mat<float,D,D> m1; set_rot_xzy(m1,x1,z2,y3); in test_xzy() local 102 mat<float,D,D> m1 = identity_mat<float,D>(); rotate_xzy(m1,x1,z2,y3); in test_xzy() local 119 mat<float,D,D> m1 = rot_mat_xyz<D>(x1,y2,z3); in test_xyz() local 123 mat<float,D,D> m1; set_rot_xyz(m1,x1,y2,z3); in test_xyz() local 127 mat<float,D,D> m1 = identity_mat<float,D>(); rotate_xyz(m1,x1,y2,z3); in test_xyz() local 144 mat<float,D,D> m1 = rot_mat_yxz<D>(y1,x2,z3); in test_yxz() local [all …]
|
/third_party/boost/libs/gil/test/extension/numeric/ |
D | matrix3x2.cpp | 28 gil::matrix3x2<int> m1; in test_matrix3x2_default_constructor() local 39 gil::matrix3x2<int> m1(1, 2, 3, 4, 5, 6); in test_matrix3x2_parameterized_constructor() local 50 gil::matrix3x2<int> m1(1, 2, 3, 4, 5, 6); in test_matrix3x2_copy_constructor() local 62 gil::matrix3x2<int> m1(1, 2, 3, 4, 5, 6); in test_matrix3x2_assignment_operator() local 75 gil::matrix3x2<int> m1; in test_matrix3x2_multiplication_assignment() local 97 gil::matrix3x2<int> m1; in test_matrix3x2_matrix3x2_multiplication() local 111 gil::matrix3x2<int> m1; in test_matrix3x2_vector_multiplication() local 125 auto m1 = gil::matrix3x2<double>::get_rotate(HALF_PI); in test_matrix3x2_get_rotate() local 136 gil::matrix3x2<int> m1; in test_matrix3x2_get_scale() local 154 gil::matrix3x2<int> m1; in test_matrix3x2_get_translate() local [all …]
|
/third_party/boost/boost/thread/ |
D | lock_algorithms.hpp | 24 unsigned try_lock_internal(MutexType1& m1, MutexType2& m2) in try_lock_internal() 40 unsigned try_lock_internal(MutexType1& m1, MutexType2& m2, MutexType3& m3) in try_lock_internal() 56 unsigned try_lock_internal(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4) in try_lock_internal() 72 …unsigned try_lock_internal(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4, MutexTy… in try_lock_internal() 88 unsigned lock_helper(MutexType1& m1, MutexType2& m2) in lock_helper() 100 unsigned lock_helper(MutexType1& m1, MutexType2& m2, MutexType3& m3) in lock_helper() 112 unsigned lock_helper(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4) in lock_helper() 124 …unsigned lock_helper(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4, MutexType5& m… in lock_helper() 144 void lock_impl(MutexType1& m1, MutexType2& m2, is_mutex_type_wrapper<true> ) in lock_impl() 170 void lock(MutexType1& m1, MutexType2& m2) in lock() [all …]
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | weakmap.js | 16 var m1 = new WeakMap(); variable 76 m1 = new WeakMap(); variable 104 m1 = new WeakMap([[k1, 1.2], [k2, 1.3]]); variable 113 m1 = new WeakMap(); variable 122 m1 = new WeakMap(); variable 128 m1 = new WeakMap(); variable
|
D | weakset.js | 16 var m1 = new WeakSet(); variable 91 m1 = new WeakSet([k1, k2]); variable 98 m1 = new WeakSet(); variable 107 m1 = new WeakSet(); variable 112 m1 = new WeakSet(); variable
|
/third_party/typescript/tests/baselines/reference/ |
D | collisionCodeGenModuleWithPrivateMember.js | 3 class m1 { class 12 var m1; variable 14 var m1 = /** @class */ (function () { function 15 function m1() { function
|
D | declFileTypeofInAnonymousType.js | 14 m1: m1 property 16 var c = { m1: m1 }; property 25 var m1; variable 26 (function (m1) { argument 43 m1: m1 property 45 var c = { m1: m1 }; property
|
D | declFileModuleAssignmentInObjectLiteralProperty.js | 7 m1: { m: m1 }, property 12 var m1; variable 13 (function (m1) { argument 22 m1: { m: m1 }, property
|
D | sourcemapValidationDuplicateNames.js | 12 var m1; variable 13 (function (m1) { argument 22 (function (m1) { argument
|
D | collisionCodeGenModuleWithMemberClassConflict.js | 19 var m1; variable 21 var m1 = /** @class */ (function () { function 22 function m1() { function
|
D | asyncAwaitIsolatedModules_es2017.js | 24 async m1() { }, method 30 async m1() { } method in C 57 async m1() { }, method 62 async m1() { } method in C
|
D | collisionCodeGenModuleWithModuleReopening.js | 33 var m1; variable 35 var m1 = /** @class */ (function () { function 36 function m1() { function 43 (function (m1) { argument
|
D | asyncAwait_es2017.js | 24 async m1() { }, method 30 async m1() { } method in C 64 async m1() { }, method 69 async m1() { } method in C
|
D | collisionCodeGenModuleWithEnumMemberConflict.js | 10 var m1; variable 11 (function (m1) { argument
|
D | superPropertyAccess.js | 3 m1(a: string) { return a; } method in MyBase 30 …super.m1 = function (a: string) { return ""; }; // Should be allowed, we will not restrict ass… function 60 MyBase.prototype.m1 = function (a) { return a; }; method in MyBase 76 _super.prototype.m1.call(this, "hi"); // Should be allowed, method on base prototype method in _super 83 …_super.prototype.m1 = function (a) { return ""; }; // Should be allowed, we will not restrict assi… method in _super
|
D | superCallWithMissingBaseClass.js | 3 m1() { method in Foo 33 Foo.prototype.m1 = function () { method in Foo 34 return _super.prototype.m1.call(this); method in _super
|
D | functionCall5.js | 7 var m1; variable 8 (function (m1) { argument
|
/third_party/typescript/tests/baselines/reference/extractConstant/ |
D | extractConstant_This_Method.ts | 4 m1() { method in C 12 m1() { method in C 22 m1() { method in C
|
D | extractConstant_This_Method.js | 4 m1() { method in C 12 m1() { method in C
|
/third_party/boost/boost/regex/v4/ |
D | match_flags.hpp | 99 inline match_flags operator&(match_flags m1, match_flags m2) in operator &() 101 inline match_flags operator|(match_flags m1, match_flags m2) in operator |() 103 inline match_flags operator^(match_flags m1, match_flags m2) in operator ^() 105 inline match_flags operator~(match_flags m1) in operator ~() 107 inline match_flags& operator&=(match_flags& m1, match_flags m2) in operator &=() 109 inline match_flags& operator|=(match_flags& m1, match_flags m2) in operator |=() 111 inline match_flags& operator^=(match_flags& m1, match_flags m2) in operator ^=()
|
/third_party/typescript/tests/baselines/reference/project/declarationsSimpleImport/node/ |
D | useModule.js | 8 var m1; variable 9 (function (m1) { argument
|
/third_party/typescript/tests/cases/compiler/ |
D | nonMergedDeclarationsAndOverloads.ts | 2 m1: string; property in A 4 m1 (a: string): void; method in A
|
D | mixedStaticAndInstanceClassMembers.ts | 3 static m1 (a: string): void; method in A 11 m1 (a: string): void; method in B
|
/third_party/typescript/tests/baselines/reference/project/declarationsMultipleTimesMultipleImport/node/ |
D | useModule.js | 8 var m1; variable 9 (function (m1) { argument
|
/third_party/typescript/tests/baselines/reference/project/declarationsMultipleTimesImport/node/ |
D | useModule.js | 8 var m1; variable 9 (function (m1) { argument
|