/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Support/ |
D | LEB128.h | 101 IntType decode(const char* pBuf, size_t& pSize) { in decode() function 106 IntType decode(const char*& pBuf) { in decode() function
|
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/internal/ |
H A D | Base16Lower.java | 56 public static byte[] decode(String b16) { in decode() method in Base16Lower 71 public static byte[] decode(byte[] b16) { in decode() method in Base16Lower
|
H A D | Base16.java | 56 public static byte[] decode(String b16) { in decode() method in Base16 71 public static byte[] decode(byte[] b16) { in decode() method in Base16
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/encoders/ |
H A D | Encoder.java | 16 int decode(byte[] data, int off, int length, OutputStream out) throws IOException; in decode() method 18 int decode(String data, OutputStream out) throws IOException; in decode() method
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/encoders/ |
H A D | Encoder.java | 16 int decode(byte[] data, int off, int length, OutputStream out) throws IOException; in decode() method 18 int decode(String data, OutputStream out) throws IOException; in decode() method
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
H A D | Encoder.java | 14 int decode(byte[] data, int off, int length, OutputStream out) throws IOException; in decode() method 16 int decode(String data, OutputStream out) throws IOException; in decode() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/encodings/ |
D | oem.py | 14 def decode(input, errors='strict'): function 28 decode = oem_decode variable in StreamReader
|
D | utf_32_le.py | 10 def decode(input, errors='strict'): function 24 decode = codecs.utf_32_le_decode variable in StreamReader
|
D | utf_8.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_8_decode variable in StreamReader
|
D | utf_32_be.py | 10 def decode(input, errors='strict'): function 24 decode = codecs.utf_32_be_decode variable in StreamReader
|
D | utf_16_be.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_16_be_decode variable in StreamReader
|
D | utf_16_le.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_16_le_decode variable in StreamReader
|
/aosp_15_r20/external/python/cpython2/Lib/encodings/ |
D | utf_32_le.py | 10 def decode(input, errors='strict'): function 24 decode = codecs.utf_32_le_decode variable in StreamReader
|
D | utf_16_le.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_16_le_decode variable in StreamReader
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/encodings/ |
D | utf_7.py | 11 def decode(input, errors='strict'): function 25 decode = codecs.utf_7_decode variable in StreamReader
|
D | mbcs.py | 20 def decode(input, errors='strict'): function 34 decode = mbcs_decode variable in StreamReader
|
D | utf_32_be.py | 10 def decode(input, errors='strict'): function 24 decode = codecs.utf_32_be_decode variable in StreamReader
|
D | utf_8.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_8_decode variable in StreamReader
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/encodings/ |
D | oem.py | 14 def decode(input, errors='strict'): function 28 decode = oem_decode variable in StreamReader
|
D | utf_16_le.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_16_le_decode variable in StreamReader
|
D | mbcs.py | 20 def decode(input, errors='strict'): function 34 decode = mbcs_decode variable in StreamReader
|
D | utf_16_be.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_16_be_decode variable in StreamReader
|
/aosp_15_r20/external/python/cpython3/Lib/encodings/ |
D | utf_8.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_8_decode variable in StreamReader
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/encodings/ |
H A D | utf_7.py | 11 def decode(input, errors='strict'): function 25 decode = codecs.utf_7_decode variable in StreamReader
|
H A D | utf_16_be.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_16_be_decode variable in StreamReader
|