Searched refs:ignore_error (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs.py | 320 for ignore_error in errorlist: 321 ignore_error = ignore_error.replace('(', r'\(') 322 ignore_error = ignore_error.replace(')', r'\)') 323 ignore_error = ignore_error.replace("'", '.') 324 ignore_error = ignore_error.replace('?', r'\?') 325 ignore_error = ignore_error.replace('[', r'\[') 326 ignore_error = ignore_error.replace(']', r'\]') 327 ignore_error = ignore_error.replace('*', r'\*') 328 ignore_error = ignore_error.replace('0-9', '[0-9]') 329 grepcmd += ignore_error + '|'
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/ |
| H A D | error_handling.hpp | 190 …const ::boost::math::policies::domain_error< ::boost::math::policies::ignore_error>&) BOOST_MATH_N… in raise_domain_error() 235 …const ::boost::math::policies::pole_error< ::boost::math::policies::ignore_error>&) BOOST_MATH_NO… in raise_pole_error() 237 …n, message, val, ::boost::math::policies::domain_error< ::boost::math::policies::ignore_error>()); in raise_pole_error() 288 …const ::boost::math::policies::overflow_error< ::boost::math::policies::ignore_error>&) BOOST_MAT… in raise_overflow_error() 300 …const ::boost::math::policies::overflow_error< ::boost::math::policies::ignore_error>&) BOOST_MAT… in raise_overflow_error() 370 …const ::boost::math::policies::underflow_error< ::boost::math::policies::ignore_error>&) BOOST_MA… in raise_underflow_error() 415 …const ::boost::math::policies::denorm_error< ::boost::math::policies::ignore_error>&) BOOST_MATH_… in raise_denorm_error() 462 …const ::boost::math::policies::evaluation_error< ::boost::math::policies::ignore_error>&) BOOST_M… in raise_evaluation_error() 511 …const ::boost::math::policies::rounding_error< ::boost::math::policies::ignore_error>&) BOOST_MAT… in raise_rounding_error() 578 …:math::policies::indeterminate_result_error< ::boost::math::policies::ignore_error>&) BOOST_MATH_N… in raise_indeterminate_result_error() [all …]
|
| H A D | policy.hpp | 85 #define BOOST_MATH_UNDERFLOW_ERROR_POLICY ignore_error 88 #define BOOST_MATH_DENORM_ERROR_POLICY ignore_error 91 #define BOOST_MATH_INDETERMINATE_RESULT_ERROR_POLICY ignore_error 201 ignore_error = 2, enumerator
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmppdec.h | 64 gboolean ignore_error; member
|
| H A D | gstmppdec.c | 140 self->ignore_error = g_value_get_boolean (value); in gst_mpp_dec_set_property() 178 g_value_set_boolean (value, self->ignore_error); in gst_mpp_dec_get_property() 376 if (self->ignore_error) in gst_mpp_dec_set_format() 1084 self->ignore_error = DEFAULT_PROP_IGNORE_ERROR; in gst_mpp_dec_init()
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | mixer.h | 100 int ignore_error);
|
| H A D | mixer.c | 3520 int ignore_error) in snd_usb_create_mixer() argument 3534 mixer->ignore_ctl_error = ignore_error; in snd_usb_create_mixer()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 200 struct kvm_nested_state *state, bool ignore_error);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util.c | 1416 struct kvm_nested_state *state, bool ignore_error) in vcpu_nested_state_set() argument 1424 if (!ignore_error) { in vcpu_nested_state_set()
|