Searched defs:pol (Results 1 - 16 of 16) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_helper_unittest.cc91 em::ChromeDeviceSettingsProto pol; local
93 to_return.set_policy_value(pol.SerializeAsString());
H A Downership_service.cc59 void OwnershipService::set_cached_policy(const em::PolicyData& pol) { argument
60 policy_.reset(pol.New());
61 policy_->CheckTypeAndMergeFrom(pol);
H A Dsigned_settings.cc87 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
610 em::ChromeDeviceSettingsProto pol; local
713 em::ChromeDeviceSettingsProto pol; local
[all...]
H A Dsigned_settings_unittest.cc132 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/
H A Dxt_policy.h64 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member in struct:xt_policy_info
/external/kernel-headers/original/linux/
H A Dmempolicy.h79 extern void __mpol_free(struct mempolicy *pol);
80 static inline void mpol_free(struct mempolicy *pol) argument
82 if (pol)
83 __mpol_free(pol);
86 extern struct mempolicy *__mpol_copy(struct mempolicy *pol);
87 static inline struct mempolicy *mpol_copy(struct mempolicy *pol) argument
89 if (pol)
90 pol = __mpol_copy(pol);
91 return pol;
97 mpol_get(struct mempolicy *pol) argument
194 mpol_get(struct mempolicy *pol) argument
238 mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *new) argument
[all...]
/external/strace/
H A Dmem.c868 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/
H A Dguest_generic_x87.c618 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, id
613 compute_PCMPxSTRx_gen_output( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx, Bool isxSTRM ) argument
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dpcmpstr64.c130 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
125 pcmpXstrX_WRK_gen_output_fmt_I( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx ) argument
1393 pcmpXstrX_WRK_gen_output_fmt_I( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx ) argument
1482 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity local
[all...]
/external/sepolicy/check_seapp/
H A Dcheck_seapp.c141 static policy_info pol = { variable
262 if (!pol.policy_file) {
267 ret = sepol_bool_key_create(pol.handle, value, &se_key);
275 ret = sepol_bool_exists(pol.handle, pol.db, se_key, &resp);
295 if(!check_type(pol.db, value)) {
304 ret = sepol_mls_check(pol.handle, pol.db, value);
581 if (pol.policy_file_name) {
583 log_info("Opening policy file: %s\n", pol
[all...]
/external/iptables/iptables/
H A Dip6tables.c475 const char *pol = ip6tc_get_policy(chain, &counters, handle); local
477 if (pol) {
478 printf(" (policy %s", pol);
H A Diptables.c480 const char *pol = iptc_get_policy(chain, &counters, handle); local
482 if (pol) {
483 printf(" (policy %s", pol);
/external/libsepol/src/
H A Dexpand.c2685 static void discard_tunables(sepol_handle_t *sh, policydb_t *pol) argument
2709 for (block = pol->global; block != NULL; block = block->next) {
2731 booldatum = pol->bool_val_to_struct[cur_expr->bool - 1];
2753 cur_state = cond_evaluate_expr(pol, cur_node->expr);
H A Dlink.c1935 policydb_t *pol = state->base; local
1952 id = pol->sym_val_to_name[i][j];
1976 id = pol->p_class_val_to_name[i];
1977 cladatum = pol->class_val_to_struct[i];
2138 static int enable_avrules(link_state_t * state, policydb_t * pol) argument
2151 for (block = pol->global; block != NULL; block = block->next) {
2162 for (block = pol->global; block != NULL; block = block->next) {
2200 for (block = pol->global->next; block != NULL; block = block->next) {
2211 debug_requirements(state, pol);
2441 static int populate_roleattributes(link_state_t *state, policydb_t *pol) argument
[all...]
H A Dpolicydb.c1392 * policydb_t *pol module policy to modify
1409 int symtab_insert(policydb_t * pol, uint32_t sym, argument
1423 rc = hashtab_insert(pol->symtab[sym].table, key, datum);
1428 *value = ++pol->symtab[sym].nprim;
1438 (scope_datum_t *) hashtab_search(pol->scope[sym].table, key);
1451 hashtab_insert(pol->scope[sym].table, key2,
1470 hashtab_search(pol->symtab[sym].table,
/external/iproute2/include/linux/
H A Dxfrm.h414 struct xfrm_userpolicy_info pol; member in struct:xfrm_user_polexpire

Completed in 307 milliseconds