/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-mutex.hh | 54 #define hb_mutex_impl_init(M) pthread_mutex_init (M, nullptr) argument 55 #define hb_mutex_impl_lock(M) pthread_mutex_lock (M) argument 56 #define hb_mutex_impl_unlock(M) pthread_mutex_unlock (M) argument 57 #define hb_mutex_impl_finish(M) pthread_mutex_destroy (M) argument 64 #define hb_mutex_impl_init(M) InitializeCriticalSectionEx (M, 0, 0) argument 66 #define hb_mutex_impl_init(M) InitializeCriticalSection (M) argument 68 #define hb_mutex_impl_lock(M) EnterCriticalSection (M) argument 69 #define hb_mutex_impl_unlock(M) LeaveCriticalSection (M) argument 70 #define hb_mutex_impl_finish(M) DeleteCriticalSection (M) argument 77 #define hb_mutex_impl_init(M) HB_STMT_START { new (M) hb_mutex_impl_t; } HB_STMT_END argument [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-mutex.hh | 56 #define hb_mutex_impl_init(M) pthread_mutex_init (M, nullptr) argument 57 #define hb_mutex_impl_lock(M) pthread_mutex_lock (M) argument 58 #define hb_mutex_impl_unlock(M) pthread_mutex_unlock (M) argument 59 #define hb_mutex_impl_finish(M) pthread_mutex_destroy (M) argument 68 #define hb_mutex_impl_init(M) InitializeCriticalSectionEx (M, 0, 0) argument 70 #define hb_mutex_impl_init(M) InitializeCriticalSection (M) argument 72 #define hb_mutex_impl_lock(M) EnterCriticalSection (M) argument 73 #define hb_mutex_impl_unlock(M) LeaveCriticalSection (M) argument 74 #define hb_mutex_impl_finish(M) DeleteCriticalSection (M) argument 89 #define hb_mutex_impl_init(M) *(M) = 0 argument [all …]
|
/third_party/harfbuzz/src/ |
D | hb-mutex.hh | 56 #define hb_mutex_impl_init(M) pthread_mutex_init (M, nullptr) argument 57 #define hb_mutex_impl_lock(M) pthread_mutex_lock (M) argument 58 #define hb_mutex_impl_unlock(M) pthread_mutex_unlock (M) argument 59 #define hb_mutex_impl_finish(M) pthread_mutex_destroy (M) argument 67 #define hb_mutex_impl_init(M) InitializeCriticalSectionEx (M, 0, 0) argument 69 #define hb_mutex_impl_init(M) InitializeCriticalSection (M) argument 71 #define hb_mutex_impl_lock(M) EnterCriticalSection (M) argument 72 #define hb_mutex_impl_unlock(M) LeaveCriticalSection (M) argument 73 #define hb_mutex_impl_finish(M) DeleteCriticalSection (M) argument 80 #define hb_mutex_impl_init(M) HB_STMT_START {} HB_STMT_END argument [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | duplicateIdentifiersAcrossContainerBoundaries.js | 56 var M; variable 57 (function (M) { argument 65 (function (M) { argument 69 (function (M) { argument 77 (function (M) { argument 80 (function (M) { argument 88 (function (M) { argument 96 (function (M) { argument 99 (function (M) { argument 102 (function (M) { argument
|
D | collisionCodeGenModuleWithModuleChildren.js | 5 var M = 10; variable 12 class M { class 46 var M; variable 58 var M = /** @class */ (function () { class 59 function M() { class in anonymousFunction3ca1b62a0500.anonymousFunction3ca1b62a0600.M 70 function M() { class 76 (function (M) { argument 87 (function (M) { argument
|
D | collisionCodeGenModuleWithMethodChildren.js | 5 fn(M, p = x) { } argument 21 function M() { class 30 M() { method in f 36 var M; variable 42 c.prototype.fn = function (M, p) { argument 64 function M() { class 71 (function (M) { argument 75 f.prototype.M = function () { method in f
|
D | moduleVariables.js | 22 var M; variable 23 (function (M) { argument 27 (function (M) { argument 30 (function (M) { argument
|
D | mergedDeclarations3.js | 44 (function (M) { argument 51 (function (M) { argument 58 (function (M) { argument 63 (function (M) { argument 69 (function (M) { argument 75 (function (M) { argument
|
D | tsxEmit3.js | 37 var M = 100; variable 44 var M; variable 45 (function (M) { argument 64 (function (M) { argument 75 (function (M) { argument
|
D | alwaysStrictModule2.js | 19 var M; variable 20 (function (M) { argument 26 var M; variable 27 (function (M) { argument
|
D | collisionCodeGenModuleWithFunctionChildren.js | 4 function fn(M, p = x) { } argument 16 function M() { class 23 var M; variable 26 function fn(M, p) { argument 38 function M() { class
|
D | optionalPropertiesTest.js | 30 var test5: i1 = { M: function () { } }; method 31 var test6: i3 = { M: 5 }; property 32 var test7: i2 = { M: function () { } }; method 34 var test8: i4 = { M: 5 } property 61 var test5 = { M: function () { } }; method 62 var test6 = { M: 5 }; property 63 var test7 = { M: function () { } }; method 65 var test8 = { M: 5 }; property
|
D | mergedModuleDeclarationWithSharedExportedVar.js | 11 var M; variable 12 (function (M) { argument 16 (function (M) { argument
|
/third_party/boost/libs/mp11/test/ |
D | mp_map_insert.cpp | 28 using M = mp_list<std::pair<int, int const>, std::pair<long, long const>>; in main() typedef 37 using M = std::tuple<std::pair<int, int const>, std::pair<long, long const>>; in main() typedef 46 … using M = mp_list<mp_list<int>, mp_list<long, long>, mp_list<long long, long long, long long>>; in main() typedef 56 …using M = std::tuple<mp_list<int>, std::pair<long, long>, std::tuple<long long, long long, long lo… in main() typedef
|
D | mp_map_erase.cpp | 26 using M = mp_list<std::pair<int, int const>, std::pair<long, long const>>; in main() typedef 34 using M = std::tuple<std::pair<int, int const>, std::pair<long, long const>>; in main() typedef 42 … using M = mp_list<mp_list<int>, mp_list<long, long>, mp_list<long long, long long, long long>>; in main() typedef 51 …using M = std::tuple<mp_list<int>, std::pair<long, long>, std::tuple<long long, long long, long lo… in main() typedef
|
D | mp_map_replace.cpp | 28 using M = mp_list<std::pair<int, int const>, std::pair<long, long const>>; in main() typedef 37 using M = std::tuple<std::pair<int, int const>, std::pair<long, long const>>; in main() typedef 46 … using M = mp_list<mp_list<int>, mp_list<long, long>, mp_list<long long, long long, long long>>; in main() typedef 56 …using M = std::tuple<mp_list<int>, std::pair<long, long>, std::tuple<long long, long long, long lo… in main() typedef
|
/third_party/boost/boost/smart_ptr/ |
D | atomic_shared_ptr.hpp | 129 template<class M> void store( shared_ptr<T> r, M ) BOOST_SP_NOEXCEPT in store() argument 153 template<class M> shared_ptr<T> exchange( shared_ptr<T> r, M ) BOOST_SP_NOEXCEPT in exchange() argument 171 …template<class M> bool compare_exchange_weak( shared_ptr<T>& v, const shared_ptr<T>& w, M, M ) BOO… in compare_exchange_weak() argument 176 …template<class M> bool compare_exchange_weak( shared_ptr<T>& v, const shared_ptr<T>& w, M ) BOOST_… in compare_exchange_weak() argument 186 …template<class M> bool compare_exchange_strong( shared_ptr<T>& v, const shared_ptr<T>& w, M, M ) B… in compare_exchange_strong() argument 191 …template<class M> bool compare_exchange_strong( shared_ptr<T>& v, const shared_ptr<T>& w, M ) BOOS… in compare_exchange_strong() argument 203 …template<class M> bool compare_exchange_weak( shared_ptr<T>& v, shared_ptr<T>&& w, M, M ) BOOST_SP… in compare_exchange_weak() argument 208 …template<class M> bool compare_exchange_weak( shared_ptr<T>& v, shared_ptr<T>&& w, M ) BOOST_SP_NO… in compare_exchange_weak() argument 218 …template<class M> bool compare_exchange_strong( shared_ptr<T>& v, shared_ptr<T>&& w, M, M ) BOOST_… in compare_exchange_strong() argument 223 …template<class M> bool compare_exchange_strong( shared_ptr<T>& v, shared_ptr<T>&& w, M ) BOOST_SP_… in compare_exchange_strong() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 96 void addModule(std::unique_ptr<Module> M) { in addModule() 100 bool removeModule(Module *M) { in removeModule() 105 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() 109 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() 115 bool hasModuleBeenFinalized(Module *M) { in hasModuleBeenFinalized() 119 bool ownsModule(Module* M) { in ownsModule() 124 void markModuleAsLoaded(Module *M) { in markModuleAsLoaded() 138 void markModuleAsFinalized(Module *M) { in markModuleAsFinalized() 158 Module *M = *I; in markAllLoadedModulesAsFinalized() local 172 Module *M = *I; in freeModulePtrSet() local [all …]
|
/third_party/skia/third_party/harfbuzz/ |
D | config-override.h | 8 #define hb_mutex_impl_init(M) HB_STMT_START { new (M) hb_mutex_impl_t; } HB_STMT_END argument 9 #define hb_mutex_impl_lock(M) (M)->lock () argument 10 #define hb_mutex_impl_unlock(M) (M)->unlock () argument 11 #define hb_mutex_impl_finish(M) HB_STMT_START { (M)->~hb_mutex_impl_t(); } HB_STMT_END argument
|
/third_party/typescript/tests/baselines/reference/extractConstant/ |
D | extractConstant_Method.ts | 3 M() { method in C 9 M() { method in C 18 M() { method in C 25 M() { method in C
|
D | extractConstant_StatementInsertionPosition7.ts | 5 M() { method in C 16 M() { method in C 30 M() { method in C 42 M() { method in C
|
D | extractConstant_Method.js | 3 M() { method in C 9 M() { method in C 17 M() { method in C
|
/third_party/typescript/tests/cases/compiler/ |
D | collisionCodeGenModuleWithModuleChildren.ts | 4 var M = 10; variable 11 class M { class 20 function M() { function 29 interface M { interface
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Matrix.cpp | 42 const Matrix &M = *this; in operator -() local 52 const Matrix &M = *this; in operator !() local 106 const Matrix &M = *this; in operator ~() local 116 Matrix &M = *this; in operator +=() local 128 Matrix &M = *this; in operator -=() local 140 Matrix &M = *this; in operator *=() local 150 Matrix &Matrix::operator*=(const Matrix &M) in operator *=() 162 bool operator==(const Matrix &M, const Matrix &N) in operator ==() 173 bool operator!=(const Matrix &M, const Matrix &N) in operator !=() 184 Matrix operator+(const Matrix &M, const Matrix &N) in operator +() [all …]
|
/third_party/boost/libs/python/test/ |
D | bienstman5.cpp | 13 struct M {M(const std::complex<double>&) {} }; in M() argument
|