/third_party/boost/libs/beast/test/beast/core/ |
D | _detail_read.cpp | 64 bool invoked = false; 66 [&invoked, &ec](error_code ec_, std::size_t) 69 invoked = true; 72 BEAST_EXPECT(invoked); 84 bool invoked = false; 86 [&invoked, &ec](error_code ec_, std::size_t) 89 invoked = true; 92 BEAST_EXPECT(invoked);
|
D | flat_stream.cpp | 88 bool invoked; in testMembers() local 90 invoked = false; in testMembers() 94 invoked = true; in testMembers() 99 BEAST_EXPECT(invoked); in testMembers() 101 invoked = false; in testMembers() 105 invoked = true; in testMembers() 110 BEAST_EXPECT(invoked); in testMembers()
|
/third_party/boost/libs/parameter/test/ |
D | evaluate_category.hpp | 11 enum invoked enum 173 static test::invoked evaluate_category(T const&) in evaluate_category() 178 static test::invoked evaluate_category(T&) in evaluate_category() 184 static test::invoked evaluate_category(T const&&) in evaluate_category() 189 static test::invoked evaluate_category(T&&) in evaluate_category() 199 static test::invoked evaluate_category(std::bitset<N + 1> const&) in evaluate_category() 205 static test::invoked evaluate_category(std::bitset<N + 1>&) in evaluate_category() 212 static test::invoked evaluate_category(std::bitset<N + 1> const&&) in evaluate_category() 218 static test::invoked evaluate_category(std::bitset<N + 1>&&) in evaluate_category()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | actions_test.dart | 41 test('$Action passes parameters on when invoked.', () { 42 bool invoked = false; 45 invoked = true; 52 expect(invoked, isTrue); 56 bool invoked = false; 63 invoked = true; 72 expect(invoked, isTrue); 99 bool invoked = false; 108 invoked = true; 125 expect(invoked, isTrue); [all …]
|
D | shortcuts_test.dart | 208 bool invoked = false; 213 invoked = true; 232 expect(invoked, isTrue); 239 bool invoked = false; 249 invoked = true; 268 expect(invoked, isTrue);
|
/third_party/boost/libs/compute/test/ |
D | test_buffer.cpp | 137 bool invoked = false; in BOOST_AUTO_TEST_CASE() local 140 buf.set_destructor_callback(destructor_callback_function, &invoked); in BOOST_AUTO_TEST_CASE() 145 lock, std::chrono::seconds(1), [&](){ return invoked; } in BOOST_AUTO_TEST_CASE() 147 BOOST_CHECK(invoked == true); in BOOST_AUTO_TEST_CASE() 167 bool invoked = false; in BOOST_AUTO_TEST_CASE() local 170 buf.set_destructor_callback(boost::bind(destructor_templated_callback_function, &invoked)); in BOOST_AUTO_TEST_CASE() 175 lock, std::chrono::seconds(1), [&](){ return invoked; } in BOOST_AUTO_TEST_CASE() 178 BOOST_CHECK(invoked == true); in BOOST_AUTO_TEST_CASE()
|
/third_party/abseil-cpp/absl/strings/ |
D | cord_test.cc | 982 bool invoked = false; in TEST() local 983 auto releaser = [&invoked](absl::string_view) { invoked = true; }; in TEST() 986 EXPECT_TRUE(invoked); in TEST() 996 bool invoked = false; in TEST() local 997 auto releaser = [&invoked](absl::string_view) { invoked = true; }; in TEST() 1000 EXPECT_FALSE(invoked); in TEST() 1002 EXPECT_TRUE(invoked); in TEST() 1006 bool invoked = false; in TEST() local 1007 auto releaser = [&invoked](absl::string_view) { invoked = true; }; in TEST() 1013 EXPECT_FALSE(invoked); in TEST() [all …]
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 085-incorrect-argument-count.c.expected | 1 0:2(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2) 3 0:3(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2) 5 0:4(1): preprocessor error: Error: macro MULT invoked with 3 arguments (expected 2)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | cord_test.cc | 1070 bool invoked = false; in TEST_P() local 1071 auto releaser = [&invoked](absl::string_view) { invoked = true; }; in TEST_P() 1074 EXPECT_TRUE(invoked); in TEST_P() 1084 bool invoked = false; in TEST_P() local 1085 auto releaser = [&invoked](absl::string_view) { invoked = true; }; in TEST_P() 1088 EXPECT_FALSE(invoked); in TEST_P() 1090 EXPECT_TRUE(invoked); in TEST_P() 1094 bool invoked = false; in TEST_P() local 1095 auto releaser = [&invoked](absl::string_view) { invoked = true; }; in TEST_P() 1101 EXPECT_FALSE(invoked); in TEST_P() [all …]
|
/third_party/node/doc/api/ |
D | n-api.md | 499 * `[in] env`: The environment that the Node-API call is invoked under. 528 * `[in] env`: The environment that the Node-API call is invoked under. 611 to native functions when they're invoked, and it must be passed back when 751 invoked. 863 functions) that can be passed as parameters when `js_callback` is invoked. 965 * `[in] env`: The environment that the API is invoked under. 1010 code where the native method was invoked. The behavior of most Node-API calls 1073 * `[in] env`: The environment that the API is invoked under. 1092 * `[in] env`: The environment that the API is invoked under. 1112 * `[in] env`: The environment that the API is invoked under. [all …]
|
/third_party/boost/libs/outcome/doc/src/content/reference/functions/hooks/ |
D | hook_result_construction.md | 3 description = "ADL discovered free function hook invoked by the implicit constructors of `basic_res… 6 One of the constructor hooks for {{% api "basic_result<T, E, NoValuePolicy>" %}}, generally invoked…
|
D | hook_outcome_construction.md | 3 description = "ADL discovered free function hook invoked by the implicit constructors of `basic_out… 6 …oks for {{% api "basic_outcome<T, EC, EP, NoValuePolicy>" %}}, generally invoked by the implicit c…
|
D | hook_outcome_construction2.md | 3 description = "ADL discovered free function hook invoked by the implicit constructors of `basic_out… 6 …oks for {{% api "basic_outcome<T, EC, EP, NoValuePolicy>" %}}, generally invoked by the implicit c…
|
D | hook_result_in_place_construction.md | 3 description = "ADL discovered free function hook invoked by the in-place constructors of `basic_res… 6 One of the constructor hooks for {{% api "basic_result<T, E, NoValuePolicy>" %}}, generally invoked…
|
D | hook_outcome_in_place_construction.md | 3 description = "ADL discovered free function hook invoked by the in-place constructors of `basic_out… 6 …oks for {{% api "basic_outcome<T, EC, EP, NoValuePolicy>" %}}, generally invoked by the in-place c…
|
D | hook_result_move_construction.md | 3 description = "ADL discovered free function hook invoked by the converting move constructors of `ba… 6 One of the constructor hooks for {{% api "basic_result<T, E, NoValuePolicy>" %}}, generally invoked…
|
D | hook_outcome_move_construction.md | 3 description = "ADL discovered free function hook invoked by the converting move constructors of `ba… 6 …oks for {{% api "basic_outcome<T, EC, EP, NoValuePolicy>" %}}, generally invoked by the converting…
|
D | hook_result_copy_construction.md | 3 description = "ADL discovered free function hook invoked by the converting copy constructors of `ba… 6 One of the constructor hooks for {{% api "basic_result<T, E, NoValuePolicy>" %}}, generally invoked…
|
D | hook_outcome_copy_construction.md | 3 description = "ADL discovered free function hook invoked by the converting copy constructors of `ba… 6 …oks for {{% api "basic_outcome<T, EC, EP, NoValuePolicy>" %}}, generally invoked by the converting…
|
D | hook_outcome_move_construction2.md | 3 description = "ADL discovered free function hook invoked by the converting move constructors of `ba… 6 …oks for {{% api "basic_outcome<T, EC, EP, NoValuePolicy>" %}}, generally invoked by the converting…
|
D | hook_outcome_copy_construction2.md | 3 description = "ADL discovered free function hook invoked by the converting copy constructors of `ba… 6 …oks for {{% api "basic_outcome<T, EC, EP, NoValuePolicy>" %}}, generally invoked by the converting…
|
/third_party/boost/tools/build/src/util/ |
D | indirect.jam | 29 # below. Otherwise, the rule will be invoked in the module of this rule's 49 # supplied, the result will be invoked (by 'call', below) in the module of the 77 # Returns the module name in which the given indirect rule will be invoked. 90 # Returns the rulename that will be called when x is invoked.
|
/third_party/typescript/tests/baselines/reference/ |
D | missingCommaInTemplateStringsArray.errors.txt | 1 …ate these two template expressions. They form a tagged template expression which cannot be invoked. 8 …ate these two template expressions. They form a tagged template expression which cannot be invoked.
|
/third_party/boost/boost/beast/http/impl/ |
D | write.hpp | 49 bool invoked = false; member in boost::beast::http::detail::write_some_op::lambda 67 invoked = true; in operator ()() 99 BOOST_ASSERT(! f.invoked); in operator ()() 110 if(f.invoked) in operator ()() 423 bool invoked = false; member in boost::beast::http::detail::write_some_lambda 437 invoked = true; in operator ()() 449 bool invoked = false; member in boost::beast::http::detail::write_lambda 463 invoked = true; in operator ()() 484 if(f.invoked) in write_some_impl() 625 BOOST_ASSERT(f.invoked); in write_header()
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | write.hpp | 49 bool invoked = false; member in boost::beast::http::detail::write_some_op::lambda 67 invoked = true; in operator ()() 99 BOOST_ASSERT(! f.invoked); in operator ()() 110 if(f.invoked) in operator ()() 423 bool invoked = false; member in boost::beast::http::detail::write_some_lambda 437 invoked = true; in operator ()() 449 bool invoked = false; member in boost::beast::http::detail::write_lambda 463 invoked = true; in operator ()() 484 if(f.invoked) in write_some_impl() 625 BOOST_ASSERT(f.invoked); in write_header()
|