Home
last modified time | relevance | path

Searched refs:readByteArray (Results 1 – 25 of 60) sorted by relevance

123

/external/smack/src/org/xbill/DNS/
DDNSInput.java192 readByteArray(byte [] b, int off, int len) throws WireParseException { in readByteArray() method in DNSInput
204 readByteArray(int len) throws WireParseException { in readByteArray() method in DNSInput
218 readByteArray() { in readByteArray() method in DNSInput
236 return readByteArray(len); in readCountedString()
DIPSECKEYRecord.java108 gateway = InetAddress.getByAddress(in.readByteArray(4)); in rrFromWire()
111 gateway = InetAddress.getByAddress(in.readByteArray(16)); in rrFromWire()
120 key = in.readByteArray(); in rrFromWire()
DDNSSEC.java324 byte [] b = in.readByteArray(len); in readBigInteger()
330 byte [] b = in.readByteArray(); in readBigInteger()
583 byte [] r = in.readByteArray(DSA_LEN); in DSASignaturefromDNS()
588 byte [] s = in.readByteArray(DSA_LEN); in DSASignaturefromDNS()
632 byte [] bytes = in.readByteArray(DSA_LEN); in DSASignaturetoDNS()
644 bytes = in.readByteArray(DSA_LEN); in DSASignaturetoDNS()
660 byte [] r = in.readByteArray(keyinfo.length); in ECDSASignaturefromDNS()
665 byte [] s = in.readByteArray(keyinfo.length); in ECDSASignaturefromDNS()
707 byte[] bytes = in.readByteArray(keyinfo.length); in ECDSASignaturetoDNS()
719 bytes = in.readByteArray(keyinfo.length); in ECDSASignaturetoDNS()
DTKEYRecord.java88 key = in.readByteArray(keylen); in rrFromWire()
94 other = in.readByteArray(otherlen); in rrFromWire()
DTSIGRecord.java79 signature = in.readByteArray(sigLen); in rrFromWire()
86 other = in.readByteArray(otherLen); in rrFromWire()
DUNKRecord.java29 data = in.readByteArray(); in rrFromWire()
DGenericEDNSOption.java34 data = in.readByteArray(); in optionFromWire()
DNSEC3Record.java111 salt = in.readByteArray(salt_length); in rrFromWire()
116 next = in.readByteArray(next_length); in rrFromWire()
DNULLRecord.java43 data = in.readByteArray(); in rrFromWire()
DDHCIDRecord.java39 data = in.readByteArray(); in rrFromWire()
DAAAARecord.java42 in.readByteArray(16)); in rrFromWire()
DARecord.java59 addr = fromArray(in.readByteArray(4)); in rrFromWire()
DSSHFPRecord.java62 fingerprint = in.readByteArray(); in rrFromWire()
DNSAPRecord.java77 address = in.readByteArray(); in rrFromWire()
DDLVRecord.java60 digest = in.readByteArray(); in rrFromWire()
DTLSARecord.java98 certificateAssociationData = in.readByteArray(); in rrFromWire()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DMeshCollisionShape.java107 … triangleIndexBase = ByteBuffer.wrap(capsule.readByteArray("triangleIndexBase", new byte[0])); in read()
108 vertexBase = ByteBuffer.wrap(capsule.readByteArray("vertexBase", new byte[0])); in read()
DGImpactCollisionShape.java111 … triangleIndexBase = ByteBuffer.wrap(capsule.readByteArray("triangleIndexBase", new byte[0])); in read()
112 vertexBase = ByteBuffer.wrap(capsule.readByteArray("vertexBase", new byte[0])); in read()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DGImpactCollisionShape.java130 … triangleIndexBase = ByteBuffer.wrap(capsule.readByteArray("triangleIndexBase", new byte[0])); in read()
131 vertexBase = ByteBuffer.wrap(capsule.readByteArray("vertexBase", new byte[0])); in read()
DMeshCollisionShape.java125 … triangleIndexBase = ByteBuffer.wrap(capsule.readByteArray("triangleIndexBase", new byte[0])); in read()
126 …vertexBase = ByteBuffer.wrap(capsule.readByteArray("vertexBase", new byte[0])).order(ByteOrder.nat… in read()
/external/chromium_org/third_party/skia/include/core/
DSkFlattenableBuffers.h115 virtual bool readByteArray(void* value, size_t size) = 0;
143 (void)this->readByteArray(buffer, len); in readByteArrayAsData()
/external/skia/include/core/
DSkFlattenableBuffers.h115 virtual bool readByteArray(void* value, size_t size) = 0;
143 (void)this->readByteArray(buffer, len); in readByteArrayAsData()
/external/skia/src/core/
DSkFlattenableBuffers.cpp40 this->readByteArray(&proc, sizeof(void*)); in readFunctionPtr()
DSkValidatingReadBuffer.h50 virtual bool readByteArray(void* value, size_t size) SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/core/
DSkFlattenableBuffers.cpp40 this->readByteArray(&proc, sizeof(void*)); in readFunctionPtr()

123