HomeSort by relevance Sort by last modified time
    Searched defs:pol (Results 1 - 19 of 19) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
signed_settings_helper_unittest.cc 91 em::ChromeDeviceSettingsProto pol; local
93 to_return.set_policy_value(pol.SerializeAsString());
signed_settings.cc 87 em::ChromeDeviceSettingsProto pol;
88 pol.ParseFromString(service->cached_policy().policy_value());
89 if (!pol.has_user_whitelist())
93 pol.user_whitelist().user_whitelist();
400 em::ChromeDeviceSettingsProto pol; local
401 pol.ParseFromString(service_->cached_policy().policy_value());
402 if (!pol.has_user_whitelist())
406 pol.user_whitelist().user_whitelist();
438 em::ChromeDeviceSettingsProto pol; local
439 pol.ParseFromString(to_sign.policy_value())
610 em::ChromeDeviceSettingsProto pol; local
713 em::ChromeDeviceSettingsProto pol; local
    [all...]
signed_settings_unittest.cc 132 em::ChromeDeviceSettingsProto pol; local
133 em::GuestModeEnabledProto* allow = pol.mutable_guest_mode_enabled();
135 pol.mutable_device_proxy_settings()->set_proxy_mode("direct");
138 em::UserWhitelistProto* whitelist_proto = pol.mutable_user_whitelist();
147 to_return.set_policy_value(pol.SerializeAsString());
152 em::ChromeDeviceSettingsProto pol; local
153 pol.ParseFromString(poldata->policy_value());
154 em::AllowNewUsersProto* allow = pol.mutable_allow_new_users();
156 poldata->set_policy_value(pol.SerializeAsString());
162 em::ChromeDeviceSettingsProto pol;
474 em::ChromeDeviceSettingsProto pol; local
    [all...]
  /external/iptables/include/linux/netfilter/
xt_policy.h 64 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member in struct:xt_policy_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_policy.h 53 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member in struct:xt_policy_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_policy.h 53 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member in struct:xt_policy_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_policy.h 53 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member in struct:xt_policy_info
  /external/strace/
mem.c 868 int pol; local
871 else if (syserror(tcp) || umove(tcp, tcp->u_arg[0], &pol) < 0)
874 printxval(policies, pol, "MPOL_???");
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 630 UInt pol, UInt idx,
633 vassert((pol >> 2) == 0);
637 switch (pol) {
638 case 0: intRes2 = intRes1; break; // pol +
639 case 1: intRes2 = ~intRes1; break; // pol -
640 case 2: intRes2 = intRes1; break; // pol m+
641 case 3: intRes2 = intRes1 ^ validL; break; // pol m-
698 UInt pol, UInt idx,
701 vassert((pol >> 2) == 0);
705 switch (pol) {
809 UInt pol = (imm8 >> 4) & 3; \/\/ imm8[5:4] polarity local
1059 UInt pol = (imm8 >> 4) & 3; \/\/ imm8[5:4] polarity local
    [all...]
  /external/sepolicy/tools/
check_seapp.c 141 static policy_info pol = { variable
274 if (!pol.policy_file) {
279 ret = sepol_bool_key_create(pol.handle, value, &se_key);
287 ret = sepol_bool_exists(pol.handle, pol.db, se_key, &resp);
307 if(!check_type(pol.db, value)) {
316 ret = sepol_mls_check(pol.handle, pol.db, value);
596 if (pol.policy_file_name) {
598 log_info("Opening policy file: %s\n", pol.policy_file_name)
    [all...]
  /external/valgrind/main/none/tests/amd64/
pcmpstr64.c 130 UInt pol, UInt idx )
132 assert((pol >> 2) == 0);
136 switch (pol) {
137 case 0: intRes2 = intRes1; break; // pol +
138 case 1: intRes2 = ~intRes1; break; // pol -
139 case 2: intRes2 = intRes1; break; // pol m+
140 case 3: intRes2 = intRes1 ^ validL; break; // pol m-
215 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity local
247 intRes1, zmaskL, zmaskR, validL, pol, idx
286 intRes1, zmaskL, zmaskR, validL, pol, id
    [all...]
pcmpstr64w.c 132 UInt pol, UInt idx )
134 assert((pol >> 2) == 0);
138 switch (pol) {
139 case 0: intRes2 = intRes1; break; // pol +
140 case 1: intRes2 = ~intRes1; break; // pol -
141 case 2: intRes2 = intRes1; break; // pol m+
142 case 3: intRes2 = intRes1 ^ validL; break; // pol m-
221 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity local
252 intRes1, zmaskL, zmaskR, validL, pol, idx
290 intRes1, zmaskL, zmaskR, validL, pol, id
    [all...]
  /external/iptables/iptables/
ip6tables.c 475 const char *pol = ip6tc_get_policy(chain, &counters, handle); local
477 if (pol) {
478 printf(" (policy %s", pol);
    [all...]
iptables.c 480 const char *pol = iptc_get_policy(chain, &counters, handle); local
482 if (pol) {
483 printf(" (policy %s", pol);
    [all...]
  /external/libsepol/src/
link.c 1972 policydb_t *pol = state->base; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xfrm.h 391 struct xfrm_userpolicy_info pol; member in struct:xfrm_user_polexpire
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 391 struct xfrm_userpolicy_info pol; member in struct:xfrm_user_polexpire
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 391 struct xfrm_userpolicy_info pol; member in struct:xfrm_user_polexpire
  /external/iproute2/include/linux/
xfrm.h 414 struct xfrm_userpolicy_info pol; member in struct:xfrm_user_polexpire

Completed in 335 milliseconds