/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/encodings/ |
D | zlib_codec.py | 24 def decode(self, input, errors='strict'): member in Codec 49 def decode(self, input, final=False): member in IncrementalDecoder
|
D | bz2_codec.py | 26 def decode(self, input, errors='strict'): member in Codec 51 def decode(self, input, final=False): member in IncrementalDecoder
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/encodings/ |
H A D | zlib_codec.py | 24 def decode(self, input, errors='strict'): member in Codec 49 def decode(self, input, final=False): member in IncrementalDecoder
|
/aosp_15_r20/external/python/cpython3/Lib/encodings/ |
D | bz2_codec.py | 26 def decode(self, input, errors='strict'): member in Codec 51 def decode(self, input, final=False): member in IncrementalDecoder
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/encodings/ |
D | zlib_codec.py | 24 def decode(self, input, errors='strict'): member in Codec 49 def decode(self, input, final=False): member in IncrementalDecoder
|
D | bz2_codec.py | 26 def decode(self, input, errors='strict'): member in Codec 51 def decode(self, input, final=False): member in IncrementalDecoder
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ct/ |
H A D | DigitallySigned.java | 106 public static DigitallySigned decode(InputStream input) in decode() method in DigitallySigned 121 public static DigitallySigned decode(byte[] input) in decode() method in DigitallySigned
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/encodings/ |
D | zlib_codec.py | 24 def decode(self, input, errors='strict'): member in Codec 49 def decode(self, input, final=False): member in IncrementalDecoder
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/encodings/ |
D | zlib_codec.py | 24 def decode(self, input, errors='strict'): member in Codec 49 def decode(self, input, final=False): member in IncrementalDecoder
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/ |
H A D | PKCS8Key.java | 88 public void decode(java.io.InputStream in) throws java.security.InvalidKeyException { in decode() method in PKCS8Key 92 public void decode(byte[] encodedKey) throws java.security.InvalidKeyException { in decode() method in PKCS8Key
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/ |
H A D | DigitallySigned.java | 114 public static DigitallySigned decode(InputStream input) in decode() method in DigitallySigned 129 public static DigitallySigned decode(byte[] input) in decode() method in DigitallySigned
|
/aosp_15_r20/packages/apps/SecureElement/src/com/android/se/security/gpac/ |
D | BerTlv.java | 70 public static BerTlv decode(byte[] data, int startIndex) throws ParserException { in decode() method in BerTlv 75 public static BerTlv decode(byte[] data, int startIndex, boolean containsAllData) in decode() method in BerTlv
|
/aosp_15_r20/external/python/mako/mako/ |
D | filters.py | 43 def decode(x): function 54 decode = Decode() variable
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/ |
H A D | QRCodeReader.java | 63 …public Result decode(BinaryBitmap image) throws NotFoundException, ChecksumException, FormatExcept… in decode() method in QRCodeReader 68 public final Result decode(BinaryBitmap image, Map<DecodeHintType,?> hints) in decode() method in QRCodeReader
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/x509/ |
H A D | X509Key.java | 97 public void decode(java.io.InputStream in) throws java.security.InvalidKeyException { in decode() method in X509Key 101 public void decode(byte[] encodedKey) throws java.security.InvalidKeyException { in decode() method in X509Key
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/ |
D | SourceLocationEncoding.h | 136 SourceLocation decode(EncodedTy Encoded) { in decode() function 186 SourceLocationEncoding::decode(RawLocEncoding Encoded, in decode() function
|
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/processor/ |
H A D | TypeEncoder.java | 161 static String decode( in decode() method in TypeEncoder 167 static String decode( in decode() method in TypeEncoder 502 private void decode(StringBuilder output, TypeSimplifier typeSimplifier, int token) { in decode() method in TypeEncoder.TypeRewriter
|
/aosp_15_r20/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/ |
H A D | HeaderValue.java | 139 static HeaderValue decode(ByteBuffer buf) { in decode() method in HeaderValue 477 static TimestampValue decode(ByteBuffer buf) { in decode() method in HeaderValue.TimestampValue 525 static UuidValue decode(ByteBuffer buf) { in decode() method in HeaderValue.UuidValue
|
/aosp_15_r20/external/python/cpython2/Lib/encodings/ |
D | utf_8_sig.py | 17 def decode(input, errors='strict'): function 92 def decode(self, input, errors='strict'): member in StreamReader
|
D | utf_16.py | 15 def decode(input, errors='strict'): function 104 def decode(self, input, errors='strict'): member in StreamReader
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/encoders/ |
H A D | HexEncoder.java | 99 public int decode( in decode() method in HexEncoder 169 public int decode( in decode() method in HexEncoder
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/decoder/src/main/java/com/google/android/exoplayer2/decoder/ |
H A D | SimpleDecoder.java | 211 private boolean decode() throws InterruptedException { in decode() method in SimpleDecoder 316 protected abstract E decode(I inputBuffer, O outputBuffer, boolean reset); in decode() method in SimpleDecoder
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/encoders/ |
H A D | HexEncoder.java | 99 public int decode( in decode() method in HexEncoder 169 public int decode( in decode() method in HexEncoder
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/decoder/src/main/java/com/google/android/exoplayer2/decoder/ |
H A D | SimpleDecoder.java | 211 private boolean decode() throws InterruptedException { in decode() method in SimpleDecoder 316 protected abstract E decode(I inputBuffer, O outputBuffer, boolean reset); in decode() method in SimpleDecoder
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
H A D | HexEncoder.java | 97 public int decode( in decode() method in HexEncoder 167 public int decode( in decode() method in HexEncoder
|