/external/webkit/Source/WebCore/platform/text/mac/ |
TextCodecMac.cpp | 132 OSStatus TextCodecMac::decode(const unsigned char* inputBuffer, int inputBufferLength, int& inputLength, function in class:WebCore::TextCodecMac 198 String TextCodecMac::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) function in class:TextCodecMac 214 OSStatus status = decode(sourcePointer, sourceLength, bytesRead, buffer, sizeof(buffer), bytesWritten);
|
/frameworks/base/graphics/java/android/graphics/ |
BitmapRegionDecoder.java | 27 * BitmapRegionDecoder can be used to decode a rectangle region from an image. 72 * @param fd The file descriptor containing the data to decode 175 * @param rect The rectangle that specified the region to be decode.
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
dec_amr.cpp | 40 This file contains the function used to decode one speech frame using a given 676 // decode LSF parameters and generate interpolated lpc coefficients 708 * - decode the pitch delay * 709 * - decode algebraic code * 710 * - decode pitch and codebook gains * 739 * - decode pitch lag and find adaptive codebook vector. * 827 * - (MR122 only: Decode pitch gain.) * 828 * - Decode innovative codebook. * 908 * - Decode codebook gain (MR122) or both pitch * 915 // read and decode pitch and code gai [all...] |
/libcore/luni/src/main/java/javax/security/auth/x500/ |
X500Principal.java | 78 dn = (Name) Name.ASN1.decode(name); 101 dn = (Name) Name.ASN1.decode(in); 299 dn = (Name) Name.ASN1.decode((byte[]) in.readObject());
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertImpl.java | 101 // decode the Certificate object 102 this.certificate = (Certificate) Certificate.ASN1.decode(in); 129 this((Certificate) Certificate.ASN1.decode(encoding));
|
/frameworks/base/core/java/android/net/ |
Uri.java | 1576 names.add(decode(name)); method 1892 public static String decode(String s) { method in class:Uri 2214 segmentBuilder.add(decode(path.substring(previous))); method [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoDecoder.java | 183 * Valid after calling {@code decode}. 193 * Valid after calling {@code decode}. 204 public void decode() { method in class:DebugInfoDecoder 452 decoder.decode();
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoDecoder.java | 184 * Valid after calling {@code decode}. 194 * Valid after calling {@code decode}. 205 public void decode() { method in class:DebugInfoDecoder 446 decoder.decode();
|
/dalvik/dx/src/com/android/dx/util/ |
Mutf8.java | 33 public static String decode(ByteInput in, char[] out) throws UTFDataFormatException { method in class:Mutf8
|
/dalvik/vm/ |
JniInternal.h | 125 * Decode a local, global, or weak-global reference.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapDecode.java | 86 // decode an image with transparency
|
CreateBitmap.java | 98 // now encode/decode using JPEG and PNG
|
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/ |
AbstractCharsetTestCase.java | 160 CharBuffer chb = this.testingCharset.decode(ByteBuffer.wrap(input));
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/ |
TSTInfoTest.java | 64 TSTInfo decoded = (TSTInfo) TSTInfo.ASN1.decode(encoding);
|
/external/bison/src/ |
scan-skel.l | 74 /* Decode special file names. They include the directory part,
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_proto_util.h | 112 // headers. Decode the server response.
|
/external/chromium/chrome/browser/webdata/ |
web_apps_table.cc | 84 if (gfx::PNGCodec::Decode(
|
/external/chromium/chrome/common/ |
win_safe_util.cc | 77 // decode and show the publisher and the certificate.
|
/external/chromium/crypto/ |
rsa_private_key_openssl.cc | 89 // PKCS#8 decode the input, and then import the EVP_PKEY from Private Key
|
signature_verifier_win.cc | 99 // and decode it with X509_CERT into a CERT_SIGNED_CONTENT_INFO. For now,
|
/external/chromium/net/base/ |
pem_tokenizer.cc | 68 // The most likely cause for a decode failure is a datatype that
|
test_root_certs_nss.cc | 70 LOG(ERROR) << "Cannot decode certificate trust string.";
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser.cc | 88 // Use first encoding that can be used to decode the text.
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
dsa_verify_hash.c | 105 /* decode the sequence */
|
/external/dropbear/libtomcrypt/testprof/ |
pkcs_1_test.c | 43 /* decode it */
|