Home
last modified time | relevance | path

Searched defs:typecode (Results 1 – 5 of 5) sorted by relevance

/external/smack/src/org/xbill/DNS/
DTypeBitmap.java55 int typecode = mapbase * 256 + + i * 8 + j; in TypeBitmap() local
69 int typecode = Type.value(t.value); in TypeBitmap() local
107 int typecode = ((Integer)it.next()).intValue(); in mapToWire() local
143 contains(int typecode) { in contains()
DNXTRecord.java64 int typecode = Type.value(t.value, true); in rdataFromString() local
/external/chromium_org/third_party/cython/src/Cython/Utility/
Darrayarray.h26 int typecode; member
/external/chromium_org/mojo/public/python/mojo/bindings/
Ddescriptor.py39 def __init__(self, typecode): argument
114 def __init__(self, typecode): argument
349 def __init__(self, typecode, nullable=False, length=0): argument
/external/chromium_org/tools/telemetry/third_party/png/
Dpng.py2258 def __new__(cls, typecode, init=None): argument
2276 def array(typecode, init=()): argument