Home
last modified time | relevance | path

Searched defs:asBytes (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DHashCodes.java44 @Override public byte[] asBytes() { in asBytes() method in HashCodes.IntHashCode
80 @Override public byte[] asBytes() { in asBytes() method in HashCodes.LongHashCode
121 @Override public byte[] asBytes() { in asBytes() method in HashCodes.BytesHashCode
DHashCode.java53 public abstract byte[] asBytes(); in asBytes() method in HashCode
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java55 static byte[] asBytes(int[] x) in asBytes() method in GCMUtil
62 static void asBytes(int[] x, byte[] z) in asBytes() method in GCMUtil
67 static byte[] asBytes(long[] x) in asBytes() method in GCMUtil
74 static void asBytes(long[] x, byte[] z) in asBytes() method in GCMUtil
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DIsValidUtf8Test.java167 private static ByteString asBytes(String s) { in asBytes() method in IsValidUtf8Test
/external/chromium_org/third_party/angle/src/libGLESv2/
DBinaryStream.h191 const char *asBytes = reinterpret_cast<const char*>(v); in write() local
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java749 private byte[] asBytes; field in GeneratedMessageLite.SerializedForm
/external/yaffs2/yaffs2/
Dyaffs_guts.h146 __u8 asBytes[8]; member