Home
last modified time | relevance | path

Searched refs:make_table (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/xt/
H A Dcreate-pc-tables.pl9 $s+= make_table(1, 15, 0, 9);
10 $s+= make_table(2, 30, 9, 39);
11 $s+= make_table(3, 60, 39, 63);
12 $s+= make_table(4, 300, 60, 120);
13 $s+= make_table(5, 30000, 120,3000);
16 $s+= make_table(1, 15, 0, 9);
17 $s+= make_table(2, 30, 9, 39);
18 $s+= make_table(3, 60, 39, 63);
19 $s+= make_table(4, 60, 63, 90);
20 $s+= make_table(5, 15000, 90,3000);
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_difflib.py158 i.make_table(f1a,t1a,'from','to',context=True),
160 i.make_table(f1b,t1b,'from','to',context=True),
162 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
166 i.make_table(f1a,f1a,'from','to',context=True),
168 i.make_table(f1a,f1a,'from','to',context=False),
170 i.make_table([],[],'from','to',context=True),
172 i.make_table([],[],'from','to',context=False),
174 j.make_table(f2,t2),
176 i.make_table(f2,t2),
180 k.make_table(f3.splitlines(),t3.splitlines()),
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_difflib.py167 i.make_table(f1a,t1a,'from','to',context=True),
169 i.make_table(f1b,t1b,'from','to',context=True),
171 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
175 i.make_table(f1a,f1a,'from','to',context=True),
177 i.make_table(f1a,f1a,'from','to',context=False),
179 i.make_table([],[],'from','to',context=True),
181 i.make_table([],[],'from','to',context=False),
183 j.make_table(f2,t2),
185 i.make_table(f2,t2),
189 k.make_table(f3.splitlines(),t3.splitlines()),
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_difflib.py167 i.make_table(f1a,t1a,'from','to',context=True),
169 i.make_table(f1b,t1b,'from','to',context=True),
171 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
175 i.make_table(f1a,f1a,'from','to',context=True),
177 i.make_table(f1a,f1a,'from','to',context=False),
179 i.make_table([],[],'from','to',context=True),
181 i.make_table([],[],'from','to',context=False),
183 j.make_table(f2,t2),
185 i.make_table(f2,t2),
189 k.make_table(f3.splitlines(),t3.splitlines()),
[all …]
/dports/devel/p5-Alzabo/Alzabo-0.92/t/lib/Alzabo/Test/
H A DUtils.pm277 $s->make_table( name => 'employee',
322 $s->make_table( name => 'department',
356 $s->make_table( name => 'project',
394 my $char_pk_t = $s->make_table( name => 'char_pk',
403 my $outer_1_t = $s->make_table( name => 'outer_1',
420 my $outer_2_t = $s->make_table( name => 'outer_2',
442 my $u = $s->make_table( name => 'user',
474 $s->make_table( name => 'employee' );
512 $s->make_table( name => 'department');
547 $s->make_table( name => 'project' );
[all …]
/dports/devel/p5-Alzabo/Alzabo-0.92/t/
H A D02-create.t138 eval_ok( sub { $s->make_table( name => 'bartab' ) },
339 $s->make_table( name => 'baztab' );
392 my $tc = $s->make_table( name => 'two_col_pk' );
417 my $other = $s->make_table( name => 'other' );
609 eval_ok( sub { $s->make_table( name => 'YAtable',
645 my $t1 = $s2->make_table( name => 't1' );
646 my $t2 = $s2->make_table( name => 't2' );
647 my $t3 = $s2->make_table( name => 't3' );
688 my $t1 = $s2->make_table( name => 't1' );
689 my $t2 = $s2->make_table( name => 't2' );
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/crc/benches/
H A Dbench.rs10 b.iter(|| crc32::make_table(crc32::IEEE)); in bench_crc32_make_table()
15 let table = crc32::make_table(crc32::IEEE); in bench_crc32_update_megabytes()
22 b.iter(|| crc64::make_table(crc64::ECMA)); in bench_crc64_make_table()
27 let table = crc64::make_table(crc64::ECMA); in bench_crc64_update_megabytes()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/crc-1.8.1/benches/
H A Dbench.rs10 b.iter(|| crc32::make_table(crc32::IEEE)); in bench_crc32_make_table()
15 let table = crc32::make_table(crc32::IEEE); in bench_crc32_update_megabytes()
22 b.iter(|| crc64::make_table(crc64::ECMA)); in bench_crc64_make_table()
27 let table = crc64::make_table(crc64::ECMA); in bench_crc64_update_megabytes()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/crc-1.8.1/benches/
H A Dbench.rs10 b.iter(|| crc32::make_table(crc32::IEEE)); in bench_crc32_make_table()
15 let table = crc32::make_table(crc32::IEEE); in bench_crc32_update_megabytes()
22 b.iter(|| crc64::make_table(crc64::ECMA)); in bench_crc64_make_table()
27 let table = crc64::make_table(crc64::ECMA); in bench_crc64_update_megabytes()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/crc-1.8.1/benches/
H A Dbench.rs10 b.iter(|| crc32::make_table(crc32::IEEE)); in bench_crc32_make_table()
15 let table = crc32::make_table(crc32::IEEE); in bench_crc32_update_megabytes()
22 b.iter(|| crc64::make_table(crc64::ECMA)); in bench_crc64_make_table()
27 let table = crc64::make_table(crc64::ECMA); in bench_crc64_update_megabytes()
/dports/security/suricata/suricata-6.0.4/rust/vendor/crc/benches/
H A Dbench.rs10 b.iter(|| crc32::make_table(crc32::IEEE)); in bench_crc32_make_table()
15 let table = crc32::make_table(crc32::IEEE); in bench_crc32_update_megabytes()
22 b.iter(|| crc64::make_table(crc64::ECMA)); in bench_crc64_make_table()
27 let table = crc64::make_table(crc64::ECMA); in bench_crc64_update_megabytes()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/crc-1.8.1/benches/
H A Dbench.rs10 b.iter(|| crc32::make_table(crc32::IEEE)); in bench_crc32_make_table()
15 let table = crc32::make_table(crc32::IEEE); in bench_crc32_update_megabytes()
22 b.iter(|| crc64::make_table(crc64::ECMA)); in bench_crc64_make_table()
27 let table = crc64::make_table(crc64::ECMA); in bench_crc64_update_megabytes()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/crc-1.8.1/benches/
H A Dbench.rs10 b.iter(|| crc32::make_table(crc32::IEEE));
15 let table = crc32::make_table(crc32::IEEE);
22 b.iter(|| crc64::make_table(crc64::ECMA));
27 let table = crc64::make_table(crc64::ECMA);
/dports/textproc/R-cran-vroom/vroom/inst/doc/
H A Dbenchmarks.R85 make_table <- function(data) { function
113 make_table(taxi)
120 make_table(all_num)
127 make_table(all_num_wide)
134 make_table(all_chr)
141 make_table(all_chr_wide)
149 make_table(mult)
157 make_table(fwf)
/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/test/unit/
H A Dtest_subtransaction.cxx8 void make_table(pqxx::transaction_base &trans) in make_table() function
29 make_table(trans); in test_subtransaction_commits_if_commit_called()
43 make_table(trans); in test_subtransaction_aborts_if_abort_called()
57 make_table(trans); in test_subtransaction_aborts_implicitly()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_difflib.py212 i.make_table(f1a,t1a,'from','to',context=True),
214 i.make_table(f1b,t1b,'from','to',context=True),
216 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
220 i.make_table(f1a,f1a,'from','to',context=True),
222 i.make_table(f1a,f1a,'from','to',context=False),
224 i.make_table([],[],'from','to',context=True),
226 i.make_table([],[],'from','to',context=False),
228 j.make_table(f2,t2),
230 i.make_table(f2,t2),
234 k.make_table(f3.splitlines(),t3.splitlines()),
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_difflib.py212 i.make_table(f1a,t1a,'from','to',context=True),
214 i.make_table(f1b,t1b,'from','to',context=True),
216 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
220 i.make_table(f1a,f1a,'from','to',context=True),
222 i.make_table(f1a,f1a,'from','to',context=False),
224 i.make_table([],[],'from','to',context=True),
226 i.make_table([],[],'from','to',context=False),
228 j.make_table(f2,t2),
230 i.make_table(f2,t2),
234 k.make_table(f3.splitlines(),t3.splitlines()),
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_difflib.py206 i.make_table(f1a,t1a,'from','to',context=True),
208 i.make_table(f1b,t1b,'from','to',context=True),
210 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
214 i.make_table(f1a,f1a,'from','to',context=True),
216 i.make_table(f1a,f1a,'from','to',context=False),
218 i.make_table([],[],'from','to',context=True),
220 i.make_table([],[],'from','to',context=False),
222 j.make_table(f2,t2),
224 i.make_table(f2,t2),
228 k.make_table(f3.splitlines(),t3.splitlines()),
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_difflib.py212 i.make_table(f1a,t1a,'from','to',context=True),
214 i.make_table(f1b,t1b,'from','to',context=True),
216 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
220 i.make_table(f1a,f1a,'from','to',context=True),
222 i.make_table(f1a,f1a,'from','to',context=False),
224 i.make_table([],[],'from','to',context=True),
226 i.make_table([],[],'from','to',context=False),
228 j.make_table(f2,t2),
230 i.make_table(f2,t2),
234 k.make_table(f3.splitlines(),t3.splitlines()),
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_difflib.py212 i.make_table(f1a,t1a,'from','to',context=True),
214 i.make_table(f1b,t1b,'from','to',context=True),
216 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
220 i.make_table(f1a,f1a,'from','to',context=True),
222 i.make_table(f1a,f1a,'from','to',context=False),
224 i.make_table([],[],'from','to',context=True),
226 i.make_table([],[],'from','to',context=False),
228 j.make_table(f2,t2),
230 i.make_table(f2,t2),
234 k.make_table(f3.splitlines(),t3.splitlines()),
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_difflib.py212 i.make_table(f1a,t1a,'from','to',context=True),
214 i.make_table(f1b,t1b,'from','to',context=True),
216 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
220 i.make_table(f1a,f1a,'from','to',context=True),
222 i.make_table(f1a,f1a,'from','to',context=False),
224 i.make_table([],[],'from','to',context=True),
226 i.make_table([],[],'from','to',context=False),
228 j.make_table(f2,t2),
230 i.make_table(f2,t2),
234 k.make_table(f3.splitlines(),t3.splitlines()),
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/io/misc/asdf/tests/
H A Dtest_io.py11 def make_table(): function
23 table = make_table()
42 table = make_table()
65 table = make_table()
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/tests/
H A Dtest_owfeaturestatistics.py152 def make_table(attributes, target=None, metas=None): function
208 self.send_signal(self.widget.Inputs.data, make_table(discrete))
218 data = make_table([continuous_full, rgb_full, ints_full, time_full])
243 data = make_table([continuous_full], [ints_same, rgb_same])
255 data = make_table([time_negative])
262 data1 = make_table([continuous_full, ints_full], [ints_same, rgb_same])
263 data2 = make_table([rgb_full, ints_full])
274 data1 = make_table([rgb_full, ints_full])
275 data2 = make_table([continuous_full, ints_full], [ints_same, rgb_same])
312 self.data = make_table(
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtdriver2.cpp59 rp = csc->tableRID(make_table(calpontsys, table)); in main()
75 rp = csc->tableRID(make_table(calpontsys, table)); in main()
102 rp = csc->tableRID(make_table(calpontsys, table)); in main()
112 rp = csc->tableRID(make_table(calpontsys, table)); in main()
128 rp = csc->tableRID(make_table(calpontsys, table)); in main()
137 rp = csc->tableRID(make_table(calpontsys, table)); in main()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtdriver2.cpp59 rp = csc->tableRID(make_table(calpontsys, table)); in main()
75 rp = csc->tableRID(make_table(calpontsys, table)); in main()
102 rp = csc->tableRID(make_table(calpontsys, table)); in main()
112 rp = csc->tableRID(make_table(calpontsys, table)); in main()
128 rp = csc->tableRID(make_table(calpontsys, table)); in main()
137 rp = csc->tableRID(make_table(calpontsys, table)); in main()

12345678910>>...22