Home
last modified time | relevance | path

Searched defs:fix (Results 51 – 75 of 3920) sorted by relevance

12345678910>>...157

/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/tests/
H A Dtest_batteryrunners.py24 def chk1(obj, fix=False): argument
36 def chk2(obj, fix=False): argument
60 def chk_warn(obj, fix=False): argument
71 def chk_error(obj, fix=False): argument
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/tests/
H A Dtest_batteryrunners.py21 def chk1(obj, fix=False): argument
33 def chk2(obj, fix=False): argument
57 def chk_warn(obj, fix=False): argument
68 def chk_error(obj, fix=False): argument
/dports/devel/dee/dee-1.2.7/tests/
H A Dtest-filter-model.c97 setup_empty (FilterFixture *fix, gconstpointer data) in setup_empty()
114 setup (FilterFixture *fix, gconstpointer data) in setup()
121 teardown (FilterFixture *fix, gconstpointer data) in teardown()
183 test_empty_orig (FilterFixture *fix, gconstpointer data) in test_empty_orig()
208 test_append_all (FilterFixture *fix, gconstpointer data) in test_append_all()
253 test_discard_all (FilterFixture *fix, gconstpointer data) in test_discard_all()
534 _test_orig_ordering (FilterFixture *fix, in _test_orig_ordering()
632 test_key (FilterFixture *fix, gconstpointer data) in test_key()
642 test_any (FilterFixture *fix, gconstpointer data) in test_any()
653 test_regex (FilterFixture *fix, gconstpointer data) in test_regex()
[all …]
H A Dtest-resource-manager.c59 sequence_model_setup (Fixture *fix, gconstpointer data) in sequence_model_setup()
71 sequence_model_teardown (Fixture *fix, gconstpointer data) in sequence_model_teardown()
85 shared_model_setup (Fixture *fix, gconstpointer data) in shared_model_setup()
97 shared_model_teardown (Fixture *fix, gconstpointer data) in shared_model_teardown()
159 test_model_persistence (Fixture *fix, gconstpointer data) in test_model_persistence()
201 test_resource_manager_default (Fixture *fix, gconstpointer data) in test_resource_manager_default()
H A Dtest-glist-result-set.c40 setup (Fixture *fix, gconstpointer data) in setup()
62 teardown (Fixture *fix, gconstpointer data) in teardown()
73 test_three (Fixture *fix, gconstpointer data) in test_three()
108 test_empty (Fixture *fix, gconstpointer data) in test_empty()
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/extensions/fts++/test/
H A Dtest-indexer.cpp39 setup (Fixture *fix, gconstpointer data) in setup()
61 teardown (Fixture *fix, gconstpointer data) in teardown()
289 process_pending (Fixture *fix) in process_pending()
299 index_event (Fixture *fix, ZeitgeistEvent *event) in index_event()
385 test_simple_query (Fixture *fix, gconstpointer data) in test_simple_query()
448 test_simple_with_filter (Fixture *fix, gconstpointer data) in test_simple_with_filter()
498 test_simple_negation (Fixture *fix, gconstpointer data) in test_simple_negation()
523 test_simple_noexpand (Fixture *fix, gconstpointer data) in test_simple_noexpand()
651 test_simple_camelcase (Fixture *fix, gconstpointer data) in test_simple_camelcase()
773 test_simple_cjk (Fixture *fix, gconstpointer data) in test_simple_cjk()
[all …]
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dscannerapi.c29 scanner_fixture_setup (ScannerFixture *fix, in scanner_fixture_setup()
36 scanner_fixture_teardown (ScannerFixture *fix, in scanner_fixture_teardown()
52 test_scanner_warn (ScannerFixture *fix, in test_scanner_warn()
60 test_scanner_error (ScannerFixture *fix, in test_scanner_error()
85 test_scanner_symbols (ScannerFixture *fix, in test_scanner_symbols()
108 test_scanner_tokens (ScannerFixture *fix, in test_scanner_tokens()
/dports/science/lammps/lammps-stable_29Sep2021/examples/COUPLE/fortran_dftb/
H A DLAMMPS-wrapper2.cpp45 FixExternal *fix = (FixExternal *) lmp->modify->fix[ifix]; in lammps_set_callback() local
53 FixExternal *fix = (FixExternal *) lmp->modify->fix[ifix]; in lammps_set_external_vector_length() local
61 FixExternal *fix = (FixExternal *) lmp->modify->fix[ifix]; in lammps_set_external_vector() local
69 FixExternal *fix = (FixExternal *) lmp->modify->fix[ifix]; in lammps_set_user_energy() local
77 FixExternal *fix = (FixExternal *) lmp->modify->fix[ifix]; in lammps_set_user_virial() local
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/test/c/
H A Dtest-datasource.c36 setup (Fixture *fix, gconstpointer data) in setup()
43 teardown (Fixture *fix, gconstpointer data) in teardown()
50 test_create_empty (Fixture *fix, gconstpointer data) in test_create_empty()
68 test_create_full (Fixture *fix, gconstpointer data) in test_create_full()
104 test_to_from_variant (Fixture *fix, gconstpointer data) in test_to_from_variant()
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/
H A DValidationResult.php38 private $fix; variable in LibreNMS\\ValidationResult
46 public function __construct($message, $status, $fix = null)
59 public static function ok($message, $fix = null)
70 public static function warn($message, $fix = null)
91 public static function fail($message, $fix = null)
153 public function setFix($fix)
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/jiffy/src/
H A Djiffy_utf8.erl8 fix({Props}) -> function
10 fix(Values) when is_list(Values) -> function
12 fix(Bin) when is_binary(Bin) -> function
14 fix(Val) -> function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/src/Language/Haskell/Exts/
H A DFixity.hs237 where fix x = applyFixities fixs x function
243 where fix x = applyFixities fixs x function
281 where fix x = applyFixities fixs x function
302 where fix x = applyFixities fixs x function
306 where fix x = applyFixities fixs x function
322 where fix x = applyFixities fixs x function
333 where fix x = applyFixities fixs x function
339 where fix x = applyFixities fixs x function
351 where fix x = applyFixities fixs x function
361 where fix x = applyFixities fixs x function
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/
H A DFixity.hs237 where fix x = applyFixities fixs x function
243 where fix x = applyFixities fixs x function
281 where fix x = applyFixities fixs x function
302 where fix x = applyFixities fixs x function
306 where fix x = applyFixities fixs x function
322 where fix x = applyFixities fixs x function
333 where fix x = applyFixities fixs x function
339 where fix x = applyFixities fixs x function
351 where fix x = applyFixities fixs x function
361 where fix x = applyFixities fixs x function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/
H A DFixity.hs237 where fix x = applyFixities fixs x function
243 where fix x = applyFixities fixs x function
281 where fix x = applyFixities fixs x function
302 where fix x = applyFixities fixs x function
306 where fix x = applyFixities fixs x function
322 where fix x = applyFixities fixs x function
333 where fix x = applyFixities fixs x function
339 where fix x = applyFixities fixs x function
351 where fix x = applyFixities fixs x function
361 where fix x = applyFixities fixs x function
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/docs/geckoview/contributor/
H A Dcontributing-to-mc.rst68 Submitting a patch that touches C/C++
83 Submitting to ``try`` with Level 1 commit access.
91 Submitting a patch via Phabricator.
227 Updating a patch
H A Dgeckoview-quick-start.rst138 Running tests and linter locally
168 Updating the changelog and API documentation
198 Submitting to the ``try`` server
213 Tagging a reviewer
/dports/www/firefox/firefox-99.0/mobile/android/docs/geckoview/contributor/
H A Dcontributing-to-mc.rst68 Submitting a patch that touches C/C++
83 Submitting to ``try`` with Level 1 commit access.
91 Submitting a patch via Phabricator.
227 Updating a patch
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/docs/geckoview/contributor/
H A Dcontributing-to-mc.rst68 Submitting a patch that touches C/C++
83 Submitting to ``try`` with Level 1 commit access.
91 Submitting a patch via Phabricator.
227 Updating a patch
H A Dgeckoview-quick-start.rst138 Running tests and linter locally
168 Updating the changelog and API documentation
198 Submitting to the ``try`` server
213 Tagging a reviewer
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/docs/geckoview/contributor/
H A Dcontributing-to-mc.rst68 Submitting a patch that touches C/C++
83 Submitting to ``try`` with Level 1 commit access.
91 Submitting a patch via Phabricator.
227 Updating a patch
/dports/audio/baresip/baresip-0.5.8/test/
H A Dcall.c244 struct fixture fix, *f = &fix; in test_call_answer() local
278 struct fixture fix, *f = &fix; in test_call_reject() local
310 struct fixture fix, *f = &fix; in test_call_af_mismatch() local
345 struct fixture fix, *f = &fix; in test_call_answer_hangup_a() local
379 struct fixture fix, *f = &fix; in test_call_answer_hangup_b() local
414 struct fixture fix, *f = &fix; in test_call_rtp_timeout() local
473 struct fixture fix, *f = &fix; in test_call_multiple() local
563 struct fixture fix, *f = &fix; in test_call_max() local
630 struct fixture fix, *f = &fix; in test_call_dtmf() local
729 struct fixture *fix = arg; in mock_sample_handler() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/gil/test/core/channel/
H A Dtest_fixture.cpp22 fixture::channel_minmax_value<channel_t> fix; in operator ()() local
39 fixture::channel_value<channel_t> fix; in operator ()() local
56 fixture::channel_reference<channel_t &> fix; in operator ()() local
73 fixture::channel_reference<channel_t const &> fix; in operator ()() local
94 fixture::packed_channels565<bitfield_t> fix; in operator ()() local
114 fixture::packed_dynamic_channels565<bitfield_t> fix; in operator ()() local
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-wasm32.h41 #define TC_FORCE_RELOCATION(fix) wasm32_force_relocation (fix) argument
42 #define TC_FORCE_RELOCATION_LOCAL(fix) 1 argument
43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix) argument
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix) argument
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix) argument
46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix) argument
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-wasm32.h41 #define TC_FORCE_RELOCATION(fix) wasm32_force_relocation (fix) argument
42 #define TC_FORCE_RELOCATION_LOCAL(fix) 1 argument
43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix) argument
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix) argument
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix) argument
46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix) argument
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-wasm32.h41 #define TC_FORCE_RELOCATION(fix) wasm32_force_relocation (fix) argument
42 #define TC_FORCE_RELOCATION_LOCAL(fix) 1 argument
43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix) argument
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix) argument
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix) argument
46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix) argument

12345678910>>...157