Home
last modified time | relevance | path

Searched defs:fromBytes (Results 1 – 23 of 23) sorted by relevance

/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DSpanId.java71 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
DTraceId.java72 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
DTraceOptions.java78 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/
DUtf8StringByteConverter.java74 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, in fromBytes() method in Utf8StringByteConverter
DStringByteConverter.java74 public abstract Appendable fromBytes(byte[] input, int byteStart, in fromBytes() method in StringByteConverter
DDictionaryStringByteConverter.java110 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, Appendable result) { in fromBytes() method in DictionaryStringByteConverter
DCompactStringByteConverter.java89 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, Appendable result) { in fromBytes() method in CompactStringByteConverter
/external/guava/android/guava-tests/test/com/google/common/hash/
DHashCodeTest.java98 HashCode fromBytes = HashCode.fromBytes(expected.bytes); in testFromBytes() local
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java98 HashCode fromBytes = HashCode.fromBytes(expected.bytes); in testFromBytes() local
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DTzDataSetVersion.java139 public static TzDataSetVersion fromBytes(byte[] bytes) throws TzDataSetException { in fromBytes() method in TzDataSetVersion
/external/guava/guava/src/com/google/common/hash/
DHashCode.java239 public static HashCode fromBytes(byte[] bytes) { in fromBytes() method in HashCode
/external/guava/android/guava/src/com/google/common/hash/
DHashCode.java239 public static HashCode fromBytes(byte[] bytes) { in fromBytes() method in HashCode
/external/deqp/framework/common/
DtcuRGBA.hpp87 …static RGBA fromBytes (const deUint8* bytes) { return RGBA(bytes[0], bytes[1], bytes[2], bytes[… in fromBytes() function in tcu::RGBA
/external/glide/library/src/main/java/com/bumptech/glide/
DRequestManager.java524 public DrawableTypeRequest<byte[]> fromBytes() { in fromBytes() method in RequestManager
/external/guava/android/guava/src/com/google/common/primitives/
DChars.java324 public static char fromBytes(byte b1, byte b2) { in fromBytes() method in Chars
DShorts.java333 public static short fromBytes(byte b1, byte b2) { in fromBytes() method in Shorts
DLongs.java307 public static long fromBytes( in fromBytes() method in Longs
DInts.java333 public static int fromBytes(byte b1, byte b2, byte b3, byte b4) { in fromBytes() method in Ints
/external/guava/guava/src/com/google/common/primitives/
DChars.java324 public static char fromBytes(byte b1, byte b2) { in fromBytes() method in Chars
DShorts.java333 public static short fromBytes(byte b1, byte b2) { in fromBytes() method in Shorts
DLongs.java309 public static long fromBytes( in fromBytes() method in Longs
DInts.java335 public static int fromBytes(byte b1, byte b2, byte b3, byte b4) { in fromBytes() method in Ints
/external/llvm-project/flang/runtime/
Dcharacter.cpp367 std::size_t fromBytes{from.ElementBytes()}; in RTNAME() local