Home
last modified time | relevance | path

Searched refs:load_file (Results 1 – 25 of 2766) sorted by relevance

12345678910>>...111

/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-online-schema-change/
H A Dbugs.t45 $sb->load_file('master', "$sample/bug-1336734.sql");
90 $sb->load_file('master', "$sample/pk-bug-994002.sql");
115 $sb->load_file('master', "$sample/bug-1002448.sql");
134 $sb->load_file('master', "$sample/bug-1003315.sql");
430 $sb->load_file('master', "$sample/bug-1315130.sql");
455 $sb->load_file('master', "$sample/bug-1315130.sql");
481 $sb->load_file('master', "$sample/bug-1340728.sql");
604 $sb->load_file('master', "$sample/bug-1613915.sql");
634 $sb->load_file('master', "$sample/bug-1613915.sql");
672 $sb->load_file('master', "$sample/bug-1613915.sql");
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/
H A Dtb_ROM.vhd36 write(load_file, word'(X"00"));
37 write(load_file, word'(X"01"));
38 write(load_file, word'(X"02"));
39 write(load_file, word'(X"03"));
40 write(load_file, word'(X"04"));
41 write(load_file, word'(X"05"));
42 write(load_file, word'(X"06"));
43 write(load_file, word'(X"07"));
44 write(load_file, word'(X"08"));
45 write(load_file, word'(X"09"));
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/ashenden/compliant/
H A Dch_18_fg_18_01.vhd45 write(load_file, word'(X"00"));
46 write(load_file, word'(X"01"));
47 write(load_file, word'(X"02"));
48 write(load_file, word'(X"03"));
49 write(load_file, word'(X"04"));
50 write(load_file, word'(X"05"));
51 write(load_file, word'(X"06"));
52 write(load_file, word'(X"07"));
53 write(load_file, word'(X"08"));
54 write(load_file, word'(X"09"));
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/lib/
H A DDuplicateKeyFinder.t40 $ddl = load_file('t/lib/samples/one_key.sql');
54 $ddl = load_file('t/lib/samples/dupe_key.sql');
343 $ddl = load_file('t/lib/samples/mysql_db.sql');
404 $ddl = load_file('t/lib/samples/issue_9-1.sql');
417 $ddl = load_file('t/lib/samples/issue_9-2.sql');
430 $ddl = load_file('t/lib/samples/issue_9-3.sql');
454 $ddl = load_file('t/lib/samples/issue_9-4.sql');
684 $ddl = load_file("$sample/issue-904-1.txt");
701 $ddl = load_file("$sample/issue-904-2.txt");
721 $ddl = load_file("$sample/issue-1004.txt");
[all …]
H A DTextResultSetParser.t26 sub { $r->parse(load_file('t/lib/samples/slowlogs/slow002.txt')) },
32 $r->parse( load_file('t/lib/samples/pl/recset001.txt') ),
49 $r->parse( load_file('t/lib/samples/pl/recset002.txt') ),
75 my $recset = $r->parse ( load_file('t/lib/samples/pl/recset003.txt') );
83 $recset = $r->parse( load_file('t/lib/samples/pl/recset004.txt') );
92 $r->parse( load_file('t/lib/samples/pl/recset005.txt') ),
109 $r->parse( load_file('t/lib/samples/pl/recset009.txt') ),
135 $recset = $r->parse(load_file('t/lib/samples/show-variables/vars001.txt'));
144 $recset = $r->parse(load_file('t/lib/samples/show-variables/vars002.txt'));
158 $recset = $r->parse(load_file('t/lib/samples/show-variables/vars001.txt'));
[all …]
H A DTableParser.t68 $tp->parse( load_file('t/lib/samples/noquotes.sql') );
72 $tbl = $tp->parse( load_file('t/lib/samples/t1.sql') );
168 $tbl = $tp->parse( load_file('t/lib/samples/sakila.film.sql') );
623 $tbl = $tp->parse( load_file('t/lib/samples/one_key.sql') );
666 $tp->get_fks( load_file('t/lib/samples/one_key.sql') ),
672 $tp->get_fks( load_file('t/lib/samples/one_fk.sql') ),
738 $sb->load_file('master', 't/lib/samples/check_table.sql');
830 $tbl = $tp->parse( load_file($v1) );
831 my $tbl2 = $tp->parse( load_file($v2) );
970 my $ddl = load_file('t/lib/samples/non_pk_ck.sql');
[all …]
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/test_distros/
H A Dtest_bsd_utils.py22 self.load_file = patches.enter_context(
29 self.load_file.return_value = 'hostname=foo\n'
31 self.load_file.assert_called_with('/etc/rc.conf')
33 self.load_file.return_value = 'hostname=foo'
36 self.load_file.return_value = 'hostname="foo"'
39 self.load_file.return_value = "hostname='foo'"
42 self.load_file.return_value = 'hostname=\'foo"'
45 self.load_file.return_value = ''
48 self.load_file.return_value = RC_FILE.format(hostname='foo')
55 self.load_file.return_value = RC_FILE.format(hostname='foo')
[all …]
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/SelfTest/PublicKey/
H A Dtest_import_ECC.py55 def load_file(file_name, mode="rb"): function
142 key_file = load_file("ecc_p256_public.der")
154 key_file = load_file("ecc_p256_private.der")
196 key_file = load_file("ecc_p256_x509.der")
205 key_file = load_file("ecc_p256_public.pem")
232 key_file = load_file("ecc_p256_x509.pem")
270 key_file = load_file("ecc_p384_public.der")
324 key_file = load_file("ecc_p384_x509.der")
355 key_file = load_file("ecc_p384_x509.pem")
447 key_file = load_file("ecc_p521_x509.der")
[all …]
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/SelfTest/PublicKey/
H A Dtest_import_ECC.py55 def load_file(file_name, mode="rb"): function
142 key_file = load_file("ecc_p256_public.der")
154 key_file = load_file("ecc_p256_private.der")
196 key_file = load_file("ecc_p256_x509.der")
205 key_file = load_file("ecc_p256_public.pem")
232 key_file = load_file("ecc_p256_x509.pem")
270 key_file = load_file("ecc_p384_public.der")
324 key_file = load_file("ecc_p384_x509.der")
355 key_file = load_file("ecc_p384_x509.pem")
447 key_file = load_file("ecc_p521_x509.der")
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-visual-explain/
H A Dexplain-to-tree.t23 $t = $e->parse( load_file("t/pt-visual-explain/samples/fulltext.sql") );
53 $t = $e->parse( load_file("t/pt-visual-explain/samples/impossible_where.sql") );
185 $t = $e->parse( load_file("t/pt-visual-explain/samples/no_const_row.sql") );
369 $t = $e->parse( load_file("t/pt-visual-explain/samples/join_buffer.sql") );
445 $t = $e->parse( load_file("t/pt-visual-explain/samples/range_check.sql") );
497 $e->parse( load_file("t/pt-visual-explain/samples/range_check_3.sql") ),
503 $e->parse( load_file("t/pt-visual-explain/samples/range_check_2.sql") ),
508 $t = $e->parse( load_file("t/pt-visual-explain/samples/not_exists.sql") );
684 load_file("t/pt-visual-explain/samples/film_join_actor_eq_ref.sql"),
1177 $t = $e->parse( load_file("t/pt-visual-explain/samples/no_from.sql") );
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/elastic_responses-0.21.0-pre.4/tests/search/
H A Dmod.rs7 use load_file;
12 let f = load_file("tests/samples/search_empty.json"); in success_parse_empty()
22 let f = load_file("tests/samples/search_hits_only.json"); in success_parse_hits_simple()
57 let f = load_file("tests/samples/search_hits_only.json"); in success_parse_hits_simple_of_t()
67 let f = load_file("tests/samples/search_null_score.json"); in success_parse_hits_no_score()
77 let f = load_file("tests/samples/search_bank_sample.json"); in success_parse_hits_bank_sample()
87 let f = load_file("tests/samples/search_hits_only.json"); in success_aggs_when_not_present()
97 let f = load_file("tests/samples/search_aggregation_simple.json"); in success_parse_simple_aggs()
129 let f = load_file("tests/samples/search_aggregation_3level.json"); in success_parse_3level_aggs()
205 let f = load_file("tests/samples/search_hits_only.json"); in success_parse_hits_simple_as_value()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dloaddata_special.result1 select load_file("/proc/uptime");
2 load_file("/proc/uptime")
9 select load_file("/proc/modules");
10 load_file("/proc/modules")
13 Warning 1301 Result of load_file() was larger than max_allowed_packet (1024) - truncated
16 select load_file("/proc/self/fd/0");
18 select load_file("/proc/uptime");
19 load_file("/proc/uptime")
/dports/databases/py-sqlparse/sqlparse-0.4.2/tests/
H A Dtest_split.py30 def test_split_create_function(load_file, fn): argument
31 sql = load_file(fn)
37 def test_split_dashcomments(load_file): argument
38 sql = load_file('dashcomment.sql')
53 def test_split_begintag(load_file): argument
54 sql = load_file('begintag.sql')
60 def test_split_begintag_2(load_file): argument
61 sql = load_file('begintag_2.sql')
100 def test_split_casewhen_procedure(load_file): argument
165 def test_split_mysql_handler_for(load_file): argument
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-archiver/
H A Dindexes.t38 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
47 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
52 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
57 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
62 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
70 $sb->load_file('master', 't/pt-archiver/samples/table11.sql');
78 $sb->load_file('master', 't/pt-archiver/samples/table6.sql');
85 $sb->load_file('master', 't/pt-archiver/samples/table5.sql');
94 $sb->load_file('master', 't/pt-archiver/samples/table5.sql');
H A Dplugin.t38 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
46 $sb->load_file('master', 't/pt-archiver/samples/table5.sql');
54 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
63 $sb->load_file('master', 't/pt-archiver/samples/tables7-9.sql');
76 $sb->load_file('master', 't/pt-archiver/samples/table10.sql');
84 $sb->load_file('master', 't/pt-archiver/samples/table10.sql');
85 $sb->load_file('master', 't/pt-archiver/samples/table13.sql');
H A Dbasics.t39 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
100 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
108 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
113 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
119 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
131 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
136 $sb->load_file('master', 't/pt-archiver/samples/tables1-4.sql');
149 $sb->load_file('master', 't/pt-archiver/samples/gt_n.sql');
169 $sb->load_file('master', 't/pt-archiver/samples/gt_n.sql');
187 $sb->load_file('master', "t/pt-archiver/samples/bulk_regular_insert.sql");
/dports/devel/elixir-unsafe/unsafe-1.0.0/test/
H A Dunsafe_test.exs5 [{ pub_mod, _contents }] = load_file("explicit_public")
6 [{ prv_mod, _contents }] = load_file("explicit_private")
23 [{ pub_mod, _contents }] = load_file("default_public")
24 [{ prv_mod, _contents }] = load_file("default_private")
68 [{ mod, _contents }] = load_file("definition_named")
90 load_file("default_invalid")
94 load_file("explicit_invalid")
100 load_file("handler_missing")
106 load_file("definition_invalid")
110 defp load_file(file), function
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/logic/
H A Dtest_dimacs.py17 def load_file(location): function
27 assert bool(dpll_satisfiable(load_file('simple_v3_c2.cnf')))
31 assert bool(dpll_satisfiable(load_file('quinn.cnf')))
35 assert bool(dpll_satisfiable(load_file('f3.cnf')))
39 assert not bool(dpll_satisfiable(load_file('hole6.cnf')))
43 assert bool(dpll_satisfiable(load_file('f5.cnf')))
47 assert not bool(dpll2_satisfiable(load_file('aim-50-2_0-no-2.cnf')))
/dports/finance/beancount/beancount-2.3.3/beancount/
H A Dloader_test.py156 entries, errors, options_map = loader.load_file(
174 entries, errors, options_map = loader.load_file(
191 entries, errors, options_map = loader.load_file(
208 entries, errors, options_map = loader.load_file(
234 entries, errors, options_map = loader.load_file(
260 entries, errors, options_map = loader.load_file(
280 entries, errors, options_map = loader.load_file(
304 entries, errors, options_map = loader.load_file(
455 @mock.patch.object(loader, 'load_file', loader.load_file)
470 @mock.patch.object(loader, 'load_file', loader.load_file)
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/mapped_hyph/tests/
H A Dtest.rs9 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in basic_tests()
32 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in base()
55 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound()
66 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound4()
77 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound5()
88 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound6()
99 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in settings2()
110 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in settings3()
121 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in hyphen()
132 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in lhmin()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/mapped_hyph/tests/
H A Dtest.rs9 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in basic_tests()
32 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in base()
55 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound()
66 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound4()
77 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound5()
88 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound6()
99 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in settings2()
110 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in settings3()
121 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in hyphen()
132 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in lhmin()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/mapped_hyph/tests/
H A Dtest.rs9 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in basic_tests()
32 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in base()
55 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound()
66 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound4()
77 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound5()
88 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound6()
99 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in settings2()
110 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in settings3()
121 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in hyphen()
132 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in lhmin()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/mapped_hyph/tests/
H A Dtest.rs9 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in basic_tests()
32 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in base()
55 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound()
66 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound4()
77 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound5()
88 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in compound6()
99 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in settings2()
110 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in settings3()
121 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in hyphen()
132 let dic = match unsafe { mapped_hyph::load_file(dic_path) } { in lhmin()
[all …]
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/test_handler/
H A Dtest_handler_chef.py141 tpl_file = util.load_file('templates/chef_client.rb.tmpl')
160 c = util.load_file(cc_chef.CHEF_RB_PATH)
175 c = util.load_file(cc_chef.CHEF_FB_PATH)
193 c = util.load_file(cc_chef.CHEF_FB_PATH)
217 c = util.load_file(cc_chef.CHEF_RB_PATH)
241 content = util.load_file(cc_chef.CHEF_RB_PATH)
243 util.load_file(v_path)
244 self.assertEqual(v_cert, util.load_file(v_path))
266 content = util.load_file(cc_chef.CHEF_RB_PATH)
268 util.load_file(v_path)
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/elastic_responses-0.21.0-pre.4/tests/bulk/
H A Dmod.rs6 use load_file;
10 let f = load_file("tests/samples/bulk_index.json"); in success_parse_index_ops()
23 let f = load_file("tests/samples/bulk_index.json"); in success_parse_index_ops_errors_only()
34 let f = load_file("tests/samples/bulk_multiple_ops.json"); in success_parse_multi_ops()
63 let f = load_file("tests/samples/bulk_multiple_ops.json"); in success_parse_multi_ops_errors_only()
74 let f = load_file("tests/samples/bulk_error.json"); in success_parse_with_errors()
87 let f = load_file("tests/samples/bulk_error.json"); in success_parse_with_errors_errors_only()
99 let f = load_file("tests/samples/error_action_request_validation.json"); in error_parse_action_request_validation()
118 let f = load_file("tests/samples/error_action_request_validation.json"); in error_parse_action_request_validation_errors_only()

12345678910>>...111