Home
last modified time | relevance | path

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

12345678910>>...13

/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/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
DarrayCast.symbols8 // Should succeed, as the {} element causes the type of the array to be {}[]
Dfor-of17.types35 for (v of new NumberIterator) { } // Should succeed
Dfor-of18.types35 for (v of new StringIterator) { } // Should succeed
DinheritedMembersAndIndexSignaturesFromDifferentBases2.symbols18 interface C extends B, A<string> { } // Should succeed
DarrayCast.types12 // Should succeed, as the {} element causes the type of the array to be {}[]
/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/spirv-tools/tools/val/
Dval.cpp201 bool succeed = tools.Validate(contents.data(), contents.size(), options); in main() local
203 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/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/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js248 return this.succeed(execPath, version)
276 succeed (execPath, version) { method in PythonFinder
Dfind-visualstudio.js65 return this.succeed(info)
72 succeed (info) { method in VisualStudioFinder
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/
Dcoverage.txt9 3 YES The function shall always succeed.
/third_party/skia/resources/sksl/intrinsics/
DIsNan.sksl5 // NOTE: the ES3 spec does not mandate NaN support. This test may not succeed on some GPUs.
/third_party/curl/tests/data/
Dtest114519 # This command should not succeed since we only accept
Dtest151514 # the DNS cache timeout elapses and must succeed exactly like the first one.
/third_party/mesa3d/src/broadcom/ci/
Dbroadcom-rpi3-flakes.txt14 # CMA allocations that may sometimes succeed
/third_party/curl/docs/cmdline-opts/
Dno-sessionid.md22 you to succeed.
/third_party/glslang/Test/
DsamplerlessTextureFunctions.frag31 // These should all succeed.
/third_party/typescript/tests/cases/conformance/async/es2017/
Dawait_incorrectThisType.ts14 static succeed<A>(a: A): EPromise<never, A> { method in EPromise

12345678910>>...13