Home
last modified time | relevance | path

Searched defs:typecode (Results 1 – 3 of 3) 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/tools/telemetry/third_party/png/
Dpng.py2258 def __new__(cls, typecode, init=None): argument
2276 def array(typecode, init=()): argument