Home
last modified time | relevance | path

Searched defs:M (Results 1 – 25 of 1237) sorted by relevance

12345678910>>...50

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-mutex.hh54 #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/
Dhb-mutex.hh56 #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/
Dhb-mutex.hh56 #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/
DduplicateIdentifiersAcrossContainerBoundaries.js56 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
DcollisionCodeGenModuleWithModuleChildren.js5 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
DcollisionCodeGenModuleWithMethodChildren.js5 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
DmoduleVariables.js22 var M; variable
23 (function (M) { argument
27 (function (M) { argument
30 (function (M) { argument
DmergedDeclarations3.js44 (function (M) { argument
51 (function (M) { argument
58 (function (M) { argument
63 (function (M) { argument
69 (function (M) { argument
75 (function (M) { argument
DtsxEmit3.js37 var M = 100; variable
44 var M; variable
45 (function (M) { argument
64 (function (M) { argument
75 (function (M) { argument
DalwaysStrictModule2.js19 var M; variable
20 (function (M) { argument
26 var M; variable
27 (function (M) { argument
DcollisionCodeGenModuleWithFunctionChildren.js4 function fn(M, p = x) { } argument
16 function M() { class
23 var M; variable
26 function fn(M, p) { argument
38 function M() { class
DoptionalPropertiesTest.js30 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
DmergedModuleDeclarationWithSharedExportedVar.js11 var M; variable
12 (function (M) { argument
16 (function (M) { argument
/third_party/boost/libs/mp11/test/
Dmp_map_insert.cpp28 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
Dmp_map_erase.cpp26 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
Dmp_map_replace.cpp28 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/
Datomic_shared_ptr.hpp129 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/
DMCJIT.h96 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/
Dconfig-override.h8 #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/
DextractConstant_Method.ts3 M() { method in C
9 M() { method in C
18 M() { method in C
25 M() { method in C
DextractConstant_StatementInsertionPosition7.ts5 M() { method in C
16 M() { method in C
30 M() { method in C
42 M() { method in C
DextractConstant_Method.js3 M() { method in C
9 M() { method in C
17 M() { method in C
/third_party/typescript/tests/cases/compiler/
DcollisionCodeGenModuleWithModuleChildren.ts4 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/
DMatrix.cpp42 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/
Dbienstman5.cpp13 struct M {M(const std::complex<double>&) {} }; in M() argument

12345678910>>...50