HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 376 - 400 of 5594) sorted by null

<<11121314151617181920>>

  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDecoder.h 16 CBC_CommonDecoderResult* Decode(CBC_CommonBitMatrix* bits, int32_t& e);
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedUPCAReader.cpp 64 CFX_ByteString CBC_OnedUPCAReader::Decode(CBC_BinaryBitmap* image, int32_t& e) {
65 CFX_ByteString bytestring = m_ean13Reader->Decode(image, e);
71 CFX_ByteString CBC_OnedUPCAReader::Decode(CBC_BinaryBitmap* image,
74 CFX_ByteString bytestring = m_ean13Reader->Decode(image, hints, e);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBase64.java 18 public static byte[] decode(String str, int flags) { method in class:ShadowBase64
  /external/skia/gm/
grayscalejpg.cpp 22 SkDebugf("\nCould not decode file '%s'. Did you forget"
  /external/skia/include/android/
SkBitmapRegionDecoder.h 45 * Decode a scaled region of the encoded image stream
51 * @param desiredSubset Subset of the original image to decode.
52 * @param sampleSize An integer downscaling factor for the decode.
56 * The old kOriginal_Strategy will decode to a default color type
  /external/skia/site/dev/runtime/
config.md 11 description: Suppress GIF warnings and errors when calling image decode
18 description: Suppress most JPG warnings when calling decode functions.
24 description: Suppress most JPG error messages when decode function fails.
30 description: Suppress most PNG warnings when calling image decode functions.
  /external/skia/
skia_static_deps.mk 37 libwebp-decode \
  /external/skia/src/android/
SkBitmapRegionDecoderPriv.h 18 * Corrects image subset offsets and dimensions in order to perform a valid decode.
26 * As output, the image subset that we will decode.
39 // If input offsets are less than zero, we decode to an offset location in the output bitmap.
43 // Make sure we don't decode pixels past the edge of the image or past the edge of the subset.
  /external/zxing/qr_scanner/res/values/
ids.xml 5 <item type="id" name="decode"/>
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetDecoderTest.java 36 assertEquals("\u6d61x", d.decode(in).toString());
46 CoderResult coderResult = decoder.decode(inBuffer, outBuffer, true);
62 CoderResult coderResult = decoder.decode(inBuffer, outBuffer, true);
75 CharBuffer outBuffer = decoder.decode(ByteBuffer.wrap(arr, offset, arr.length - offset));
99 cr = decoder.decode(ByteBuffer.wrap(new byte[] { (byte) 0xe2 }), cb, false);
101 cr = decoder.decode(ByteBuffer.wrap(new byte[] { (byte) 0x98 }), cb, false);
103 cr = decoder.decode(ByteBuffer.wrap(new byte[] { (byte) 0x83 }), cb, false);
105 cr = decoder.decode(ByteBuffer.wrap(new byte[0]), cb, true);
118 CoderResult cr = decoder.decode(
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
iterators.py 37 def body_line_iterator(msg, decode=False):
40 Optional decode (default False) is passed through to .get_payload().
43 payload = subpart.get_payload(decode=decode)
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
bz2_codec.py 4 will return Python string objects for both encode and decode.
51 def decode(self, input, errors='strict'): member in class:Codec
76 def decode(self, input, final=False): member in class:IncrementalDecoder
97 decode=bz2_decode,
palmos.py 15 def decode(self,input,errors='strict'): member in class:Codec
23 def decode(self, input, final=False): member in class:IncrementalDecoder
38 decode=Codec().decode,
zlib_codec.py 4 will return Python string objects for both encode and decode.
50 def decode(self, input, errors='strict'): member in class:Codec
75 def decode(self, input, final=False): member in class:IncrementalDecoder
97 decode=zlib_decode,
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Required_Suite.py 32 # XXXX Optionally decode result
52 # XXXX Optionally decode result
71 # XXXX Optionally decode result
90 # XXXX Optionally decode result
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uu.py 30 decode(in_file [, out_file, mode])
37 __all__ = ["Error", "encode", "decode"]
90 def decode(in_file, out_file=None, mode=None, quiet=0): function
91 """Decode uuencoded file"""
163 parser.add_option('-d', '--decode', dest='decode', help='Decode (instead of encode)?', default=False, action='store_true')
178 if options.decode:
185 decode(input, output)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
iterators.py 37 def body_line_iterator(msg, decode=False):
40 Optional decode (default False) is passed through to .get_payload().
43 payload = subpart.get_payload(decode=decode)
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
bz2_codec.py 4 will return Python string objects for both encode and decode.
51 def decode(self, input, errors='strict'): member in class:Codec
76 def decode(self, input, final=False): member in class:IncrementalDecoder
97 decode=bz2_decode,
palmos.py 15 def decode(self,input,errors='strict'): member in class:Codec
23 def decode(self, input, final=False): member in class:IncrementalDecoder
38 decode=Codec().decode,
zlib_codec.py 4 will return Python string objects for both encode and decode.
50 def decode(self, input, errors='strict'): member in class:Codec
75 def decode(self, input, final=False): member in class:IncrementalDecoder
97 decode=zlib_decode,
  /prebuilts/gdb/linux-x86/lib/python2.7/
uu.py 30 decode(in_file [, out_file, mode])
37 __all__ = ["Error", "encode", "decode"]
90 def decode(in_file, out_file=None, mode=None, quiet=0): function
91 """Decode uuencoded file"""
163 parser.add_option('-d', '--decode', dest='decode', help='Decode (instead of encode)?', default=False, action='store_true')
178 if options.decode:
185 decode(input, output)
  /prebuilts/go/darwin-x86/doc/progs/
json5.go 18 if err := dec.Decode(&v); err != nil {
  /prebuilts/go/linux-x86/doc/progs/
json5.go 18 if err := dec.Decode(&v); err != nil {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
iterators.py 37 def body_line_iterator(msg, decode=False):
40 Optional decode (default False) is passed through to .get_payload().
43 payload = subpart.get_payload(decode=decode)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 4 will return Python string objects for both encode and decode.
51 def decode(self, input, errors='strict'): member in class:Codec
76 def decode(self, input, final=False): member in class:IncrementalDecoder
97 decode=bz2_decode,

Completed in 1134 milliseconds

<<11121314151617181920>>