Searched refs:octet (Results 1 – 10 of 10) sorted by relevance
242 int octet = in.read(); in unmarshal() local243 if (octet < 0) { in unmarshal()245 } else if (octet > ' ') { in unmarshal()246 tree.append((char) octet); in unmarshal()
238 int octet = in.read(); in unmarshal() local239 if (octet < 0) { in unmarshal()241 } else if (octet > ' ') { in unmarshal()242 tree.append((char) octet); in unmarshal()
343 Integer octet = (Integer) mHeaderMap.get(field); in getOctet() local344 if (null == octet) { in getOctet()348 return octet; in getOctet()
567 int octet = mPduHeader.getOctet(field); in appendHeader() local568 if (0 == octet) { in appendHeader()573 appendOctet(octet); in appendHeader()
202 int octet = mBitoffset >>> 3;208 value = (value << width) | getBits(mOctets[octet], sbit, width);
182 for (byte octet : octets) { in getInteger()183 value = (value << Byte.SIZE) | (octet & BYTE_MASK); in getInteger()
227 for (byte octet : octets) { in escapeString()228 sb.append(String.format("%02x", octet & Constants.BYTE_MASK)); in escapeString()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
57397 field public static final java.lang.String DEFAULT_CONTENT_TYPE = "application/octet-stream";57405 field public static final java.lang.String OCTET_STREAM_TYPE = "application/octet-stream";