/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_defs.h | 119 // decode the target window. 125 // decode the target window.
|
vcencoder_test.cc | 206 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, 218 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, 232 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, 685 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, 782 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
base64.cc | 12 //* o reverse lookup table for the decode function 35 // Decode Table gives the index of any valid base64 character in the
|
stringencode.h | 49 // Decode the utf8 encoded value pointed to by source. Returns the number of 71 size_t decode(char * buffer, size_t buflen,
|
/external/javasqlite/src/main/java/SQLite/ |
StringEncoder.java | 38 * When decoded with this class' <code>decode</code> method 104 public static byte[] decode(String s) { method in class:StringEncoder
|
/external/libvpx/vp8/common/ |
onyx.h | 103 int Version; // 4 versions of bitstream defined 0 best quality/slowest decode, 3 lowest quality/fastest decode
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
SipUri.java | 169 if (a.getUser()!=null && !RFC2396UrlDecoder.decode(a.getUser()).equals(RFC2396UrlDecoder.decode(b.getUser()))) return false; 170 if (a.getUserPassword()!=null && !RFC2396UrlDecoder.decode(a.getUserPassword()).equals(RFC2396UrlDecoder.decode(b.getUserPassword()))) return false; 183 if (p1!=null && p2!=null && !RFC2396UrlDecoder.decode(p1).equalsIgnoreCase(RFC2396UrlDecoder.decode(p2))) return false; 216 Header header1 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h1)); 217 Header header2 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h2)); [all...] |
/external/tremolo/Tremolo/ |
res012.c | 163 /* now we decode residual values for the partitions */ 225 /* now we decode residual values for the partitions */
|
/external/v8/src/ |
scopeinfo.h | 227 Variable::Mode mode() { return ModeField::decode(value_); } 229 int index() { return IndexField::decode(value_); }
|
/external/v8/src/x64/ |
code-stubs-x64.h | 89 : op_(OpBits::decode(key)), 90 mode_(ModeBits::decode(key)),
|
/external/webkit/Source/WebCore/fileapi/ |
FileReaderLoader.cpp | 274 // Decode the data. 282 builder.append(m_decoder->decode(static_cast<const char*>(m_rawData->data()), m_bytesLoaded));
|
/external/webkit/Source/WebCore/platform/text/ |
TextEncoding.cpp | 66 String TextEncoding::decode(const char* data, size_t length, bool stopOnError, bool& sawError) const function in class:WebCore::TextEncoding 71 return newTextCodec(*this)->decode(data, length, true, stopOnError, sawError);
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
api.py | 57 # expects a file-like object which vends unicode(), so we decode here. 59 changelog_file = StringIO.StringIO(changelog_contents.decode("utf-8", "ignore"))
|
/external/zlib/contrib/masmx64/ |
inffas8664.c | 44 Decode literal, length, and distance codes and write out the resulting
142 /* decode literals and length/distances until end-of-block or not enough
|
/frameworks/base/core/java/android/text/util/ |
Rfc822Tokenizer.java | 39 * It does *not* decode MIME encoded-words; charset conversion 166 * It does *not* decode MIME encoded-words; charset conversion
|
/frameworks/base/core/java/com/android/internal/os/ |
LoggingPrintStream.java | 140 // decode bytes from the byte buffer into the char buffer 141 coderResult = decoder.decode(encodedBytes, decodedChars, false);
|
/hardware/msm7k/librpc/rpc/ |
clnt.h | 56 RPC_CANTDECODERES=2, /* can't decode results */ 68 RPC_CANTDECODEARGS=11, /* decode arguments error */
|
/libcore/luni/src/main/java/java/security/cert/ |
TrustAnchor.java | 272 // decode and check nameConstraints 273 NameConstraints.ASN1.decode(nameConstraints);
|
/packages/inputmethods/PinyinIME/jni/include/ |
pinyinime.h | 62 * to decode, and a certain number of Chinese characters(output). If after 86 * @param sps_buf The spelling string buffer to decode.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videodev.h | 201 /* video_info is biased towards hardware mpeg encode/decode */ 205 __u32 frame_count; /* frames output since decode/encode began */
|
/system/media/wilhelm/tests/examples/ |
slesTestDecodeAac.cpp | 17 /* AAC ADTS Decode Test 28 Starting to decode 120 /* constant to identify a buffer context which is the end of the stream to decode */ 353 /* Decode an audio path by opening a file descriptor on that path */ 412 /* to queue the AAC data to decode */ 672 printf("Starting to decode\n"); 676 /* Decode until the end of the stream is reached */ 702 /* This just means done enqueueing; there may still more data in decode queue! */
|
/frameworks/base/cmds/stagefright/ |
stagefright.cpp | 65 static long gMaxNumFrames; // 0 means decode all available. 88 printf("decode times:\n"); 96 printf("min decode time %lld us (%.2f secs)\n", minUs, minUs / 1E6); 97 printf("max decode time %lld us (%.2f secs)\n", maxUs, maxUs / 1E6); 382 printf("avg. time to decode one buffer %.2f usecs\n", 600 fprintf(stderr, " -m max-number-of-frames-to-decode in each pass\n");
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
combined_decode.cpp | 27 /* Purpose : Decode a frame of MPEG4 bitstream in combined mode. */ 153 /* decode COD, MCBPC, ACpred_flag, CPBY and DQUANT */ 170 /* decode the DCT coeficients for the MB */ 337 /* Purpose : Decode MB header, not_coded, mcbpc, ac_pred_flag, cbpy, dquant. */ 557 /* Decode each 8-by-8 blocks. comp 0 ~ 3 are luminance blocks, 4 ~ 5 */ 657 /* decode the motion vector (if there are any) */
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeUtilityTest.java | 68 /** strings that use supplemental characters and really stress encode/decode */ 130 * Test that decode/unfold is efficient when it can be 134 String result2 = MimeUtility.decode(SHORT_PLAIN); 145 * Test that decode is working for simple strings 148 String result1 = MimeUtility.decode(SHORT_UNICODE_ENCODED); 152 // TODO: tests for decode(String s)
|
/system/media/wilhelm/src/android/ |
android_AudioSfDecoder.cpp | 169 // Initialize the PCM format info with the known parameters before the start of the decode 467 // don't decode if we're not buffering, prefetching or playing 468 //SL_LOGV("don't decode: not buffering, prefetching or playing"); 472 //-------------------------------- Decode 518 //-------------------------------- Handle return of decode 793 // verify only the system can decode, for playback only
|