HomeSort by relevance Sort by last modified time
    Searched refs:otype (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
edns.py 24 def __init__(self, otype):
29 self.otype = otype
36 def from_wire(cls, otype, wire, current, olen):
39 @param otype: The option type
40 @type otype: int
61 if self.otype != other.otype:
68 if self.otype != other.otype
    [all...]
renderer.py 230 stuff = struct.pack("!HH", opt.otype, 0)
message.py 642 (otype, olen) = \
646 opt = dns.edns.option_from_wire(otype, self.wire, current, olen)
    [all...]
  /ndk/build/tools/
prebuilt-common.sh 319 option_set_attr $optname otype "$opttype"
444 local opt optname otype value name fin funcname
464 otype="long_setting"
472 otype="long_flag"
480 otype="short_setting"
488 otype="short_flag"
497 #echo "Found opt='$opt' otype='$otype' value='$value'"
509 xotype=`option_get_attr $name otype`
510 if [ "$otype" != "$xotype" ] ; the
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldmain.c 1004 enum bfd_link_hash_type otype;
1011 otype = h->type;
1012 if (otype == bfd_link_hash_common)
1017 else if (otype == bfd_link_hash_defined
1018 || otype == bfd_link_hash_defweak)
1036 ASSERT (otype == bfd_link_hash_common);
1042 else if (otype == bfd_link_hash_defined
1043 || otype == bfd_link_hash_defweak
1044 || otype == bfd_link_hash_indirect)
1054 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common)
1002 enum bfd_link_hash_type otype; local
    [all...]
  /external/libxml2/python/
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/
print-pim.c 651 uint16_t otype, olen; local
655 otype = EXTRACT_16BITS(&bp[0]);
659 tok2str(pimv2_hello_option_values, "Unknown", otype),
660 otype,
664 switch (otype) {
  /external/clang/test/CodeGen/
ms-inline-asm.c 307 int olen = 0, osize = 0, otype = 0;
312 __asm mov otype, TYPE arr
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-microblaze.c 627 int otype; /* Offset Type */ member in struct:imm_type
668 int i, otype; local
670 otype = 0;
676 otype = imm_types[i].otype;
680 return otype;
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 165 uint32_t otype; member in struct:filename_trans
311 uint32_t otype; /* new type */ member in struct:filename_trans_rule
  /external/opencv3/modules/ml/src/
ann_mlp.cpp 721 int itype = inputs.type(), otype = outputs.type();
822 double t = (otype == CV_32F ? (double)udata_f[k] : udata_d[k])*w[k*2] + w[k*2+1] - x[l_count-1][k];
879 int itype = inputs.type(), otype = outputs.type();
941 double t = (otype == CV_32F ? (double)udata_f[j] : udata_d[j])*w[j*2] + w[j*2+1] - xdata[j];
    [all...]
  /external/selinux/checkpolicy/test/
dispol.c 342 display_id(p, fp, SYM_TYPES, ft->otype - 1, "");
dismod.c 491 display_id(p, fp, SYM_TYPES, tr->otype - 1, "");
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmlrpclib.py 402 otype = (hasattr(other, "__class__")
406 (self.__class__.__name__, otype))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmlrpclib.py 402 otype = (hasattr(other, "__class__")
406 (self.__class__.__name__, otype))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 402 otype = (hasattr(other, "__class__")
406 (self.__class__.__name__, otype))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 402 otype = (hasattr(other, "__class__")
406 (self.__class__.__name__, otype))
    [all...]
  /external/selinux/checkpolicy/
policy_define.c 3211 uint32_t otype; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 1130 uint32_t *otype = NULL; local
1175 new->otype = sepol_result->s.value;
1178 rc = hashtab_insert(filename_trans_table, (hashtab_key_t)new, &(new->otype));
1182 otype = hashtab_search(filename_trans_table, (hashtab_key_t)new);
1183 if (new->otype != *otype) {
    [all...]
  /external/selinux/libsepol/src/
expand.c     [all...]
link.c     [all...]
write.c 593 buf[3] = cpu_to_le32(ft->otype);
    [all...]
  /system/extras/tests/net_test/
multinetwork_test.py 297 scapy.HBHOptUnknown(otype=0x8b,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py     [all...]

Completed in 901 milliseconds

1 2