Home
last modified time | relevance | path

Searched refs:set_policy (Results 1 – 21 of 21) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
D5-1.c30 int set_policy(char *label, int policy) in set_policy() function
58 rc = set_policy("SCHED_FIFO", SCHED_FIFO); in main()
62 rc = set_policy("SCHED_RR", SCHED_RR); in main()
66 rc = set_policy("SCHED_OTHER", SCHED_OTHER); in main()
/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
Dpolicy_test.py45 mp_policy.set_policy('infer_float32_vars')
51 mp_policy.set_policy('infer')
55 mp_policy.set_policy(policy)
58 mp_policy.set_policy(default_policy)
Dpolicy.py147 def set_policy(policy): function
160 set_policy(policy)
163 set_policy(old_policy)
D__init__.py23 from tensorflow.python.keras.mixed_precision.experimental.policy import set_policy
/external/iptables/include/libiptc/
Dxtcshared.h15 int (*set_policy)(const xt_chainlabel, const xt_chainlabel, member
/external/iproute2/include/libiptc/
Dxtcshared.h15 int (*set_policy)(const xt_chainlabel, const xt_chainlabel, member
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.mixed_precision.experimental.pbtxt16 name: "set_policy"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.mixed_precision.experimental.pbtxt16 name: "set_policy"
/external/e2fsprogs/misc/
De4crypt.c347 static void set_policy(struct salt *set_salt, int pad, in set_policy() function
706 set_policy(NULL, pad, argc, argv, optind); in do_add_key()
751 set_policy(&saltbuf, pad, argc, argv, optind+1); in do_set_policy()
832 CMD(set_policy),
/external/f2fs-tools/tools/
Df2fscrypt.c393 static void set_policy(struct salt *set_salt, int pad, in set_policy() function
741 set_policy(NULL, pad, argc, argv, optind); in do_add_key()
786 set_policy(&saltbuf, pad, argc, argv, optind+1); in do_set_policy()
873 CMD(set_policy),
/external/iptables/iptables/
Dip6tables-restore.c401 if (!ops->set_policy(chain, policy, &count, in ip6tables_restore_main()
Diptables-restore.c400 if (!ops->set_policy(chain, policy, &count, in iptables_restore_main()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_window.py122 self.scrolled_window.set_policy(gtk.POLICY_AUTOMATIC,
/external/boringssl/src/crypto/obj/
Dobj_mac.num510 set_policy 516
/external/python/cpython3/Lib/test/
Dtest_http_cookiejar.py843 c.set_policy(pol)
1028 c.set_policy(pol)
/external/python/cpython2/Lib/test/
Dtest_cookielib.py787 c.set_policy(pol)
955 c.set_policy(pol)
/external/python/cpython2/Lib/
Dcookielib.py1241 def set_policy(self, policy): member in CookieJar
/external/python/cpython3/Lib/http/
Dcookiejar.py1257 def set_policy(self, policy): member in CookieJar
/external/python/cpython2/Doc/library/
Dcookielib.rst190 .. method:: CookieJar.set_policy(policy)
/external/python/cpython3/Doc/library/
Dhttp.cookiejar.rst194 .. method:: CookieJar.set_policy(policy)
/external/iptables/libiptc/
Dlibiptc.c2761 .set_policy = TC_SET_POLICY,