HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 1476 - 1500 of 3619) sorted by null

<<51525354555657585960>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 170 def get_payload(self, i=None, decode=False):
177 Optional decode is a flag indicating whether the payload should be
187 If the message is a multipart and the decode flag is True, then None
196 if decode:
211 uu.decode(StringIO(payload+'\n'), sfp, quiet=True)
761 # RFC 2231 encoded, so decode it, and it better end up as ascii.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 695 def getbodytext(self, decode = 1):
702 if not decode or encoding in ('', '7bit', '8bit', 'binary'):
709 mimetools.decode(self.fp, output, encoding)
749 self.bodyencoded = Message.getbodytext(self, decode=0)
757 def getbodytext(self, decode = 1):
758 if not decode:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 205 v = (v[0].decode("iso8859-1"),
206 v[1].decode("iso8859-1"))
212 v = (v[0].decode("iso8859-1"),
213 v[1].decode("iso8859-1"))
241 v = v.decode("iso8859-1")
466 newid = newid.decode("iso8859-1") # 8 bits
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 170 def get_payload(self, i=None, decode=False):
177 Optional decode is a flag indicating whether the payload should be
187 If the message is a multipart and the decode flag is True, then None
196 if decode:
211 uu.decode(StringIO(payload+'\n'), sfp, quiet=True)
761 # RFC 2231 encoded, so decode it, and it better end up as ascii.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 695 def getbodytext(self, decode = 1):
702 if not decode or encoding in ('', '7bit', '8bit', 'binary'):
709 mimetools.decode(self.fp, output, encoding)
749 self.bodyencoded = Message.getbodytext(self, decode=0)
757 def getbodytext(self, decode = 1):
758 if not decode:
    [all...]
  /art/runtime/
dex_instruction.h 155 void Decode(uint32_t &vA, uint32_t &vB, uint64_t &vB_wide, uint32_t &vC, uint32_t arg[]) const;
446 inst->Decode(vA, vB, vB_wide, vC, arg);
  /art/runtime/native/
java_lang_reflect_Field.cc 88 class_or_rcvr = soa.Decode<mirror::Object*>(j_rcvr);
228 mirror::Object* boxed_value = soa.Decode<mirror::Object*>(javaValue);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ImageReaderTest.java 326 // it doesn't decode the pixel.
332 // Pixel decoding mode: decode whole image. check if the image data
  /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/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/chromium_org/ash/desktop_background/
desktop_background_controller.cc 104 scoped_ptr<SkBitmap> bitmap(gfx::JPEGCodec::Decode(
107 LOG(ERROR) << "Unable to decode JPEG data from " << path.value();
  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 56 // Decode the image using WebKit's image decoder.
213 // Decode any images that the browser needs to display.
  /external/chromium_org/media/base/android/
media_codec_bridge.h 60 // decode |codec| type.
85 // Finishes the decode/encode session. The instance remains active
  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_audio_decoder.cc 351 // If we've exhausted the packet in the first decode we can write directly
377 // There are still more frames to decode, so we need to serialize them in
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.cc 169 bool UrlToFilenameEncoder::Decode(const string& encoded_filename,
247 // inability to represent both /a/b/c and /a/b/c/d, and inability to decode
  /external/chromium_org/net/tools/testserver/
minica.py 34 PKCS1v15_SHA1_PREFIX = '3021300906052b0e03021a05000414'.decode('hex')
322 unauthorizedDER = '30030a0106'.decode('hex')
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderLoader.cpp 357 // Decode the data.
365 builder.append(m_decoder->decode(static_cast<const char*>(m_rawData->data()), m_rawData->byteLength()));
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.h 212 bool decode(const unsigned char* data, size_t length, WebCore::GIFImageDecoder* client, bool* frameDecoded);
300 bool decode(size_t frameIndex);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecLatin1.cpp 116 // ASCII and Latin-1 both decode as Windows Latin-1 although they retain unique identities.
121 String TextCodecLatin1::decode(const char* bytes, size_t length, bool, bool, bool&) function in class:WTF::TextCodecLatin1
  /external/chromium_org/third_party/icu/source/test/intltest/
punyref.c 213 /*** Main decode function ***/
253 /* Decode a generalized variable-length integer into delta, */
  /external/chromium_org/third_party/libjingle/source/talk/base/
stringencode.h 46 // Decode the utf8 encoded value pointed to by source. Returns the number of
68 size_t decode(char * buffer, size_t buflen,

Completed in 788 milliseconds

<<51525354555657585960>>