Searched defs:asBytes (Results 1 - 11 of 11) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
H A DIsValidUtf8Test.java104 assertTrue(asBytes("").isValidUtf8());
107 assertTrue(asBytes("\u0000abc\u007f").isValidUtf8());
110 assertTrue(asBytes("\u00a2\u00a2").isValidUtf8());
113 assertTrue(asBytes("\u020ac\u020ac").isValidUtf8());
116 assertTrue(asBytes("\u024B62\u024B62").isValidUtf8());
120 asBytes("a\u020ac\u00a2b\\u024B62u020acc\u00a2de\u024B62")
167 private static ByteString asBytes(String s) { method in class:IsValidUtf8Test
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java53 public static byte[] asBytes(int[] x) method in class:GCMUtil
60 public static void asBytes(int[] x, byte[] z) method in class:GCMUtil
65 public static byte[] asBytes(long[] x) method in class:GCMUtil
72 public static void asBytes(long[] x, byte[] z) method in class:GCMUtil
106 GCMUtil.asBytes(t1, x);
/external/guava/guava/src/com/google/common/hash/
H A DHashCode.java48 * Returns the first four bytes of {@linkplain #asBytes() this hashcode's bytes}, converted to
56 * Returns the first eight bytes of {@linkplain #asBytes() this hashcode's bytes}, converted to
65 * value with {@code asBytes()} as the least-significant bytes and {@code 0x00} as the remaining
78 public abstract byte[] asBytes(); method in class:HashCode
100 * byte-based hashcode. Otherwise it returns {@link HashCode#asBytes}. Do <i>not</i> mutate this
104 return asBytes();
136 public byte[] asBytes() { method in class:HashCode.IntHashCode
196 public byte[] asBytes() { method in class:HashCode.LongHashCode
270 public byte[] asBytes() { method in class:HashCode.BytesHashCode
375 byte[] bytes = asBytes();
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java901 private byte[] asBytes; field in class:GeneratedMessageLite.SerializedForm
909 asBytes = regularForm.toByteArray();
924 builder.mergeFrom(asBytes);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 4352 milliseconds