Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/hash/
DHashCode.java73 public abstract byte[] asBytes(); in asBytes() method in HashCode
132 public byte[] asBytes() { in asBytes() method in HashCode.IntHashCode
189 public byte[] asBytes() { in asBytes() method in HashCode.LongHashCode
264 public byte[] asBytes() { in asBytes() method in HashCode.BytesHashCode
/external/guava/android/guava/src/com/google/common/hash/
DHashCode.java73 public abstract byte[] asBytes(); in asBytes() method in HashCode
132 public byte[] asBytes() { in asBytes() method in HashCode.IntHashCode
189 public byte[] asBytes() { in asBytes() method in HashCode.LongHashCode
264 public byte[] asBytes() { in asBytes() method in HashCode.BytesHashCode
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8Test.java182 private static ByteString asBytes(String s) { in asBytes() method in IsValidUtf8Test
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8Test.java182 private static ByteString asBytes(String s) { in asBytes() method in IsValidUtf8Test
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java33 public static byte[] asBytes(int[] x) in asBytes() method in GCMUtil
40 public static void asBytes(int[] x, byte[] z) in asBytes() method in GCMUtil
45 public static byte[] asBytes(long[] x) in asBytes() method in GCMUtil
52 public static void asBytes(long[] x, byte[] z) in asBytes() method in GCMUtil
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java37 public static byte[] asBytes(int[] x) in asBytes() method in GCMUtil
44 public static void asBytes(int[] x, byte[] z) in asBytes() method in GCMUtil
49 public static byte[] asBytes(long[] x) in asBytes() method in GCMUtil
56 public static void asBytes(long[] x, byte[] z) in asBytes() method in GCMUtil
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java37 public static byte[] asBytes(int[] x) in asBytes() method in GCMUtil
44 public static void asBytes(int[] x, byte[] z) in asBytes() method in GCMUtil
49 public static byte[] asBytes(long[] x) in asBytes() method in GCMUtil
56 public static void asBytes(long[] x, byte[] z) in asBytes() method in GCMUtil
/external/angle/src/common/
DBinaryStream.h281 const char *asBytes = reinterpret_cast<const char *>(v); in write() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java1429 private final byte[] asBytes; field in GeneratedMessageLite.SerializedForm
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java1425 private final byte[] asBytes; field in GeneratedMessageLite.SerializedForm