/external/chromium/sdch/open-vcdiff/src/ |
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/chromium_org/chrome/browser/bookmarks/ |
bookmark_codec.h | 56 bool Decode(BookmarkNode* bb_node, 67 // is stored to the file. After a call to decode, the computed checksum can
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_encoder.js | 112 * Decode a dataURL into a binary string containing the encoded image. 117 * @param {string} dataURL Data URL to decode.
|
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdiff_defs.h | 119 // decode the target window. 125 // decode the target window.
|
vcencoder_test.cc | 232 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, 244 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, 258 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, 728 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
base64.cc | 12 //* o reverse lookup table for the decode function 37 // Decode Table gives the index of any valid base64 character in the
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_field.h | 126 // Generate lines to decode this field, which will be placed inside the 130 // Generate lines to decode this field from a packed value, which will be
|
/external/chromium_org/third_party/skia/src/core/ |
SkOrderedReadBuffer.cpp | 240 // This bitmap was encoded when written, but we are unable to decode, possibly due to 243 "Could not decode bitmap. Resulting bitmap will be red.");
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
mini_disassembler_types.h | 219 // Information about each entry in table used to decode ModR/M byte. 226 // Is there a SIB byte? In this case we always need to decode it.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
mini_disassembler_types.h | 219 // Information about each entry in table used to decode ModR/M byte. 226 // Is there a SIB byte? In this case we always need to decode it.
|
/external/chromium_org/v8/src/ |
frames-inl.h | 97 return KindField::decode(Memory::unsigned_at(address() + offset)); 103 return IndexField::decode(Memory::unsigned_at(address() + offset));
|
/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/libvorbis/examples/ |
seeking_example.c | 38 /* verify the raw position, the pcm position and position decode */ 112 does what it claimed, decode the entire file into memory */
|
/external/libvpx/libvpx/examples/ |
decode_with_partial_drops.txt | 2 Decode With Partial Drops Example 163 Specifically, it will decode 4 frames, then drop 3 frames, and then
|
/external/libvpx/libvpx/vp9/common/ |
vp9_onyx.h | 69 // 0 - best quality/slowest decode, 70 // 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/okhttp/src/main/java/com/squareup/okhttp/internal/ |
StrictLineReader.java | 66 * @param charset the charset used to decode data. Only US-ASCII, UTF-8 and ISO-8859-1 are 80 * @param charset the charset used to decode data. Only US-ASCII, UTF-8 and ISO-8859-1 are
|
/external/open-vcdiff/src/ |
vcdiff_defs.h | 119 // decode the target window. 125 // decode the target window.
|
vcencoder_test.cc | 232 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, 244 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, 258 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, 728 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, [all...] |
/external/qemu/target-i386/ |
hax-interface.h | 321 * In API 1.0, HAXM driver utilizes QEMU to decode and emulate MMIO 323 * From 2.0, HAXM driver will decode some MMIO instructions to improve
|
/external/skia/src/core/ |
SkOrderedReadBuffer.cpp | 240 // This bitmap was encoded when written, but we are unable to decode, possibly due to 243 "Could not decode bitmap. Resulting bitmap will be red.");
|
/external/tremolo/Tremolo/ |
res012.c | 163 /* now we decode residual values for the partitions */ 225 /* now we decode residual values for the partitions */
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
arith_routines_hist.c | 82 * function to decode more symbols from the arithmetic bytestream, using method of bisection 189 * function to decode more symbols from the arithmetic bytestream, taking single step up or
|