| /external/opencensus-java/api/src/main/java/io/opencensus/trace/ |
| D | SpanId.java | 71 public static SpanId fromBytes(byte[] buffer) { in fromBytes() method in SpanId 92 public static SpanId fromBytes(byte[] src, int srcOffset) { in fromBytes() method in SpanId
|
| D | TraceId.java | 72 public static TraceId fromBytes(byte[] buffer) { in fromBytes() method in TraceId 93 public static TraceId fromBytes(byte[] src, int srcOffset) { in fromBytes() method in TraceId
|
| D | TraceOptions.java | 78 public static TraceOptions fromBytes(byte[] buffer) { in fromBytes() method in TraceOptions 100 public static TraceOptions fromBytes(byte[] src, int srcOffset) { in fromBytes() method in TraceOptions
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | Utf8StringByteConverter.java | 74 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, in fromBytes() method in Utf8StringByteConverter
|
| D | StringByteConverter.java | 74 public abstract Appendable fromBytes(byte[] input, int byteStart, in fromBytes() method in StringByteConverter
|
| D | DictionaryStringByteConverter.java | 110 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, Appendable result) { in fromBytes() method in DictionaryStringByteConverter
|
| D | CompactStringByteConverter.java | 85 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, Appendable result) { in fromBytes() method in CompactStringByteConverter
|
| /external/guava/guava-tests/test/com/google/common/hash/ |
| D | HashCodeTest.java | 87 HashCode fromBytes = HashCode.fromBytes(expected.bytes); in testFromBytes() local
|
| /external/guava/guava/src/com/google/common/hash/ |
| D | HashCode.java | 244 public static HashCode fromBytes(byte[] bytes) { in fromBytes() method in HashCode
|
| /external/deqp/framework/common/ |
| D | tcuRGBA.hpp | 87 …static RGBA fromBytes (const deUint8* bytes) { return RGBA(bytes[0], bytes[1], bytes[2], bytes[… in fromBytes() function in tcu::RGBA
|
| /external/guava/guava/src/com/google/common/primitives/ |
| D | Chars.java | 324 public static char fromBytes(byte b1, byte b2) { in fromBytes() method in Chars
|
| D | Shorts.java | 332 public static short fromBytes(byte b1, byte b2) { in fromBytes() method in Shorts
|
| D | Longs.java | 303 public static long fromBytes(byte b1, byte b2, byte b3, byte b4, in fromBytes() method in Longs
|
| D | Ints.java | 334 public static int fromBytes(byte b1, byte b2, byte b3, byte b4) { in fromBytes() method in Ints
|
| /external/glide/library/src/main/java/com/bumptech/glide/ |
| D | RequestManager.java | 524 public DrawableTypeRequest<byte[]> fromBytes() { in fromBytes() method in RequestManager
|