/aosp_15_r20/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/json/ |
H A D | ContextualOverheadBenchmark.kt | 67 fun decode() = json.decodeFromString(holderSerializer, holderString) method
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ct/ |
H A D | SignedCertificateTimestamp.java | 109 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 D | Range.cpp | 76 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 D | SignedCertificateTimestamp.java | 114 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/ |
D | utf_8_sig.py | 18 def decode(input, errors='strict'): function 105 def decode(self, input, errors='strict'): member in StreamReader
|
D | utf_16.py | 15 def decode(input, errors='strict'): function 133 def decode(self, input, errors='strict'): member in StreamReader
|
D | utf_32.py | 10 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/ |
D | packet_decl_array_with_padding_big_endian.rs | 55 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
|
D | packet_decl_array_unknown_element_width_dynamic_count_big_endian.rs | 55 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
|
D | packet_decl_array_unknown_element_width_dynamic_count_little_endian.rs | 55 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
|
D | packet_decl_array_with_padding_little_endian.rs | 55 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
|
D | packet_decl_array_unknown_element_width_dynamic_size_big_endian.rs | 55 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/ |
D | utf_8_sig.py | 18 def decode(input, errors='strict'): function 105 def decode(self, input, errors='strict'): member in StreamReader
|
D | utf_16.py | 15 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 D | utf_8_sig.py | 18 def decode(input, errors='strict'): function 105 def decode(self, input, errors='strict'): member in StreamReader
|
H A D | utf_16.py | 15 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/ |
D | mod.rs | 20 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/ |
D | utf_8_sig.py | 18 def decode(input, errors='strict'): function 105 def decode(self, input, errors='strict'): member in StreamReader
|
D | utf_32.py | 10 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/ |
D | utf_8_sig.py | 18 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/ |
D | utf_8_sig.py | 18 def decode(input, errors='strict'): function 105 def decode(self, input, errors='strict'): member in StreamReader
|
D | utf_32.py | 10 def decode(input, errors='strict'): function 128 def decode(self, input, errors='strict'): member in StreamReader
|
/aosp_15_r20/external/python/cpython2/Lib/encodings/ |
D | utf_32.py | 10 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 D | OneDReader.java | 45 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/ |
D | G711Codec.cpp | 67 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
|