HomeSort by relevance Sort by last modified time
    Searched defs:pol (Results 1 - 11 of 11) 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
  /prebuilt/linux-x86/toolchain/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
  /external/strace/
mem.c 765 int pol; local
768 else if (syserror(tcp) || umove(tcp, tcp->u_arg[0], &pol) < 0)
771 printxval(policies, pol, "MPOL_???");
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 618 UInt pol, UInt idx,
621 vassert((pol >> 2) == 0);
625 switch (pol) {
626 case 0: intRes2 = intRes1; break; // pol +
627 case 1: intRes2 = ~intRes1; break; // pol -
628 case 2: intRes2 = intRes1; break; // pol m+
629 case 3: intRes2 = intRes1 ^ validL; break; // pol m-
728 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity local
759 intRes1, zmaskL, zmaskR, validL, pol, idx, isxSTRM
797 intRes1, zmaskL, zmaskR, validL, pol, idx, isxSTR
    [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...]
  /prebuilt/linux-x86/toolchain/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
  /external/iproute2/include/linux/
xfrm.h 414 struct xfrm_userpolicy_info pol; member in struct:xfrm_user_polexpire

Completed in 338 milliseconds