Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 993) sorted by relevance

12345678910>>...40

/openbsd-src/lib/libexpat/tests/
H A Dacc_tests.c60 struct AccountingTestCase cases[] = { in START_TEST() local
241 const size_t countCases = sizeof(cases) / sizeof(cases[0]); in START_TEST()
245 = strlen(cases[u].primaryText); in START_TEST()
247 = (cases[u].firstExternalText ? strlen(cases[u].firstExternalText) : 0) in START_TEST()
248 + (cases[u].secondExternalText ? strlen(cases[u].secondExternalText) in START_TEST()
250 + cases[u].expectedCountBytesIndirectExtra; in START_TEST()
254 if (cases[u].firstExternalText) { in START_TEST()
257 XML_SetUserData(parser, (void *)&cases[u]); in START_TEST()
261 = _XML_Parse_SINGLE_BYTES(parser, cases[u].primaryText, in START_TEST()
262 (int)strlen(cases[u].primaryText), XML_TRUE); in START_TEST()
[all …]
H A Dns_tests.c688 struct test_case cases[] = { in START_TEST() local
696 for (; i < sizeof(cases) / sizeof(cases[0]); i++) { in START_TEST()
697 set_subtest("%s", cases[i].doc); in START_TEST()
698 XML_Parser parser = XML_ParserCreateNS(NULL, cases[i].namesep); in START_TEST()
700 if (_XML_Parse_SINGLE_BYTES(parser, cases[i].doc, (int)strlen(cases[i].doc), in START_TEST()
702 != cases[i].expectedStatus) { in START_TEST()
H A Dbasic_tests.c327 struct TestCase cases[] = { in START_TEST() local
347 for (; i < sizeof(cases) / sizeof(*cases); i++) { in START_TEST()
348 const char *fromLim = cases[i].input + strlen(cases[i].input); in START_TEST()
352 _INTERNAL_trim_to_complete_utf8_characters(cases[i].input, &fromLim); in START_TEST()
355 if (actualMovementInChars != cases[i].expectedMovementInChars) { in START_TEST()
360 (unsigned)(i + 1), (int)cases[i].expectedMovementInChars, in START_TEST()
362 for (; j < strlen(cases[i].input); j++) { in START_TEST()
363 printf("\\x%02x", (unsigned char)cases[ in START_TEST()
1211 struct TestCase cases[] = { START_TEST() local
1697 struct CaseData cases[] START_TEST() local
1761 struct CaseData cases[] = { START_TEST() local
4660 struct test_case cases[] = { START_TEST() local
[all...]
/openbsd-src/regress/lib/libc/arch/alpha/divremtest/
H A DMakefile7 CLEANFILES+= mkcases cases.c mktestcases testcases
9 divremtest.c: cases.c
11 cases.c: mkcases
12 /bin/rm -f cases.c
13 mkcases > cases.c
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D060_http_date.t12 my @cases = (
21 plan tests => 1 + @cases;
23 is(HTTP::Tiny->_http_date($epoch), $cases[0][0], "epoch -> RFC822/RFC1123");
25 for my $c ( @cases ) {
H A D160_cookies.t25 my @cases = split /--+\n/, $data;
29 while (@cases) {
30 my ($params, $expect_req, $give_res) = splice( @cases, 0, 3 );
H A D002_croakage.t20 my @cases = (
41 for my $c ( @cases ) {
H A D141_no_proxy.t17 my @cases = (
44 for my $c (@cases) {
/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/
H A Dhuge.t43 my @cases = (
62 push @cases,
77 push @cases,
86 plan tests => 2 * scalar @cases;
88 for (@cases) {
/openbsd-src/usr.bin/rpcgen/
H A Drpc_parse.c292 case_list *cases; local
303 tailp = &defp->def.un.cases;
309 cases = malloc(sizeof(case_list));
310 cases->case_name = tok.str;
317 cases->contflag=1; /* continued case statement */
318 *tailp = cases;
319 tailp = &cases->next;
320 cases = malloc(sizeof(case_list));
321 cases->case_name = tok.str;
325 *tailp = cases;
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/t/
H A Dtrailing_comma.t12 my @cases = ({
85 plan tests => $tests_per_case * @cases;
87 for my $case (@cases) {
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/
H A D__init__.py15 import tests.functional.cases
22 suite.addTests(loader.loadTestsFromModule(tests.functional.cases))
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMSA.txt6 the implementation. In a small number of cases, this can cause different
19 same cases. andi.b should use fractionally less power than bclri.b in
24 constant since shf.w covers exactly the same cases. shf.w is used
48 It is not possible to emit splati.w since shf.w covers the same cases.
79 for both cases.
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dsvcatpvf.t8 my @cases = (
15 for my $case (@cases) {
/openbsd-src/gnu/llvm/lldb/docs/status/
H A Dgoals.rst5 common cases for C applications, but don't handle many "hard cases" properly.
7 multi-threading, and other non-trivial scenarios all work in some base cases,
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/
H A DREADME6 These are my test-cases in DejaGnu format.
13 I have about a hundred or so unsorted test-cases which are not
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dsuite.py36 cases = 0
38 cases += test.countTestCases()
39 return cases
/openbsd-src/gnu/llvm/lld/docs/ELF/
H A Dwarn_backrefs.rst37 The ``warn-backrefs`` option provides information that helps identify cases
50 violations (albeit unable to catch all cases). There are two cases where GNU ld
81 There are two cases like a library sandwich where GNU ld will select a
92 redundant but benign. In some cases ``A.a`` and ``B`` should be surrounded by
/openbsd-src/gnu/usr.bin/perl/dist/XSLoader/t/
H A DXSLoader.t140 my @cases = (
145 for my $case (@cases) {
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Dconverter-fragments.t17 my @cases = (
150 for my $c (@cases) {
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/
H A D12_write.t31 my @cases = (
43 for my $c ( @cases ) {
/openbsd-src/gnu/llvm/llvm/utils/vscode/llvm/
H A Dtsconfig.json14 …// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement.…
/openbsd-src/gnu/llvm/llvm/docs/
H A DBugpointRedesign.md12 quality test cases, etc. This document proposes a new approach with a narrower
13 focus: minimization of IR test cases.
21 cases that still have the same property as the original one. This will be done
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DSERVICE2 support services for GNU software for a fee or in some cases at no
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbugs.texi139 Version 0.5.18 improves cases like this---specifically,
140 cases of @emph{sparse} initialization that leave large, contiguous
142 However, even with the improvements, these cases still
145 (Version 0.5.18 also improves cases where the initial values are
163 and time to handle such cases.
184 reflect sparse cases.

12345678910>>...40