/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
D | edns.py | 24 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 …]
|
D | renderer.py | 230 stuff = struct.pack("!HH", opt.otype, 0)
|
D | message.py | 642 (otype, olen) = \ 646 opt = dns.edns.option_from_wire(otype, self.wire, current, olen)
|
/external/libxml2/python/ |
D | libxml.py | 595 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/ |
D | print-pim.c | 651 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/ |
D | ms-inline-asm.c | 307 int olen = 0, osize = 0, otype = 0; 312 __asm mov otype, TYPE arr
|
/external/openssh/ |
D | moduli.c | 154 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/ |
D | policydb.h | 165 uint32_t otype; member 311 uint32_t otype; /* new type */ member
|
/external/selinux/checkpolicy/test/ |
D | dispol.c | 342 display_id(p, fp, SYM_TYPES, ft->otype - 1, ""); in display_filename_trans()
|
D | dismod.c | 491 display_id(p, fp, SYM_TYPES, tr->otype - 1, ""); in display_filename_trans()
|
/external/selinux/checkpolicy/ |
D | policy_define.c | 3211 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/ |
D | expand.c | 1411 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()
|
D | link.c | 1487 new_rule->otype = module->map[SYM_TYPES][cur->otype - 1]; in copy_filename_trans_list()
|
D | write.c | 593 buf[3] = cpu_to_le32(ft->otype); in filename_trans_write() 1733 buf[1] = cpu_to_le32(ftr->otype); in filename_trans_rule_write()
|
D | policydb.c | 2472 ft->otype = le32_to_cpu(buf[3]); in filename_trans_read() 3364 ftr->otype = le32_to_cpu(buf[1]); in filename_trans_rule_read()
|
D | module_to_cil.c | 1543 … pdb->p_type_val_to_name[rule->otype - 1]); in filename_trans_to_cil()
|
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 1130 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()
|