Home
last modified time | relevance | path

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

12

/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.java85 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/
DHashCodeTest.java87 HashCode fromBytes = HashCode.fromBytes(expected.bytes); in testFromBytes() local
/external/guava/guava/src/com/google/common/hash/
DHashCode.java244 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/guava/guava/src/com/google/common/primitives/
DChars.java324 public static char fromBytes(byte b1, byte b2) { in fromBytes() method in Chars
DShorts.java332 public static short fromBytes(byte b1, byte b2) { in fromBytes() method in Shorts
DLongs.java303 public static long fromBytes(byte b1, byte b2, byte b3, byte b4, in fromBytes() method in Longs
DInts.java334 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/
DRequestManager.java524 public DrawableTypeRequest<byte[]> fromBytes() { in fromBytes() method in RequestManager
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/extensions/persist/lib/
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/guice/lib/
Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/lib/
Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...

12