Home
last modified time | relevance | path

Searched defs:decode (Results 751 – 775 of 3667) sorted by relevance

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/encodings/
Dzlib_codec.py24 def decode(self, input, errors='strict'): member in Codec
49 def decode(self, input, final=False): member in IncrementalDecoder
Dbz2_codec.py26 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 Dzlib_codec.py24 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/
Dbz2_codec.py26 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/
Dzlib_codec.py24 def decode(self, input, errors='strict'): member in Codec
49 def decode(self, input, final=False): member in IncrementalDecoder
Dbz2_codec.py26 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 DDigitallySigned.java106 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/
Dzlib_codec.py24 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/
Dzlib_codec.py24 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 DPKCS8Key.java88 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 DDigitallySigned.java114 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/
DBerTlv.java70 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/
Dfilters.py43 def decode(x): function
54 decode = Decode() variable
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/
H A DQRCodeReader.java63 …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 DX509Key.java97 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/
DSourceLocationEncoding.h136 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 DTypeEncoder.java161 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 DHeaderValue.java139 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/
Dutf_8_sig.py17 def decode(input, errors='strict'): function
92 def decode(self, input, errors='strict'): member in StreamReader
Dutf_16.py15 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 DHexEncoder.java99 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 DSimpleDecoder.java211 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 DHexEncoder.java99 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 DSimpleDecoder.java211 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 DHexEncoder.java97 public int decode( in decode() method in HexEncoder
167 public int decode( in decode() method in HexEncoder

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