Home
last modified time | relevance | path

Searched refs:testMultiException (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/devel/thrift/thrift-0.14.0/lib/nodejs/test/
H A Dtest_handler.js38 testMultiException: testMultiException, property in syncHandlers
53 testMultiException: testMultiExceptionAsync, property in asyncHandlers
164 function testMultiException(arg0, arg1) { function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/hs/
H A DThriftTest_Main.hs118 testMultiException _ _ _ = do function
176 (testMultiException ps "ok") `Control.Exception.catch` testMultiExceptionHandler1
177 …(testMultiException ps "bad") `Control.Exception.catch` testMultiExceptionHandler2 `Control.Except…
190 testMultiException ps msg = do function
191 _ <- Client.testMultiException ps "e" "e2"
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/hs/
H A DThriftTest_Main.hs118 testMultiException _ _ _ = do function
176 (testMultiException ps "ok") `Control.Exception.catch` testMultiExceptionHandler1
177 …(testMultiException ps "bad") `Control.Exception.catch` testMultiExceptionHandler2 `Control.Except…
190 testMultiException ps msg = do function
191 _ <- Client.testMultiException ps "e" "e2"
/dports/devel/py-thrift/thrift-0.14.0/test/hs/
H A DThriftTest_Main.hs118 testMultiException _ _ _ = do function
176 (testMultiException ps "ok") `Control.Exception.catch` testMultiExceptionHandler1
177 …(testMultiException ps "bad") `Control.Exception.catch` testMultiExceptionHandler2 `Control.Except…
190 testMultiException ps msg = do function
191 _ <- Client.testMultiException ps "e" "e2"
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/hs/
H A DThriftTest_Main.hs118 testMultiException _ _ _ = do function
176 (testMultiException ps "ok") `Control.Exception.catch` testMultiExceptionHandler1
177 …(testMultiException ps "bad") `Control.Exception.catch` testMultiExceptionHandler2 `Control.Except…
190 testMultiException ps msg = do function
191 _ <- Client.testMultiException ps "e" "e2"
/dports/devel/thrift/thrift-0.14.0/test/hs/
H A DThriftTest_Main.hs118 testMultiException _ _ _ = do function
176 (testMultiException ps "ok") `Control.Exception.catch` testMultiExceptionHandler1
177 …(testMultiException ps "bad") `Control.Exception.catch` testMultiExceptionHandler2 `Control.Except…
190 testMultiException ps msg = do function
191 _ <- Client.testMultiException ps "e" "e2"
/dports/devel/thrift-c_glib/thrift-0.14.0/test/hs/
H A DThriftTest_Main.hs118 testMultiException _ _ _ = do function
176 (testMultiException ps "ok") `Control.Exception.catch` testMultiExceptionHandler1
177 …(testMultiException ps "bad") `Control.Exception.catch` testMultiExceptionHandler2 `Control.Except…
190 testMultiException ps msg = do function
191 _ <- Client.testMultiException ps "e" "e2"
/dports/devel/thrift-cpp/thrift-0.14.0/test/hs/
H A DThriftTest_Main.hs118 testMultiException _ _ _ = do function
176 (testMultiException ps "ok") `Control.Exception.catch` testMultiExceptionHandler1
177 …(testMultiException ps "bad") `Control.Exception.catch` testMultiExceptionHandler2 `Control.Except…
190 testMultiException ps msg = do function
191 _ <- Client.testMultiException ps "e" "e2"
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/hs/
H A DThriftTest_Main.hs118 testMultiException _ _ _ = do function
176 (testMultiException ps "ok") `Control.Exception.catch` testMultiExceptionHandler1
177 …(testMultiException ps "bad") `Control.Exception.catch` testMultiExceptionHandler2 `Control.Except…
190 testMultiException ps msg = do function
191 _ <- Client.testMultiException ps "e" "e2"
/dports/devel/node-thrift/thrift-0.14.0/test/hs/
H A DThriftTest_Main.hs118 testMultiException _ _ _ = do function
176 (testMultiException ps "ok") `Control.Exception.catch` testMultiExceptionHandler1
177 …(testMultiException ps "bad") `Control.Exception.catch` testMultiExceptionHandler2 `Control.Except…
190 testMultiException ps msg = do function
191 _ <- Client.testMultiException ps "e" "e2"
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/hs/
H A DClient.hs63 CE.catch (testMultiException ps "e" "e2" >> putStrLn "ok")
65 CE.catch (CE.catch (testMultiException ps "e" "e2">> putStrLn "bad")
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/erl/src/
H A Dtest_client.erl131 thrift_client:call(Client16, testMultiException, ["Safe", "Message"]),
135 … {ClientS1, Result1} = thrift_client:call(Client17, testMultiException, ["Xception", "Message"]),
149 … {ClientS3, Result2} = thrift_client:call(Client18, testMultiException, ["Xception2", "Message"]),
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/erl/src/
H A Dtest_client.erl131 thrift_client:call(Client16, testMultiException, ["Safe", "Message"]),
135 … {ClientS1, Result1} = thrift_client:call(Client17, testMultiException, ["Xception", "Message"]),
149 … {ClientS3, Result2} = thrift_client:call(Client18, testMultiException, ["Xception2", "Message"]),
/dports/devel/py-thrift/thrift-0.14.0/test/erl/src/
H A Dtest_client.erl131 thrift_client:call(Client16, testMultiException, ["Safe", "Message"]),
135 … {ClientS1, Result1} = thrift_client:call(Client17, testMultiException, ["Xception", "Message"]),
149 … {ClientS3, Result2} = thrift_client:call(Client18, testMultiException, ["Xception2", "Message"]),
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/hs/tests/
H A DClientServerTest.hs120 , do exn <- try $ Client.testMultiException prot "Xception" "test 1"
124 , do exn <- try $ Client.testMultiException prot "Xception2" "test 2"
128 , do exn <- try $ Client.testMultiException prot "success" "test 3"
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/erl/src/
H A Dtest_client.erl131 thrift_client:call(Client16, testMultiException, ["Safe", "Message"]),
135 … {ClientS1, Result1} = thrift_client:call(Client17, testMultiException, ["Xception", "Message"]),
149 … {ClientS3, Result2} = thrift_client:call(Client18, testMultiException, ["Xception2", "Message"]),
/dports/devel/thrift-c_glib/thrift-0.14.0/test/erl/src/
H A Dtest_client.erl131 thrift_client:call(Client16, testMultiException, ["Safe", "Message"]),
135 … {ClientS1, Result1} = thrift_client:call(Client17, testMultiException, ["Xception", "Message"]),
149 … {ClientS3, Result2} = thrift_client:call(Client18, testMultiException, ["Xception2", "Message"]),
/dports/devel/thrift-cpp/thrift-0.14.0/test/erl/src/
H A Dtest_client.erl131 thrift_client:call(Client16, testMultiException, ["Safe", "Message"]),
135 … {ClientS1, Result1} = thrift_client:call(Client17, testMultiException, ["Xception", "Message"]),
149 … {ClientS3, Result2} = thrift_client:call(Client18, testMultiException, ["Xception2", "Message"]),
/dports/devel/thrift/thrift-0.14.0/test/erl/src/
H A Dtest_client.erl131 thrift_client:call(Client16, testMultiException, ["Safe", "Message"]),
135 … {ClientS1, Result1} = thrift_client:call(Client17, testMultiException, ["Xception", "Message"]),
149 … {ClientS3, Result2} = thrift_client:call(Client18, testMultiException, ["Xception2", "Message"]),
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/erl/src/
H A Dtest_client.erl131 thrift_client:call(Client16, testMultiException, ["Safe", "Message"]),
135 … {ClientS1, Result1} = thrift_client:call(Client17, testMultiException, ["Xception", "Message"]),
149 … {ClientS3, Result2} = thrift_client:call(Client18, testMultiException, ["Xception2", "Message"]),
/dports/devel/node-thrift/thrift-0.14.0/test/erl/src/
H A Dtest_client.erl131 thrift_client:call(Client16, testMultiException, ["Safe", "Message"]),
135 … {ClientS1, Result1} = thrift_client:call(Client17, testMultiException, ["Xception", "Message"]),
149 … {ClientS3, Result2} = thrift_client:call(Client18, testMultiException, ["Xception2", "Message"]),
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/rb/integration/
H A DTestClient.rb364 @client.testMultiException("Xception", "test 1")
367 @client.testMultiException("Xception2", "test 2")
369 assert_equal( @client.testMultiException("Success", "test 3").string_thing, "test 3")
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/rb/integration/
H A DTestClient.rb364 @client.testMultiException("Xception", "test 1")
367 @client.testMultiException("Xception2", "test 2")
369 assert_equal( @client.testMultiException("Success", "test 3").string_thing, "test 3")
/dports/devel/py-thrift/thrift-0.14.0/test/rb/integration/
H A DTestClient.rb364 @client.testMultiException("Xception", "test 1")
367 @client.testMultiException("Xception2", "test 2")
369 assert_equal( @client.testMultiException("Success", "test 3").string_thing, "test 3")
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/rb/integration/
H A DTestClient.rb364 @client.testMultiException("Xception", "test 1")
367 @client.testMultiException("Xception2", "test 2")
369 assert_equal( @client.testMultiException("Success", "test 3").string_thing, "test 3")

1234567891011