Home
last modified time | relevance | path

Searched refs:test_a (Results 1 – 25 of 672) sorted by relevance

12345678910>>...27

/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/tests/
H A Dbenchmark.py35 buff_a = pygrass.Buffer(test_a.cols, test_a.mtype)
55 buff_a = pygrass.Buffer(test_a.cols, test_a.mtype)
75 buff_a = pygrass.Buffer(test_a.cols, test_a.mtype)
94 buff_a = pygrass.Buffer(test_a.cols, test_a.mtype)
116 buff_a = pygrass.Buffer(test_a.cols, test_a.mtype)
140 buff_a = pygrass.Buffer(test_a.cols, test_a.mtype)
141 buff_c = pygrass.Buffer(test_a.cols, test_a.mtype)
164 buff_a = pygrass.Buffer(test_a.cols, test_a.mtype)
183 buff_a = pygrass.Buffer(test_a.cols, test_a.mtype)
202 buff_a = pygrass.Buffer(test_a.cols, test_a.mtype)
[all …]
/dports/devel/py-uvloop/uvloop-0.16.0/tests/
H A Dtest_testbase.py12 def test_a(self): member in TestBaseTest.test_duplicate_methods.Foo
18 def test_a(self): # NOQA member in TestBaseTest.test_duplicate_methods.Foo
23 def test_a(self): member in TestBaseTest.test_duplicate_methods_parent_1.FooBase
34 def test_a(self): member in TestBaseTest.test_duplicate_methods_parent_1.Foo
39 def test_a(self): member in TestBaseTest.test_duplicate_methods_parent_2.FooBase
50 def test_a(self): member in TestBaseTest.test_duplicate_methods_parent_2.Foo
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/modules/community/test/install/
H A Dinstall.sql3 CREATE TABLE `test_a` (
66 ALTER TABLE `test_a`
104 ALTER TABLE `test_a`
133 …ADD CONSTRAINT `test_a_has_many_ibfk_1` FOREIGN KEY (`aId`) REFERENCES `test_a` (`id`) ON DELETE C…
139 …ADD CONSTRAINT `test_a_has_one_ibfk_1` FOREIGN KEY (`aId`) REFERENCES `test_a` (`id`) ON DELETE CA…
145 ADD CONSTRAINT `test_b_ibfk_1` FOREIGN KEY (`id`) REFERENCES `test_a` (`id`) ON DELETE CASCADE,
180 …ADD CONSTRAINT `test_a_map_ibfk_1` FOREIGN KEY (`aId`) REFERENCES `test_a` (`id`) ON DELETE CASCAD…
181 ADD CONSTRAINT `test_a_map_ibfk_2` FOREIGN KEY (`anotherAId`) REFERENCES `test_a` (`id`);
/dports/security/nettle/nettle-3.7.3/testsuite/
H A Dcurve25519-dh-test.c55 test_a (const uint8_t *s, const uint8_t *b, const uint8_t *r) in test_a() function
88 test_a (H("77076d0a7318a57d3c16c17251b26645" in test_main()
95 test_a (H("5dab087e624a8a4b79e17f8b83800ee6" in test_main()
117 test_a (H("5aab087e624a8a4b79e17f8b83800ee6" in test_main()
126 test_a (H("77076d0a7318a57d3c16c17251b26645" in test_main()
135 test_a (H("77076d0a7318a57d3c16c17251b26645" in test_main()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/testsuite/
H A Dcurve25519-dh-test.c55 test_a (const uint8_t *s, const uint8_t *b, const uint8_t *r) in test_a() function
88 test_a (H("77076d0a7318a57d3c16c17251b26645" in test_main()
95 test_a (H("5dab087e624a8a4b79e17f8b83800ee6" in test_main()
117 test_a (H("5aab087e624a8a4b79e17f8b83800ee6" in test_main()
126 test_a (H("77076d0a7318a57d3c16c17251b26645" in test_main()
135 test_a (H("77076d0a7318a57d3c16c17251b26645" in test_main()
/dports/sysutils/p5-Rex/Rex-1.13.4/t/
H A Dconfig.t12 Rex::Config->set( "test_a", [qw/one two three/] );
13 is( Rex::Config->get("test_a")->[1], "two", "setting arrayRef" );
15 Rex::Config->get('test_a'),
19 Rex::Config->set( "test_a", [qw/four/] );
21 Rex::Config->get("test_a")->[-1] eq "four"
22 && Rex::Config->get("test_a")->[0] eq "one",
26 Rex::Config->get('test_a'),
/dports/devel/p5-IO-YAML/IO-YAML-0.10/t/
H A D01-open.t13 my $test_a = 't/sandbox/append.yaml';
20 unlink($test_a) if -e $test_a;
40 ok( $io->open($test_a, '>>'), 'open (append)' );
41 ok( -e $test_a, 'created (append)' );
48 unlink($test_a);
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/DB/XML/
H A DSize.t32 <TableCreate Name="test_a">
56 <TableAlter Name="test_a">
86 <Insert Table="test_a">
130 <Insert Table="test_a">
166 SQL => 'SELECT name_b FROM test_a WHERE name_a = ?',
209 SQL => 'SELECT name_b FROM test_a WHERE name_a = \'' . $Key . '\'',
266 SQL => 'SELECT * FROM test_a WHERE name_a = \'Some1\'',
281 SQL => 'SELECT * FROM test_a WHERE name_a like \'Some%\'',
296 SQL => 'SELECT * FROM test_a WHERE name_a like \'Some%\'',
312 SQL => 'DELETE FROM test_a WHERE name_a like \'Some%\'',
[all …]
H A DTableDrop.t31 <Table Name="test_a">
55 my $SQL = "INSERT INTO test_a (name) VALUES ('Test1')";
64 $SQL = "INSERT INTO test_a (name) VALUES ('Test2')";
74 $SQL = "SELECT id FROM test_a WHERE name = 'Test2'";
94 $XML = '<TableDrop Name="test_a"/>';
111 <Table Name="test_a">
135 $SQL = "INSERT INTO test_a (name) VALUES ('Test1')";
144 $SQL = "INSERT INTO test_a (name) VALUES ('Test2')";
154 $SQL = "SELECT id FROM test_a WHERE name = 'Test2'";
173 $XML = '<TableDrop Name="test_a"/>';
/dports/www/p5-HTML-FormHandler/HTML-FormHandler-0.40068/t/validation/
H A Dtype_tiny.t36 has_field 'test_a' => ( apply => [ $NUM ] );
47 test_a => 'str1',
54 ok( $form->field('test_a')->has_errors, 'errors on Type::Tiny type');
58 is( $form->field('test_a')->errors->[0], "str1 ain't a number", 'error from Type::Tiny' );
64 test_a => '123',
71 ok( !$form->field('test_a')->has_errors, 'no errors on Type::Tiny type');
/dports/sysutils/coreutils/coreutils-8.32/tests/mv/
H A Di-1.pl26 my $test_a = 'a';
31 [$test_a, '-i',
34 {POST => sub { -r 'src' or die "test $test_a failed\n"}},
/dports/misc/gnuls/coreutils-8.30/tests/mv/
H A Di-1.pl26 my $test_a = 'a';
31 [$test_a, '-i',
34 {POST => sub { -r 'src' or die "test $test_a failed\n"}},
/dports/devel/py-nose/nose-1.3.7/functional_tests/support/idp/
H A Dtests.py3 def test_a(): function
21 def test_a(self): member in TestCase
28 def test_a(self): member in TestCls
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/ci/pipelines/
H A Dpipeline_architectures.md37 test --> test_a
46 test_a -.-> deploy
70 test_a:
103 In the example below, if `build_a` and `test_a` are much faster than `build_b` and
109 build_a --> test_a --> deploy_a
134 test_a:
150 needs: [test_a]
152 - echo "Since build_a and test_a run quickly, this deploy job can run much earlier."
185 build_a --> test_a --> deploy_a
229 test_a:
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-prof/
H A Dreorder.C31 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
35 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
43 test_a(ap); in main()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/tree-prof/
H A Dreorder.C31 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
35 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
43 test_a(ap); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/tree-prof/
H A Dreorder.C31 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
35 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
43 test_a(ap); in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/tree-prof/
H A Dreorder.C31 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
35 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
43 test_a(ap); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/tree-prof/
H A Dreorder.C31 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
35 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
43 test_a(ap); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/tree-prof/
H A Dreorder.C31 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
35 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
43 test_a(ap); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-prof/
H A Dreorder.C31 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
35 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
43 test_a(ap); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-prof/
H A Dreorder.C31 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
35 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
43 test_a(ap); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/tree-prof/
H A Dreorder.C31 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
35 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
43 test_a(ap); in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/tree-prof/
H A Dreorder.C31 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
35 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
43 test_a(ap); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/tree-prof/
H A Dreorder.C31 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
35 __attribute__((noinline)) void test_a(A *ap) { test1 (ap); } in test_a() function
43 test_a(ap); in main()

12345678910>>...27