Home
last modified time | relevance | path

Searched defs:policy (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/third_party/boost/libs/math/src/tr1/
Dc_policy.hpp12 struct policy< struct
21 typedef domain_error<errno_on_error> domain_error_type;
22 typedef pole_error<errno_on_error> pole_error_type;
23 typedef overflow_error<errno_on_error> overflow_error_type;
24 typedef underflow_error<errno_on_error> underflow_error_type;
25 typedef denorm_error<errno_on_error> denorm_error_type;
26 typedef evaluation_error<errno_on_error> evaluation_error_type;
27 typedef rounding_error<errno_on_error> rounding_error_type;
28 typedef indeterminate_result_error<> indeterminate_result_error_type;
30 typedef digits2<> precision_type;
[all …]
/third_party/boost/boost/math/policies/
Dpolicy.hpp400 struct policy struct
422 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list;
425 …name detail::find_arg<arg_list, is_domain_error<mpl::_1>, domain_error<> >::type domain_error_type;
426 …f typename detail::find_arg<arg_list, is_pole_error<mpl::_1>, pole_error<> >::type pole_error_type;
427 …etail::find_arg<arg_list, is_overflow_error<mpl::_1>, overflow_error<> >::type overflow_error_type;
428 …il::find_arg<arg_list, is_underflow_error<mpl::_1>, underflow_error<> >::type underflow_error_type;
429 …name detail::find_arg<arg_list, is_denorm_error<mpl::_1>, denorm_error<> >::type denorm_error_type;
430 …:find_arg<arg_list, is_evaluation_error<mpl::_1>, evaluation_error<> >::type evaluation_error_type;
431 …etail::find_arg<arg_list, is_rounding_error<mpl::_1>, rounding_error<> >::type rounding_error_type;
432 …minate_result_error<mpl::_1>, indeterminate_result_error<> >::type indeterminate_result_error_type;
[all …]
/third_party/libsoup/libsoup/
Dsoup-hsts-policy.c194 SoupHSTSPolicy *policy; in soup_hsts_policy_new_full() local
243 SoupHSTSPolicy *policy; in soup_hsts_policy_new_session_policy() local
279 SoupHSTSPolicy *policy = NULL; in soup_hsts_policy_new_from_response() local
325 soup_hsts_policy_get_domain (SoupHSTSPolicy *policy) in soup_hsts_policy_get_domain()
344 soup_hsts_policy_is_expired (SoupHSTSPolicy *policy) in soup_hsts_policy_is_expired()
362 soup_hsts_policy_includes_subdomains (SoupHSTSPolicy *policy) in soup_hsts_policy_includes_subdomains()
381 soup_hsts_policy_is_session_policy (SoupHSTSPolicy *policy) in soup_hsts_policy_is_session_policy()
397 soup_hsts_policy_free (SoupHSTSPolicy *policy) in soup_hsts_policy_free()
Dsoup-hsts-enforcer.c124 SoupHSTSPolicy *policy; in soup_hsts_enforcer_real_has_valid_policy() local
222 SoupHSTSPolicy *policy, in should_remove_expired_host_policy()
251 SoupHSTSPolicy *policy; in soup_hsts_enforcer_remove_host_policy() local
295 SoupHSTSPolicy *policy) in soup_hsts_enforcer_insert_policy()
337 SoupHSTSPolicy *policy) in soup_hsts_enforcer_set_policy()
384 SoupHSTSPolicy *policy; in soup_hsts_enforcer_set_session_policy() local
398 SoupHSTSPolicy *policy; in soup_hsts_enforcer_host_includes_subdomains() local
455 SoupHSTSPolicy *policy; in soup_hsts_enforcer_process_sts_header() local
/third_party/boost/boost/beast/core/
Drate_policy.hpp50 available_read_bytes(Policy& policy) in available_read_bytes()
58 available_write_bytes(Policy& policy) in available_write_bytes()
67 Policy& policy, std::size_t n) in transfer_read_bytes()
76 Policy& policy, std::size_t n) in transfer_write_bytes()
84 on_timer(Policy& policy) in on_timer()
/third_party/boost/libs/beast/include/boost/beast/core/
Drate_policy.hpp50 available_read_bytes(Policy& policy) in available_read_bytes()
58 available_write_bytes(Policy& policy) in available_write_bytes()
67 Policy& policy, std::size_t n) in transfer_read_bytes()
76 Policy& policy, std::size_t n) in transfer_write_bytes()
84 on_timer(Policy& policy) in on_timer()
/third_party/musl/src/sched/
Dsched_get_priority_max.c4 int sched_get_priority_max(int policy) in sched_get_priority_max()
9 int sched_get_priority_min(int policy) in sched_get_priority_min()
/third_party/musl/src/process/
Dposix_spawnattr_sched.c17 int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *restrict attr, int *restrict policy) in posix_spawnattr_getschedpolicy()
22 int posix_spawnattr_setschedpolicy(posix_spawnattr_t *attr, int policy) in posix_spawnattr_setschedpolicy()
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawnattr_sched.c20 int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *restrict attr, int *restrict policy) in posix_spawnattr_getschedpolicy()
26 int posix_spawnattr_setschedpolicy(posix_spawnattr_t *attr, int policy) in posix_spawnattr_setschedpolicy()
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
D1-2.c54 int policy; in hi_prio_thread() local
85 int policy; in low_prio_thread() local
115 int policy; in main() local
/third_party/boost/boost/fiber/future/
Dasync.hpp64 async( Policy policy, Fn && fn, Args ... args) { in async()
85 async( Policy policy, std::allocator_arg_t, StackAllocator salloc, Fn && fn, Args ... args) { in async()
107 async( Policy policy, std::allocator_arg_t, StackAllocator salloc, Allocator alloc, Fn && fn, Args … in async()
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_vision_random_subselect_policy_test.cc50 …std::vector<std::pair<std::shared_ptr<TensorTransform>, double>> policy = {invert_pair, equalize_p… in TEST_F() local
101 …std::vector<std::pair<TensorTransform *, double>> policy = {invert_pair, equalize_pair, resize_pai… in TEST_F() local
158 …std::vector<std::pair<std::reference_wrapper<TensorTransform>, double>> policy = {invert_pair, equ… in TEST_F() local
263 …std::vector<std::pair<std::shared_ptr<TensorTransform>, double>> policy = {invert_pair, equalize_p… in TEST_F() local
285 std::vector<std::pair<std::shared_ptr<TensorTransform>, double>> policy = {}; in TEST_F() local
320 …std::vector<std::pair<std::shared_ptr<TensorTransform>, double>> policy = {invert_pair, dummy_pair… in TEST_F() local
350 std::vector<std::pair<std::shared_ptr<TensorTransform>, double>> policy = {vertflip_pair}; in TEST_F() local
/third_party/boost/boost/outcome/experimental/
Dstatus_outcome.hpp63 namespace policy namespace
81 namespace policy namespace
/third_party/toybox/toys/other/
Dchrt.c39 #define sched_get_priority_min(policy) \ argument
41 #define sched_get_priority_max(policy) \ argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Drandom_select_subpolicy_ir.cc33 const std::vector<std::vector<std::pair<std::shared_ptr<TensorOperation>, double>>> &policy) in RandomSelectSubpolicyOperation()
91 nlohmann::json policy, args; in to_json() local
109 std::vector<std::vector<std::pair<std::shared_ptr<TensorOperation>, double>>> policy; in from_json() local
/third_party/python/Lib/test/test_email/
D__init__.py29 policy = compat32 variable in TestEmailBase
44 def _str_msg(self, string, message=None, policy=None): argument
51 def _bytes_msg(self, bytestring, message=None, policy=None): argument
Dtest_defect_handling.py11 policy = policy.default variable in TestDefectsBase
326 policy = TestDefectsBase.policy variable in TestDefectRaising
327 policy = policy.clone(raise_on_defect=True) variable in TestDefectRaising
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DParallel.h183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each()
190 void for_each_n(Policy policy, IndexTy Begin, IndexTy End, FuncTy Fn) { in for_each_n()
208 void for_each(parallel_execution_policy policy, IterTy Begin, IterTy End, in for_each()
214 void for_each_n(parallel_execution_policy policy, IndexTy Begin, IndexTy End, in for_each_n()
/third_party/ltp/testcases/realtime/stress/pi-tests/
Dtestpi-3.c101 int rc, i, j, policy, tid = gettid(); in func_nonrt() local
150 int rc, i, j, policy, tid = gettid(); in func_rt() local
206 int rc, i, j, policy, tid = gettid(); in func_noise() local
253 int retc, policy, inherit; in startThread() local
/third_party/ltp/testcases/kernel/syscalls/get_mempolicy/
Dget_mempolicy02.c37 int policy; member
76 int policy; in do_test() local
/third_party/ltp/testcases/kernel/syscalls/mbind/
Dmbind01.c40 int policy; member
139 static void check_policy_pref_or_local(int policy) in check_policy_pref_or_local()
194 int policy, fail = 0; in do_test() local
/third_party/musl/src/network/
Dlookup_name.c224 static const struct policy { struct
246 static const struct policy *policyof(const struct in6_addr *a) in policyof() argument
/third_party/mindspore/mindspore/core/utils/
Dms_context.cc34 MsContext::MsContext(const std::string &policy, const std::string &target) { in MsContext()
114 bool MsContext::set_backend_policy(const std::string &policy) { in set_backend_policy()
/third_party/openssl/crypto/x509v3/
Dv3_pci.c88 ASN1_OCTET_STRING **policy) in process_pci_value()
251 ASN1_OCTET_STRING *policy = NULL; in r2i_pci() local
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
Dpthread_cond_wait_1.c56 int policy; in hi_prio_thread() local
86 int policy; in low_prio_thread() local

12345678910>>...14