Home
last modified time | relevance | path

Searched refs:succeeded (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/third_party/boost/libs/log/test/run/
Dutil_ipc_reliable_mq.cpp194 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/
Dtest_time_jumps.cpp839 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/
Dfind_max_nesting.py44 succeeded = True
45 while succeeded:
47 if succeeded:
48 succeeded = check_nested_expr(nesting_depth)
Dtest_parse_directory.py44 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/
DGrTTopoSort.h42 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/
Dcode_generator.cc55 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/
Dfold_test.cpp86 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/
Dfold_test.cpp86 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/
Dfold_test.cpp86 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/
D16-1.c44 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/
Dtest120214 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/
Dbatchbuild.py76 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/
Dio.h91 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/
Dio.h91 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/
Dio.h91 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/
Dtest-fast-dtoa.cc308 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/
Ddesktop.dart18 bool succeeded = true;
45 succeeded &= killResult.exitCode == 0;
49 succeeded = false;
51 return succeeded;
/third_party/boost/boost/process/
Dsystem.hpp43 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.js172 value, error, succeeded = true;
178 succeeded = false;
192 } else if (hasCallback && succeeded) {
194 } else if (succeeded === false) {
/third_party/boost/libs/log/example/doc/
Dutil_ipc_reliable_mq_writer.cpp45 case queue_t::operation_result::succeeded: in main()
64 case queue_t::succeeded: in main()
/third_party/glib/gio/
Dgio-tool-mount.c287 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/
Dframework.dart178 : 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/
DtaggedTemplateStringsWithOverloadResolution1.errors.txt42 …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…
DtaggedTemplateStringsWithOverloadResolution1_ES6.errors.txt42 …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…
DoptionalBindingParametersInOverloads1.errors.txt16 …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…

12345678910>>...13