Home
last modified time | relevance | path

Searched refs:thrown (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/third_party/boost/libs/fiber/test/
Dtest_promise_dispatch.cpp181 bool thrown = false; in test_promise_get_future() local
185 thrown = true; in test_promise_get_future()
187 BOOST_CHECK( thrown); in test_promise_get_future()
193 thrown = false; in test_promise_get_future()
197 thrown = true; in test_promise_get_future()
199 BOOST_CHECK( thrown); in test_promise_get_future()
210 bool thrown = false; in test_promise_get_future_ref() local
214 thrown = true; in test_promise_get_future_ref()
216 BOOST_CHECK( thrown); in test_promise_get_future_ref()
222 thrown = false; in test_promise_get_future_ref()
[all …]
Dtest_promise_post.cpp181 bool thrown = false; in test_promise_get_future() local
185 thrown = true; in test_promise_get_future()
187 BOOST_CHECK( thrown); in test_promise_get_future()
193 thrown = false; in test_promise_get_future()
197 thrown = true; in test_promise_get_future()
199 BOOST_CHECK( thrown); in test_promise_get_future()
210 bool thrown = false; in test_promise_get_future_ref() local
214 thrown = true; in test_promise_get_future_ref()
216 BOOST_CHECK( thrown); in test_promise_get_future_ref()
222 thrown = false; in test_promise_get_future_ref()
[all …]
Dtest_packaged_task_dispatch.cpp256 bool thrown = false; in test_packaged_task_reset() local
260 thrown = true; in test_packaged_task_reset()
262 BOOST_CHECK( thrown); in test_packaged_task_reset()
304 bool thrown = false; in test_packaged_task_reset_move() local
308 thrown = true; in test_packaged_task_reset_move()
310 BOOST_CHECK( thrown); in test_packaged_task_reset_move()
332 bool thrown = false; in test_packaged_task_reset_void() local
336 thrown = true; in test_packaged_task_reset_void()
338 BOOST_CHECK( thrown); in test_packaged_task_reset_void()
351 bool thrown = false; in test_packaged_task_get_future() local
[all …]
Dtest_packaged_task_post.cpp256 bool thrown = false; in test_packaged_task_reset() local
260 thrown = true; in test_packaged_task_reset()
262 BOOST_CHECK( thrown); in test_packaged_task_reset()
304 bool thrown = false; in test_packaged_task_reset_move() local
308 thrown = true; in test_packaged_task_reset_move()
310 BOOST_CHECK( thrown); in test_packaged_task_reset_move()
332 bool thrown = false; in test_packaged_task_reset_void() local
336 thrown = true; in test_packaged_task_reset_void()
338 BOOST_CHECK( thrown); in test_packaged_task_reset_void()
351 bool thrown = false; in test_packaged_task_get_future() local
[all …]
Dtest_future_post.cpp209 bool thrown = false; in test_future_get() local
213 thrown = true; in test_future_get()
216 BOOST_CHECK( thrown); in test_future_get()
238 bool thrown = false; in test_future_get_move() local
242 thrown = true; in test_future_get_move()
245 BOOST_CHECK( thrown); in test_future_get_move()
268 bool thrown = false; in test_future_get_ref() local
272 thrown = true; in test_future_get_ref()
275 BOOST_CHECK( thrown); in test_future_get_ref()
297 bool thrown = false; in test_future_get_void() local
[all …]
Dtest_future_dispatch.cpp209 bool thrown = false; in test_future_get() local
213 thrown = true; in test_future_get()
216 BOOST_CHECK( thrown); in test_future_get()
238 bool thrown = false; in test_future_get_move() local
242 thrown = true; in test_future_get_move()
245 BOOST_CHECK( thrown); in test_future_get_move()
268 bool thrown = false; in test_future_get_ref() local
272 thrown = true; in test_future_get_ref()
275 BOOST_CHECK( thrown); in test_future_get_ref()
297 bool thrown = false; in test_future_get_void() local
[all …]
Dtest_shared_future_post.cpp182 bool thrown = false; in test_shared_future_get() local
186 thrown = true; in test_shared_future_get()
189 BOOST_CHECK( thrown); in test_shared_future_get()
211 bool thrown = false; in test_shared_future_get_move() local
215 thrown = true; in test_shared_future_get_move()
218 BOOST_CHECK( thrown); in test_shared_future_get_move()
241 bool thrown = false; in test_shared_future_get_ref() local
245 thrown = true; in test_shared_future_get_ref()
248 BOOST_CHECK( thrown); in test_shared_future_get_ref()
270 bool thrown = false; in test_shared_future_get_void() local
[all …]
Dtest_shared_future_dispatch.cpp182 bool thrown = false; in test_shared_future_get() local
186 thrown = true; in test_shared_future_get()
189 BOOST_CHECK( thrown); in test_shared_future_get()
211 bool thrown = false; in test_shared_future_get_move() local
215 thrown = true; in test_shared_future_get_move()
218 BOOST_CHECK( thrown); in test_shared_future_get_move()
241 bool thrown = false; in test_shared_future_get_ref() local
245 thrown = true; in test_shared_future_get_ref()
248 BOOST_CHECK( thrown); in test_shared_future_get_ref()
270 bool thrown = false; in test_shared_future_get_void() local
[all …]
/third_party/boost/libs/program_options/test/
Drequired_test.cpp26 bool thrown = false; in required_throw_test() local
31 thrown = false; in required_throw_test()
38 thrown = true; in required_throw_test()
40 BOOST_CHECK(thrown); in required_throw_test()
47 thrown = false; in required_throw_test()
53 thrown = true; in required_throw_test()
55 BOOST_CHECK(!thrown); in required_throw_test()
70 bool thrown = false; in simple_required_test() local
75 thrown = false; in simple_required_test()
83 thrown = true; in simple_required_test()
[all …]
/third_party/boost/libs/process/test/
Dthrow_on_error.cpp20 bool thrown = false; in main() local
26 thrown = false; in main()
30 thrown = true; in main()
32 BOOST_TEST(thrown); in main()
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/issue_tests/
DIssue28Tests.java67 boolean thrown = false; in testStreamVsBytes()
73 thrown = true; in testStreamVsBytes()
75 assertTrue("IndexOutOfBoundsException was expected but was not thrown.", thrown); in testStreamVsBytes()
80 boolean thrown = false; in testStreamVsBytes()
86 thrown = true; in testStreamVsBytes()
88 assertTrue("IndexOutOfBoundsException was expected but was not thrown.", thrown); in testStreamVsBytes()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/issue_tests/
DIssue28Tests.java67 boolean thrown = false; in testStreamVsBytes()
73 thrown = true; in testStreamVsBytes()
75 assertTrue("IndexOutOfBoundsException was expected but was not thrown.", thrown); in testStreamVsBytes()
80 boolean thrown = false; in testStreamVsBytes()
86 thrown = true; in testStreamVsBytes()
88 assertTrue("IndexOutOfBoundsException was expected but was not thrown.", thrown); in testStreamVsBytes()
/third_party/json/doc/mkdocs/docs/features/element_access/
Dchecked_access.md48 … than or equal to the array size) or the passed object key is non-existing, an exception is thrown.
67 …types, a [`basic_json::type_error`](../../home/exceptions.md#jsonexceptiontype_error304) is thrown.
68 …_range` exception](../../home/exceptions.md#out-of-range) exceptions are thrown if the provided ke…
76 …ct key | `basic_json::out_of_range` exception is thrown | `basic_json::out_of_range` exception is
77 … index | `basic_json::out_of_range` exception is thrown | `basic_json::out_of_range` exception is
/third_party/boost/libs/fiber/examples/
Dwait_stuff.cpp336 std::string thrown; in __anon9c9826e50d02() local
343 thrown = e.what(); in __anon9c9826e50d02()
345 std::cout << "wait_first_outcome(fail) threw '" << thrown in __anon9c9826e50d02()
347 assert(thrown == "wfof_first"); in __anon9c9826e50d02()
446 std::string thrown; in __anon9c9826e51402() local
454 thrown = e.what(); in __anon9c9826e51402()
457 thrown = e.what(); in __anon9c9826e51402()
459 std::cout << "wait_first_success(fail) threw '" << thrown << "': " in __anon9c9826e51402()
461 assert(thrown == "wait_first_success() produced only errors"); in __anon9c9826e51402()
777 std::string thrown; in __anon9c9826e52c02() local
[all …]
Dadapt_callbacks.cpp281 std::string thrown; in main() local
286 thrown = e.what(); in main()
288 assert( thrown == make_exception("write", 2).what() ); in main()
304 thrown.clear(); in main()
309 thrown = e.what(); in main()
311 assert( thrown == make_exception("read", 4).what() ); in main()
/third_party/node/test/parallel/
Dtest-events-on-async-iterator.js56 let thrown = false;
64 thrown = true;
67 assert.strictEqual(thrown, true);
81 let thrown = false;
89 thrown = true;
92 assert.strictEqual(thrown, true);
193 let thrown = false;
211 thrown = true;
214 assert.strictEqual(thrown, true);
/third_party/flutter/flutter/dev/automated_tests/flutter_test/
Dexception_handling_expectation.txt3 The following message was thrown running a test:
6 When the exception was thrown, this was the stack:
22 The following assertion was thrown running a test:
25 When the exception was thrown, this was the stack:
41 The following message was thrown running a test:
44 When the exception was thrown, this was the stack:
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/
Dexceptions.dart9 /// An exception thrown when a rule declares an input that does not exist on
28 /// An exception thrown if we detect a cycle in the dependencies of a target.
39 /// An exception thrown when a pattern is invalid.
49 /// An exception thrown when a rule declares an output that was not produced
68 /// An exception thrown when in output is placed outside of
83 /// An exception thrown if a build action is missing a required define.
/third_party/flutter/flutter/packages/flutter/test/foundation/
Dassertions_test.dart55 'The following message was thrown CONTEXTING:\n'
71 'The following Null object was thrown CONTEXTING:\n'
86 'The following message was thrown CONTEXTING:\n'
101 'The following message was thrown CONTEXTING SomeContext(BlaBla):\n'
112 'The following message was thrown:\n'
119 'The following Null object was thrown:\n'
233 'The following assertion was thrown:\n'
250 'The following assertion was thrown:\n'
280 'The following assertion was thrown:\n'
315 'The following assertion was thrown:\n'
[all …]
Derror_reporting_test.dart69 'The following assertion was thrown testing the error handling logic:\n'
79 'When the exception was thrown, this was the stack:\n'
95 expect(console.join('\n'), 'Another exception was thrown: Message goes here.');
107 'The following assertion was thrown:\n'
128 'Another exception was thrown: '
153 'The following assertion was thrown testing the error handling logic:\n'
162 'When the exception was thrown, this was the stack:\n'
178 …expect(console.join('\n'), matches('Another exception was thrown: \'[^\']+flutter/test/foundation/…
191 'The following NoSuchMethodError was thrown:\n'
200 expect(console.join('\n'), 'Another exception was thrown: NoSuchMethodError: Receiver: 5');
[all …]
/third_party/boost/libs/thread/doc/
Dsync_queues_ref.qbk74 [[Throws:] [Any exception thrown by the internal locking.]]
132 [[Throws:] [If the queue was closed, throws sync_queue_is_closed. Any exception thrown by the copy …
134 [[Exception safety:] [If an exception is thrown then the queue state is unmodified.]]
152 [[Throws:] [If the queue is closed, throws sync_queue_is_closed. Any exception thrown by the copy o…
154 [[Exception safety:] [If an exception is thrown then the queue state is unmodified.]]
172 [[Throws:] [Any exception thrown by the move of `e`.]]
174 [[Exception safety:] [If an exception is thrown then the queue state is unmodified.]]
196 [[Throws:] [Any exception thrown by the copy of `e`.]]
198 [[Exception safety:] [If an exception is thrown then the queue state is unmodified.]]
221 [[Throws:] [Any exception thrown by the move of `e`. Any exception throw when allocation resources …
[all …]
Dsynchronized_value_ref.qbk139 [[Throws:] [Any exception thrown by `value_type()`.]]
155 [[Throws:] [Any exception thrown by `value_type(other)`.]]
170 [[Throws:] [Any exception thrown by `value_type()` or `value_type& operator=(value_type&)` or `mtx_…
185 [[Throws:] [Any exception thrown by `value_type(value_type&&)`.]]
200 [[Throws:] [Any exception thrown by `value_type(value_type&&)` or `mtx_.lock()`.]]
216 [[Throws:] [Any exception thrown by `value_type& operator(value_type const&)` or `mtx_.lock()`.]]
231 [[Throws:] [Any exception thrown by `value_type& operator(value_type const&)` or `mtx_.lock()`.]]
246 [[Throws:] [Any exception thrown by `value_type(value_type const&)` or `mtx_.lock()`.]]
264 [[Throws:] [Any exception thrown by `value_type(value_type const&)` or `mtx_.lock()`.]]
279 [[Throws:] [Any exception thrown by `swap(value_, rhs.value)` or `mtx_.lock()` or `rhs_.mtx_.lock()…
[all …]
/third_party/node/deps/npm/node_modules/read-cmd-shim/
Dindex.js29 function wrapError (thrown, newError) { argument
30 newError.message = thrown.message
31 newError.code = thrown.code
/third_party/boost/libs/interprocess/test/
Dxsi_shared_memory_mapping_test.cpp82 bool thrown = false; in main() local
87 thrown = true; in main()
89 if(thrown == false){ in main()
/third_party/boost/libs/outcome/doc/src/content/reference/policies/
Dthrow_bad_result_access.md3 description = "Policy class defining that `bad_result_access_with<EC>` should be thrown on incorrec…
6thrown on incorrect wide value observation. The primary purpose of this policy is to enable standi…

12345678910>>...21