HomeSort by relevance Sort by last modified time
    Searched defs:decode (Results 276 - 300 of 568) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
shift_jis.py 14 decode = codec.decode variable in class:Codec
34 decode=Codec().decode,
shift_jis_2004.py 14 decode = codec.decode variable in class:Codec
34 decode=Codec().decode,
shift_jisx0213.py 14 decode = codec.decode variable in class:Codec
34 decode=Codec().decode,
tis_620.py 14 def decode(self,input,errors='strict'): member in class:Codec
22 def decode(self, input, final=False): member in class:IncrementalDecoder
37 decode=Codec().decode,
utf_16.py 15 def decode(input, errors='strict'): function
100 del self.decode
104 def decode(self, input, errors='strict'): member in class:StreamReader
108 self.decode = codecs.utf_16_le_decode
110 self.decode = codecs.utf_16_be_decode
121 decode=decode,
utf_32.py 10 def decode(input, errors='strict'): function
124 del self.decode
128 def decode(self, input, errors='strict'): member in class:StreamReader
132 self.decode = codecs.utf_32_le_decode
134 self.decode = codecs.utf_32_be_decode
145 decode=decode,
utf_8_sig.py 17 def decode(input, errors='strict'): function
88 del self.decode
92 def decode(self, input, errors='strict'): member in class:StreamReader
99 self.decode = codecs.utf_8_decode
103 self.decode = codecs.utf_8_decode
112 decode=decode,
uu_codec.py 4 will return Python string objects for both encode and decode.
77 # Decode
101 def decode(self,input,errors='strict'): member in class:Codec
109 def decode(self, input, final=False): member in class:IncrementalDecoder
124 decode=uu_decode,
  /external/libvorbis/doc/
01-introduction.tex 12 understanding of the Vorbis decode process, which is
40 encoder and simple, low-complexity decoder. Vorbis decode is
62 end before or after packet decode expects.
91 flag in each audio packet, or begin decode at any frame in the stream
96 Vorbis \emph{can} initiate decode at any arbitrary packet within a
101 Thus, Vorbis headers are both required for decode to begin and
116 The Vorbis format is well-defined by its decode specification; any
124 Although Vorbis decode is computationally simple, it may still run
127 `full' decode specification yet still be certified compliant. These
134 component abstractions that perform specific functions in the decode
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
CertificateStub.java 52 * @see java.security.Certificate#decode(java.io.InputStream)
54 public void decode(InputStream stream) throws KeyException, method in class:CertificateStub
  /external/apache-http/src/org/apache/commons/codec/net/
BCodec.java 140 * A decoder exception is thrown if a failure condition is encountered during the decode process.
142 public String decode(String value) throws DecoderException { method in class:BCodec
185 * A decoder exception is thrown if a failure condition is encountered during the decode process.
187 public Object decode(Object value) throws DecoderException { method in class:BCodec
191 return decode((String) value);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
HexEncoder.java 75 * decode the Hex encoded byte data writing it to the given output stream,
80 public int decode( method in class:HexEncoder
133 * decode the Hex encoded String data writing it to the given output stream,
138 public int decode( method in class:HexEncoder
  /external/chromium_org/third_party/skia/src/utils/
SkBase64.cpp 37 SkBase64::Error SkBase64::decode(const void* srcPtr, size_t size, bool writeDestination) { function in class:SkBase64
156 SkBase64::Error SkBase64::decode(const char* src, size_t len) {
157 Error err = decode(src, len, false);
162 decode(src, len, true);
178 tryMe.decode(src, encodeLength);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
Base64.java 69 public static byte[] decode(char[] message) throws IOException method in class:Base64
  /external/javasqlite/src/main/java/SQLite/
StringEncoder.java 38 * When decoded with this class' <code>decode</code> method
104 public static byte[] decode(String s) { method in class:StringEncoder
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Base64.java 36 public static byte[] decode(byte[] in) { method in class:Base64
37 return decode(in, in.length);
40 public static byte[] decode(byte[] in, int len) { method in class:Base64
  /external/skia/src/utils/
SkBase64.cpp 37 SkBase64::Error SkBase64::decode(const void* srcPtr, size_t size, bool writeDestination) { function in class:SkBase64
156 SkBase64::Error SkBase64::decode(const char* src, size_t len) {
157 Error err = decode(src, len, false);
162 decode(src, len, true);
178 tryMe.decode(src, encodeLength);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Base64.java 177 * Decode the given byte[].
185 public static final byte[] decode(byte[] src) throws IllegalArgumentException method in class:Base64
242 * Decode the given string.
247 public static final String decode(String src) method in class:Base64
249 return new String(decode(src.getBytes()));
  /frameworks/opt/net/voip/src/jni/rtp/
G711Codec.cpp 42 int decode(int16_t *samples, int count, void *payload, int length);
67 int UlawCodec::decode(int16_t *samples, int count, void *payload, int length) function in class:__anon30611::UlawCodec
93 int decode(int16_t *samples, int count, void *payload, int length);
117 int AlawCodec::decode(int16_t *samples, int count, void *payload, int length) function in class:__anon30611::AlawCodec
  /libcore/luni/src/main/java/java/nio/charset/
ModifiedUtf8.java 35 public static String decode(byte[] in, char[] out, int offset, int utfSize) throws UTFDataFormatException { method in class:ModifiedUtf8
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Explicit.java 62 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Explicit
70 in.content = type.decode(in);
ASN1GeneralizedTime.java 65 public Object decode(BerInputStream in) throws IOException { method in class:ASN1GeneralizedTime
ASN1Implicit.java 102 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Implicit
116 in.content = type.decode(in);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
CertificateStub.java 53 * @see java.security.Certificate#decode(java.io.InputStream)
55 public void decode(InputStream stream) throws KeyException, method in class:CertificateStub
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 4 will return Python string objects for both encode and decode.
51 def decode(self, input, errors='strict'): member in class:Codec
76 def decode(self, input, final=False): member in class:IncrementalDecoder
97 decode=bz2_decode,

Completed in 70 milliseconds

<<11121314151617181920>>