HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 226 - 250 of 3619) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uu.py 30 decode(in_file [, out_file, mode])
37 __all__ = ["Error", "encode", "decode"]
90 def decode(in_file, out_file=None, mode=None, quiet=0): function
91 """Decode uuencoded file"""
163 parser.add_option('-d', '--decode', dest='decode', help='Decode (instead of encode)?', default=False, action='store_true')
178 if options.decode:
185 decode(input, output)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
iterators.py 37 def body_line_iterator(msg, decode=False):
40 Optional decode (default False) is passed through to .get_payload().
43 payload = subpart.get_payload(decode=decode)
  /prebuilts/python/linux-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,
palmos.py 15 def decode(self,input,errors='strict'): member in class:Codec
23 def decode(self, input, final=False): member in class:IncrementalDecoder
38 decode=Codec().decode,
zlib_codec.py 4 will return Python string objects for both encode and decode.
50 def decode(self, input, errors='strict'): member in class:Codec
75 def decode(self, input, final=False): member in class:IncrementalDecoder
97 decode=zlib_decode,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uu.py 30 decode(in_file [, out_file, mode])
37 __all__ = ["Error", "encode", "decode"]
90 def decode(in_file, out_file=None, mode=None, quiet=0): function
91 """Decode uuencoded file"""
163 parser.add_option('-d', '--decode', dest='decode', help='Decode (instead of encode)?', default=False, action='store_true')
178 if options.decode:
185 decode(input, output)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ShortTest.java 62 * @tests java.lang.Short#decode(java.lang.String)
66 // java.lang.Short.decode(java.lang.String)
67 assertTrue("Did not decode -1 correctly", Short.decode("-1")
69 assertTrue("Did not decode -100 correctly", Short.decode("-100")
71 assertTrue("Did not decode 23 correctly", Short.decode("23")
73 assertTrue("Did not decode 0x10 correctly", Short.decode("0x10"
    [all...]
  /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...]
  /sdk/emulator/qtools/
trace_reader.cpp 111 int64_t bb_diff = decoder_->Decode(true);
112 uint64_t time_diff = decoder_->Decode(false);
113 nextrec_.bb_rec.repeat = decoder_->Decode(false);
117 nextrec_.bb_rec.time_diff = decoder_->Decode(false);
292 time_diff_ = decoder_->Decode(false);
293 repeat_ = decoder_->Decode(false);
346 uint32_t addr_diff = decoder_->Decode(true);
347 uint64_t time_diff = decoder_->Decode(false);
391 uint64_t time_diff = decoder_->Decode(false);
392 uint32_t pc = decoder_->Decode(false)
    [all...]
  /external/apache-http/src/org/apache/commons/codec/
BinaryDecoder.java 37 * the decode process.
39 byte[] decode(byte[] pArray) throws DecoderException; method in interface:BinaryDecoder
  /external/chromium/webkit/glue/
image_decoder.h 26 // Call this function to decode the image. If successful, the decoded image
28 SkBitmap Decode(const unsigned char* data, size_t size) const;
  /external/chromium_org/chrome/utility/importer/
favicon_reencode.cc 18 // Decode the favicon using WebKit's image decoder.
24 return false; // Unable to decode.
  /external/chromium_org/content/child/
image_decoder.cc 22 return decoder.Decode(data, size);
35 SkBitmap ImageDecoder::Decode(const unsigned char* data, size_t size) const {
image_decoder.h 28 // Call this function to decode the image. If successful, the decoded image
30 SkBitmap Decode(const unsigned char* data, size_t size) const;
  /external/chromium_org/media/cast/video_receiver/codecs/vp8/
vp8_decoder.h 28 // Decode frame - The decoded frame will be passed via the callback.
32 bool Decode(const EncodedVideoFrame* encoded_frame,
  /external/chromium_org/remoting/client/
client_context.h 37 // A thread that handles all video decode operations.
40 // A thread that handles all audio decode operations.
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
e10_bignum.t 28 my $num = $json->decode(q|100000000000000000000000000000000000000|);
34 $num = $json->decode(q|2.0000000000000000001|);
  /external/chromium_org/third_party/mach_override/
mach_override.gyp 20 'libudis86/decode.c',
21 'libudis86/decode.h',
  /external/dropbear/libtomcrypt/src/pk/asn1/der/boolean/
der_decode_boolean.c 15 ASN.1 DER, decode a BOOLEAN, Tom St Denis
25 @param out [out] The boolean to decode
  /external/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/
der_decode_short_integer.c 15 ASN.1 DER, decode an integer, Tom St Denis
25 @param num [out] The integer to decode
  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Texture.glsllib 21 // fast YCoCg decode:
26 // slow decode:
  /external/skia/gm/
cmykjpeg.cpp 25 // parameters to the "decode" call
46 codec->decode(&stream, &fBitmap, prefConfig,
  /external/smack/src/org/jivesoftware/smack/util/
Base64FileUrlEncoder.java 44 public String decode(String s) { method in class:Base64FileUrlEncoder
45 return new String(Base64.decode(s, Base64.URL_SAFE));
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetDecoderTest.java 36 assertEquals("\u6d61x", d.decode(in).toString());
46 CoderResult coderResult = decoder.decode(inBuffer, outBuffer, true);
62 CoderResult coderResult = decoder.decode(inBuffer, outBuffer, true);
75 CharBuffer outBuffer = decoder.decode(ByteBuffer.wrap(arr, offset, arr.length - offset));
95 cr = decoder.decode(ByteBuffer.wrap(new byte[] { (byte) 0xe2 }), cb, false);
97 cr = decoder.decode(ByteBuffer.wrap(new byte[] { (byte) 0x98 }), cb, false);
99 cr = decoder.decode(ByteBuffer.wrap(new byte[] { (byte) 0x83 }), cb, false);
101 cr = decoder.decode(ByteBuffer.wrap(new byte[0]), cb, true);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_applesingle.py 54 applesingle.decode(test_support.TESTFN, TESTFN2)
63 applesingle.decode(test_support.TESTFN, TESTFN2, resonly=True)

Completed in 1216 milliseconds

1 2 3 4 5 6 7 8 91011>>