Home
last modified time | relevance | path

Searched refs:mxType (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/tests/
H A Dmutex5.c51 int mxType = -1; in main() local
63 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
64 assert(mxType == PTHREAD_MUTEX_NORMAL); in main()
H A Dmutex7n.c73 int mxType = -1; in main() local
77 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
78 assert(mxType == PTHREAD_MUTEX_NORMAL); in main()
H A Dmutex6n.c74 int mxType = -1; in main() local
78 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
79 assert(mxType == PTHREAD_MUTEX_NORMAL); in main()
H A Dmutex7r.c77 int mxType = -1; in main() local
81 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
82 assert(mxType == PTHREAD_MUTEX_RECURSIVE); in main()
H A Dmutex6e.c78 int mxType = -1; in main() local
82 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
83 assert(mxType == PTHREAD_MUTEX_ERRORCHECK); in main()
H A Dmutex7e.c78 int mxType = -1; in main() local
82 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
83 assert(mxType == PTHREAD_MUTEX_ERRORCHECK); in main()
H A Dmutex6r.c77 int mxType = -1; in main() local
81 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
82 assert(mxType == PTHREAD_MUTEX_RECURSIVE); in main()
H A Dmutex8e.c76 int mxType = -1; in main() local
80 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
81 assert(mxType == PTHREAD_MUTEX_ERRORCHECK); in main()
H A Dmutex8n.c76 int mxType = -1; in main() local
80 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
81 assert(mxType == PTHREAD_MUTEX_NORMAL); in main()
H A Dmutex8r.c76 int mxType = -1; in main() local
80 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
81 assert(mxType == PTHREAD_MUTEX_RECURSIVE); in main()
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/w32-pthreads/tests/
H A Dmutex5.c51 int mxType = -1; in main() local
63 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
64 assert(mxType == PTHREAD_MUTEX_NORMAL); in main()
H A Dmutex7n.c72 int mxType = -1; in main() local
80 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
81 assert(mxType == PTHREAD_MUTEX_NORMAL); in main()
H A Dmutex6n.c75 int mxType = -1; in main() local
83 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
84 assert(mxType == PTHREAD_MUTEX_NORMAL); in main()
H A Dmutex6r.c77 int mxType = -1; in main() local
85 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
86 assert(mxType == PTHREAD_MUTEX_RECURSIVE); in main()
H A Dmutex7e.c77 int mxType = -1; in main() local
85 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
86 assert(mxType == PTHREAD_MUTEX_ERRORCHECK); in main()
H A Dmutex7r.c77 int mxType = -1; in main() local
85 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
86 assert(mxType == PTHREAD_MUTEX_RECURSIVE); in main()
H A Dmutex8n.c76 int mxType = -1; in main() local
84 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
85 assert(mxType == PTHREAD_MUTEX_NORMAL); in main()
H A Dmutex8r.c76 int mxType = -1; in main() local
84 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
85 assert(mxType == PTHREAD_MUTEX_RECURSIVE); in main()
H A Dmutex8e.c76 int mxType = -1; in main() local
84 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
85 assert(mxType == PTHREAD_MUTEX_ERRORCHECK); in main()
H A Dmutex6e.c78 int mxType = -1; in main() local
86 assert(pthread_mutexattr_gettype(&mxAttr, &mxType) == 0); in main()
87 assert(mxType == PTHREAD_MUTEX_ERRORCHECK); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Ddataproviderdlg.cxx380 std::unique_ptr<weld::ComboBox> mxType; member in __anon1890c0a10111::ScColumnTextTransformation
396 , mxType(mxBuilder->weld_combo_box("ed_lst")) in ScColumnTextTransformation()
422 sal_Int32 nPos = mxType->get_active(); in getTransformation()
444 std::unique_ptr<weld::ComboBox> mxType; member in __anon1890c0a10111::ScAggregateFunction
460 , mxType(mxBuilder->weld_combo_box("ed_lst")) in ScAggregateFunction()
471 sal_Int32 nPos = mxType->get_active(); in getTransformation()
507 std::unique_ptr<weld::ComboBox> mxType; member in __anon1890c0a10111::ScNumberTransformation
523 , mxType(mxBuilder->weld_combo_box("ed_lst")) in ScNumberTransformation()
534 sal_Int32 nPos = mxType->get_active(); in getTransformation()
639 std::unique_ptr<weld::ComboBox> mxType; member in __anon1890c0a10111::ScDateTimeTransformation
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Ddataproviderdlg.cxx380 std::unique_ptr<weld::ComboBox> mxType; member in __anon57304bf90111::ScColumnTextTransformation
396 , mxType(mxBuilder->weld_combo_box("ed_lst")) in ScColumnTextTransformation()
422 sal_Int32 nPos = mxType->get_active(); in getTransformation()
444 std::unique_ptr<weld::ComboBox> mxType; member in __anon57304bf90111::ScAggregateFunction
460 , mxType(mxBuilder->weld_combo_box("ed_lst")) in ScAggregateFunction()
471 sal_Int32 nPos = mxType->get_active(); in getTransformation()
507 std::unique_ptr<weld::ComboBox> mxType; member in __anon57304bf90111::ScNumberTransformation
523 , mxType(mxBuilder->weld_combo_box("ed_lst")) in ScNumberTransformation()
534 sal_Int32 nPos = mxType->get_active(); in getTransformation()
639 std::unique_ptr<weld::ComboBox> mxType; member in __anon57304bf90111::ScDateTimeTransformation
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DmaterialXShaderGen.cpp163 const mx::TypeDesc *mxType = mx::TypeDesc::get(primvarPair.second); in _EmitGlslfxHeader() local
164 if (mxType == nullptr) { in _EmitGlslfxHeader()
168 std::string type = mxType ? _syntax->getTypeName(mxType) : "vec2"; in _EmitGlslfxHeader()
/dports/misc/usd/USD-21.11/pxr/imaging/hdMtlx/
H A DhdMtlx.cpp352 TfToken mxType = _GetMxNodeType(mxDoc, hdMaterialXNode.nodeTypeId); in HdMtlxCreateMtlxDocumentFromHdNetwork() local
353 mx::NodePtr mxShaderNode = mxDoc->addNode(mxType.GetString(), in HdMtlxCreateMtlxDocumentFromHdNetwork()
429 mxType.GetText()); in HdMtlxCreateMtlxDocumentFromHdNetwork()
/dports/audio/py-music21/music21-7.1.0/music21/musicxml/
H A DxmlToM21.py2904 mxType = 'begin'
2906 if mxType == 'begin':
2908 elif mxType == 'continue':
2910 elif mxType == 'end':
2912 elif mxType == 'forward hook':
3309 mxType = mxNote.find('type')
3310 if mxType is not None:
3418 mxType = mxNote.find('type')
3419 if textStripValid(mxType):
3878 if mxType == 'start':
[all …]

12