/libcore/dex/src/main/java/com/android/dex/ |
Mutf8.java | 34 public static String decode(ByteInput in, char[] out) throws UTFDataFormatException { method in class:Mutf8
|
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/ |
AbstractCharsetTestCase.java | 160 CharBuffer chb = this.testingCharset.decode(ByteBuffer.wrap(input));
|
/libcore/luni/src/main/java/java/security/cert/ |
PolicyQualifierInfo.java | 60 .decode(this.encoded);
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1GeneralizedTime.java | 65 public Object decode(BerInputStream in) throws IOException { method in class:ASN1GeneralizedTime
|
ASN1Integer.java | 62 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Integer
|
ASN1StringType.java | 84 public Object decode(BerInputStream in) throws IOException { method in class:ASN1StringType
|
ASN1UTCTime.java | 77 @Override public Object decode(BerInputStream in) throws IOException { method in class:ASN1UTCTime
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
BasicConstraints.java | 54 Object[] values = (Object[]) ASN1.decode(encoding);
|
ExtendedKeyUsage.java | 61 keys = (List<String>) ASN1.decode(getEncoded());
|
PolicyConstraints.java | 72 PolicyConstraints pc = (PolicyConstraints) ASN1.decode(encoding);
|
ReasonCode.java | 64 this.code = ((byte[]) ASN1.decode(encoding))[0];
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharset_SingleByte_ISO_8859_3.java | 52 // outputCB = decoder.decode(inputBB);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videotext.h | 6 * Do not confuse with drivers using /dev/vbi which decode videotext by software
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videotext.h | 6 * Do not confuse with drivers using /dev/vbi which decode videotext by software
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videotext.h | 6 * Do not confuse with drivers using /dev/vbi which decode videotext by software
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
binhex.py | 285 # much to decode: there may be newlines in the incoming data. 348 # '?\220?' - Complete repeat sequence: decode all 359 pass # Decode all 473 """(infilename, outfilename) - Decode binhexed file"""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 74 1).decode("iso8859-1")}) # 8 bits 106 {col0: pickle.dumps(8, 1).decode("iso8859-1"), 108 {col0: pickle.dumps(-1, 1).decode("iso8859-1"), 110 {col0: pickle.dumps(9, 1).decode("iso8859-1"),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email_codecs.py | 53 # TK: full decode comparison
|
test_email_codecs_renamed.py | 53 # TK: full decode comparison
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
cp037.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,
|
cp1006.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,
|
cp1026.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,
|
cp1140.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,
|
cp1250.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,
|
cp1251.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,
|