Searched refs:readU8 (Results 1 - 25 of 29) sorted by relevance

12

/external/smack/src/org/xbill/DNS/
H A DTLSARecord.java95 certificateUsage = in.readU8();
96 selector = in.readU8();
97 matchingType = in.readU8();
H A DSSHFPRecord.java60 alg = in.readU8();
61 digestType = in.readU8();
H A DNSEC3PARAMRecord.java68 hashAlg = in.readU8();
69 flags = in.readU8();
72 int salt_length = in.readU8();
H A DNSEC3Record.java105 hashAlg = in.readU8();
106 flags = in.readU8();
109 int salt_length = in.readU8();
115 int next_length = in.readU8();
H A DDLVRecord.java58 alg = in.readU8();
59 digestid = in.readU8();
H A DDNSSEC.java346 int exponentLength = in.readU8();
362 int t = in.readU8();
581 int t = in.readU8();
618 int tmp = in.readU8();
621 int seqlen = in.readU8();
623 tmp = in.readU8();
626 int rlen = in.readU8();
628 if (in.readU8() != 0)
635 tmp = in.readU8();
638 int slen = in.readU8();
[all...]
H A DIPSECKEYRecord.java100 precedence = in.readU8();
101 gatewayType = in.readU8();
102 algorithmType = in.readU8();
H A DTypeBitmap.java42 int mapbase = in.readU8();
45 int maplength = in.readU8();
49 int current = in.readU8();
H A DClientSubnetOption.java129 sourceNetmask = in.readU8();
132 scopeNetmask = in.readU8();
H A DDSRecord.java83 alg = in.readU8();
84 digestid = in.readU8();
H A DKEYBase.java42 proto = in.readU8();
43 alg = in.readU8();
H A DLOCRecord.java64 version = in.readU8();
68 size = parseLOCformat(in.readU8());
69 hPrecision = parseLOCformat(in.readU8());
70 vPrecision = parseLOCformat(in.readU8());
H A DSIGBase.java54 alg = in.readU8();
55 labels = in.readU8();
H A DNXTRecord.java49 int t = in.readU8();
H A DA6Record.java50 prefixBits = in.readU8();
H A DDNSInput.java150 readU8() throws WireParseException { method in class:DNSInput
H A DAPLRecord.java149 int prefix = in.readU8();
150 int length = in.readU8();
H A DCERTRecord.java142 alg = in.readU8();
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DVDMXParser.cpp57 bool readU8(uint8_t* value) function in class:Buffer
145 || !buf.readU8(&xRatio)
146 || !buf.readU8(&yRatio1)
147 || !buf.readU8(&yRatio2))
/external/chromium_org/third_party/skia/src/core/
H A DSkBuffer.h74 uint8_t readU8() { uint8_t x; read(&x, 1); return x; } function in class:SkRBuffer
75 bool readBool() { return this->readU8() != 0; }
/external/skia/src/core/
H A DSkBuffer.h74 uint8_t readU8() { uint8_t x; read(&x, 1); return x; } function in class:SkRBuffer
75 bool readBool() { return this->readU8() != 0; }
/external/chromium_org/third_party/skia/include/core/
H A DSkReader32.h104 uint8_t readU8() { return (uint8_t)this->readInt(); } function in class:SkReader32
H A DSkStream.h84 uint8_t readU8() { return (uint8_t)this->readS8(); } function in class:SkStream
88 bool readBool() { return this->readU8() != 0; }
/external/skia/include/core/
H A DSkReader32.h104 uint8_t readU8() { return (uint8_t)this->readInt(); } function in class:SkReader32
H A DSkStream.h84 uint8_t readU8() { return (uint8_t)this->readS8(); } function in class:SkStream
88 bool readBool() { return this->readU8() != 0; }

Completed in 532 milliseconds

12