/frameworks/base/core/java/com/android/internal/net/ |
DNParser.java | 324 return 0x3F; //FIXME failed to decode UTF-8 char - return '?' 331 return 0x3F; //FIXME failed to decode UTF-8 char - return '?' 338 return 0x3F; //FIXME failed to decode UTF-8 char - return '?'
|
/frameworks/media/libvideoeditor/vss/src/ |
M4VSS3GPP_EditAudio.c | 452 * If we were reading the clip, we must jump a few AU backward to decode/encode 460 iAudioFrameCts ) /**<don't try to pre-decode if clip is at its beginning. */ 502 * Decode/encode up to the wanted position */ 591 * Decode the input audio */ 649 * BZZZ bug fix (decode-encode case): 651 * occur at the decode before the encode, but at the playback!) [all...] |
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
h264_utils.cpp | 113 // Decode unsigned integer 135 // Decode unsigned integer Exp-Golomb-coded syntax element 147 // Decode signed integer Exp-Golomb-coded syntax element
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CRLImpl.java | 114 // decode CertificateList structure 115 this.crl = (CertificateList) CertificateList.ASN1.decode(in); 130 this((CertificateList) CertificateList.ASN1.decode(encoding));
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
DNParser.java | 323 return 0x3F; //FIXME failed to decode UTF-8 char - return '?' 330 return 0x3F; //FIXME failed to decode UTF-8 char - return '?' 337 return 0x3F; //FIXME failed to decode UTF-8 char - return '?'
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/ |
MimeUtility.java | 67 public static String decode(String s) { method in class:MimeUtility 75 return decode(unfold(s)); 184 * TODO: Need to decode %-escaped strings, as in: filename="ab%22d".
|
/external/chromium/chrome/browser/themes/ |
browser_theme_pack.cc | 521 // Decode the PNG. 523 if (!gfx::PNGCodec::Decode(memory->front(), memory->size(), 525 NOTREACHED() << "Unable to decode theme image resource " << idr_id 873 // Decode the PNG. 875 if (gfx::PNGCodec::Decode(raw_data->front(), raw_data->size(), 879 NOTREACHED() << "Unable to decode theme image resource " << it->first; [all...] |
/external/webkit/Source/WebKit/android/jni/ |
WebHistory.cpp | 502 newItem->setOriginalURLString(e.decode(data, l)); 518 newItem->setURLString(e.decode(data, l)); 532 newItem->setTitle(e.decode(data, l)); 550 formContentType = e.decode(data, l); 596 newItem->setTarget(e.decode(data, l)); 653 docState.append(e.decode(data, strLen)); [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
getics.cpp | 146 huffspec_fxp to decode spectral coefficients of current frame. 484 * for this grouping. Then, decode section data 502 /* decode section data */ 514 status = 1; /* decode section data error */ 565 /* decode scale factor data */ 608 /* decode tns data */
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
dec_alg_codebook.cpp | 125 * Decode 1 pulse with N+1 bits: * 152 * Decode 2 pulses with 2*N+1 bits: * 198 * Decode 3 pulses with 3*N+1 bits: * 235 * Decode 4 pulses with 4*N+1 bits: * 270 * Decode 4 pulses with 4*N bits: * 322 * Decode 5 pulses with 5*N bits: *
|
/frameworks/base/voip/jni/rtp/ |
AudioGroup.cpp | 106 void decode(int tick); 208 // the first time we successfully decode an incoming packet. 360 void AudioStream::decode(int tick) function in class:__anon15727::AudioStream 402 // Receive the packet and decode it. 432 length = mCodec->decode(samples, count, &buffer[offset], length); 756 ((AudioStream *)events[i].data.ptr)->decode(tick);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 156 byte[] decoded = Base64.decode(encoded, Base64.DEFAULT); 244 * A fast version of URLDecoder.decode() that works only with UTF-8 and does only two 392 private static String decode(Charset charset, byte[] b) { method in class:Utility 396 final CharBuffer cb = charset.decode(ByteBuffer.wrap(b)); 407 return decode(UTF_8, b); 417 return decode(ASCII, b); [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
GeneralNameTest.java | 67 GeneralNames.ASN1.decode(encoding); 80 OtherName.ASN1.decode(encoding);
|
/external/bluetooth/hcidump/src/ |
bpasniff.c | 173 static void decode(unsigned char *buf, int count) function 339 decode(buf + 1, len - 1);
|
/external/chromium/chrome/browser/net/ |
quoted_printable_unittest.cc | 178 TEST(QuotedPrintableTest, Decode) { 194 // Tests that we return false but still do our best to decode badly encoded
|
/external/chromium/chrome/browser/policy/ |
user_policy_cache.cc | 192 // Return if there's no old-style policy to decode. 196 // Inspect GenericNamedValues and decode them.
|
/external/chromium/googleurl/src/ |
url_util_unittest.cc | 200 // Our decode should decode %00
|
/external/chromium/net/tools/dump_cache/ |
url_to_filename_encoder.cc | 169 bool UrlToFilenameEncoder::Decode(const string& encoded_filename, 249 // inability to represent both /a/b/c and /a/b/c/d, and inability to decode
|
/external/chromium/sdch/open-vcdiff/src/google/ |
vcencoder.h | 36 // to decode the delta file, or at least that the receiver can interpret 182 // This convention differs from the non-streaming Encode/Decode
|
/external/icu4c/test/intltest/ |
punyref.c | 213 /*** Main decode function ***/ 253 /* Decode a generalized variable-length integer into delta, */
|
/external/libvpx/vpx/ |
vpx_decoder.h | 176 /*!\brief Decode data 180 * generated, as appropriate. Encoded data \ref MUST be passed in DTS (decode
|
/external/qemu/distrib/zlib-1.2.3/ |
inffast.c | 33 Decode literal, length, and distance codes and write out the resulting 118 /* decode literals and length/distances until end-of-block or not enough
|
/external/tcpdump/ |
print-ppp.c | 476 /* XXX: need to decode Kind and Value(s)? */ 521 /* XXX: need to decode Data? */ 524 /* XXX: need to decode Rejected-Packet? */ 533 /* XXX: need to decode Rejected-Information? - hexdump for now */ 546 /* XXX: need to decode Data? - hexdump for now */ 571 /* XXX: need to decode Message? */ 833 * MS-CHAPv2) is used at this point, we can't decode packet 834 * specifically to each algorithms. Instead, we simply decode [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
JSValueInlineMethods.h | 181 inline JSValue JSValue::decode(EncodedJSValue encodedJSValue) function in class:JSC::JSValue 367 inline JSValue JSValue::decode(EncodedJSValue ptr) function in class:JSC::JSValue
|
/external/webkit/Source/WebCore/platform/text/ |
TextCodecLatin1.cpp | 114 // ASCII and Latin-1 both decode as Windows Latin-1 although they retain unique identities. 119 String TextCodecLatin1::decode(const char* bytes, size_t length, bool, bool, bool&) function in class:WebCore::TextCodecLatin1
|