Home
last modified time | relevance | path

Searched defs:check_fn (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/net/samba412/samba-4.12.15/source4/torture/ndr/
H A Dnegoex.c61 torture_assert_str_equal(tctx, m.signature, "NEGOEXTS", "signature");
82 GUID_from_string("7130cb06-2062-6a1b-409e-3514c26b1773", &guid);
93 struct torture_suite *suite = torture_suite_create(ctx, "negoex");
/dports/sysutils/libudisks/udisks-udisks-2.9.2/src/tests/dbus-tests/
H A Dudiskstestcase.py163 def _check(self, timeout, check_fn): argument
220 check_fn = lambda x: x > value function
227 check_fn = lambda x: x < value function
234 check_fn = lambda x: x in lst function
241 check_fn = lambda x: x not in lst function
248 check_fn = lambda x: bool(x) function
255 check_fn = lambda x: not bool(x) function
262 check_fn = lambda x: x is None function
269 check_fn = lambda x: x is not None function
276 check_fn = lambda x: len(x) == length function
[all …]
/dports/devel/py-pytest-regressions/pytest-regressions-2.2.0/src/pytest_regressions/
H A Dfile_regression.py32 check_fn=None, argument
75 def check_fn(obtained_filename, expected_filename): function
H A Dcommon.py76 check_fn, argument
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/functions/
H A Dtoo_many_lines.rs12 pub(super) fn check_fn( in check_fn() function
H A Dtoo_many_arguments.rs11 pub(super) fn check_fn( in check_fn() function
/dports/lang/rust/rustc-1.58.1-src/src/test/ui-fulldeps/auxiliary/
H A Dissue-40001-plugin.rs36 fn check_fn( in check_fn() method
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_memory_alloc.py22 def check_vm_alloc(func, check_fn): argument
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dpanic_in_result_fn.rs41 fn check_fn( in check_fn() method
H A Dfuture_not_send.rs52 fn check_fn( in check_fn() method
H A Dunnecessary_wraps.rs72 fn check_fn( in check_fn() method
H A Dunused_async.rs60 fn check_fn( in check_fn() method
H A Dmissing_const_for_fn.rs85 fn check_fn( in check_fn() method
H A Dunused_unit.rs39 fn check_fn(&mut self, cx: &EarlyContext<'_>, kind: FnKind<'_>, span: Span, _: ast::NodeId) { in check_fn() method
H A Dmanual_async_fn.rs41 fn check_fn( in check_fn() method
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_memory_alloc.py22 def check_vm_alloc(func, check_fn): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/relay/
H A Dtest_memory_passes.py24 def check_memory_plan(func, check_fn): argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A DPR100915.c58 check_fn (const CFI_cdesc_t *restrict auxp, const CFI_type_t type, const signed char kind, const si… in check_fn() function
/dports/devel/py-repoze.who/repoze.who-2.4/repoze/who/plugins/
H A Dhtpasswd.py110 def make_plugin(filename=None, check_fn=None): argument
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/core/
H A Dna-importer.h121 NAImporterCheckFn check_fn; /* the check_for_duplicate function */ member
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/api/
H A Dna-iimporter.h266 NAIImporterCheckFn check_fn; member
339 NAIImporterCheckFn check_fn; member
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Ddiff_tests.py148 def diff_check_repo_subset(wc_dir, repo_subset, check_fn, do_diff_r): argument
323 def change_diff_commit_diff(wc_dir, revision, change_fn, check_fn): argument
359 def just_diff(wc_dir, rev_check, check_fn): argument
374 def update_diff(wc_dir, rev_up, rev_check, check_fn): argument
390 def repo_diff(wc_dir, rev1, rev2, check_fn): argument
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Ddiff_tests.py148 def diff_check_repo_subset(wc_dir, repo_subset, check_fn, do_diff_r): argument
323 def change_diff_commit_diff(wc_dir, revision, change_fn, check_fn): argument
359 def just_diff(wc_dir, rev_check, check_fn): argument
374 def update_diff(wc_dir, rev_up, rev_check, check_fn): argument
390 def repo_diff(wc_dir, rev1, rev2, check_fn): argument
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/cmdline/
H A Ddiff_tests.py148 def diff_check_repo_subset(wc_dir, repo_subset, check_fn, do_diff_r): argument
323 def change_diff_commit_diff(wc_dir, revision, change_fn, check_fn): argument
359 def just_diff(wc_dir, rev_check, check_fn): argument
374 def update_diff(wc_dir, rev_up, rev_check, check_fn): argument
390 def repo_diff(wc_dir, rev1, rev2, check_fn): argument
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Ddiff_tests.py148 def diff_check_repo_subset(wc_dir, repo_subset, check_fn, do_diff_r): argument
323 def change_diff_commit_diff(wc_dir, revision, change_fn, check_fn): argument
359 def just_diff(wc_dir, rev_check, check_fn): argument
374 def update_diff(wc_dir, rev_up, rev_check, check_fn): argument
390 def repo_diff(wc_dir, rev1, rev2, check_fn): argument

1234567