Home
last modified time | relevance | path

Searched refs:succeed (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/third_party/ltp/testcases/kernel/syscalls/fork/
Dfork06.c55 int i, pid, status, childpid, succeed, fail; in main() local
65 succeed = 0; in main()
81 succeed++; in main()
85 tst_resm(TINFO, "successes %d", succeed); in main()
/third_party/mindspore/third_party/securec/src/
Dsecureprintoutput_w.c101 int succeed = 0; in SecPutWcharStrEndingZero() local
108 succeed = 1; in SecPutWcharStrEndingZero()
110 return succeed; in SecPutWcharStrEndingZero()
/third_party/grpc/src/objective-c/manual_tests/GrpcIosTestUITests/
DGrpcIosTestUITests.m146 // Bring test app to foreground and make a unary call. Call should succeed
165 // Bring test app to foreground and make a streaming call. Call should succeed.
182 // Bring test app to foreground and make a unary call. The call should succeed
207 // Unary call should succeed
255 // The call will fail if the stream gets a read error, else the call will succeed.
258 // Make another unary call, it should succeed
293 // Phone should switch to cellular connection, call should succeed
300 // Call should succeed after turning wifi back on
326 // Call should succeed after turning wifi back on
/third_party/typescript/tests/baselines/reference/
DpropertyParameterWithQuestionMark.types10 var v: C = {}; // Should succeed
18 v = v2; // Should succeed
DpropertyParameterWithQuestionMark.errors.txt11 var v: C = {}; // Should succeed
13 v = v2; // Should succeed
DpropertyParameterWithQuestionMark.symbols10 var v: C = {}; // Should succeed
18 v = v2; // Should succeed
DinheritedMembersAndIndexSignaturesFromDifferentBases2.types12 interface C extends B, A<string> { } // Should succeed
Dfor-of17.errors.txt18 for (v of new NumberIterator) { } // Should succeed
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-visualstudio.js64 return this.succeed(info)
68 return this.succeed(info)
72 return this.succeed(info)
80 succeed: function succeed (info) {
Dfind-python.js246 this.succeed(execPath, version)
278 succeed: function succeed (execPath, version) {
/third_party/grpc/doc/
Dstatus_ordering.md5 1. Reads and Writes Must not succeed after Status has been delivered.
7 3. Reads May continue to succeed after a failing write.
/third_party/boost/boost/lexical_cast/detail/
Dconverter_lexical_streams.hpp527 … bool const succeed = lcast_ret_unsigned<Traits, Type, CharT>(output, start, finish).convert(); in shr_unsigned() local
533 return succeed; in shr_unsigned()
550 … bool succeed = lcast_ret_unsigned<Traits, utype, CharT>(out_tmp, start, finish).convert(); in shr_signed() local
553 succeed = succeed && out_tmp<=comp_val; in shr_signed()
557 succeed = succeed && out_tmp<=comp_val; in shr_signed()
560 return succeed; in shr_signed()
/third_party/jsoncpp/test/
Drununittests.py49 succeed, result = test_proxy.run(['--test', name])
50 if succeed:
/third_party/boost/libs/spirit/classic/test/
Dfor_tests.cpp87 bool succeed, in test_for() argument
100 bool result = (succeed==m.full)?good:bad; in test_for()
/third_party/flutter/skia/third_party/externals/spirv-tools/tools/val/
Dval.cpp168 bool succeed = tools.Validate(contents.data(), contents.size(), options); in main() local
170 return !succeed; in main()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglsl.c184 static const struct {const gchar *name; gboolean succeed; GstGLSLVersion version; GstGLSLProfile pr… member
314 fail_unless (glsl_str_map[i].succeed == in GST_START_TEST()
317 glsl_str_map[i].name, glsl_str_map[i].succeed ? "false" : "true"); in GST_START_TEST()
318 if (glsl_str_map[i].succeed) { in GST_START_TEST()
/third_party/libsoup/tests/
Drange-test.c60 int start, int end, gboolean succeed) in do_single_range() argument
69 if (!succeed) { in do_single_range()
97 int start, int end, gboolean succeed) in request_single_range() argument
103 do_single_range (session, msg, start, end, succeed); in request_single_range()
/third_party/boost/libs/predef/tools/ci/
Dbuild_log.py349 succeed = test['result'] == 'succeed'
351 succeed = test['actions'][-1]['result'] == 'succeed'
352 if succeed:
356 if succeed:
361 self.print_action(succeed, action)
/third_party/spirv-tools/tools/val/
Dval.cpp194 bool succeed = tools.Validate(contents.data(), contents.size(), options); in main() local
196 return !succeed; in main()
/third_party/skia/third_party/externals/spirv-tools/tools/val/
Dval.cpp198 bool succeed = tools.Validate(contents.data(), contents.size(), options); in main() local
200 return !succeed; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/val/
Dval.cpp198 bool succeed = tools.Validate(contents.data(), contents.size(), options); in main() local
200 return !succeed; in main()
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dfinally.js41 function succeed() { function
77 succeed, fail, undefined, this, undefined);
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DMetalAutoreleasePoolTests.mm43 // Submitting the command buffer should succeed.
57 // Submitting the command buffer should succeed.
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/
Dcoverage.txt9 3 YES The function shall always succeed.
/third_party/boost/libs/spirit/doc/lex/
Dlexer_quickstart3.qbk30 components succeed matching their input whenever the corresponding token type
96 succeed if the regular expression used to define
101 Parsing of this component will succeed if the
106 succeed if the current token has the same token

12345678910>>...16