/third_party/ltp/testcases/kernel/syscalls/fork/ |
D | fork06.c | 55 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/ |
D | secureprintoutput_w.c | 101 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/ |
D | GrpcIosTestUITests.m | 146 // 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/ |
D | propertyParameterWithQuestionMark.types | 10 var v: C = {}; // Should succeed 18 v = v2; // Should succeed
|
D | propertyParameterWithQuestionMark.errors.txt | 11 var v: C = {}; // Should succeed 13 v = v2; // Should succeed
|
D | propertyParameterWithQuestionMark.symbols | 10 var v: C = {}; // Should succeed 18 v = v2; // Should succeed
|
D | inheritedMembersAndIndexSignaturesFromDifferentBases2.types | 12 interface C extends B, A<string> { } // Should succeed
|
D | for-of17.errors.txt | 18 for (v of new NumberIterator) { } // Should succeed
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | find-visualstudio.js | 64 return this.succeed(info) 68 return this.succeed(info) 72 return this.succeed(info) 80 succeed: function succeed (info) {
|
D | find-python.js | 246 this.succeed(execPath, version) 278 succeed: function succeed (execPath, version) {
|
/third_party/grpc/doc/ |
D | status_ordering.md | 5 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/ |
D | converter_lexical_streams.hpp | 527 … 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/ |
D | rununittests.py | 49 succeed, result = test_proxy.run(['--test', name]) 50 if succeed:
|
/third_party/boost/libs/spirit/classic/test/ |
D | for_tests.cpp | 87 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/ |
D | val.cpp | 168 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/ |
D | gstglsl.c | 184 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/ |
D | range-test.c | 60 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/ |
D | build_log.py | 349 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/ |
D | val.cpp | 194 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/ |
D | val.cpp | 198 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/ |
D | val.cpp | 198 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/ |
D | finally.js | 41 function succeed() { function 77 succeed, fail, undefined, this, undefined);
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | MetalAutoreleasePoolTests.mm | 43 // Submitting the command buffer should succeed. 57 // Submitting the command buffer should succeed.
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/ |
D | coverage.txt | 9 3 YES The function shall always succeed.
|
/third_party/boost/libs/spirit/doc/lex/ |
D | lexer_quickstart3.qbk | 30 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
|