Home
last modified time | relevance | path

Searched refs:value_check (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/swig/swig-4.0.2/Examples/test-suite/d/
H A Dlong_long_runme.2.d22 long value_check = ll; in check_ll() local
23 enforce(value == value_check, "Runtime test using long long failed: expected: " ~ in check_ll()
24 to!string(value) ~ ", got: " ~ to!string(value_check)); in check_ll()
29 ulong value_check = ull; in check_ull() local
30 enforce(value == value_check, "Runtime test using unsigned long long failed: expected: " ~ in check_ull()
31 to!string(value) ~ ", ll_check=" ~ to!string(value_check)); in check_ull()
H A Dlong_long_runme.1.d21 long value_check = ll; in check_ll() local
22 if (value != value_check) { in check_ll()
24 Integer.toString(value) ~ ", got: " ~ Integer.toString(value_check)); in check_ll()
30 ulong value_check = ull; in check_ull() local
31 if (value != value_check) { in check_ull()
33 Integer.toString(value) ~ ", ll_check=" ~ Integer.toString(value_check)); in check_ull()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/lib/assignments/
H A Dchecker.rs62 value_check(shell, value, inner_kind).and_then(|val| match val { in get_map_of()
94 pub fn value_check<E: Expander>( in value_check() function
104 .map(|item| value_check(shell, item, &Primitive::Str)) in value_check()
108 .map(|item| value_check(shell, item, &Primitive::Boolean)) in value_check()
112 .map(|item| value_check(shell, item, &Primitive::Integer)) in value_check()
116 .map(|item| value_check(shell, item, &Primitive::Float)) in value_check()
119 Primitive::Indexed(_, ref kind) => value_check(shell, value, kind), in value_check()
135 Primitive::Indexed(_, ref kind) => value_check(shell, value, kind), in value_check()
184 value_check(&mut DummyExpander, "[1 2 3]", &Primitive::IntegerArray).unwrap(), in is_integer_array_()
191 assert!(value_check(&mut DummyExpander, "[1 2 three]", &Primitive::IntegerArray).is_err()); in is_integer_array_()
H A Dmod.rs5 checker::{is_array, value_check},
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/commons/base/
H A Dtagged_union.hpp89 bool value_check(void) const { return false; }; in value_check() function
171 return value_check(static_cast< const U * const>(0)); in check()
257 using E::value_check;
278 bool value_check(const V * const junk) const in value_check() function
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/_utils/
H A Dparam_validation.py70 value_check = abs(data).max()
71 if abs(threshold) > value_check:
73 "But, you have given threshold={1} ".format(value_check,
/dports/graphics/clutter/clutter-1.26.4/tests/conform/
H A Dmodel.c22 gint value_check; member
451 value, data->value_check); in on_row_changed()
453 g_assert_cmpint (value, ==, data->value_check); in on_row_changed()
489 test_data.value_check = 47; in list_model_row_changed()
492 g_value_set_int (&value, test_data.value_check); in list_model_row_changed()
505 test_data.value_check = 42; in list_model_row_changed()
509 COLUMN_BAR, test_data.value_check, in list_model_row_changed()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/conform/
H A Dmodel.c22 gint value_check; member
451 value, data->value_check); in on_row_changed()
453 g_assert_cmpint (value, ==, data->value_check); in on_row_changed()
489 test_data.value_check = 47; in list_model_row_changed()
492 g_value_set_int (&value, test_data.value_check); in list_model_row_changed()
505 test_data.value_check = 42; in list_model_row_changed()
509 COLUMN_BAR, test_data.value_check, in list_model_row_changed()
/dports/devel/p5-MooseX-Types-Structured/MooseX-Types-Structured-0.36/lib/MooseX/Types/
H A DStructured.pm946 my ($key_check, $value_check, $is_compiled);
952 ($key_check, $value_check)
959 if ($value_check) {
961 unless ($value_check->($value)) {
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DCfgParser.cc190 CfgParser::Entry *value_check; in findEntry() local
193 value_check = include_sections ? (*it)->getSection() : *it; in findEntry()
197 && (! value || (value_check && value_check->getValue() == value))) { in findEntry()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/phodevi/parsers/
H A Dphodevi_linux_parser.php91 foreach($node_dir_check as $node_check => $value_check)
98 else if($value_check !== true)
102 foreach(explode(',', $value_check) as $check)
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/lib/shell/
H A Dassignments.rs55 value_check(self, expression, &key.kind) in export()
128 let rhs = value_check(self, expression, &key.kind) in calculate()
H A Dmod.rs32 assignments::value_check,
434 let index = value_check(self, index_name, index_kind) in assign()
H A Dflow_control.rs263 if let Ok(value) = value_check(shell, value.as_ref(), &type_.kind) { in execute()
/dports/devel/boost-docs/boost_1_72_0/boost/test/utils/runtime/cla/
H A Dparser.hpp263 cstring value_check = tr.current_token(); in parse() local
267 …if( validate_token_format( value_check, prefix_test, name_test, value_separator_test, negative_for… in parse()
274 value = value_check; in parse()
/dports/devel/boost-python-libs/boost_1_72_0/boost/test/utils/runtime/cla/
H A Dparser.hpp263 cstring value_check = tr.current_token(); in parse() local
267 …if( validate_token_format( value_check, prefix_test, name_test, value_separator_test, negative_for… in parse()
274 value = value_check; in parse()
/dports/devel/R-cran-BH/BH/inst/include/boost/test/utils/runtime/cla/
H A Dparser.hpp263 cstring value_check = tr.current_token(); in parse() local
267 …if( validate_token_format( value_check, prefix_test, name_test, value_separator_test, negative_for… in parse()
274 value = value_check; in parse()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/test/utils/runtime/cla/
H A Dparser.hpp263 cstring value_check = tr.current_token(); in parse() local
267 …if( validate_token_format( value_check, prefix_test, name_test, value_separator_test, negative_for… in parse()
274 value = value_check; in parse()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/test/utils/runtime/cla/
H A Dparser.hpp263 cstring value_check = tr.current_token(); in parse() local
267 …if( validate_token_format( value_check, prefix_test, name_test, value_separator_test, negative_for… in parse()
274 value = value_check; in parse()
/dports/devel/boost-libs/boost_1_72_0/boost/test/utils/runtime/cla/
H A Dparser.hpp263 cstring value_check = tr.current_token(); in parse() local
267 …if( validate_token_format( value_check, prefix_test, name_test, value_separator_test, negative_for… in parse()
274 value = value_check; in parse()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/test/utils/runtime/cla/
H A Dparser.hpp263 cstring value_check = tr.current_token(); in parse() local
267 …if( validate_token_format( value_check, prefix_test, name_test, value_separator_test, negative_for… in parse()
274 value = value_check; in parse()
/dports/devel/hyperscan/boost_1_75_0/boost/test/utils/runtime/cla/
H A Dparser.hpp263 cstring value_check = tr.current_token(); in parse() local
267 …if( validate_token_format( value_check, prefix_test, name_test, value_separator_test, negative_for… in parse()
274 value = value_check; in parse()
/dports/math/maxima/maxima-5.43.2/share/algebra/solver/
H A Dslvrtbox.mac69 /* value_check property) */
159 'value_check
178 'value_check
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/tests/helpers/
H A Drest_api_testutils.cc480 const RestApiTestParams::value_check_func value_check) { in validate_value() argument
484 ASSERT_NO_FATAL_FAILURE(value_check(jp.Get(json_doc))); in validate_value()
H A Drest_api_testutils.h238 const RestApiTestParams::value_check_func value_check);

123