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

<<11121314151617181920>>

  /prebuilts/python/linux-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)
test_codeccallbacks.py 174 self.assertEqual(sin.decode("utf-8", "test.relaxedutf8"), sout)
178 self.assertRaises(UnicodeDecodeError, sin.decode,
208 "\x00\x00\x00\x00\x00".decode,
218 "\x00\x00\x00\x00\x00".decode("unicode-internal", "ignore"),
223 "\x00\x00\x00\x00\x00".decode("unicode-internal", "replace"),
230 "\x00\x00\x00\x00\x00".decode("unicode-internal", "test.hui"),
255 s.decode("ascii", "test.handler1"),
259 s.decode("ascii", "test.handler2"),
264 "\\u3042\u3xxx".decode("unicode-escape", "test.handler1"),
269 "\\u3042\u3xx".decode("unicode-escape", "test.handler1")
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
decode_frame.c 37 /* Decode frame */
44 opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec */
66 /* Decode quantization indices of side info */
71 /* Decode quantization indices of excitation */
77 /* Decode parameters and pulse signal */
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeHandler.java 53 if (message.what == R.id.decode) {
54 decode((byte[]) message.obj, message.arg1, message.arg2); method
62 * Decode the data within the viewfinder rectangle, and time how long it took. For efficiency,
63 * reuse the same reader objects from one decode to the next.
69 private void decode(byte[] data, int width, int height) { method in class:DecodeHandler
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
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,
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,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 28 # XXXX Optionally decode result
47 # XXXX Optionally decode result
66 # XXXX Optionally decode result
86 # XXXX Optionally decode result
111 # XXXX Optionally decode result
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
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,
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,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Mozilla_suite.py 31 # XXXX Optionally decode result
51 # XXXX Optionally decode result
71 # XXXX Optionally decode result
97 # XXXX Optionally decode result
117 # XXXX Optionally decode result
136 # XXXX Optionally decode result
156 # XXXX Optionally decode result
175 # XXXX Optionally decode result
195 # XXXX Optionally decode result
222 # XXXX Optionally decode resul
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
base64.py 15 'encode', 'decode', 'encodestring', 'decodestring',
61 """Decode a Base64 encoded string.
63 s is the string to decode. Optional altchars must be a string of at least
88 """Decode a string encoded with the standard Base64 alphabet.
90 s is the string to decode. The decoded string is returned. A TypeError
105 """Decode a string encoded with the standard Base64 alphabet.
107 s is the string to decode. The decoded string is returned. A TypeError
180 """Decode a Base32 encoded string.
182 s is the string to decode. Optional casefold is a flag specifying whether
217 # Now decode the full quant
300 def decode(input, output): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
base64.py 15 'encode', 'decode', 'encodestring', 'decodestring',
61 """Decode a Base64 encoded string.
63 s is the string to decode. Optional altchars must be a string of at least
88 """Decode a string encoded with the standard Base64 alphabet.
90 s is the string to decode. The decoded string is returned. A TypeError
105 """Decode a string encoded with the standard Base64 alphabet.
107 s is the string to decode. The decoded string is returned. A TypeError
180 """Decode a Base32 encoded string.
182 s is the string to decode. Optional casefold is a flag specifying whether
217 # Now decode the full quant
300 def decode(input, output): function
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ByteTest.java 277 * @tests java.lang.Byte#decode(String)
280 assertEquals(new Byte((byte) 0), Byte.decode("0"));
281 assertEquals(new Byte((byte) 1), Byte.decode("1"));
282 assertEquals(new Byte((byte) -1), Byte.decode("-1"));
283 assertEquals(new Byte((byte) 0xF), Byte.decode("0xF"));
284 assertEquals(new Byte((byte) 0xF), Byte.decode("#F"));
285 assertEquals(new Byte((byte) 0xF), Byte.decode("0XF"));
286 assertEquals(new Byte((byte) 07), Byte.decode("07"));
289 Byte.decode("9.2");
295 Byte.decode("");
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 28 v = (v[0], v[1].decode(charset))
36 v = (v[0], v[1].decode(charset))
42 v = (v[0], v[1].decode(charset))
48 v = (v[0], v[1].decode(charset))
54 v = (v[0], v[1].decode(charset))
60 v = (v[0], v[1].decode(charset))
74 key = key.decode(charset)
75 return (key, value.decode(charset))
152 v1 = v1.decode(charset)
154 v2 = v2.decode(charset
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 28 v = (v[0], v[1].decode(charset))
36 v = (v[0], v[1].decode(charset))
42 v = (v[0], v[1].decode(charset))
48 v = (v[0], v[1].decode(charset))
54 v = (v[0], v[1].decode(charset))
60 v = (v[0], v[1].decode(charset))
74 key = key.decode(charset)
75 return (key, value.decode(charset))
152 v1 = v1.decode(charset)
154 v2 = v2.decode(charset
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
DecodeTask.java 19 * decode is complete, even if the task is cancelled, the result is placed in the given cache.
20 * A {@link BitmapView} client may be notified on decode begin and completion.
25 * GIFs are supported, but their decode does not reuse bitmaps at all. The resulting
47 * The decode task uses this class to get input to decode. You must implement at least one of
60 * Callback interface for clients to be notified of decode state changes and completion.
152 // disable inBitmap-- bitmap reuse doesn't work with different decode regions due
200 "decode thread wants a bitmap. cache dump:\n" + mCache.toDebugString());
210 if (DEBUG) System.err.println("*** allocated new bitmap in decode thread: "
213 if (DEBUG) System.out.println("*** reusing existing bitmap in decode thread:
399 private Bitmap decode(AssetFileDescriptor fd, InputStream in) { method in class:DecodeTask
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codeccallbacks.py 174 self.assertEqual(sin.decode("utf-8", "test.relaxedutf8"), sout)
178 self.assertRaises(UnicodeDecodeError, sin.decode,
208 "\x00\x00\x00\x00\x00".decode,
218 "\x00\x00\x00\x00\x00".decode("unicode-internal", "ignore"),
223 "\x00\x00\x00\x00\x00".decode("unicode-internal", "replace"),
230 "\x00\x00\x00\x00\x00".decode("unicode-internal", "test.hui"),
255 s.decode("ascii", "test.handler1"),
259 s.decode("ascii", "test.handler2"),
264 "\\u3042\u3xxx".decode("unicode-escape", "test.handler1"),
269 "\\u3042\u3xx".decode("unicode-escape", "test.handler1")
    [all...]
  /external/libvorbis/doc/
04-codec.tex 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
10 bit-by-bit decode specification of Vorbis I. This document assumes a
11 high-level understanding of the Vorbis decode process, which is
17 \subsection{Header decode and decode setup}
21 and the setup header. All are required for decode compliance. An
26 \subsubsection{Common header decode}
36 Decode continues according to packet type; the identification header
86 Comment header decode and data specification is covered in
101 needed for decode. The setup header contains, in order, the lists o
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
NumberUtils.java 35 * @param b the byte to decode
44 * @param b the byte to decode
53 * @param b the byte to decode
62 * @param b the byte to decode
71 * @param b the signed byte to decode
95 * @param index the index of the first byte of the signed short value to decode
121 * @param index the index of the first byte of the unsigned short value to decode
149 * @param index the index of the first byte of the signed integer value to decode
187 * @param index the index of the first byte of the signed long value to decode
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 50 * If set, decode methods that take the Options object will attempt to
51 * reuse this bitmap when loading content. If the decode operation
52 * cannot use this bitmap, the decode method will return
59 * <p>You should still always use the returned Bitmap of the decode
66 * decode destination.</p>
71 * mutable bitmap can be reused by {@link BitmapFactory} to decode any
103 * If set, decode methods will always return a mutable Bitmap instead of
130 * If this is non-null, the decoder will try to decode into this
269 * <p>For the re-decode to happen, the bitmap must have access to the
280 * image that the view system tries to draw may incur a decode delay whic
    [all...]
  /art/runtime/entrypoints/portable/
portable_jni_entrypoints.cc 58 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop.
67 mirror::Object* o = self->DecodeJObject(result); // Must decode before pop.
85 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop.
  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 61 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop.
68 mirror::Object* o = self->DecodeJObject(result); // Must decode before pop.
84 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop.
  /art/runtime/native/
java_lang_reflect_Array.cc 32 mirror::Class* element_class = soa.Decode<mirror::Class*>(javaElementClass);
35 mirror::Object* dimensions_obj = soa.Decode<mirror::Object*>(javaDimArray);
46 mirror::Class* element_class = soa.Decode<mirror::Class*>(javaElementClass);
  /external/chromium/third_party/libjingle/source/talk/base/
base64.h 65 static inline std::string Decode(const std::string& data, DecodeFlags flags) {
70 static inline bool Decode(const std::string& data, DecodeFlags flags,
75 static inline bool Decode(const std::string& data, DecodeFlags flags,
urlencode.h 33 // Decode all encoded characters. Also decode + as space.
36 // Decode all encoded characters.

Completed in 308 milliseconds

<<11121314151617181920>>