Home
last modified time | relevance | path

Searched refs:getCallback (Results 1 – 25 of 892) sorted by relevance

12345678910>>...36

/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/
H A Dframe_sorter_test.go74 cb, t := getCallback()
88 cb1, t1 := getCallback()
89 cb2, t2 := getCallback()
152 cb1, t1 := getCallback()
154 cb2, t2 := getCallback()
175 cb1, t1 := getCallback()
177 cb2, t2 := getCallback()
199 cb1, t1 := getCallback()
201 cb2, t2 := getCallback()
203 cb3, t3 := getCallback()
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/
H A Dframe_sorter_test.go74 cb, t := getCallback()
88 cb1, t1 := getCallback()
89 cb2, t2 := getCallback()
152 cb1, t1 := getCallback()
154 cb2, t2 := getCallback()
175 cb1, t1 := getCallback()
177 cb2, t2 := getCallback()
199 cb1, t1 := getCallback()
201 cb2, t2 := getCallback()
203 cb3, t3 := getCallback()
[all …]
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/
H A Dframe_sorter_test.go74 cb, t := getCallback()
88 cb1, t1 := getCallback()
89 cb2, t2 := getCallback()
152 cb1, t1 := getCallback()
154 cb2, t2 := getCallback()
175 cb1, t1 := getCallback()
177 cb2, t2 := getCallback()
199 cb1, t1 := getCallback()
201 cb2, t2 := getCallback()
203 cb3, t3 := getCallback()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/
H A Dframe_sorter_test.go74 cb, t := getCallback()
88 cb1, t1 := getCallback()
89 cb2, t2 := getCallback()
152 cb1, t1 := getCallback()
154 cb2, t2 := getCallback()
175 cb1, t1 := getCallback()
177 cb2, t2 := getCallback()
199 cb1, t1 := getCallback()
201 cb2, t2 := getCallback()
203 cb3, t3 := getCallback()
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/
H A Dframe_sorter_test.go74 cb, t := getCallback()
88 cb1, t1 := getCallback()
89 cb2, t2 := getCallback()
152 cb1, t1 := getCallback()
154 cb2, t2 := getCallback()
175 cb1, t1 := getCallback()
177 cb2, t2 := getCallback()
199 cb1, t1 := getCallback()
201 cb2, t2 := getCallback()
203 cb3, t3 := getCallback()
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/
H A Dframe_sorter_test.go74 cb, t := getCallback()
88 cb1, t1 := getCallback()
89 cb2, t2 := getCallback()
152 cb1, t1 := getCallback()
154 cb2, t2 := getCallback()
175 cb1, t1 := getCallback()
177 cb2, t2 := getCallback()
199 cb1, t1 := getCallback()
201 cb2, t2 := getCallback()
203 cb3, t3 := getCallback()
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/
H A Dframe_sorter_test.go74 cb, t := getCallback()
88 cb1, t1 := getCallback()
89 cb2, t2 := getCallback()
152 cb1, t1 := getCallback()
154 cb2, t2 := getCallback()
175 cb1, t1 := getCallback()
177 cb2, t2 := getCallback()
199 cb1, t1 := getCallback()
201 cb2, t2 := getCallback()
203 cb3, t3 := getCallback()
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_server/
H A DgetCallback.phpt2 swoole_server: getCallback
11 Assert::isInstanceOf($server->getCallback('start'), Closure::class);
12 Assert::assert(is_callable($server->getCallback('start')));
13 $cb = $server->getCallback('start');
14 Assert::same($cb, $server->getCallback('start'));
15 Assert::same($server->getCallback('Receive'), null);
17 Assert::isInstanceOf($server->getCallback('receive'), Closure::class);
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/anttweakbar/
H A DReAntTweakBar.h116 TwGetVarCallback getCallback; member
128 getCallback(_getCallback), in ReTwCBItem()
138 getCallback(that.getCallback), in ReTwCBItem()
151 getCallback = that.getCallback;
193 TwGetVarCallback getCallback,
/dports/audio/carla/Carla-2.4.1/source/modules/juce_events/timers/
H A Djuce_MultiTimer.cpp55 Timer* MultiTimer::getCallback (int timerID) const noexcept in getCallback() function in juce::MultiTimer
72 Timer* timer = getCallback (timerID); in startTimer()
84 if (Timer* const t = getCallback (timerID)) in stopTimer()
92 if (Timer* const t = getCallback (timerID)) in isTimerRunning()
102 if (Timer* const t = getCallback (timerID)) in getTimerInterval()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_events/timers/
H A Djuce_MultiTimer.cpp55 Timer* MultiTimer::getCallback (int timerID) const noexcept in getCallback() function in juce::MultiTimer
72 Timer* timer = getCallback (timerID); in startTimer()
84 if (Timer* const t = getCallback (timerID)) in stopTimer()
92 if (Timer* const t = getCallback (timerID)) in isTimerRunning()
102 if (Timer* const t = getCallback (timerID)) in getTimerInterval()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_events/timers/
H A Djuce_MultiTimer.cpp55 Timer* MultiTimer::getCallback (int timerID) const noexcept in getCallback() function in juce::MultiTimer
72 Timer* timer = getCallback (timerID); in startTimer()
84 if (Timer* const t = getCallback (timerID)) in stopTimer()
92 if (Timer* const t = getCallback (timerID)) in isTimerRunning()
102 if (Timer* const t = getCallback (timerID)) in getTimerInterval()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwContentsClientVisitedHistoryTest.java34 public Callback<String[]> getCallback() { in getCallback() method in AwContentsClientVisitedHistoryTest.GetVisitedHistoryHelper
134 Assert.assertNotNull(visitedHistoryHelper.getCallback()); in testGetVisitedHistoryExerciseCodePath()
136 visitedHistoryHelper.getCallback().onResult(visitedLinks); in testGetVisitedHistoryExerciseCodePath()
137 visitedHistoryHelper.getCallback().onResult(null); in testGetVisitedHistoryExerciseCodePath()
159 Assert.assertNotNull(visitedHistoryHelper.getCallback()); in testGetVisitedHistoryCallbackAfterDestroy()
162 visitedHistoryHelper.getCallback().onResult(new String[] {"abc.def"}); in testGetVisitedHistoryCallbackAfterDestroy()
163 visitedHistoryHelper.getCallback().onResult(null); in testGetVisitedHistoryCallbackAfterDestroy()
/dports/games/scummvm/scummvm-2.5.1/engines/lastexpress/entities/
H A Dcoudert.cpp130 if (getCallback() == 1) {
149 if (getCallback() == 1) {
179 if (getCallback() == 1) {
198 if (getCallback() == 1) {
227 if (getCallback() == 1) {
256 if (getCallback() == 1) {
328 switch (getCallback()) {
533 switch (getCallback()) {
598 switch (getCallback()) {
671 switch (getCallback()) {
[all …]
H A Drebecca.cpp181 if (getCallback() == 1) {
217 switch (getCallback()) {
295 switch (getCallback()) {
385 switch (getCallback()) {
434 switch (getCallback()) {
615 switch (getCallback()) {
1167 if (getCallback() == 1)
1251 if (getCallback() == 1)
1346 if (getCallback() == 1)
1475 if (getCallback() == 1)
[all …]
H A Dalexei.cpp183 switch (getCallback()) {
230 if (getCallback() == 1) {
272 switch (getCallback()) {
372 switch (getCallback()) {
516 switch (getCallback()) {
567 switch (getCallback()) {
654 switch (getCallback()) {
717 switch (getCallback()) {
1226 if (getCallback() == 1)
1508 if (getCallback() == 1)
[all …]
H A Dabbot.cpp222 switch (getCallback()) {
299 switch (getCallback()) {
349 switch (getCallback()) {
440 if (getCallback() != 1)
473 switch (getCallback()) {
544 switch (getCallback()) {
575 switch (getCallback()) {
650 switch (getCallback()) {
706 if (getCallback() == 1)
1013 if (getCallback() == 1)
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lastexpress/entities/
H A Dcoudert.cpp130 if (getCallback() == 1) {
149 if (getCallback() == 1) {
179 if (getCallback() == 1) {
198 if (getCallback() == 1) {
227 if (getCallback() == 1) {
256 if (getCallback() == 1) {
328 switch (getCallback()) {
533 switch (getCallback()) {
598 switch (getCallback()) {
671 switch (getCallback()) {
[all …]
H A Drebecca.cpp181 if (getCallback() == 1) {
217 switch (getCallback()) {
295 switch (getCallback()) {
385 switch (getCallback()) {
434 switch (getCallback()) {
615 switch (getCallback()) {
1167 if (getCallback() == 1)
1251 if (getCallback() == 1)
1346 if (getCallback() == 1)
1475 if (getCallback() == 1)
[all …]
H A Dalexei.cpp183 switch (getCallback()) {
230 if (getCallback() == 1) {
272 switch (getCallback()) {
372 switch (getCallback()) {
516 switch (getCallback()) {
567 switch (getCallback()) {
654 switch (getCallback()) {
717 switch (getCallback()) {
1226 if (getCallback() == 1)
1508 if (getCallback() == 1)
[all …]
H A Dabbot.cpp222 switch (getCallback()) {
299 switch (getCallback()) {
349 switch (getCallback()) {
440 if (getCallback() != 1)
473 switch (getCallback()) {
544 switch (getCallback()) {
575 switch (getCallback()) {
650 switch (getCallback()) {
706 if (getCallback() == 1)
1013 if (getCallback() == 1)
[all …]
H A Dwaiter1.cpp151 switch (getCallback()) {
195 switch (getCallback()) {
344 switch (getCallback()) {
451 if (getCallback() == 1)
472 switch (getCallback()) {
585 switch (getCallback()) {
624 switch (getCallback()) {
670 switch (getCallback()) {
790 switch (getCallback()) {
839 switch (getCallback()) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/partnercustomizations/
H A DPartnerHomepageUnitTest.java100 mTestRule.getCallback(), DEFAULT_TIMEOUT_MS); in testProviderNotFromSystemPackage()
127 mTestRule.getCallback(), DEFAULT_TIMEOUT_MS); in testNoProvider()
154 mTestRule.getCallback(), DEFAULT_TIMEOUT_MS); in testHomepageDisabled()
184 mTestRule.getCallback(), DEFAULT_TIMEOUT_MS); in testCustomHomepage()
213 mPartnerBrowserCustomizations.setOnInitializeAsyncFinished(mTestRule.getCallback(), 300); in testHomepageProviderTimeout()
223 mPartnerBrowserCustomizations.setOnInitializeAsyncFinished(mTestRule.getCallback(), 2000); in testHomepageProviderTimeout()
254 mPartnerBrowserCustomizations.setOnInitializeAsyncFinished(mTestRule.getCallback(), 300); in testHomepageProviderDelayed()
264 mPartnerBrowserCustomizations.setOnInitializeAsyncFinished(mTestRule.getCallback(), 3000); in testHomepageProviderDelayed()
295 mTestRule.getCallback(), DEFAULT_TIMEOUT_MS); in testReadHomepageProvider()
H A DPartnerDisableBookmarksEditingUnitTest.java76 mTestRule.getCallback(), DEFAULT_TIMEOUT_MS); in testProviderNotFromSystemPackage()
95 mTestRule.getCallback(), DEFAULT_TIMEOUT_MS); in testNoProvider()
114 mTestRule.getCallback(), DEFAULT_TIMEOUT_MS); in testBookmarksEditingNotDisabled()
134 mTestRule.getCallback(), DEFAULT_TIMEOUT_MS); in testBookmarksEditingDisabled()
154 mPartnerBrowserCustomizations.setOnInitializeAsyncFinished(mTestRule.getCallback()); in testBookmarksEditingProviderDelayed()
160 mPartnerBrowserCustomizations.setOnInitializeAsyncFinished(mTestRule.getCallback(), 3000); in testBookmarksEditingProviderDelayed()
H A DPartnerDisableIncognitoModeUnitTest.java76 mTestRule.getCallback(), DEFAULT_TIMEOUT_MS); in testProviderNotFromSystemPackage()
95 mTestRule.getCallback(), DEFAULT_TIMEOUT_MS); in testNoProvider()
114 mTestRule.getCallback(), DEFAULT_TIMEOUT_MS); in testParentalControlsNotEnabled()
134 mTestRule.getCallback(), DEFAULT_TIMEOUT_MS); in testParentalControlsEnabled()
154 mPartnerBrowserCustomizations.setOnInitializeAsyncFinished(mTestRule.getCallback()); in testParentalControlsProviderDelayed()
160 mPartnerBrowserCustomizations.setOnInitializeAsyncFinished(mTestRule.getCallback(), 3000); in testParentalControlsProviderDelayed()

12345678910>>...36