Home
last modified time | relevance | path

Searched refs:otype (Results 1 – 17 of 17) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
Dedns.py24 def __init__(self, otype): argument
29 self.otype = otype
36 def from_wire(cls, otype, wire, current, olen): argument
61 if self.otype != other.otype:
68 if self.otype != other.otype:
74 self.otype != other.otype:
80 self.otype != other.otype:
86 self.otype != other.otype:
92 self.otype != other.otype:
104 def __init__(self, otype, data): argument
[all …]
Drenderer.py230 stuff = struct.pack("!HH", opt.otype, 0)
Dmessage.py642 (otype, olen) = \
646 opt = dns.edns.option_from_wire(otype, self.wire, current, olen)
/external/libxml2/python/
Dlibxml.py595 otype = type(o)
596 if otype == type([]):
599 elif otype == type(()):
602 elif otype == type('') or otype == type(0) or otype == type(0.0):
/external/tcpdump/
Dprint-pim.c651 uint16_t otype, olen; in pimv2_print() local
655 otype = EXTRACT_16BITS(&bp[0]); in pimv2_print()
659 tok2str(pimv2_hello_option_values, "Unknown", otype), in pimv2_print()
660 otype, in pimv2_print()
664 switch (otype) { in pimv2_print()
/external/clang/test/CodeGen/
Dms-inline-asm.c307 int olen = 0, osize = 0, otype = 0;
312 __asm mov otype, TYPE arr
/external/openssh/
Dmoduli.c154 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, in qfileout() argument
167 otype, otests, otries, osize, ogenerator); in qfileout()
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h165 uint32_t otype; member
311 uint32_t otype; /* new type */ member
/external/selinux/checkpolicy/test/
Ddispol.c342 display_id(p, fp, SYM_TYPES, ft->otype - 1, ""); in display_filename_trans()
Ddismod.c491 display_id(p, fp, SYM_TYPES, tr->otype - 1, ""); in display_filename_trans()
/external/selinux/checkpolicy/
Dpolicy_define.c3211 uint32_t otype; in define_filename_trans() local
3269 otype = typdatum->s.value; in define_filename_trans()
3330 ft->otype = otype; in define_filename_trans()
3353 ftr->otype = otype; in define_filename_trans()
/external/selinux/libsepol/src/
Dexpand.c1411 mapped_otype = state->typemap[cur_rule->otype - 1]; in expand_filename_trans()
1427 if (cur_trans->otype == mapped_otype) in expand_filename_trans()
1435 state->out->p_type_val_to_name[cur_trans->otype - 1], in expand_filename_trans()
1463 new_trans->otype = mapped_otype; in expand_filename_trans()
Dlink.c1487 new_rule->otype = module->map[SYM_TYPES][cur->otype - 1]; in copy_filename_trans_list()
Dwrite.c593 buf[3] = cpu_to_le32(ft->otype); in filename_trans_write()
1733 buf[1] = cpu_to_le32(ftr->otype); in filename_trans_rule_write()
Dpolicydb.c2472 ft->otype = le32_to_cpu(buf[3]); in filename_trans_read()
3364 ftr->otype = le32_to_cpu(buf[1]); in filename_trans_rule_read()
Dmodule_to_cil.c1543 … pdb->p_type_val_to_name[rule->otype - 1]); in filename_trans_to_cil()
/external/selinux/libsepol/cil/src/
Dcil_binary.c1130 uint32_t *otype = NULL; in __cil_typetransition_to_avtab() local
1175 new->otype = sepol_result->s.value; in __cil_typetransition_to_avtab()
1178 rc = hashtab_insert(filename_trans_table, (hashtab_key_t)new, &(new->otype)); in __cil_typetransition_to_avtab()
1182 otype = hashtab_search(filename_trans_table, (hashtab_key_t)new); in __cil_typetransition_to_avtab()
1183 if (new->otype != *otype) { in __cil_typetransition_to_avtab()