Home
last modified time | relevance | path

Searched refs:case1 (Results 1 – 25 of 1636) sorted by relevance

12345678910>>...66

/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-absorb-filefixupstate.py90 testfilefixup(case1, b'123', case1)
100 testfilefixup(case1, b'abcd', case1)
101 testfilefixup(case1, b'ab', case1)
114 testfilefixup(case1, b'1bbb', case1)
115 testfilefixup(case1, b'bbbb', case1)
116 testfilefixup(case1, b'bbb3', case1)
117 testfilefixup(case1, b'1b', case1)
118 testfilefixup(case1, b'bb', case1)
119 testfilefixup(case1, b'b3', case1)
126 testfilefixup(case1, b'1a23', case1)
[all …]
/dports/net/nng/nng-1.5.2/tests/
H A Doptions.c18 static nng_optspec case1[] = { variable
41 So(nng_opts_parse(ac, av, case1, &v, &a, &opti) == 0);
45 So(nng_opts_parse(ac, av, case1, &v, &a, &opti) == 0);
49 So(nng_opts_parse(ac, av, case1, &v, &a, &opti) == -1);
66 So(nng_opts_parse(ac, av, case1, &v, &a, &opti) == 0);
70 So(nng_opts_parse(ac, av, case1, &v, &a, &opti) == 0);
74 So(nng_opts_parse(ac, av, case1, &v, &a, &opti) == -1);
89 So(nng_opts_parse(ac, av, case1, &v, &a, &opti) == 0);
93 So(nng_opts_parse(ac, av, case1, &v, &a, &opti) == -1);
108 So(nng_opts_parse(ac, av, case1, &v, &a, &opti) == 0);
[all …]
/dports/devel/cppunit/cppunit-1.14.0/examples/cppunittest/
H A DTestSuiteTest.cpp55 case1->setExpectedCountTestCasesCall(); in testCountTestCasesWithTwoTests()
58 m_suite->addTest( case1 ); in testCountTestCasesWithTwoTests()
62 case1->verify(); in testCountTestCasesWithTwoTests()
77 subSuite->addTest( case1 ); in testCountTestCasesWithSubSuite()
83 case1->verify(); in testCountTestCasesWithSubSuite()
93 case1->setExpectedRunTestCall(); in testRunWithOneTest()
94 m_suite->addTest( case1 ); in testRunWithOneTest()
99 case1->verify(); in testRunWithOneTest()
107 case1->setExpectedRunTestCall(); in testRunWithOneTestAndSubSuite()
113 subSuite->addTest( case1 ); in testRunWithOneTestAndSubSuite()
[all …]
/dports/mail/findmaildirs/findmaildirs-0.4/
H A DMakefile27 @mkdir -p ${TESTDIR}/case1/box1/new
28 @mkdir -p ${TESTDIR}/case1/box1/cur
29 @mkdir -p ${TESTDIR}/case1/box1/tmp
30 @mkdir -p ${TESTDIR}/case1/box2/new
31 @mkdir -p ${TESTDIR}/case1/box2/cur
32 @mkdir -p ${TESTDIR}/case1/box2/tmp
33 @mkdir -p ${TESTDIR}/case1/folder1/box3/new
34 @mkdir -p ${TESTDIR}/case1/folder1/box3/cur
35 @mkdir -p ${TESTDIR}/case1/folder1/box3/tmp
36 @mkdir -p ${TESTDIR}/case1/folder1/box4/new
[all …]
/dports/devel/py-testresources/testresources-2.0.1/testresources/tests/
H A Dtest_optimising_test_suite.py126 case1 = self.makeTestCase()
138 case1 = self.makeTestCase()
141 suite = CustomSuite([case1, inner_suite])
151 case1 = self.makeTestCase()
153 inner_suite = CustomSuite([case1, case2])
258 self.optimising_suite.addTest(case1)
453 self.case1 = MockTest("test_one")
458 self.cases.append(self.case1)
470 case1, case2, case3, case4 = cases
513 self.case1.resources = [
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtcase1.pp2 function case1(Val : byte) : char;
5 0..25 : case1:=chr(Val + ord('A'));
6 26..51: case1:=chr(Val + ord('a') - 26);
7 52..61: case1:=chr(Val + ord('0') - 52);
8 62 : case1:='+';
9 63 : case1:='/';
11 case1:='$';
47 writeln(case1(5), ' ', case1(255),' (should be: F $)');
48 error := (case1(5) <> 'F') or (case1(255) <> '$');
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/DFAJumpThreading/
H A Dmax-path-length.ll5 ; <%for.body %case1 %case1.1 %case1.2 %case1.3 %case1.4 %for.inc %for.end>
26 ; CHECK: case1:
73 case1:
74 br label %case1.1
76 case1.1:
77 br label %case1.2
79 case1.2:
80 br label %case1.3
82 case1.3:
83 br label %case1.4
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/DFAJumpThreading/
H A Dmax-path-length.ll5 ; <%for.body %case1 %case1.1 %case1.2 %case1.3 %case1.4 %for.inc %for.end>
26 ; CHECK: case1:
73 case1:
74 br label %case1.1
76 case1.1:
77 br label %case1.2
79 case1.2:
80 br label %case1.3
82 case1.3:
83 br label %case1.4
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/DFAJumpThreading/
H A Dmax-path-length.ll5 ; <%for.body %case1 %case1.1 %case1.2 %case1.3 %case1.4 %for.inc %for.end>
26 ; CHECK: case1:
73 case1:
74 br label %case1.1
76 case1.1:
77 br label %case1.2
79 case1.2:
80 br label %case1.3
82 case1.3:
83 br label %case1.4
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/DFAJumpThreading/
H A Dmax-path-length.ll5 ; <%for.body %case1 %case1.1 %case1.2 %case1.3 %case1.4 %for.inc %for.end>
26 ; CHECK: case1:
73 case1:
74 br label %case1.1
76 case1.1:
77 br label %case1.2
79 case1.2:
80 br label %case1.3
82 case1.3:
83 br label %case1.4
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/DFAJumpThreading/
H A Dmax-path-length.ll5 ; <%for.body %case1 %case1.1 %case1.2 %case1.3 %case1.4 %for.inc %for.end>
26 ; CHECK: case1:
73 case1:
74 br label %case1.1
76 case1.1:
77 br label %case1.2
79 case1.2:
80 br label %case1.3
82 case1.3:
83 br label %case1.4
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/text-builder-0.6.6.2/library/Text/Builder/
H A DUTF16.hs20 unicodeCodePoint x case1 case2 =
22 then case1 (fromIntegral x)
34 utf8CodeUnits1 x case1 _ =
35 case1 (fromIntegral x)
39 utf8CodeUnits2 byte1 byte2 case1 _ =
40 case1 (shiftL (fromIntegral byte1 - 0xC0) 6 + fromIntegral byte2 - 0x80)
44 utf8CodeUnits3 byte1 byte2 byte3 case1 case2 =
45 unicodeCodePoint unicode case1 case2
54 utf8CodeUnits4 byte1 byte2 byte3 byte4 case1 case2 =
55 unicodeCodePoint unicode case1 case2
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/algorithms/equals/
H A Dequals_multi.cpp20 std::string case1 = "MULTIPOLYGON(((0 0,0 7,4 2,2 0,0 0)))"; in test_all() local
25 test_geometry<mp, mp>("c1", case1, case1, true); in test_all()
29 case1, false); in test_all()
38 test_geometry<polygon, mp>("c1_p_mp", case1_p, case1, true); in test_all()
39 test_geometry<mp, polygon>("c1_mp_p", case1, case1_p, true); in test_all()
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/algorithms/equals/
H A Dequals_multi.cpp20 std::string case1 = "MULTIPOLYGON(((0 0,0 7,4 2,2 0,0 0)))"; in test_all() local
25 test_geometry<mp, mp>("c1", case1, case1, true); in test_all()
29 case1, false); in test_all()
38 test_geometry<polygon, mp>("c1_p_mp", case1_p, case1, true); in test_all()
39 test_geometry<mp, polygon>("c1_mp_p", case1, case1_p, true); in test_all()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/algorithms/equals/
H A Dequals_multi.cpp20 std::string case1 = "MULTIPOLYGON(((0 0,0 7,4 2,2 0,0 0)))"; in test_all() local
25 test_geometry<mp, mp>("c1", case1, case1, true); in test_all()
29 case1, false); in test_all()
38 test_geometry<polygon, mp>("c1_p_mp", case1_p, case1, true); in test_all()
39 test_geometry<mp, polygon>("c1_mp_p", case1, case1_p, true); in test_all()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/algorithms/relational_operations/
H A Dequals_multi.cpp20 std::string case1 = "MULTIPOLYGON(((0 0,0 7,4 2,2 0,0 0)))"; in test_all() local
25 test_geometry<mp, mp>("c1", case1, case1, true); in test_all()
29 case1, false); in test_all()
38 test_geometry<polygon, mp>("c1_p_mp", case1_p, case1, true); in test_all()
39 test_geometry<mp, polygon>("c1_mp_p", case1, case1_p, true); in test_all()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/algorithms/relational_operations/
H A Dequals_multi.cpp20 std::string case1 = "MULTIPOLYGON(((0 0,0 7,4 2,2 0,0 0)))"; in test_all() local
25 test_geometry<mp, mp>("c1", case1, case1, true); in test_all()
29 case1, false); in test_all()
38 test_geometry<polygon, mp>("c1_p_mp", case1_p, case1, true); in test_all()
39 test_geometry<mp, polygon>("c1_mp_p", case1, case1_p, true); in test_all()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/algorithms/relational_operations/
H A Dequals_multi.cpp20 std::string case1 = "MULTIPOLYGON(((0 0,0 7,4 2,2 0,0 0)))"; in test_all() local
25 test_geometry<mp, mp>("c1", case1, case1, true); in test_all()
29 case1, false); in test_all()
38 test_geometry<polygon, mp>("c1_p_mp", case1_p, case1, true); in test_all()
39 test_geometry<mp, polygon>("c1_mp_p", case1, case1_p, true); in test_all()
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/test/algorithms/relational_operations/
H A Dequals_multi.cpp20 std::string case1 = "MULTIPOLYGON(((0 0,0 7,4 2,2 0,0 0)))"; in test_all() local
25 test_geometry<mp, mp>("c1", case1, case1, true); in test_all()
29 case1, false); in test_all()
38 test_geometry<polygon, mp>("c1_p_mp", case1_p, case1, true); in test_all()
39 test_geometry<mp, polygon>("c1_mp_p", case1, case1_p, true); in test_all()
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/test/algorithms/relational_operations/
H A Dequals_multi.cpp20 std::string case1 = "MULTIPOLYGON(((0 0,0 7,4 2,2 0,0 0)))"; in test_all() local
25 test_geometry<mp, mp>("c1", case1, case1, true); in test_all()
29 case1, false); in test_all()
38 test_geometry<polygon, mp>("c1_p_mp", case1_p, case1, true); in test_all()
39 test_geometry<mp, polygon>("c1_mp_p", case1, case1_p, true); in test_all()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/algorithms/equals/
H A Dequals_multi.cpp20 std::string case1 = "MULTIPOLYGON(((0 0,0 7,4 2,2 0,0 0)))"; in test_all() local
25 test_geometry<mp, mp>("c1", case1, case1, true); in test_all()
29 case1, false); in test_all()
38 test_geometry<polygon, mp>("c1_p_mp", case1_p, case1, true); in test_all()
39 test_geometry<mp, polygon>("c1_mp_p", case1, case1_p, true); in test_all()
/dports/sysutils/u-boot-chip/u-boot-2021.07/include/linux/
H A Dkconfig.h69 #define __unwrap1(case1, case0) __unwrap case1 argument
70 #define __unwrap0(case1, case0) __unwrap case0 argument
73 #define __CONFIG_IS_ENABLED_2(option, case1) __CONFIG_IS_ENABLED_3(option, case1, ()) argument
74 #define __CONFIG_IS_ENABLED_3(option, case1, case0) \ argument
75 __concat(__unwrap, config_enabled(CONFIG_VAL(option))) (case1, case0)
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/include/linux/
H A Dkconfig.h69 #define __unwrap1(case1, case0) __unwrap case1 argument
70 #define __unwrap0(case1, case0) __unwrap case0 argument
73 #define __CONFIG_IS_ENABLED_2(option, case1) __CONFIG_IS_ENABLED_3(option, case1, ()) argument
74 #define __CONFIG_IS_ENABLED_3(option, case1, case0) \ argument
75 __concat(__unwrap, config_enabled(CONFIG_VAL(option))) (case1, case0)
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/linux/
H A Dkconfig.h69 #define __unwrap1(case1, case0) __unwrap case1 argument
70 #define __unwrap0(case1, case0) __unwrap case0 argument
73 #define __CONFIG_IS_ENABLED_2(option, case1) __CONFIG_IS_ENABLED_3(option, case1, ()) argument
74 #define __CONFIG_IS_ENABLED_3(option, case1, case0) \ argument
75 __concat(__unwrap, config_enabled(CONFIG_VAL(option))) (case1, case0)
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/include/linux/
H A Dkconfig.h69 #define __unwrap1(case1, case0) __unwrap case1 argument
70 #define __unwrap0(case1, case0) __unwrap case0 argument
73 #define __CONFIG_IS_ENABLED_2(option, case1) __CONFIG_IS_ENABLED_3(option, case1, ()) argument
74 #define __CONFIG_IS_ENABLED_3(option, case1, case0) \ argument
75 __concat(__unwrap, config_enabled(CONFIG_VAL(option))) (case1, case0)

12345678910>>...66