/external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
DistinguishedNameParser.java | 287 return 0x3F; //FIXME failed to decode UTF-8 char - return '?' 294 return 0x3F; //FIXME failed to decode UTF-8 char - return '?' 301 return 0x3F; //FIXME failed to decode UTF-8 char - return '?'
|
/external/open-vcdiff/src/ |
vcdecoder4_test.cc | 37 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsed, Decode) { 60 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsedByteByByte, Decode) { 248 TEST_F(VCDiffStandardWindowDecoderTest, Decode) { 383 TEST_F(VCDiffStandardWindowDecoderTestByteByByte, Decode) { 529 TEST_F(VCDiffInterleavedWindowDecoderTest, Decode) { 579 TEST_F(VCDiffInterleavedWindowDecoderTestByteByByte, Decode) { 634 // A decode job that tests the ability to COPY across the boundary between 686 TEST_F(VCDiffStandardCrossDecoderTest, Decode) { 697 TEST_F(VCDiffStandardCrossDecoderTestByteByByte, Decode) { 706 // The same decode job that tests the ability to COPY across the boundar [all...] |
/external/openssl/crypto/asn1/ |
asn1_err.c | 214 {ERR_REASON(ASN1_R_DECODE_ERROR) ,"decode error"}, 298 {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_KEY),"unable to decode rsa key"}, 299 {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY),"unable to decode rsa private key"},
|
/external/skia/src/ports/ |
SkImageDecoder_WIC.cpp | 60 * Helper function to decode an SkStream. 61 * @param stream SkStream to decode. Must be at the beginning. 62 * @param bm SkBitmap to decode into. Only used if wicMode is kDecodeBounds_WICMode or
|
/external/skia/src/utils/ |
SkMD5.cpp | 25 static const uint32_t* decode(uint32_t storage[16], const uint8_t input[64]); 124 const uint32_t* X = decode(storage, block); 235 static const uint32_t* decode(uint32_t storage[16], const uint8_t input[64]) { function
|
/frameworks/base/docs/html/training/camera/ |
photobasics.jd | 22 <li><a href="#TaskScalePhoto">Decode a Scaled Image</a></li> 225 <h2 id="TaskScalePhoto">Decode a Scaled Image</h2> 250 // Decode the image file into a Bitmap sized to fill the View
|
/libcore/luni/src/main/java/javax/net/ssl/ |
DistinguishedNameParser.java | 289 return 0x3F; //FIXME failed to decode UTF-8 char - return '?' 296 return 0x3F; //FIXME failed to decode UTF-8 char - return '?' 303 return 0x3F; //FIXME failed to decode UTF-8 char - return '?'
|
/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 | 99 // decode the Certificate object 100 this.certificate = (Certificate) Certificate.ASN1.decode(in); 127 this((Certificate) Certificate.ASN1.decode(encoding));
|
/frameworks/av/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...] |
/art/runtime/mirror/ |
throwable.cc | 62 // Decode the internal stack trace into the depth and method trace
|
/art/runtime/native/ |
java_lang_VMClassLoader.cc | 29 mirror::ClassLoader* loader = soa.Decode<mirror::ClassLoader*>(javaLoader);
|
/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 | 194 * Valid after calling {@code decode}. 204 * Valid after calling {@code decode}. 215 public void decode() { method in class:DebugInfoDecoder 456 decoder.decode();
|
/dalvik/vm/ |
JniInternal.h | 127 * 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
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoManager.java | 122 * Constructs the work queues and thread pools used to download and decode images. 223 * If the download is complete, but the decode is waiting, sets the 230 // If the decode has started, sets background color to orange 377 * Starts an image download and decode
|
/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/bluetooth/bluedroid/btif/include/ |
btif_media.h | 221 ** Description Decode and display codec_info (for debug)
|
/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,
|