Searched refs:asBytes (Results 1 - 21 of 21) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DHashCode.java34 * Returns the first four bytes of {@linkplain #asBytes() this hashcode's bytes}, converted to
40 * Returns the first eight bytes of {@linkplain #asBytes() this hashcode's bytes}, converted to
53 public abstract byte[] asBytes(); method in class:HashCode
65 byte[] hash = asBytes();
82 return MessageDigest.isEqual(this.asBytes(), that.asBytes());
101 * Returns a string containing each byte of {@link #asBytes}, in order, as a two-digit unsigned
110 byte[] bytes = asBytes();
H A DHashCodes.java44 @Override public byte[] asBytes() { method in class:HashCodes.IntHashCode
80 @Override public byte[] asBytes() { method in class:HashCodes.LongHashCode
121 @Override public byte[] asBytes() { method in class:HashCodes.BytesHashCode
H A DHashing.java226 byte[] nextBytes = hashCode.asBytes();
251 byte[] nextBytes = hashCode.asBytes();
287 buffer.put(hasher.hash().asBytes());
/external/yaffs2/yaffs2/utils/
H A Dmkyaffsimage.c145 unsigned char *b = ((yaffs_TagsUnion *)tags)->asBytes;
193 sparePtr->tagByte0 = tu->asBytes[0];
194 sparePtr->tagByte1 = tu->asBytes[1];
195 sparePtr->tagByte2 = tu->asBytes[2];
196 sparePtr->tagByte3 = tu->asBytes[3];
197 sparePtr->tagByte4 = tu->asBytes[4];
198 sparePtr->tagByte5 = tu->asBytes[5];
199 sparePtr->tagByte6 = tu->asBytes[6];
200 sparePtr->tagByte7 = tu->asBytes[7];
214 temp.asBytes[
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_tagscompat.c69 unsigned char *b = ((yaffs_TagsUnion *) tags)->asBytes;
99 unsigned char *b = ((yaffs_TagsUnion *) tags)->asBytes;
127 sparePtr->tagByte0 = tu->asBytes[0];
128 sparePtr->tagByte1 = tu->asBytes[1];
129 sparePtr->tagByte2 = tu->asBytes[2];
130 sparePtr->tagByte3 = tu->asBytes[3];
131 sparePtr->tagByte4 = tu->asBytes[4];
132 sparePtr->tagByte5 = tu->asBytes[5];
133 sparePtr->tagByte6 = tu->asBytes[6];
134 sparePtr->tagByte7 = tu->asBytes[
[all...]
H A Dyaffs_guts.h146 __u8 asBytes[8]; member in union:__anon34317
/external/guava/guava-tests/test/com/google/common/hash/
H A DMessageDigestHashFunctionTest.java32 new MessageDigestHashFunction(algorithmName).hashBytes(input).asBytes());
H A DMurmur3Hash32Test.java35 return hasher.hash().asBytes();
H A DHashCodesTest.java74 assertTrue(Arrays.equals(expected.bytes, hash.asBytes()));
93 byte[] original = hash.asBytes();
94 byte[] mutated = hash.asBytes();
96 assertTrue(Arrays.equals(original, hash.asBytes()));
101 byte[] hashBytes = hashCode.asBytes();
H A DMurmur3Hash128Test.java55 byte[] hash = murmur3_128(seed).newHasher().putBytes(input).hash().asBytes();
64 return hasher.hash().asBytes();
H A DHashFunctionsTest.java50 assertEquals(hashFunction.bits(), hashcode1.asBytes().length * 8);
H A DAbstractStreamingHasherTest.java142 byte[] expected = controlSink.hash().asBytes();
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DBinaryStream.h195 const char *asBytes = reinterpret_cast<const char*>(v); local
196 mData.insert(mData.end(), asBytes, asBytes + num * sizeof(T));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DTables1kGCMExponentiator.java40 GCMUtil.asBytes(y, output);
H A DGCMUtil.java55 static byte[] asBytes(int[] x) method in class:GCMUtil
62 static void asBytes(int[] x, byte[] z) method in class:GCMUtil
67 static byte[] asBytes(long[] x) method in class:GCMUtil
74 static void asBytes(long[] x, byte[] z) method in class:GCMUtil
/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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 237 milliseconds