Home
last modified time | relevance | path

Searched refs:CheckFunction (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/thread/
H A DCheckFunction.cpp11 const Flags<CheckFunction> flags) in FunctionChecker()
17 if (flags.has(CheckFunction::MAIN_THREAD)) { in FunctionChecker()
20 if (flags.has(CheckFunction::NOT_MAIN_THREAD)) { in FunctionChecker()
23 if (flags.has(CheckFunction::NON_REENRANT)) { in FunctionChecker()
26 if (flags.has(CheckFunction::ONCE)) { in FunctionChecker()
34 if (flags.has(CheckFunction::NO_THROW)) { in ~FunctionChecker()
H A DCheckFunction.h14 enum class CheckFunction { enum
24 Flags<CheckFunction> flags;
29 const Flags<CheckFunction> flags);
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/windows/
H A DPreviewPane.cpp96 CHECK_FUNCTION(CheckFunction::MAIN_THREAD | CheckFunction::NO_THROW); in start()
140 CHECK_FUNCTION(CheckFunction::MAIN_THREAD | CheckFunction::NO_THROW); in getNewCamera()
152 CHECK_FUNCTION(CheckFunction::MAIN_THREAD | CheckFunction::NO_THROW); in setCameraAccessor()
178 CHECK_FUNCTION(CheckFunction::MAIN_THREAD | CheckFunction::NO_THROW); in setRendererAccessor()
248 CHECK_FUNCTION(CheckFunction::MAIN_THREAD | CheckFunction::NO_THROW); in setNodeAccessor()
268 CHECK_FUNCTION(CheckFunction::MAIN_THREAD | CheckFunction::NO_THROW); in setPaletteAccessor()
281 CHECK_FUNCTION(CheckFunction::NO_THROW); in renderLoop()
355 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in update()
365 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in stop()
397 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in onPaint()
H A DProgressPanel.cpp16 CHECK_FUNCTION(CheckFunction::MAIN_THREAD | CheckFunction::NO_THROW); in onRunStart()
23 CHECK_FUNCTION(CheckFunction::MAIN_THREAD | CheckFunction::NO_THROW); in onRunEnd()
30 CHECK_FUNCTION(CheckFunction::MAIN_THREAD | CheckFunction::NO_THROW); in update()
H A DOrthoPane.cpp53 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in onPaint()
66 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in onMouseMotion()
84 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in onRightDown()
89 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in onRightUp()
95 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in onLeftUp()
106 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in onMouseWheel()
H A DWidgets.cpp95 CHECK_FUNCTION(CheckFunction::MAIN_THREAD | CheckFunction::NO_THROW); in close()
H A DRunPage.cpp403 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in createVisBar()
509 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in createVisBar()
565 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in createVisBar()
582 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in createVisBar()
597 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in createVisBar()
610 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in updateCutoff()
862 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in setProgress()
957 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in setColorizerList()
969 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in setSelectedParticle()
974 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in deselectParticle()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/sarama-1.19.0/mocks/
H A Dsync_producer.go48 if expectation.CheckFunction != nil {
55 errCheck := expectation.CheckFunction(val)
85 if expectation.CheckFunction != nil {
91 errCheck := expectation.CheckFunction(val)
132 …tions = append(sp.expectations, &producerExpectation{Result: errProduceSuccess, CheckFunction: cf})
142 sp.expectations = append(sp.expectations, &producerExpectation{Result: err, CheckFunction: cf})
H A Dasync_producer.go58 if expectation.CheckFunction != nil {
63 err = expectation.CheckFunction(val)
146 …tions = append(mp.expectations, &producerExpectation{Result: errProduceSuccess, CheckFunction: cf})
157 mp.expectations = append(mp.expectations, &producerExpectation{Result: err, CheckFunction: cf})
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/mocks/
H A Dsync_producer.go48 if expectation.CheckFunction != nil {
55 errCheck := expectation.CheckFunction(val)
85 if expectation.CheckFunction != nil {
91 errCheck := expectation.CheckFunction(val)
132 …tions = append(sp.expectations, &producerExpectation{Result: errProduceSuccess, CheckFunction: cf})
142 sp.expectations = append(sp.expectations, &producerExpectation{Result: err, CheckFunction: cf})
H A Dasync_producer.go58 if expectation.CheckFunction != nil {
63 err = expectation.CheckFunction(val)
146 …tions = append(mp.expectations, &producerExpectation{Result: errProduceSuccess, CheckFunction: cf})
157 mp.expectations = append(mp.expectations, &producerExpectation{Result: err, CheckFunction: cf})
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/sarama-1.26.4/mocks/
H A Dsync_producer.go48 if expectation.CheckFunction != nil {
55 errCheck := expectation.CheckFunction(val)
85 if expectation.CheckFunction != nil {
91 errCheck := expectation.CheckFunction(val)
132 …tions = append(sp.expectations, &producerExpectation{Result: errProduceSuccess, CheckFunction: cf})
142 sp.expectations = append(sp.expectations, &producerExpectation{Result: err, CheckFunction: cf})
H A Dasync_producer.go58 if expectation.CheckFunction != nil {
63 err = expectation.CheckFunction(val)
146 …tions = append(mp.expectations, &producerExpectation{Result: errProduceSuccess, CheckFunction: cf})
157 mp.expectations = append(mp.expectations, &producerExpectation{Result: err, CheckFunction: cf})
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Shopify/sarama/mocks/
H A Dsync_producer.go64 if expectation.CheckFunction != nil {
65 errCheck := expectation.CheckFunction(msg)
102 if expectation.CheckFunction != nil {
103 errCheck := expectation.CheckFunction(msgs[i])
155 …tions = append(sp.expectations, &producerExpectation{Result: errProduceSuccess, CheckFunction: cf})
165 sp.expectations = append(sp.expectations, &producerExpectation{Result: err, CheckFunction: cf})
H A Dasync_producer.go74 if expectation.CheckFunction != nil {
75 err := expectation.CheckFunction(msg)
158 …tions = append(mp.expectations, &producerExpectation{Result: errProduceSuccess, CheckFunction: cf})
169 mp.expectations = append(mp.expectations, &producerExpectation{Result: err, CheckFunction: cf})
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/
H A DController.cpp76 CHECK_FUNCTION(CheckFunction::MAIN_THREAD | CheckFunction::NO_THROW); in start()
94 CHECK_FUNCTION(CheckFunction::MAIN_THREAD | CheckFunction::NO_THROW); in open()
107 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in restart()
129 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in pause()
134 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in stop()
152 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in saveState()
187 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in quit()
215 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in setAutoZoom()
324 CHECK_FUNCTION(CheckFunction::NO_THROW); in update()
586 CHECK_FUNCTION(CheckFunction::NO_THROW); in redraw()
[all …]
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/thread/test/
H A DCheckFunction.cpp10 CHECK_FUNCTION(CheckFunction::ONCE); in runOnce()
14 CHECK_FUNCTION(CheckFunction::NON_REENRANT); in reentrant()
19 CHECK_FUNCTION(CheckFunction::MAIN_THREAD); in mainThread()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/Shopify/sarama/mocks/
H A Dsync_producer.go48 if expectation.CheckFunction != nil {
55 errCheck := expectation.CheckFunction(val)
121 …tions = append(sp.expectations, &producerExpectation{Result: errProduceSuccess, CheckFunction: cf})
131 sp.expectations = append(sp.expectations, &producerExpectation{Result: err, CheckFunction: cf})
H A Dasync_producer.go57 if expectation.CheckFunction != nil {
62 err = expectation.CheckFunction(val)
147 …tions = append(mp.expectations, &producerExpectation{Result: errProduceSuccess, CheckFunction: cf})
158 mp.expectations = append(mp.expectations, &producerExpectation{Result: err, CheckFunction: cf})
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/tags/
H A Dframenotice.cpp35 using CheckFunction = bool (*)(const QString&); typedef
288 CheckFunction func; in addId3StandardViolationNotice()
329 static QMap<Warning, CheckFunction> checks; in addId3StandardViolationNotice()
385 CheckFunction check = checks.value(warning); in addId3StandardViolationNotice()
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/tags/
H A Dframenotice.cpp35 using CheckFunction = bool (*)(const QString&); typedef
288 CheckFunction func; in addId3StandardViolationNotice()
329 static QMap<Warning, CheckFunction> checks; in addId3StandardViolationNotice()
385 CheckFunction check = checks.value(warning); in addId3StandardViolationNotice()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/
H A Dsubresource_integrity.h116 typedef bool (*CheckFunction)(const IntegrityMetadata&, typedef
120 static CheckFunction GetCheckFunctionForAlgorithm(IntegrityAlgorithm);
/dports/textproc/p5-Validator-Custom/Validator-Custom-1.0201/lib/Validator/
H A DCustom.pm9 use Validator::Custom::CheckFunction;
24 ascii_graphic => \&Validator::Custom::CheckFunction::ascii_graphic,
25 number => \&Validator::Custom::CheckFunction::number,
26 int => \&Validator::Custom::CheckFunction::int,
27 in => \&Validator::Custom::CheckFunction::in
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_autochdir.vim7 CheckFunction test_autochdir
30 CheckFunction test_autochdir
H A Dcheck.vim35 command -nargs=1 CheckFunction call CheckFunction(<f-args>) command
36 func CheckFunction(name) function

123456789