HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 301 - 325 of 1875) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM_Bitstream.h 99 * Variable bit length Decode
106 * Variable length decode of variable length symbol (max size 32 bits) read from
  /frameworks/base/opengl/include/ETC1/
etc1.h 46 // Decode a block of pixels.
70 // Decode an entire image.
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Implicit.java 102 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Implicit
116 in.content = type.decode(in);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
AuthorityKeyIdentifier.java 67 public static AuthorityKeyIdentifier decode(byte[] encoding) throws IOException { method in class:AuthorityKeyIdentifier
68 AuthorityKeyIdentifier aki = (AuthorityKeyIdentifier) ASN1.decode(encoding);
CRLDistributionPoints.java 86 public static CRLDistributionPoints decode(byte[] encoding) throws IOException { method in class:CRLDistributionPoints
87 return (CRLDistributionPoints) ASN1.decode(encoding);
CertificatePolicies.java 56 public static CertificatePolicies decode(byte[] encoding) throws IOException { method in class:CertificatePolicies
57 CertificatePolicies cps = ((CertificatePolicies) ASN1.decode(encoding));
InfoAccessSyntax.java 68 public static InfoAccessSyntax decode(byte[] encoding) throws IOException { method in class:InfoAccessSyntax
69 return ((InfoAccessSyntax) ASN1.decode(encoding));
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
CertificateRequest.java 106 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateRequest");
153 "DECODE ERROR: incorrect CertificateRequest");
  /packages/apps/Mms/src/com/android/mms/model/
TextModel.java 50 // By default, we use ISO_8859_1 to decode the data
80 // By default, we use ISO_8859_1 to decode the data
  /cts/tests/tests/webkit/src/android/webkit/cts/
URLUtilTest.java 216 method = "decode",
222 byte[] result = URLUtil.decode(url);
227 result = URLUtil.decode(url);
235 result = URLUtil.decode(url);
  /dalvik/vm/
JarFile.h 17 * Decode jar/apk/zip files.
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
AnyTest.java 47 .decode(in)));
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/
AuthenticatedAttributesTest.java 42 ContentInfo token = (ContentInfo) ContentInfo.ASN1.decode(in);
SignerInfoTest.java 47 signerInfo = (SignerInfo) SignerInfo.ASN1.decode(encoding);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificatePoliciesTest.java 58 CertificatePolicies.ASN1.decode(encoding))
CertificateTest.java 158 Extensions.ASN1.decode(encoding);
165 TBSCertificate.ASN1.decode(encoding);
171 Certificate.ASN1.decode(encoding);
202 NameConstraints.ASN1.decode(encoding);
GeneralNamesTest.java 50 GeneralNames gnames = (GeneralNames) GeneralNames.ASN1.decode(encoding);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
PKIStatusInfoTest.java 44 .decode(encoding);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/provider/cert/
CertFactoryTestData.java 298 return Base64.decode(certPathPKCS7Base64.getBytes("UTF-8"));
302 return Base64.decode(certPathPkiPathBase64.getBytes("UTF-8"));
306 return Base64.decode(certEncodingBase64.getBytes("UTF-8"));
318 return Base64.decode(crlEncodingBase64.getBytes("UTF-8"));
  /external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java 141 final String name = decode(nameValue[0], encoding);
144 value = decode(nameValue[1], encoding);
173 private static String decode (final String content, final String encoding) { method in class:URLEncodedUtils
175 return URLDecoder.decode(content,
  /external/bluetooth/bluez/sbc/
sbcdec.c 47 static void decode(char *filename, char *output, int tofile) function
195 * decoded tell the decoder to decode up to the remaining
233 "\t-f, --file <file> Decode to a file\n"
288 decode(argv[i], output ? output : "/dev/dsp", tofile);
  /external/bluetooth/glib/docs/reference/glib/tmpl/
base64.sgml 20 g_base64_decode_step(). To encode or decode data in one go, use
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DSABase.java 87 sig = encoder.decode(sigBytes);
PEMUtil.java 83 DERObject o = new ASN1InputStream(Base64.decode(pemBuf.toString())).readObject();
  /external/bouncycastle/src/main/java/org/bouncycastle/util/encoders/
Base64Encoder.java 118 * decode the base 64 encoded byte data writing it to the given output stream,
123 public int decode( method in class:Base64Encoder
190 * decode the base 64 encoded String data writing it to the given output stream,
195 public int decode( method in class:Base64Encoder

Completed in 745 milliseconds

<<11121314151617181920>>