HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 176 - 200 of 1247) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1StringType.java 82 // Decode
98 public Object decode(BerInputStream in) throws IOException { method in class:ASN1StringType
ASN1UTCTime.java 86 // Decode
90 public Object decode(BerInputStream in) throws IOException { method in class:ASN1UTCTime
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
AuthorityKeyIdentifier.java 68 public static AuthorityKeyIdentifier decode(byte[] encoding) method in class:AuthorityKeyIdentifier
71 (AuthorityKeyIdentifier) ASN1.decode(encoding);
CRLDistributionPoints.java 95 public static CRLDistributionPoints decode(byte[] encoding) method in class:CRLDistributionPoints
97 CRLDistributionPoints cdp = (CRLDistributionPoints) ASN1.decode(encoding);
CertificatePolicies.java 68 public static CertificatePolicies decode(byte[] encoding) method in class:CertificatePolicies
70 CertificatePolicies cps = ((CertificatePolicies) ASN1.decode(encoding));
InfoAccessSyntax.java 81 public static InfoAccessSyntax decode(byte[] encoding) throws IOException { method in class:InfoAccessSyntax
82 return ((InfoAccessSyntax) ASN1.decode(encoding));
  /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.
  /device/samsung/crespo/alsa-lib/include/
seq_midi_event.h 55 /* decode from event to bytes - return number of written bytes if success */
  /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/
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
  /external/dbus/
Makefile.am 43 $(top_builddir)/test/decode-gcov --report $$C_FILES > coverage-report.txt
  /external/dropbear/libtomcrypt/src/pk/asn1/der/octet/
der_decode_octet_string.c 49 /* decode the length */
  /external/jpeg/
Android.mk 45 # enable tile based decode
  /external/kernel-headers/original/linux/
videodev.h 31 #define VID_TYPE_MPEG_DECODER 1024 /* Can decode MPEG streams */
33 #define VID_TYPE_MJPEG_DECODER 4096 /* Can decode MJPEG streams */
218 /* video_info is biased towards hardware mpeg encode/decode */
222 __u32 frame_count; /* frames output since decode/encode began */
  /external/libgsm/src/
decode.c 7 /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/decode.c,v 1.1 1992/10/28 00:15:50 jutta Exp $ */
  /external/netcat/data/
pmap-dump.d 59 # and ports that rpcinfo knows how to decode. For the moment, you get
  /external/strace/strace/linux/x86_64/
gentab.pl 19 # should decode all these:
  /external/webkit/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.h 57 void decode(bool sizeOnly = false);
  /external/webkit/WebCore/platform/image-decoders/png/
PNGImageDecoder.h 52 void decode(bool sizeOnly = false);
  /external/webkit/WebCore/platform/text/
TextCodecUTF16.h 40 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);

Completed in 1305 milliseconds

1 2 3 4 5 6 78 91011>>