Home
last modified time | relevance | path

Searched defs:decode (Results 776 – 800 of 3667) sorted by relevance

1...<<31323334353637383940>>...147

/aosp_15_r20/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/json/
H A DContextualOverheadBenchmark.kt67 fun decode() = json.decodeFromString(holderSerializer, holderString) method
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ct/
H A DSignedCertificateTimestamp.java109 public static SignedCertificateTimestamp decode(InputStream input, Origin origin) in decode() method in SignedCertificateTimestamp
126 public static SignedCertificateTimestamp decode(byte[] input, Origin origin) in decode() method in SignedCertificateTimestamp
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp76 void AddressRange::decode(DataExtractor &Data, uint64_t BaseAddr, in decode() function in AddressRange
93 void AddressRanges::decode(DataExtractor &Data, uint64_t BaseAddr, in decode() function in AddressRanges
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/
H A DSignedCertificateTimestamp.java114 public static SignedCertificateTimestamp decode(InputStream input, Origin origin) in decode() method in SignedCertificateTimestamp
131 public static SignedCertificateTimestamp decode(byte[] input, Origin origin) in decode() method in SignedCertificateTimestamp
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/encodings/
Dutf_8_sig.py18 def decode(input, errors='strict'): function
105 def decode(self, input, errors='strict'): member in StreamReader
Dutf_16.py15 def decode(input, errors='strict'): function
133 def decode(self, input, errors='strict'): member in StreamReader
Dutf_32.py10 def decode(input, errors='strict'): function
128 def decode(self, input, errors='strict'): member in StreamReader
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/
Dpacket_decl_array_with_padding_big_endian.rs55 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
107 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
Dpacket_decl_array_unknown_element_width_dynamic_count_big_endian.rs55 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
106 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
Dpacket_decl_array_unknown_element_width_dynamic_count_little_endian.rs55 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
106 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
Dpacket_decl_array_with_padding_little_endian.rs55 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
107 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
Dpacket_decl_array_unknown_element_width_dynamic_size_big_endian.rs55 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
107 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/encodings/
Dutf_8_sig.py18 def decode(input, errors='strict'): function
105 def decode(self, input, errors='strict'): member in StreamReader
Dutf_16.py15 def decode(input, errors='strict'): function
133 def decode(self, input, errors='strict'): member in StreamReader
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/encodings/
H A Dutf_8_sig.py18 def decode(input, errors='strict'): function
105 def decode(self, input, errors='strict'): member in StreamReader
H A Dutf_16.py15 def decode(input, errors='strict'): function
133 def decode(self, input, errors='strict'): member in StreamReader
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/huffman/
Dmod.rs20 pub fn decode(src: &[u8], buf: &mut BytesMut) -> Result<BytesMut, DecoderError> { in decode() function
107 fn decode(src: &[u8]) -> Result<BytesMut, DecoderError> { in decode() function
/aosp_15_r20/external/python/cpython3/Lib/encodings/
Dutf_8_sig.py18 def decode(input, errors='strict'): function
105 def decode(self, input, errors='strict'): member in StreamReader
Dutf_32.py10 def decode(input, errors='strict'): function
128 def decode(self, input, errors='strict'): member in StreamReader
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/encodings/
Dutf_8_sig.py18 def decode(input, errors='strict'): function
105 def decode(self, input, errors='strict'): member in StreamReader
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/encodings/
Dutf_8_sig.py18 def decode(input, errors='strict'): function
105 def decode(self, input, errors='strict'): member in StreamReader
Dutf_32.py10 def decode(input, errors='strict'): function
128 def decode(self, input, errors='strict'): member in StreamReader
/aosp_15_r20/external/python/cpython2/Lib/encodings/
Dutf_32.py10 def decode(input, errors='strict'): function
128 def decode(self, input, errors='strict'): member in StreamReader
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/oned/
H A DOneDReader.java45 public Result decode(BinaryBitmap image) throws NotFoundException, FormatException { in decode() method in OneDReader
51 public Result decode(BinaryBitmap image, in decode() method in OneDReader
/aosp_15_r20/frameworks/opt/net/voip/src/jni/rtp/
DG711Codec.cpp67 int UlawCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anon2f10da250111::UlawCodec
117 int AlawCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anon2f10da250111::AlawCodec

1...<<31323334353637383940>>...147