HomeSort by relevance Sort by last modified time
    Searched defs:asBytes (Results 1 - 5 of 5) sorted by null

  /external/guava/guava/src/com/google/common/hash/
HashCode.java 34 * 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();
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();
HashCodes.java 44 @Override public byte[] asBytes() {
80 @Override public byte[] asBytes() {
121 @Override public byte[] asBytes() {
  /external/yaffs2/yaffs2/
yaffs_guts.h 146 __u8 asBytes[8];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 86 milliseconds