Searched refs:pol (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_cache_unittest.cc22 em::ChromeDeviceSettingsProto pol; local
23 pol.mutable_allow_new_users()->set_allow_new_users(false);
24 policy_.set_policy_value(pol.SerializeAsString());
42 em::ChromeDeviceSettingsProto pol; local
43 pol.ParseFromString(policy_out.policy_value());
44 EXPECT_TRUE(pol.has_allow_new_users());
45 EXPECT_FALSE(pol.allow_new_users().allow_new_users());
H A Dcros_settings_unittest.cc82 em::ChromeDeviceSettingsProto pol; local
85 policy->set_policy_value(pol.SerializeAsString());
/external/sepolicy/tools/
H A Dcheck_seapp.c144 static policy_info pol = { variable
280 if (!pol.policy_file) {
285 ret = sepol_bool_key_create(pol.handle, value, &se_key);
293 ret = sepol_bool_exists(pol.handle, pol.db, se_key, &resp);
313 if(!check_type(pol.db, value)) {
322 ret = sepol_mls_check(pol.handle, pol.db, value);
651 if (pol.policy_file_name) {
653 log_info("Opening policy file: %s\n", pol
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_cpols.c74 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out, int indent);
140 POLICYINFO *pol;
177 pol = policy_section(ctx, polsect, ia5org);
179 if(!pol) goto err;
186 pol = POLICYINFO_new();
187 pol->policyid = pobj;
189 if (!sk_POLICYINFO_push(pols, pol)){
190 POLICYINFO_free(pol);
208 POLICYINFO *pol;
210 if(!(pol
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_cpols.c70 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out, int indent);
136 POLICYINFO *pol;
172 pol = policy_section(ctx, polsect, ia5org);
174 if(!pol) goto err;
181 pol = POLICYINFO_new();
182 pol->policyid = pobj;
184 if (!sk_POLICYINFO_push(pols, pol)){
185 POLICYINFO_free(pol);
203 POLICYINFO *pol;
205 if(!(pol
[all...]
/external/iptables/include/linux/netfilter/
H A Dxt_policy.h53 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member in struct:xt_policy_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_policy.h64 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member in struct:xt_policy_info
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp258 LValue::clone(ClonePolicy<Function>& pol) const
260 LValue *that = new_LValue(pol.context(), reg.file);
262 pol.set<Value>(this, that);
293 Symbol::clone(ClonePolicy<Function>& pol) const
295 Program *prog = pol.context()->getProgram();
299 pol.set<Value>(this, that);
367 ImmediateValue::clone(ClonePolicy<Function>& pol) const
369 Program *prog = pol.context()->getProgram();
372 pol.set<Value>(this, that);
714 Instruction::clone(ClonePolicy<Function>& pol, Instructio argument
894 clone(ClonePolicy<Function>& pol, Instruction *i) const argument
942 clone(ClonePolicy<Function>& pol, Instruction *i) const argument
972 clone(ClonePolicy<Function>& pol, Instruction *i) const argument
[all...]
H A Dnv50_ir_bb.cpp91 BasicBlock::clone(ClonePolicy<Function>& pol) const
93 BasicBlock *bb = new BasicBlock(pol.context());
95 pol.set(this, bb);
98 bb->insertTail(i->clone(pol));
100 pol.context()->cfg.insert(&bb->cfg);
104 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());
H A Dnv50_ir_inlines.h296 DeepClonePolicy<Function> pol(ctx);
299 pol.set(obj->getSrc(i), obj->getSrc(i));
301 return obj->clone(pol);
H A Dnv50_ir_util.h731 ShallowClonePolicy<C> pol(c);
732 return obj->clone(pol);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp258 LValue::clone(ClonePolicy<Function>& pol) const
260 LValue *that = new_LValue(pol.context(), reg.file);
262 pol.set<Value>(this, that);
293 Symbol::clone(ClonePolicy<Function>& pol) const
295 Program *prog = pol.context()->getProgram();
299 pol.set<Value>(this, that);
367 ImmediateValue::clone(ClonePolicy<Function>& pol) const
369 Program *prog = pol.context()->getProgram();
372 pol.set<Value>(this, that);
714 Instruction::clone(ClonePolicy<Function>& pol, Instructio argument
894 clone(ClonePolicy<Function>& pol, Instruction *i) const argument
942 clone(ClonePolicy<Function>& pol, Instruction *i) const argument
972 clone(ClonePolicy<Function>& pol, Instruction *i) const argument
[all...]
H A Dnv50_ir_bb.cpp91 BasicBlock::clone(ClonePolicy<Function>& pol) const
93 BasicBlock *bb = new BasicBlock(pol.context());
95 pol.set(this, bb);
98 bb->insertTail(i->clone(pol));
100 pol.context()->cfg.insert(&bb->cfg);
104 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());
H A Dnv50_ir_inlines.h296 DeepClonePolicy<Function> pol(ctx);
299 pol.set(obj->getSrc(i), obj->getSrc(i));
301 return obj->clone(pol);
H A Dnv50_ir_util.h731 ShallowClonePolicy<C> pol(c);
732 return obj->clone(pol);
/external/valgrind/main/VEX/priv/
H A Dguest_generic_x87.c630 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) {
625 compute_PCMPxSTRx_gen_output( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx, Bool isxSTRM ) argument
693 compute_PCMPxSTRx_gen_output_wide( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx, Bool isxSTRM ) argument
809 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity local
1060 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity local
[all...]
/external/iptables/extensions/
H A Dlibxt_policy.c33 " --pol none|ipsec match policy\n"
48 {.name = "pol", .id = O_POLICY, .type = XTTYPE_STRING},
97 struct xt_policy_elem *e = &info->pol[info->len];
208 e = &info->pol[i];
334 print_entry("", &info->pol[i], numeric, NFPROTO_IPV4);
349 print_entry("", &info->pol[i], numeric, NFPROTO_IPV6);
360 print_entry("--", &info->pol[i], false, NFPROTO_IPV4);
373 print_entry("--", &info->pol[i], false, NFPROTO_IPV6);
/external/strace/
H A Dmem.c449 int pol; local
452 else if (syserror(tcp) || umove(tcp, tcp->u_arg[0], &pol) < 0)
455 printxval(policies, pol, "MPOL_???");
/external/valgrind/main/none/tests/amd64/
H A Dpcmpstr64w.c132 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-
222 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity local
253 intRes1, zmaskL, zmaskR, validL, pol, idx
291 intRes1, zmaskL, zmaskR, validL, pol, id
127 PCMPxSTRx_WRK_gen_output_fmt_I_wide( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx ) argument
[all...]
H A Dpcmpstr64.c131 UInt pol, UInt idx )
133 assert((pol >> 2) == 0);
137 switch (pol) {
138 case 0: intRes2 = intRes1; break; // pol +
139 case 1: intRes2 = ~intRes1; break; // pol -
140 case 2: intRes2 = intRes1; break; // pol m+
141 case 3: intRes2 = intRes1 ^ validL; break; // pol m-
217 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity local
249 intRes1, zmaskL, zmaskR, validL, pol, idx
288 intRes1, zmaskL, zmaskR, validL, pol, id
126 pcmpXstrX_WRK_gen_output_fmt_I( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx ) argument
[all...]
/external/libsepol/src/
H A Dlink.c1994 policydb_t *pol = state->base; local
2011 id = pol->sym_val_to_name[i][j];
2036 id = pol->p_class_val_to_name[i];
2037 cladatum = pol->class_val_to_struct[i];
2193 static int enable_avrules(link_state_t * state, policydb_t * pol) argument
2206 for (block = pol->global; block != NULL; block = block->next) {
2217 for (block = pol->global; block != NULL; block = block->next) {
2255 for (block = pol->global->next; block != NULL; block = block->next) {
2266 debug_requirements(state, pol);
2496 static int populate_roleattributes(link_state_t *state, policydb_t *pol) argument
[all...]
/external/iproute2/include/linux/
H A Dxfrm.h428 struct xfrm_userpolicy_info pol; member in struct:xfrm_user_polexpire
/external/kernel-headers/original/uapi/linux/
H A Dxfrm.h433 struct xfrm_userpolicy_info pol; member in struct:xfrm_user_polexpire
/external/iptables/iptables/
H A Dip6tables.c437 const char *pol = ip6tc_get_policy(chain, &counters, handle); local
439 if (pol) {
440 printf(" (policy %s", pol);
H A Diptables.c422 const char *pol = iptc_get_policy(chain, &counters, handle); local
424 if (pol) {
425 printf(" (policy %s", pol);

Completed in 2732 milliseconds

12