/third_party/boost/libs/log/test/run/ |
D | util_ipc_reliable_mq.cpp | 194 BOOST_CHECK(queue_a.send(message1, sizeof(message1) - 1u) == queue_t::succeeded); in BOOST_AUTO_TEST_CASE() 197 BOOST_CHECK(queue_b.receive(buffer, sizeof(buffer), message_size) == queue_t::succeeded); in BOOST_AUTO_TEST_CASE() 201 BOOST_CHECK(queue_a.send(message2, sizeof(message2) - 1u) == queue_t::succeeded); in BOOST_AUTO_TEST_CASE() 203 BOOST_CHECK(queue_b.receive(msg) == queue_t::succeeded); in BOOST_AUTO_TEST_CASE() 207 BOOST_CHECK(queue_a.send(message2, sizeof(message2) - 1u) == queue_t::succeeded); in BOOST_AUTO_TEST_CASE() 209 BOOST_CHECK(queue_b.receive(buf) == queue_t::succeeded); in BOOST_AUTO_TEST_CASE() 218 BOOST_CHECK(queue_a.send(message1, sizeof(message1) - 1u) == queue_t::succeeded); in BOOST_AUTO_TEST_CASE() 229 BOOST_CHECK(queue_a.send(message1, sizeof(message1) - 1u) == queue_t::succeeded); in BOOST_AUTO_TEST_CASE() 254 …ECK(queue_a.send(&send_data[0], static_cast< size_type >(send_data.size())) == queue_t::succeeded); in BOOST_AUTO_TEST_CASE() 258 …ECK(queue_a.send(&send_data[0], static_cast< size_type >(send_data.size())) == queue_t::succeeded); in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/boost/libs/thread/test/ |
D | test_time_jumps.cpp | 839 bool succeeded = t3.try_join_for(Helper::waitDur); in testTryJoinFor() local 842 …checkWaitTime<Helper>(Helper::waitDur, after - before, succeeded ? e_succeeded_bad : e_failed_good… in testTryJoinFor() 850 bool succeeded = t3.try_join_until(Helper::steadyNow() + Helper::waitDur); in testTryJoinUntilSteady() local 853 …checkWaitTime<Helper>(Helper::waitDur, after - before, succeeded ? e_succeeded_bad : e_failed_good… in testTryJoinUntilSteady() 861 bool succeeded = t3.try_join_until(Helper::systemNow() + Helper::waitDur); in testTryJoinUntilSystem() local 864 …elper::waitDur - typename Helper::milliseconds(jumpMs), after - before, succeeded ? e_succeeded_ba… in testTryJoinUntilSystem() 872 bool succeeded = t3.try_join_until(Helper::customNow() + Helper::waitDur); in testTryJoinUntilCustom() local 875 …elper::waitDur - typename Helper::milliseconds(jumpMs), after - before, succeeded ? e_succeeded_ba… in testTryJoinUntilCustom() 887 bool succeeded = t3.timed_join(ptDur); in testTimedJoinRelative() local 890 …checkWaitTime<Helper>(Helper::waitDur, after - before, succeeded ? e_succeeded_bad : e_failed_good… in testTimedJoinRelative() [all …]
|
/third_party/python/Tools/peg_generator/scripts/ |
D | find_max_nesting.py | 44 succeeded = True 45 while succeeded: 47 if succeeded: 48 succeeded = check_nested_expr(nesting_depth)
|
D | test_parse_directory.py | 44 succeeded: bool, 50 if short and succeeded: 53 if succeeded is True: 123 report_status(succeeded=True, file=file, verbose=verbose, short=short) 125 report_status(succeeded=False, file=file, verbose=verbose, error=error, short=short)
|
/third_party/skia/src/gpu/ |
D | GrTTopoSort.h | 42 bool succeeded = true; in GrTTopoSort_Visit() local 52 succeeded = false; in GrTTopoSort_Visit() 60 return succeeded; in GrTTopoSort_Visit() 92 bool succeeded = true; in GrTTopoSort() local 103 succeeded = false; in GrTTopoSort() 121 return succeeded; in GrTTopoSort()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | code_generator.cc | 55 bool succeeded = true; in GenerateAll() local 58 succeeded = Generate(file, parameter, generator_context, error); in GenerateAll() 59 if (!succeeded && error && error->empty()) { in GenerateAll() 68 if (!succeeded) { in GenerateAll() 72 return succeeded; in GenerateAll()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | fold_test.cpp | 86 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 89 EXPECT_TRUE(succeeded); in TEST_P() 785 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 788 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P() 789 if (succeeded && inst != nullptr) { in TEST_P() 876 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 879 EXPECT_TRUE(succeeded); in TEST_P() 880 if (succeeded && inst != nullptr) { in TEST_P() 929 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 932 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | fold_test.cpp | 86 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 89 EXPECT_TRUE(succeeded); in TEST_P() 787 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 790 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P() 791 if (succeeded && inst != nullptr) { in TEST_P() 878 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 881 EXPECT_TRUE(succeeded); in TEST_P() 882 if (succeeded && inst != nullptr) { in TEST_P() 931 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 934 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P() [all …]
|
/third_party/spirv-tools/test/opt/ |
D | fold_test.cpp | 86 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 89 EXPECT_TRUE(succeeded); in TEST_P() 731 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 734 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P() 735 if (succeeded && inst != nullptr) { in TEST_P() 813 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 816 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P() 817 if (succeeded && inst != nullptr) { in TEST_P() 864 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 867 EXPECT_TRUE(succeeded); in TEST_P() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
D | 16-1.c | 44 int pid, succeeded = 0; in main() local 136 succeeded = *(int *)pa; in main() 140 if (succeeded == 0) { in main() 145 if (succeeded > 1) { in main()
|
/third_party/curl/tests/data/ |
D | test1202 | 14 0Query query succeeded /foo foo.bar.invalid 70 29 "gopher://%HOSTIP:%GOPHERPORT/7/the/search/engine%09query%20succeeded/%TESTNUMBER" 37 /the/search/engine query succeeded/%TESTNUMBER
|
/third_party/jsoncpp/devtools/ |
D | batchbuild.py | 76 succeeded = self._execute_build_subprocess(cmd, self.desc.env(), self.cmake_log_path) 77 print('done' if succeeded else 'FAILED') 78 return succeeded 85 succeeded = self._execute_build_subprocess(cmd, self.desc.env(), self.build_log_path) 86 print('done' if succeeded else 'FAILED') 87 return succeeded 93 succeeded = (process.returncode == 0) 97 return succeeded
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/ |
D | io.h | 91 bool succeeded = WasFileCorrectlyRead<T>(fp, filename); in ReadBinaryFile() local 93 return succeeded; in ReadBinaryFile() 113 bool succeeded = WasFileCorrectlyRead<T>(fp, filename); in ReadTextFile() local 115 return succeeded; in ReadTextFile()
|
/third_party/skia/third_party/externals/spirv-tools/tools/ |
D | io.h | 91 bool succeeded = WasFileCorrectlyRead<T>(fp, filename); in ReadBinaryFile() local 93 return succeeded; in ReadBinaryFile() 113 bool succeeded = WasFileCorrectlyRead<T>(fp, filename); in ReadTextFile() local 115 return succeeded; in ReadTextFile()
|
/third_party/spirv-tools/tools/ |
D | io.h | 91 bool succeeded = WasFileCorrectlyRead<T>(fp, filename); in ReadBinaryFile() local 93 return succeeded; in ReadBinaryFile() 113 bool succeeded = WasFileCorrectlyRead<T>(fp, filename); in ReadTextFile() local 115 return succeeded; in ReadTextFile()
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | test-fast-dtoa.cc | 308 int succeeded = 0; in TEST() local 322 succeeded++; in TEST() 326 CHECK(succeeded*1.0/total > 0.99); in TEST() 337 int succeeded = 0; in TEST() local 351 succeeded++; in TEST() 355 CHECK(succeeded*1.0/total > 0.98); in TEST() 366 int succeeded = 0; in TEST() local 384 succeeded++; in TEST() 393 CHECK(succeeded*1.0/total > 0.85); in TEST()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | desktop.dart | 18 bool succeeded = true; 45 succeeded &= killResult.exitCode == 0; 49 succeeded = false; 51 return succeeded;
|
/third_party/boost/boost/process/ |
D | system.hpp | 43 bool succeeded = false; member 46 void on_success(Exec &) { succeeded = true; } in on_success() 68 if (!c.valid() || !check.succeeded) in system_impl()
|
/third_party/node/deps/npm/node_modules/es6-promise/lib/es6-promise/ |
D | -internal.js | 172 value, error, succeeded = true; 178 succeeded = false; 192 } else if (hasCallback && succeeded) { 194 } else if (succeeded === false) {
|
/third_party/boost/libs/log/example/doc/ |
D | util_ipc_reliable_mq_writer.cpp | 45 case queue_t::operation_result::succeeded: in main() 64 case queue_t::succeeded: in main()
|
/third_party/glib/gio/ |
D | gio-tool-mount.c | 287 gboolean succeeded; in mount_done_cb() local 291 succeeded = g_file_mount_enclosing_volume_finish (G_FILE (object), res, &error); in mount_done_cb() 293 if (!succeeded) in mount_done_cb() 355 gboolean succeeded; in unmount_done_cb() local 359 succeeded = g_mount_unmount_with_operation_finish (G_MOUNT (object), res, &error); in unmount_done_cb() 363 if (!succeeded) in unmount_done_cb() 411 gboolean succeeded; in eject_done_cb() local 415 succeeded = g_mount_eject_with_operation_finish (G_MOUNT (object), res, &error); in eject_done_cb() 419 if (!succeeded) in eject_done_cb() 951 gboolean succeeded; in mount_with_device_file_cb() local [all …]
|
/third_party/flutter/flutter/dev/devicelab/lib/framework/ |
D | framework.dart | 178 : succeeded = true, 203 : succeeded = false, 207 /// Whether the task succeeded. 208 final bool succeeded; 227 bool get failed => !succeeded; 248 'success': succeeded, 251 if (succeeded) {
|
/third_party/typescript/tests/baselines/reference/ |
D | taggedTemplateStringsWithOverloadResolution1.errors.txt | 42 …ggedTemplateStringsWithOverloadResolution1.ts:5:10: The call would have succeeded against this imp… 46 …ggedTemplateStringsWithOverloadResolution1.ts:5:10: The call would have succeeded against this imp… 54 …ggedTemplateStringsWithOverloadResolution1.ts:5:10: The call would have succeeded against this imp… 62 …ggedTemplateStringsWithOverloadResolution1.ts:5:10: The call would have succeeded against this imp… 70 …ggedTemplateStringsWithOverloadResolution1.ts:5:10: The call would have succeeded against this imp… 85 …ggedTemplateStringsWithOverloadResolution1.ts:5:10: The call would have succeeded against this imp…
|
D | taggedTemplateStringsWithOverloadResolution1_ES6.errors.txt | 42 …TemplateStringsWithOverloadResolution1_ES6.ts:5:10: The call would have succeeded against this imp… 46 …TemplateStringsWithOverloadResolution1_ES6.ts:5:10: The call would have succeeded against this imp… 54 …TemplateStringsWithOverloadResolution1_ES6.ts:5:10: The call would have succeeded against this imp… 62 …TemplateStringsWithOverloadResolution1_ES6.ts:5:10: The call would have succeeded against this imp… 70 …TemplateStringsWithOverloadResolution1_ES6.ts:5:10: The call would have succeeded against this imp… 85 …TemplateStringsWithOverloadResolution1_ES6.ts:5:10: The call would have succeeded against this imp…
|
D | optionalBindingParametersInOverloads1.errors.txt | 16 …ring/optionalBindingParametersInOverloads1.ts:2:10: The call would have succeeded against this imp… 19 …ring/optionalBindingParametersInOverloads1.ts:2:10: The call would have succeeded against this imp…
|