Home
last modified time | relevance | path

Searched defs:decode (Results 101 – 125 of 3667) sorted by relevance

12345678910>>...147

/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Support/
DLEB128.h101 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 DBase16Lower.java56 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 DBase16.java56 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 DEncoder.java16 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 DEncoder.java16 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 DEncoder.java14 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/
Doem.py14 def decode(input, errors='strict'): function
28 decode = oem_decode variable in StreamReader
Dutf_32_le.py10 def decode(input, errors='strict'): function
24 decode = codecs.utf_32_le_decode variable in StreamReader
Dutf_8.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_8_decode variable in StreamReader
Dutf_32_be.py10 def decode(input, errors='strict'): function
24 decode = codecs.utf_32_be_decode variable in StreamReader
Dutf_16_be.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_16_be_decode variable in StreamReader
Dutf_16_le.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_16_le_decode variable in StreamReader
/aosp_15_r20/external/python/cpython2/Lib/encodings/
Dutf_32_le.py10 def decode(input, errors='strict'): function
24 decode = codecs.utf_32_le_decode variable in StreamReader
Dutf_16_le.py15 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/
Dutf_7.py11 def decode(input, errors='strict'): function
25 decode = codecs.utf_7_decode variable in StreamReader
Dmbcs.py20 def decode(input, errors='strict'): function
34 decode = mbcs_decode variable in StreamReader
Dutf_32_be.py10 def decode(input, errors='strict'): function
24 decode = codecs.utf_32_be_decode variable in StreamReader
Dutf_8.py15 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/
Doem.py14 def decode(input, errors='strict'): function
28 decode = oem_decode variable in StreamReader
Dutf_16_le.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_16_le_decode variable in StreamReader
Dmbcs.py20 def decode(input, errors='strict'): function
34 decode = mbcs_decode variable in StreamReader
Dutf_16_be.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_16_be_decode variable in StreamReader
/aosp_15_r20/external/python/cpython3/Lib/encodings/
Dutf_8.py15 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 Dutf_7.py11 def decode(input, errors='strict'): function
25 decode = codecs.utf_7_decode variable in StreamReader
H A Dutf_16_be.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_16_be_decode variable in StreamReader

12345678910>>...147