Home
last modified time | relevance | path

Searched refs:test_opt (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/net/mpich/mpich-3.4.3/test/mpi/
H A Druntests.in535 if (defined $test_opt->{xfail} and !$test_opt->{xfail}) {
738 if (defined($test_opt->{timeLimit}) && $test_opt->{timeLimit} =~ /^\d+$/) {
768 if ($test_opt->{init}) {
769 $test_opt->{init}->();
774 if ($test_opt->{lock}) {
783 } elsif ($test_opt->{mem}) {
801 if ($test_opt->{envs}) {
815 if ($test_opt->{envs}) {
923 if (defined($test_opt->{timeLimit}) && $test_opt->{timeLimit} =~ /^\d+$/) {
935 if ($test_opt->{init}) {
[all …]
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/tests/utils/
H A Doptional_tests.cpp222 xlnt::optional<int> test_opt; in test_set_and_get() local
223 xlnt_assert(!test_opt.is_set()); in test_set_and_get()
227 test_opt.set(test_val1); in test_set_and_get()
228 xlnt_assert(test_opt.is_set()); in test_set_and_get()
232 test_opt.set(test_val2); in test_set_and_get()
233 xlnt_assert(test_opt.is_set()); in test_set_and_get()
236 test_opt.clear(); in test_set_and_get()
241 test_opt.set(test_val3); in test_set_and_get()
242 xlnt_assert(test_opt.is_set()); in test_set_and_get()
252 test_opt.set(alive_count()); in test_set_and_get()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.hp/gdb.aCC/
H A Doptimize.c6 int test_opt; variable
33 if( test_opt ) { in main()
51 test_opt = (test_opt != 1); /* Cycles */ in main()
63 return callee( test_opt ); in main()
71 test_opt++; /* side effect */
73 return test_opt;
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.hp/gdb.aCC/
H A Doptimize.c6 int test_opt; variable
33 if( test_opt ) { in main()
51 test_opt = (test_opt != 1); /* Cycles */ in main()
63 return callee( test_opt ); in main()
71 test_opt++; /* side effect */
73 return test_opt;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.hp/gdb.aCC/
H A Doptimize.c6 int test_opt; variable
33 if( test_opt ) { in main()
51 test_opt = (test_opt != 1); /* Cycles */ in main()
63 return callee( test_opt ); in main()
71 test_opt++; /* side effect */
73 return test_opt;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.hp/gdb.aCC/
H A Doptimize.c6 int test_opt; variable
33 if( test_opt ) { in main()
51 test_opt = (test_opt != 1); /* Cycles */ in main()
63 return callee( test_opt ); in main()
71 test_opt++; /* side effect */
73 return test_opt;
/dports/databases/grass7/grass-7.8.6/raster3d/r3.flow/
H A Dtest_main.c36 struct Option *test_opt, *coordinates_opt, *input_opt; in main() local
47 test_opt = G_define_option(); in main()
48 test_opt->key = "test"; in main()
49 test_opt->required = YES; in main()
50 test_opt->type = TYPE_STRING; in main()
51 test_opt->options = "interpolation,gradient"; in main()
52 test_opt->description = "Select what is tested"; in main()
70 if (strcmp(test_opt->answer, "interpolation") == 0) { in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c77 data[offset++] = test_opt->flags; in write_test_option()
79 data[offset++] = test_opt->max_delack_ms; in write_test_option()
81 if (TEST_OPTION_FLAGS(test_opt->flags, OPTION_RAND)) in write_test_option()
82 data[offset++] = test_opt->rand; in write_test_option()
86 const struct bpf_test_option *test_opt) in store_option() argument
96 write_opt.exprm.len = option_total_len(test_opt->flags); in store_option()
99 write_test_option(test_opt, write_opt.exprm.data); in store_option()
106 write_test_option(test_opt, write_opt.regular.data); in store_option()
131 struct bpf_test_option *test_opt, bool from_syn) in load_option() argument
163 struct bpf_test_option test_opt = {}; in synack_opt_len() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c77 data[offset++] = test_opt->flags; in write_test_option()
79 data[offset++] = test_opt->max_delack_ms; in write_test_option()
81 if (TEST_OPTION_FLAGS(test_opt->flags, OPTION_RAND)) in write_test_option()
82 data[offset++] = test_opt->rand; in write_test_option()
86 const struct bpf_test_option *test_opt) in store_option() argument
96 write_opt.exprm.len = option_total_len(test_opt->flags); in store_option()
99 write_test_option(test_opt, write_opt.exprm.data); in store_option()
106 write_test_option(test_opt, write_opt.regular.data); in store_option()
131 struct bpf_test_option *test_opt, bool from_syn) in load_option() argument
163 struct bpf_test_option test_opt = {}; in synack_opt_len() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c77 data[offset++] = test_opt->flags; in write_test_option()
79 data[offset++] = test_opt->max_delack_ms; in write_test_option()
81 if (TEST_OPTION_FLAGS(test_opt->flags, OPTION_RAND)) in write_test_option()
82 data[offset++] = test_opt->rand; in write_test_option()
86 const struct bpf_test_option *test_opt) in store_option() argument
96 write_opt.exprm.len = option_total_len(test_opt->flags); in store_option()
99 write_test_option(test_opt, write_opt.exprm.data); in store_option()
106 write_test_option(test_opt, write_opt.regular.data); in store_option()
131 struct bpf_test_option *test_opt, bool from_syn) in load_option() argument
163 struct bpf_test_option test_opt = {}; in synack_opt_len() local
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A Dext4_jbd2.h36 || test_opt(sb, EXTENTS) ? 27U : 8U)
82 #define EXT4_QUOTA_TRANS_BLOCKS(sb) (test_opt(sb, QUOTA) ? 2 : 0)
85 #define EXT4_QUOTA_INIT_BLOCKS(sb) (test_opt(sb, QUOTA) ? (DQUOT_INIT_ALLOC*\
87 #define EXT4_QUOTA_DEL_BLOCKS(sb) (test_opt(sb, QUOTA) ? (DQUOT_DEL_ALLOC*\
244 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA) in ext4_should_journal_data()
257 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_ORDERED_DATA) in ext4_should_order_data()
268 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA) in ext4_should_writeback_data()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dlvol.py342 test_opt = ' --test'
344 test_opt = ''
469 … cmd = "%s %s %s -s -n %s %s %s/%s" % (lvcreate_cmd, test_opt, yesopt, snapshot, opts, vg, lv)
474 …cmd = "%s %s %s -n %s -%s %s%s %s -T %s/%s" % (lvcreate_cmd, test_opt, yesopt, lv, size_opt, size,…
476 …cmd = "%s %s %s -%s %s%s %s -T %s/%s" % (lvcreate_cmd, test_opt, yesopt, size_opt, size, size_unit…
478 …cmd = "%s %s %s -n %s -%s %s%s %s %s %s" % (lvcreate_cmd, test_opt, yesopt, lv, size_opt, size, si…
490 …rc, dummy, err = module.run_command("%s %s --force %s/%s" % (lvremove_cmd, test_opt, vg, this_lv['…
537 …cmd = "%s %s -%s %s%s%s %s/%s %s" % (tool, test_opt, size_opt, size_operator, size, size_unit, vg,…
539 …cmd = "%s %s -%s %s%s %s/%s %s" % (tool, test_opt, size_opt, size, size_unit, vg, this_lv['name'],…
571 …cmd = "%s %s -%s %s%s%s %s/%s %s" % (tool, test_opt, size_opt, size_operator, size, size_unit, vg,…
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/system/
H A Dlvol.py342 test_opt = ' --test'
344 test_opt = ''
469 … cmd = "%s %s %s -s -n %s %s %s/%s" % (lvcreate_cmd, test_opt, yesopt, snapshot, opts, vg, lv)
474 …cmd = "%s %s %s -n %s -%s %s%s %s -T %s/%s" % (lvcreate_cmd, test_opt, yesopt, lv, size_opt, size,…
476 …cmd = "%s %s %s -%s %s%s %s -T %s/%s" % (lvcreate_cmd, test_opt, yesopt, size_opt, size, size_unit…
478 …cmd = "%s %s %s -n %s -%s %s%s %s %s %s" % (lvcreate_cmd, test_opt, yesopt, lv, size_opt, size, si…
490 …rc, dummy, err = module.run_command("%s %s --force %s/%s" % (lvremove_cmd, test_opt, vg, this_lv['…
537 …cmd = "%s %s -%s %s%s%s %s/%s %s" % (tool, test_opt, size_opt, size_operator, size, size_unit, vg,…
539 …cmd = "%s %s -%s %s%s %s/%s %s" % (tool, test_opt, size_opt, size, size_unit, vg, this_lv['name'],…
571 …cmd = "%s %s -%s %s%s%s %s/%s %s" % (tool, test_opt, size_opt, size_operator, size, size_unit, vg,…
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext2/
H A Dxattr_user.c17 return test_opt(dentry->d_sb, XATTR_USER); in ext2_xattr_user_list()
25 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_get()
38 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_set()
H A Dsuper.c251 if (test_opt(sb, MINIX_DF)) in ext2_show_options()
253 if (test_opt(sb, GRPID)) in ext2_show_options()
279 if (test_opt(sb, NO_UID32)) in ext2_show_options()
281 if (test_opt(sb, DEBUG)) in ext2_show_options()
283 if (test_opt(sb, OLDALLOC)) in ext2_show_options()
302 if (test_opt(sb, NOBH)) in ext2_show_options()
305 if (test_opt(sb, USRQUOTA)) in ext2_show_options()
311 if (test_opt(sb, XIP)) in ext2_show_options()
314 if (test_opt(sb, DAX)) in ext2_show_options()
675 if (test_opt (sb, DEBUG)) in ext2_setup_super()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext4/
H A Dxattr_hurd.c18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_hurd_list()
26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_get()
40 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_set()
H A Dxattr_user.c18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_user_list()
26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_get()
39 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_set()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext4/
H A Dxattr_hurd.c18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_hurd_list()
26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_get()
40 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_set()
H A Dxattr_user.c18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_user_list()
26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_get()
39 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_set()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext2/
H A Dxattr_user.c17 return test_opt(dentry->d_sb, XATTR_USER); in ext2_xattr_user_list()
25 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_get()
38 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_set()
H A Dsuper.c251 if (test_opt(sb, MINIX_DF)) in ext2_show_options()
253 if (test_opt(sb, GRPID)) in ext2_show_options()
279 if (test_opt(sb, NO_UID32)) in ext2_show_options()
281 if (test_opt(sb, DEBUG)) in ext2_show_options()
283 if (test_opt(sb, OLDALLOC)) in ext2_show_options()
302 if (test_opt(sb, NOBH)) in ext2_show_options()
305 if (test_opt(sb, USRQUOTA)) in ext2_show_options()
311 if (test_opt(sb, XIP)) in ext2_show_options()
314 if (test_opt(sb, DAX)) in ext2_show_options()
675 if (test_opt (sb, DEBUG)) in ext2_setup_super()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext4/
H A Dxattr_hurd.c18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_hurd_list()
26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_get()
40 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_hurd_set()
H A Dxattr_user.c18 return test_opt(dentry->d_sb, XATTR_USER); in ext4_xattr_user_list()
26 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_get()
39 if (!test_opt(inode->i_sb, XATTR_USER)) in ext4_xattr_user_set()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext2/
H A Dxattr_user.c17 return test_opt(dentry->d_sb, XATTR_USER); in ext2_xattr_user_list()
25 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_get()
38 if (!test_opt(inode->i_sb, XATTR_USER)) in ext2_xattr_user_set()
H A Dsuper.c251 if (test_opt(sb, MINIX_DF)) in ext2_show_options()
253 if (test_opt(sb, GRPID)) in ext2_show_options()
279 if (test_opt(sb, NO_UID32)) in ext2_show_options()
281 if (test_opt(sb, DEBUG)) in ext2_show_options()
283 if (test_opt(sb, OLDALLOC)) in ext2_show_options()
302 if (test_opt(sb, NOBH)) in ext2_show_options()
305 if (test_opt(sb, USRQUOTA)) in ext2_show_options()
311 if (test_opt(sb, XIP)) in ext2_show_options()
314 if (test_opt(sb, DAX)) in ext2_show_options()
675 if (test_opt (sb, DEBUG)) in ext2_setup_super()
[all …]

12345678910