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

1 2 3 4 5 6 7 891011>>

  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
CertificateStub.java 53 * @see java.security.Certificate#decode(java.io.InputStream)
55 public void decode(InputStream stream) throws KeyException, method in class:CertificateStub
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheRequest.java 59 Log.w(TAG, "decode cached failed " + debugTag);
67 Log.w(TAG, "decode orig failed " + debugTag);
  /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...]
  /dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
Mutf8Test.java 29 assertEquals("BC\u0000", Mutf8.decode(in, new char[3]));
  /dalvik/libdex/
DexClass.h 71 * decode process.
85 * decode process.
134 * decode process.
150 * decode process.
DexDebugInfo.h 41 * Decode debug info for method.
  /dalvik/vm/mterp/armv5te/
OP_PACKED_SWITCH.S 5 * we decode it and hand it off to a helper function.
  /device/moto/stingray/ril/
base64 
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
GeneralizedTimeTest.java 111 gtime.decode(in)); //decoded
120 gtime.decode(in)); //decoded
139 long new_date = ((Date) gtime.decode(gtime.encode(new Date(old_date))))
147 long new_date = ((Date) gtime.decode(gtime.encode(new Date(old_date))))
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
PrivateKeyUsagePeriodTest.java 43 .decode(encoded);
  /external/apache-http/src/org/apache/commons/codec/
DecoderException.java 20 * Thrown when a Decoder has encountered a failure condition during a decode.
StringDecoder.java 37 String decode(String pString) throws DecoderException; method in interface:StringDecoder
  /external/bouncycastle/src/main/java/org/bouncycastle/util/io/pem/
PemReader.java 76 return new PemObject(type, headers, Base64.decode(buf.toString()));
  /external/chromium/chrome/browser/chromeos/login/
image_decoder.h 49 // Launches sandboxed process that will decode the image.
  /external/chromium/chrome/browser/net/
quoted_printable.h 11 // Some functions to encode/decode with the quoted-printable encoding.
  /external/chromium/third_party/modp_b64/
modp_b64.h 59 * Decode a base64 encoded string
69 * decode
99 * decode 4 chars turn into 3 bytes
144 * base 64 decode a string (self-modifing)
  /external/chromium/webkit/glue/
image_decoder.cc 31 SkBitmap ImageDecoder::Decode(const unsigned char* data, size_t size) const {
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_verify_hash.c 80 /* RSA decode it */
94 /* PSS decode and verify it */
97 /* PKCS #1 v1.5 decode it */
122 /* now we must decode out[0...outlen-1] using ASN.1, test the OID and then test the hash */
  /external/e2fsprogs/lib/et/test_cases/
simple.c 12 "Can't decode authenticator",
  /external/elfutils/libdw/
dwarf_haschildren.c 33 /* First we have to get the abbreviation code so that we can decode
  /external/elfutils/libelf/
version_xlate.h 31 use the data in the buffer; if not, we have to decode the data before
59 /* Decode first if necessary. */
125 use the data in the buffer; if not, we have to decode the data before
153 /* Decode first if necessary. */
  /external/jpeg/
Android.mk 30 # enable tile based decode
  /external/libgsm/
Android.mk 23 src/decode.c \
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.h 11 // 64-bit X86 instruction sets. The main decode sequence for an assembly
33 // ModR/M byte to complete decode. The ModRMDecision's type is an entry from
57 // emits the instruction decode tables discussed above during compilation, and
110 /// @param mode - The X86 architecture mode to decode for.
  /external/skia/bench/
DecodeBench.cpp 17 fFilename = this->findDefine("decode-filename");

Completed in 715 milliseconds

1 2 3 4 5 6 7 891011>>