/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/jdk8/future/ |
D | FutureExceptionsTest.kt | 14 testException(IOException(), { it is IOException }) in <lambda>() 19 testException(IOException(), { it is IOException }, { f -> f.thenApply { it + 1 } }) in <lambda>() 24 testException(IOException(), { it is IOException }, in <lambda>() 32 testException(CompletionException("test", IOException()), { it is IOException }) in <lambda>() 37 …testException(CompletionException("test", IOException()), { it is IOException }, { f -> f.thenAppl… in <lambda>() 42 testException(TestException(), { it is TestException }) in <lambda>() 47 testException(TestException(), { it is TestException }, { f -> f.thenApply { it + 1 } }) in <lambda>() 50 private fun testException( in <lambda>() method in kotlinx.coroutines.future.FutureExceptionsTest
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/test/ |
D | ListenableFutureExceptionsTest.kt | 16 testException(IOException(), { it is IOException }) in <lambda>() 21 testException(IOException(), { it is IOException }, { i -> i!! + 1 }) in <lambda>() 26 testException(CompletionException("test", IOException()), { it is CompletionException }) in <lambda>() 31 testException( in <lambda>() 39 testException(TestException(), { it is TestException }) in <lambda>() 44 testException(TestException(), { it is TestException }, { i -> i!! + 1 }) in <lambda>() 47 private fun testException( in <lambda>() method in kotlinx.coroutines.guava.ListenableFutureExceptionsTest
|
D | ListenableFutureTest.kt | 629 val testException = TestException() in <lambda>() constant 644 val bar = async<Int> { throw testException } in <lambda>() 653 assertEquals(testException, thrown.cause) in <lambda>() 679 val testException = TestException() in <lambda>() constant 682 throw testException in <lambda>() 688 assertEquals(testException, thrown.cause) in <lambda>() 693 val testException = TestException() in <lambda>() constant 695 completeExceptionally(testException) in <lambda>() 701 assertEquals(testException, thrown.cause) in <lambda>()
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/expected/expected.expected/ctor/ |
D | ctor.default.pass.cpp | 62 void testException() { in testException() function 79 testException(); in main()
|
D | ctor.unexpected.copy.pass.cpp | 69 void testException() { in testException() function 90 testException(); in main()
|
D | ctor.unexpected.move.pass.cpp | 79 void testException() { in testException() function 100 testException(); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/expected/expected.expected/ctor/ |
D | ctor.default.pass.cpp | 62 void testException() { in testException() function 79 testException(); in main()
|
D | ctor.unexpected.copy.pass.cpp | 69 void testException() { in testException() function 90 testException(); in main()
|
D | ctor.unexpected.move.pass.cpp | 79 void testException() { in testException() function 100 testException(); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/expected/expected.void/observers/ |
D | value.pass.cpp | 55 void testException() { in testException() function 75 testException(); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/expected/expected.void/observers/ |
D | value.pass.cpp | 55 void testException() { in testException() function 75 testException(); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/expected/expected.void/ctor/ |
D | ctor.unexpected.copy.pass.cpp | 69 void testException() { in testException() function 90 testException(); in main()
|
D | ctor.copy.pass.cpp | 78 void testException() { in testException() function 101 testException(); in main()
|
D | ctor.unexpected.move.pass.cpp | 79 void testException() { in testException() function 100 testException(); in main()
|
D | ctor.move.pass.cpp | 93 void testException() { in testException() function 116 testException(); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/expected/expected.void/ctor/ |
D | ctor.unexpected.copy.pass.cpp | 69 void testException() { in testException() function 90 testException(); in main()
|
D | ctor.copy.pass.cpp | 78 void testException() { in testException() function 101 testException(); in main()
|
D | ctor.unexpected.move.pass.cpp | 79 void testException() { in testException() function 100 testException(); in main()
|
D | ctor.move.pass.cpp | 93 void testException() { in testException() function 116 testException(); in main()
|
D | ctor.convert.copy.pass.cpp | 113 void testException() { in testException() function 135 testException(); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/expected/expected.expected/observers/ |
D | value.pass.cpp | 64 void testException() { in testException() function 110 testException(); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/expected/expected.expected/observers/ |
D | value.pass.cpp | 64 void testException() { in testException() function 110 testException(); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/expected/expected.unexpected/ctor/ |
D | ctor.inplace.pass.cpp | 83 void testException() { in testException() function 102 testException(); in main()
|
D | ctor.error.pass.cpp | 100 void testException() { in testException() function 121 testException(); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/expected/expected.unexpected/ctor/ |
D | ctor.error.pass.cpp | 100 void testException() { in testException() function 121 testException(); in main()
|