Home
last modified time | relevance | path

Searched refs:testCallback (Results 1 – 25 of 116) sorted by relevance

12345

/dports/lang/nim/nim-1.6.2/tests/async/
H A Dt7192.nim3 testCallback()
9 proc testCallback() =
10 echo "testCallback()"
13 callSoon(testCallback)
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/tests/
H A Dtestegldebug.c53 static void testCallback(EGLDisplay dpy, EGLBoolean callbackEnabled);
104 testCallback(dpy, EGL_TRUE); in main()
110 testCallback(dpy, EGL_FALSE); in main()
117 testCallback(dpy, EGL_FALSE); in main()
122 void testCallback(EGLDisplay dpy, EGLBoolean callbackEnabled) in testCallback() function
/dports/devel/pear-HTML_Template_Sigma/HTML_Template_Sigma-1.3.0/tests/
H A DSigma_cache_testcase.php120 function testCallback() function in Sigma_cache_TestCase
126 parent::testCallback();
128 parent::testCallback();
/dports/net/storj/storj-1.45.3/vendor/gopkg.in/segmentio/analytics-go.v3/
H A Danalytics_test.go34 type testCallback struct { struct
39 func (c testCallback) Success(m Message) { argument
612 Callback: testCallback{
637 Callback: testCallback{
666 Callback: testCallback{
696 Callback: testCallback{
716 Callback: testCallback{
742 Callback: testCallback{
777 Callback: testCallback{
798 Callback: testCallback{
[all …]
/dports/security/keybase/client-v5.7.1/protocol/avdl/keybase1/
H A Dtest.avdl13 Will trigger the testCallback method, whose result will be set in the
22 string testCallback(int sessionID, string name);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/testing/
H A Dcallback_function_test.cc17 String CallbackFunctionTest::testCallback(V8TestCallback* callback, in testCallback() function in blink::CallbackFunctionTest
40 return testCallback(callback, message1, message2, exception_state); in testNullableCallback()
H A Dcallback_function_test.h27 String testCallback(V8TestCallback*,
H A Dcallback_function_test.idl12 …[RaisesException] DOMString testCallback(TestCallback callback, DOMString message1, DOMString mess…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/testing/
H A Dcallback_function_test.cc18 String CallbackFunctionTest::testCallback(V8TestCallback* callback, in testCallback() function in blink::CallbackFunctionTest
41 return testCallback(callback, message1, message2, exception_state); in testNullableCallback()
H A Dcallback_function_test.h27 String testCallback(V8TestCallback*,
H A Dcallback_function_test.idl12 …[RaisesException] DOMString testCallback(TestCallback callback, DOMString message1, DOMString mess…
/dports/devel/poco/poco-1.10.1-all/Net/testsuite/src/
H A DOAuth10CredentialsTest.cpp40 void OAuth10CredentialsTest::testCallback() in testCallback() function in OAuth10CredentialsTest
256 CppUnit_addTest(pSuite, OAuth10CredentialsTest, testCallback); in suite()
H A DOAuth10CredentialsTest.h27 void testCallback();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.console.tests/src/org/eclipse/equinox/console/telnet/
H A DTelnetInputScannerTests.java135 TestCallback testCallback = new TestCallback(); in testTerminalTypeNegotiation() local
137 TelnetInputScanner scanner = new TelnetInputScanner(new ConsoleInputStream(), out, testCallback); in testTerminalTypeNegotiation()
210 Assert.assertTrue("Callback not called ", testCallback.getState()); in testTerminalTypeNegotiation()
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/Storage/
H A DPreparedEditTest.php11 public function testCallback() { function in MediaWiki\\Edit\\PreparedEditTest
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/Storage/
H A DPreparedEditTest.php11 public function testCallback() { function in MediaWiki\\Edit\\PreparedEditTest
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/unit/includes/Storage/
H A DPreparedEditTest.php11 public function testCallback() { function in MediaWiki\\Edit\\PreparedEditTest
/dports/net-im/qTox/qTox-1.17.4/test/persistence/
H A Dofflinemsgengine_test.cpp72 void testCallback();
176 void TestOfflineMsgEngine::testCallback() in testCallback() function in TestOfflineMsgEngine
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Render/
H A DRendererCallbackTest.php38 public function testCallback(array $render_array, $expected_deprecation) { function in Drupal\\Tests\\Core\\Render\\RendererCallbackTest
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/tests/src/Unit/process/
H A DCallbackTest.php19 public function testCallback($callable) { function in Drupal\\Tests\\migrate\\Unit\\process\\CallbackTest
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Render/
H A DRendererCallbackTest.php33 public function testCallback(array $render_array, $expected_deprecation) { function in Drupal\\Tests\\Core\\Render\\RendererCallbackTest
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate/tests/src/Unit/process/
H A DCallbackTest.php20 public function testCallback($callable) { function in Drupal\\Tests\\migrate\\Unit\\process\\CallbackTest
/dports/x11-fonts/py-defcon/defcon-0.6.0/Lib/defcon/test/
H A DtestTools.py51 def testCallback(self, notification): member in NotificationTestObserver
/dports/devel/pear-Horde_Argv/Horde_Argv-2.1.0/test/Horde/Argv/
H A DCallbackTest.php55 public function testCallback() function in Horde_Argv_CallbackTest
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/Revision/
H A DRevisionStoreCacheRecordTest.php70 public function testCallback() { function in MediaWiki\\Tests\\Revision\\RevisionStoreCacheRecordTest

12345