Searched defs:asBytes (Results 1 - 11 of 11) 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
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
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/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/yaffs2/yaffs2/
H A Dyaffs_guts.h146 __u8 asBytes[8]; member in union:__anon34317
/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 291 milliseconds