Home
last modified time | relevance | path

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

12

/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/protobuf/
DProtoListBenchmark.kt34 fun fromBytes() = ProtoBuf.decodeFromByteArray(HolderList.serializer(), bytes) method in kotlinx.benchmarks.protobuf.ProtoListBenchmark
DProtoListLikeBenchmark.kt33 fun fromBytes() = ProtoBuf.decodeFromByteArray(HolderList.serializer(), bytes) method
DProtoBaseline.kt35 fun fromBytes() = ProtoBuf.decodeFromByteArray(Holder.serializer(), holderBytes) method
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DSpanId.java65 public static SpanId fromBytes(byte[] src) { in fromBytes() method in SpanId
85 public static SpanId fromBytes(byte[] src, int srcOffset) { in fromBytes() method in SpanId
DTraceId.java68 public static TraceId fromBytes(byte[] src) { in fromBytes() method in TraceId
87 public static TraceId fromBytes(byte[] src, int srcOffset) { in fromBytes() method in TraceId
DTraceOptions.java80 public static TraceOptions fromBytes(byte[] buffer) { in fromBytes() method in TraceOptions
102 public static TraceOptions fromBytes(byte[] src, int srcOffset) { in fromBytes() method in TraceOptions
/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/cbor/
DCborBaseLine.kt60 fun fromBytes() = cbor.decodeFromByteArray(KTestOuterMessage.serializer(), baseBytes) method in kotlinx.benchmarks.cbor.CborBaseline
/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/internal/
DX25519HpkeKemPrivateKey.java30 static X25519HpkeKemPrivateKey fromBytes(byte[] privateKey) throws GeneralSecurityException { in fromBytes() method in X25519HpkeKemPrivateKey
DNistCurvesHpkeKemPrivateKey.java30 static NistCurvesHpkeKemPrivateKey fromBytes( in fromBytes() method in NistCurvesHpkeKemPrivateKey
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DUtf8StringByteConverter.java73 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, Appendable result) { in fromBytes() method in Utf8StringByteConverter
DStringByteConverter.java66 public abstract Appendable fromBytes( in fromBytes() method in StringByteConverter
DDictionaryStringByteConverter.java113 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, Appendable result) { in fromBytes() method in DictionaryStringByteConverter
DCompactStringByteConverter.java88 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, Appendable result) { in fromBytes() method in CompactStringByteConverter
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
DStringUtils.java574 public static String fromBytes(byte[] bytes, Charset charset) throws UncheckedIOException { in fromBytes() method in StringUtils
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DTzDataSetVersion.java138 public static TzDataSetVersion fromBytes(byte[] bytes) throws TzDataSetException { in fromBytes() method in TzDataSetVersion
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/model/
DResumableFileDownload.java242 public static ResumableFileDownload fromBytes(SdkBytes bytes) { in fromBytes() method in ResumableFileDownload
DResumableFileUpload.java234 public static ResumableFileUpload fromBytes(SdkBytes bytes) { in fromBytes() method in ResumableFileUpload
/external/guava/android/guava-tests/test/com/google/common/hash/
DHashCodeTest.java100 HashCode fromBytes = HashCode.fromBytes(expected.bytes); in testFromBytes() local
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java100 HashCode fromBytes = HashCode.fromBytes(expected.bytes); in testFromBytes() local
/external/guava/guava/src/com/google/common/hash/
DHashCode.java238 public static HashCode fromBytes(byte[] bytes) { in fromBytes() method in HashCode
/external/guava/android/guava/src/com/google/common/hash/
DHashCode.java238 public static HashCode fromBytes(byte[] bytes) { in fromBytes() method in HashCode
/external/deqp/framework/common/
DtcuRGBA.hpp126 static RGBA fromBytes(const uint8_t *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.java335 public static char fromBytes(byte b1, byte b2) { in fromBytes() method in Chars
/external/guava/guava/src/com/google/common/primitives/
DChars.java335 public static char fromBytes(byte b1, byte b2) { in fromBytes() method in Chars

12