Home
last modified time | relevance | path

Searched refs:policy_type (Results 1 – 25 of 110) sorted by relevance

12345

/third_party/boost/boost/math/distributions/detail/
Dgeneric_mode.hpp36 typedef typename Dist::policy_type policy_type; in generic_find_mode() typedef
52 …te a starting location for the search for the mode, original guess was %1%", guess, policy_type()); in generic_find_mode()
75 boost::uintmax_t max_iter = policies::get_max_root_iterations<policy_type>(); in generic_find_mode()
81 policies::digits<value_type, policy_type>(), in generic_find_mode()
83 if(max_iter >= policies::get_max_root_iterations<policy_type>()) in generic_find_mode()
89 " or the answer is infinite. Current best guess is %1%", result, policy_type()); in generic_find_mode()
101 typedef typename Dist::policy_type policy_type; in generic_find_mode_01() typedef
128 boost::uintmax_t max_iter = policies::get_max_root_iterations<policy_type>(); in generic_find_mode_01()
134 policies::digits<value_type, policy_type>(), in generic_find_mode_01()
136 if(max_iter >= policies::get_max_root_iterations<policy_type>()) in generic_find_mode_01()
[all …]
Dderived_accessors.hpp63 typedef typename Distribution::policy_type policy_type; in hazard() typedef
68 "boost::math::hazard(const Distribution&, %1%)", 0, policy_type()); in hazard()
89 typedef typename Distribution::policy_type policy_type; in coefficient_of_variation() typedef
97 …r<value_type>("boost::math::coefficient_of_variation(const Distribution&, %1%)", 0, policy_type()); in coefficient_of_variation()
Dgeneric_quantile.hpp15 typedef typename Dist::policy_type policy_type; typedef
49 typedef typename Dist::policy_type policy_type; in generic_quantile() typedef
51 policy_type, in generic_quantile()
Dinv_discrete_quantile.hpp20 typedef typename Dist::policy_type policy_type; typedef
84 typedef typename Dist::policy_type policy_type; in do_inverse_discrete_quantile() typedef
218 …evaluation_error(function, "Unable to bracket root, last nearest value was %1%", b, policy_type()); in do_inverse_discrete_quantile()
245 …evaluation_error(function, "Unable to bracket root, last nearest value was %1%", a, policy_type()); in do_inverse_discrete_quantile()
277 std::pair<value_type, value_type> r = toms748_solve(f, a, b, fa, fb, tol, count, policy_type()); in do_inverse_discrete_quantile()
390 …ename Dist::value_type>(policies::digits<typename Dist::value_type, typename Dist::policy_type>()), in inverse_discrete_quantile()
/third_party/selinux/checkpolicy/
Dcheckmodule.c46 unsigned int policy_type = POLICY_BASE; variable
114 p->policy_type = policy_type; in write_binary_policy()
200 policy_type = POLICY_MOD; in main()
242 if (handle_unknown && (policy_type != POLICY_BASE)) { in main()
247 if (binary && (policy_type != POLICY_BASE)) { in main()
274 modpolicydb.policy_type = policy_type; in main()
287 if (policy_type != POLICY_BASE && outfile) { in main()
308 if (modpolicydb.policy_type == POLICY_BASE && !cil) { in main()
/third_party/selinux/libsepol/src/
Dwrite.c48 #define glblub_version ((p->policy_type == POLICY_KERN && \
50 (p->policy_type == POLICY_BASE && \
115 unsigned int oldvers = (p->policy_type == POLICY_KERN in avtab_write_item()
287 unsigned int oldvers = (p->policy_type == POLICY_KERN in avtab_write()
510 int new_roletr = (p->policy_type == POLICY_KERN && in role_trans_write()
741 if (p->policy_type != POLICY_KERN && in cond_write_bool()
768 unsigned int oldvers = (p->policy_type == POLICY_KERN in cond_write_av_list()
843 if (p->policy_type == POLICY_KERN) { in cond_write_node()
855 if (p->policy_type != POLICY_KERN && in cond_write_node()
906 && p->policy_type == POLICY_KERN) in context_write()
[all …]
Dpolicydb.c773 (p->policy_type == in roles_init()
964 if (p->policy_type != POLICY_KERN && p->policy_type != POLICY_MOD) { in policydb_user_cache()
2019 if ((p->policy_type == POLICY_KERN in context_read_and_validate()
2021 || (p->policy_type == POLICY_BASE in context_read_and_validate()
2205 if (p->policy_type != POLICY_KERN && in read_cons_helper()
2208 else if (p->policy_type == POLICY_KERN && in read_cons_helper()
2290 if ((p->policy_type == POLICY_KERN in class_read()
2292 || (p->policy_type == POLICY_BASE in class_read()
2303 if ((p->policy_type == POLICY_KERN && in class_read()
2305 (p->policy_type == POLICY_BASE && in class_read()
[all …]
Dpolicydb_public.c111 p->policy_type = type; in sepol_policydb_set_typevers()
118 switch (p->policy_type) { in sepol_policydb_set_vers()
/third_party/selinux/libsepol/tests/
Dhelpers.c35 int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const char *p… in test_load_policy() argument
54 p->policy_type = policy_type; in test_load_policy()
Dtest-expander.c98 mybase->policy_type = POLICY_BASE; in expander_policy_init()
107 mymodules[i - 1]->policy_type = POLICY_MOD; in expander_policy_init()
Dhelpers.h77 extern int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const …
/third_party/boost/boost/math/policies/
Derror_handling.hpp615 typedef typename Policy::domain_error_type policy_type; in raise_domain_error() typedef
618 val, policy_type()); in raise_domain_error()
624 typedef typename Policy::pole_error_type policy_type; in raise_pole_error() typedef
627 val, policy_type()); in raise_pole_error()
633 typedef typename Policy::overflow_error_type policy_type; in raise_overflow_error() typedef
636 policy_type()); in raise_overflow_error()
642 typedef typename Policy::overflow_error_type policy_type; in raise_overflow_error() typedef
645 val, policy_type()); in raise_overflow_error()
651 typedef typename Policy::underflow_error_type policy_type; in raise_underflow_error() typedef
654 policy_type()); in raise_underflow_error()
[all …]
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_intersection_points.hpp73 > policy_type; in apply() typedef
75 typename policy_type::return_type const result in apply()
76 = strategy.apply(range_p, range_q, policy_type()); in apply()
/third_party/selinux/libselinux/src/
Dselinux_config.c277 char *policy_type = strrchr(path, '/'); in selinux_set_policy_root() local
278 if (!policy_type) { in selinux_set_policy_root()
282 policy_type++; in selinux_set_policy_root()
290 if (setpolicytype(policy_type) != 0) in selinux_set_policy_root()
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Diterator.hpp51 policy_type; typedef
54 typedef spirit::multi_pass<functor_data_type, policy_type> type;
/third_party/boost/libs/math/doc/graphs/
Dbessel_i0_errors.cpp28 > policy_type; in test_type() typedef
41 T result = boost::math::cyl_bessel_i(0, input, policy_type()); in test_type()
88 T result = boost::math::cyl_bessel_i(0, input, policy_type()); in test_type()
Dbessel_i1_errors.cpp28 > policy_type; in test_type() typedef
41 T result = boost::math::cyl_bessel_i(1, input, policy_type()); in test_type()
92 T result = boost::math::cyl_bessel_i(1, input, policy_type()); in test_type()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl_lex_iterator.hpp145 policy_type; typedef
146 typedef boost::spirit::multi_pass<functor_data_type, policy_type> type;
/third_party/boost/boost/wave/cpplexer/
Dcpp_lex_iterator.hpp162 policy_type; typedef
163 typedef boost::spirit::multi_pass<functor_data_type, policy_type> type;
/third_party/boost/libs/wave/samples/cpp_tokens/
Dslex_iterator.hpp155 policy_type; typedef
156 typedef boost::spirit::multi_pass<functor_data_type, policy_type> type;
/third_party/boost/libs/wave/samples/list_includes/
Dlexertl_iterator.hpp154 policy_type; typedef
155 typedef boost::spirit::multi_pass<functor_data_type, policy_type> type;
/third_party/boost/libs/wave/samples/token_statistics/
Dxlex_iterator.hpp155 policy_type; typedef
156 typedef boost::spirit::multi_pass<functor_data_type, policy_type> type;
/third_party/selinux/checkpolicy/test/
Ddismod.c779 if (base->policy_type != POLICY_BASE) { in link_module()
803 if (module.policy_type != POLICY_MOD) { in link_module()
887 if (policydb.policy_type != POLICY_BASE && in main()
888 policydb.policy_type != POLICY_MOD) { in main()
904 if (policydb.policy_type == POLICY_BASE) { in main()
/third_party/boost/boost/beast/http/detail/
Dbasic_parsed_list.hpp32 using policy_type = Policy; typedef in boost::beast::http::detail::basic_parsed_list
/third_party/boost/libs/beast/include/boost/beast/http/detail/
Dbasic_parsed_list.hpp32 using policy_type = Policy; typedef in boost::beast::http::detail::basic_parsed_list

12345