| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
| ptcp154.py | 19 def decode(self,input,errors='strict'): member in class:Codec 27 def decode(self, input, final=False): member in class:IncrementalDecoder 42 decode=Codec().decode,
|
| punycode.py | 205 def decode(self,input,errors='strict'): member in class:Codec 216 def decode(self, input, final=False): member in class:IncrementalDecoder 233 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,
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| mimetools.py | 17 __all__ = ["Message","choose_boundary","encode","decode","copyliteral", 157 def decode(input, output, encoding): function 158 """Decode common content-transfer-encodings (base64, quopri, uuencode).""" 161 return base64.decode(input, output) 164 return quopri.decode(input, output) 167 return uu.decode(input, output)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/ |
| dbapi2.py | 71 microseconds = int('{:0<6.6}'.format(timepart_full[1].decode()))
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
| intel_batchbuffer.c | 123 struct drm_intel_decode *decode; local 127 decode = drm_intel_decode_context_alloc(intel->intelScreen->deviceID); 128 if (!decode) 133 drm_intel_decode_set_batch_pointer(decode, 142 drm_intel_decode_set_batch_pointer(decode, 148 drm_intel_decode(decode); 150 drm_intel_decode_context_free(decode);
|
| /external/libvorbis/doc/ |
| 07-floor1.tex | 4 \section{Floor type 1 setup and decode} \label{vorbis:spec:floor1} 87 behavior is used for actual decode, as described later. The actual 94 \subsubsection{header decode} 97 format (used in list order during packet decode and synthesis). This 167 \paragraph{packet decode} \label{vorbis:spec:floor1-decode} 169 Packet decode begins by checking the \varname{[nonzero]} flag: 176 no audio energy in this frame. Decode immediately returns a status 183 Assuming \varname{[nonzero]} is set, decode proceeds as follows: 226 An end-of-packet condition during curve decode should be considered [all...] |
| /external/mesa3d/src/mesa/drivers/dri/intel/ |
| intel_batchbuffer.c | 123 struct drm_intel_decode *decode; local 127 decode = drm_intel_decode_context_alloc(intel->intelScreen->deviceID); 128 if (!decode) 133 drm_intel_decode_set_batch_pointer(decode, 142 drm_intel_decode_set_batch_pointer(decode, 148 drm_intel_decode(decode); 150 drm_intel_decode_context_free(decode);
|
| /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
| CertificateFactory_ImplTest.java | 216 Base64.decode(b64PublicKeySpec.getBytes("UTF-8"))); 262 Base64.decode(pkcs7so.getBytes("UTF-8"))); 286 Base64.decode(pkcs7so.getBytes("UTF-8"))); 292 bais = new ByteArrayInputStream(Base64.decode(pkcs7so.getBytes("UTF-8"))); 409 data[asn_x509] = Base64.decode(x509crl.getBytes("UTF-8")); 411 data[asn_pkcs] = Base64.decode(pkcs7so.getBytes("UTF-8")); 509 data[asn_x509] = Base64.decode(x509cert.getBytes("UTF-8")); 511 data[asn_pkcs] = Base64.decode(pkcs7so.getBytes("UTF-8")); [all...] |
| /external/chromium_org/v8/src/ |
| lithium.h | 40 Kind kind() const { return KindField::decode(value_); } 156 // The slot index is a signed value which requires us to decode it manually 220 return BasicPolicyField::decode(value_); 226 return ExtendedPolicyField::decode(value_); 238 return FixedRegisterField::decode(value_); 243 return VirtualRegisterField::decode(value_); 252 return LifetimeField::decode(value_) == USED_AT_START; 471 return LengthOrDupeField::decode(object_mapping_[index]); 476 return LengthOrDupeField::decode(object_mapping_[index]); 481 return IsArgumentsField::decode(object_mapping_[index]) [all...] |
| scopeinfo.cc | 135 return ScopeTypeField::decode(Flags()); 140 return length() > 0 && CallsEvalField::decode(Flags()); 145 return length() > 0 ? StrictModeField::decode(Flags()) : SLOPPY; 157 FunctionVariableField::decode(Flags()) == STACK; 168 FunctionVariableField::decode(Flags()) == CONTEXT; 185 return NONE != FunctionVariableField::decode(Flags()); 246 return ContextLocalMode::decode(value); 254 return ContextLocalInitFlag::decode(value); 347 if (FunctionVariableField::decode(Flags()) == CONTEXT && 349 *mode = FunctionVariableMode::decode(Flags()) [all...] |
| code-stubs.h | 143 return static_cast<Major>(MajorKeyBits::decode(key)); 146 return MinorKeyBits::decode(key); 917 return KindBits::decode(bit_field_); 958 return KindBits::decode(bit_field_); 1018 return IsConstantBits::decode(bit_field_); 1021 return CheckGlobalBits::decode(bit_field_); 1028 return Representation::FromKind(RepresentationBits::decode(bit_field_)); [all...] |
| /external/zlib/src/contrib/puff/ |
| puff.c | 13 * around 4K on my machine (a PowerPC using GNU cc). If the faster decode() 45 * 1.2 17 Mar 2002 - Add faster version of decode(), doubles speed (!), 111 /* input limit error return state for bits() and decode() */ 204 * seen in the function decode() below. 212 * Decode a code from the stream s using huffman table h. Return the symbol or 235 local int decode(struct state *s, const struct huffman *h) function 258 * A faster version of decode() for real applications of this code. It's not 263 local int decode(struct state *s, const struct huffman *h) function 310 * Huffman code for n symbols, construct the tables required to decode those 317 * possible for decode() using that table to return an error--any stream o [all...] |
| /frameworks/base/core/java/android/util/ |
| Base64.java | 76 * Encode/decode another block of input data. this.output is 103 * Decode the Base64-encoded data in input and return the data in 109 * @param str the input String to decode, which is converted to 112 * Pass {@code DEFAULT} to decode standard Base64. 117 public static byte[] decode(String str, int flags) { method in class:Base64 118 return decode(str.getBytes(), flags); 122 * Decode the Base64-encoded data in input and return the data in 128 * @param input the input array to decode 130 * Pass {@code DEFAULT} to decode standard Base64. 135 public static byte[] decode(byte[] input, int flags) method in class:Base64 155 public static byte[] decode(byte[] input, int offset, int len, int flags) { method in class:Base64 [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_multibytecodec_support.py | 31 self.decode = self.codec.decode 40 u = self.decode(native)[0] 41 self.assertEqual(u, utf8.decode('utf-8')) 48 func = self.decode 53 if func is self.decode: 56 '%r.decode(%r, %r)=%r != %r' 193 u = decoder.decode(data) 339 self.assertEqual(csetch.decode(self.encoding), unich) 347 func = source.decode [all...] |
| test_unicode.py | [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_multibytecodec_support.py | 31 self.decode = self.codec.decode 40 u = self.decode(native)[0] 41 self.assertEqual(u, utf8.decode('utf-8')) 48 func = self.decode 53 if func is self.decode: 56 '%r.decode(%r, %r)=%r != %r' 193 u = decoder.decode(data) 339 self.assertEqual(csetch.decode(self.encoding), unich) 347 func = source.decode [all...] |
| test_unicode.py | [all...] |
| /external/chromium_org/v8/test/cctest/ |
| test-conversions.cc | 321 CHECK_EQ(i, OneBit1::decode(x)); 325 CHECK_EQ(i, OneBit2::decode(x)); 336 CHECK_EQ(i, EightBit1::decode(x)); 339 CHECK_EQ(i, EightBit2::decode(x)); 355 CHECK_EQ(7, UpperBits::decode(x)); 360 CHECK_EQ(3, MiddleBits::decode(x));
|
| /bionic/libc/tools/ |
| generate-NOTICE.py | 122 content = open(path, 'r').read().decode('utf-8') 126 content = open(path, 'r').read().decode('iso-8859-1')
|
| /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
| PolicyQualifierInfoTest.java | 96 PolicyQualifierInfo.ASN1.decode( 129 PolicyQualifierInfo.ASN1.decode(
|
| /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
| X509CertificateTest.java | 267 is = new ByteArrayInputStream(Base64.decode(base64cert.getBytes("UTF-8"))); 272 is = new ByteArrayInputStream(Base64.decode(base64crl.getBytes("UTF-8")));
|
| /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/ |
| CharWrapperTester.java | 44 public abstract char[] decode(char[] delegateChars) throws Exception; method in class:CharWrapperTester 91 return decode(delegate.buffer.toString().toCharArray());
|
| WrapperTester.java | 45 public abstract byte[] decode(byte[] delegateBytes) throws Exception; method in class:WrapperTester 92 return WrapperTester.this.decode(delegate.bytesOut.toByteArray());
|
| /external/apache-http/src/org/apache/commons/codec/binary/ |
| BinaryCodec.java | 109 * @see org.apache.commons.codec.Decoder#decode(java.lang.Object) 111 public Object decode(Object ascii) throws DecoderException { method in class:BinaryCodec 133 * @see org.apache.commons.codec.Decoder#decode(Object) 135 public byte[] decode(byte[] ascii) { method in class:BinaryCodec 145 * @see org.apache.commons.codec.Decoder#decode(Object)
|