/external/smack/src/org/xbill/DNS/ |
D | DNSInput.java | 192 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()
|
D | IPSECKEYRecord.java | 108 gateway = InetAddress.getByAddress(in.readByteArray(4)); in rrFromWire() 111 gateway = InetAddress.getByAddress(in.readByteArray(16)); in rrFromWire() 120 key = in.readByteArray(); in rrFromWire()
|
D | DNSSEC.java | 324 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()
|
D | TKEYRecord.java | 88 key = in.readByteArray(keylen); in rrFromWire() 94 other = in.readByteArray(otherlen); in rrFromWire()
|
D | TSIGRecord.java | 79 signature = in.readByteArray(sigLen); in rrFromWire() 86 other = in.readByteArray(otherLen); in rrFromWire()
|
D | UNKRecord.java | 29 data = in.readByteArray(); in rrFromWire()
|
D | GenericEDNSOption.java | 34 data = in.readByteArray(); in optionFromWire()
|
D | NSEC3Record.java | 111 salt = in.readByteArray(salt_length); in rrFromWire() 116 next = in.readByteArray(next_length); in rrFromWire()
|
D | NULLRecord.java | 43 data = in.readByteArray(); in rrFromWire()
|
D | DHCIDRecord.java | 39 data = in.readByteArray(); in rrFromWire()
|
D | AAAARecord.java | 42 in.readByteArray(16)); in rrFromWire()
|
D | ARecord.java | 59 addr = fromArray(in.readByteArray(4)); in rrFromWire()
|
D | SSHFPRecord.java | 62 fingerprint = in.readByteArray(); in rrFromWire()
|
D | NSAPRecord.java | 77 address = in.readByteArray(); in rrFromWire()
|
D | DLVRecord.java | 60 digest = in.readByteArray(); in rrFromWire()
|
D | TLSARecord.java | 98 certificateAssociationData = in.readByteArray(); in rrFromWire()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | MeshCollisionShape.java | 107 … triangleIndexBase = ByteBuffer.wrap(capsule.readByteArray("triangleIndexBase", new byte[0])); in read() 108 vertexBase = ByteBuffer.wrap(capsule.readByteArray("vertexBase", new byte[0])); in read()
|
D | GImpactCollisionShape.java | 111 … 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/ |
D | GImpactCollisionShape.java | 130 … triangleIndexBase = ByteBuffer.wrap(capsule.readByteArray("triangleIndexBase", new byte[0])); in read() 131 vertexBase = ByteBuffer.wrap(capsule.readByteArray("vertexBase", new byte[0])); in read()
|
D | MeshCollisionShape.java | 125 … 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/ |
D | SkFlattenableBuffers.h | 115 virtual bool readByteArray(void* value, size_t size) = 0; 143 (void)this->readByteArray(buffer, len); in readByteArrayAsData()
|
/external/skia/include/core/ |
D | SkFlattenableBuffers.h | 115 virtual bool readByteArray(void* value, size_t size) = 0; 143 (void)this->readByteArray(buffer, len); in readByteArrayAsData()
|
/external/skia/src/core/ |
D | SkFlattenableBuffers.cpp | 40 this->readByteArray(&proc, sizeof(void*)); in readFunctionPtr()
|
D | SkValidatingReadBuffer.h | 50 virtual bool readByteArray(void* value, size_t size) SK_OVERRIDE;
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkFlattenableBuffers.cpp | 40 this->readByteArray(&proc, sizeof(void*)); in readFunctionPtr()
|