HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 401 - 425 of 1875) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/libcore/io/
Base64.java 35 public static byte[] decode(byte[] in) { method in class:Base64
36 return decode(in, in.length);
39 public static byte[] decode(byte[] in, int len) { method in class:Base64
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
CertificateMessage.java 58 "DECODE ERROR: incorrect CertificateMessage");
81 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR", e);
89 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateMessage");
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByteAbstractTest.java 53 outputCB = decoder.decode(inputBB);
69 outputCB = decoder.decode(inputBB);
93 // outputCB = decoder.decode(inputBB);
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 32 * The function decodeFileDescriptor() is used to decode a bitmap. During
144 Log.d(TAG, "Thread " + t + " is not allowed to decode.");
185 Log.d(TAG, "Thread " + thread + " is not allowed to decode.");
  /external/zlib/contrib/puff/
puff.c 13 * around 4K on my machine (a PowerPC using GNU cc). If the faster decode()
45 * 1.2 17 Mar 2002 - Add faster version of decode(), doubles speed (!),
104 /* input limit error return state for bits() and decode() */
194 * seen in the function decode() below.
202 * Decode a code from the stream s using huffman table h. Return the symbol or
225 local int decode(struct state *s, struct huffman *h) function
248 * A faster version of decode() for real applications of this code. It's not
253 local int decode(struct state *s, struct huffman *h) function
297 * Huffman code for n symbols, construct the tables required to decode those
304 * possible for decode() using that table to return an error--any stream o
    [all...]
  /external/flac/include/FLAC/
stream_decoder.h 60 * The stream decoder can be used to decode complete streams either from
79 * The stream decoder can decode native FLAC, and optionally Ogg FLAC
94 * to decode data, which subsequently calls the callbacks.
107 * setting up the decoder to decode FLAC data from the client via
145 * again to decode another stream.
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 109 * @see org.apache.commons.codec.Decoder#decode(java.lang.Object)
111 public Object decode(Object ascii) throws DecoderException { method in class:BinaryCodec
133 * @see org.apache.commons.codec.Decoder#decode(Object)
135 public byte[] decode(byte[] ascii) { method in class:BinaryCodec
145 * @see org.apache.commons.codec.Decoder#decode(Object)
  /external/v8/src/
disassembler.cc 133 // First decode instruction so that we know its length.
309 int Disassembler::Decode(FILE* f, byte* begin, byte* end) {
316 void Disassembler::Decode(FILE* f, Code* code) {
335 int Disassembler::Decode(FILE* f, byte* begin, byte* end) { return 0; }
336 void Disassembler::Decode(FILE* f, Code* code) {}
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 222 // at decode time. Image decoders will downsample any images larger than
257 // decode call out and use it here.
294 // decode call out and use it here.
306 // Sets the "decode failure" flag. For caller convenience (since so
319 // data may be needed to decode future frames (e.g. due to GIF frame
  /external/webkit/Source/WebCore/platform/image-decoders/ico/
ICOImageDecoder.cpp 76 decode(0, true);
100 decode(0, true);
120 decode(index, false);
153 void ICOImageDecoder::decode(size_t index, bool onlySize) function in class:WebCore::ICOImageDecoder
158 // If we couldn't decode the image but we've received all the data, decoding
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
decoder.py 13 _BYTES = '7FF80000000000007FF0000000000000'.decode('hex')
227 __all__ = ['__init__', 'decode', 'raw_decode']
246 def decode(self, s, _w=WHITESPACE.match): member in class:JSONDecoder
259 Decode a JSON document from ``s`` (a ``str`` or ``unicode`` beginning
263 This can be used to decode a JSON document from a string that may
  /frameworks/media/libvideoeditor/vss/common/inc/
M4DECODER_Common.h 328 * @brief Decode Access Units up to a target time
329 * @note Parse and decode the stream until it is possible to output a decoded image for which
334 * @param pTime: (IN/OUT) IN: Time to decode up to (in milli secondes)
338 * @param tolerance: (IN) We may decode an earlier frame within the tolerance.
343 * @return M4WAR_NO_MORE_AU there is no more access unit to decode (end of stream)
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 12 ;// OpenMAX optimized bitstream decode module
18 ;// length decode modules take as input a pointer to a table of 16-bit
50 ;// are reserved for use by the bitstream decode package until you
61 ;// M_BD_VLD - Perform variable length decode using lookup table
90 ;// Bitstream Decode initialise
92 ;// Initialises the bitstream decode global registers from
407 ;// Decode a code of the form 0000...001 where there
441 ;// Decode a code of the form 1111...110 where there
477 ;// Variable Length Decode module
484 ;// $pVLDTable - pointer to VLD decode table of 16-bit entries
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 12 ;// OpenMAX optimized bitstream decode module
18 ;// length decode modules take as input a pointer to a table of 16-bit
50 ;// are reserved for use by the bitstream decode package until you
61 ;// M_BD_VLD - Perform variable length decode using lookup table
90 ;// Bitstream Decode initialise
92 ;// Initialises the bitstream decode global registers from
407 ;// Decode a code of the form 0000...001 where there
441 ;// Decode a code of the form 1111...110 where there
477 ;// Variable Length Decode module
484 ;// $pVLDTable - pointer to VLD decode table of 16-bit entries
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 475 /* decode state */
477 /* The type of opcode, used for indexing into the array of decode tables */
479 /* The instruction ID, extracted from the decode table */
484 /* state for additional bytes, consumed during operand decode. Pattern:
536 /* decodeInstruction - Decode one instruction and store the decoding results in
549 * @param mode - The mode (16-bit, 32-bit, 64-bit) to decode in.
550 * @return - Nonzero if there was an error during decode, 0 otherwise.
  /external/webkit/Source/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 182 bool decode(const SharedBuffer& data, bool onlySize) function in class:WebCore::JPEGImageReader
395 // Our decode step always sets things up properly, so if this method is ever
420 decode(true);
446 decode(false);
525 void JPEGImageDecoder::decode(bool onlySize) function in class:WebCore::JPEGImageDecoder
533 // If we couldn't decode the image but we've received all the data, decoding
535 if (!m_reader->decode(*m_data, onlySize) && isAllDataReceived())
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 128 bool decode(const SharedBuffer& data, bool sizeOnly) function in class:WebCore::PNGImageReader
186 decode(true);
212 decode(false);
274 // the color profile or we'd need to decode into a gray-scale image buffer and
421 void PNGImageDecoder::decode(bool onlySize)
429 // If we couldn't decode the image but we've received all the data, decoding
431 if (!m_reader->decode(*m_data, onlySize) && isAllDataReceived())
  /prebuilt/common/http-client/
commons-codec-1.4.jar 
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java 104 // decode PEM, retrieve CRL
147 // decode PEM chunk and store its content (ASN.1 encoding)
204 // it is PKCS7 ContentInfo structure, so decode it
207 ? ContentInfo.ASN1.decode(encoding)
208 : ContentInfo.ASN1.decode(inStream));
248 // decode PEM, retrieve CRL
287 // decode PEM chunk and store its content (ASN.1 encoding)
343 // it is PKCS7 ContentInfo structure, so decode it
346 ? ContentInfo.ASN1.decode(encoding)
347 : ContentInfo.ASN1.decode(inStream))
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 216 Base64.decode(b64PublicKeySpec.getBytes("UTF-8")));
262 Base64.decode(pkcs7so.getBytes("UTF-8")));
286 Base64.decode(pkcs7so.getBytes("UTF-8")));
291 bais = new ByteArrayInputStream(Base64.decode(pkcs7so.getBytes("UTF-8")));
402 data[asn_x509] = Base64.decode(x509crl.getBytes("UTF-8"));
404 data[asn_pkcs] = Base64.decode(pkcs7so.getBytes("UTF-8"));
501 data[asn_x509] = Base64.decode(x509cert.getBytes("UTF-8"));
503 data[asn_pkcs] = Base64.decode(pkcs7so.getBytes("UTF-8"));
734 Base64.decode(pkcs7so.getBytes("UTF-8")));
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.cpp 58 // Each key type has a class (in square brackets below) which knows how to encode, decode, and compare that key type.
516 static const char* decode(const char* start, const char* limit, KeyPrefix* result) function in class:WebCore::__anon13441::KeyPrefix
646 static const char* decode(const char* start, const char* limit, DatabaseFreeListKey* result) function in class:WebCore::__anon13441::DatabaseFreeListKey
649 const char *p = KeyPrefix::decode(start, limit, &prefix);
691 static const char* decode(const char* start, const char* limit, DatabaseNameKey* result) function in class:WebCore::__anon13441::DatabaseNameKey
694 const char* p = KeyPrefix::decode(start, limit, &prefix);
763 static const char* decode(const char* start, const char* limit, ObjectStoreMetaDataKey* result) function in class:WebCore::__anon13441::ObjectStoreMetaDataKey
766 const char* p = KeyPrefix::decode(start, limit, &prefix);
831 static const char* decode(const char* start, const char* limit, IndexMetaDataKey* result) function in class:WebCore::__anon13441::IndexMetaDataKey
834 const char* p = KeyPrefix::decode(start, limit, &prefix)
902 static const char* decode(const char* start, const char* limit, ObjectStoreFreeListKey* result) function in class:WebCore::__anon13441::ObjectStoreFreeListKey
956 static const char* decode(const char* start, const char* limit, IndexFreeListKey* result) function in class:WebCore::__anon13441::IndexFreeListKey
1018 static const char* decode(const char* start, const char* limit, ObjectStoreNamesKey* result) function in class:WebCore::__anon13441::ObjectStoreNamesKey
1064 static const char* decode(const char* start, const char* limit, IndexNamesKey* result) function in class:WebCore::__anon13441::IndexNamesKey
1112 static const char* decode(const char* start, const char* end, ObjectStoreDataKey* result) function in class:WebCore::__anon13441::ObjectStoreDataKey
1160 static const char* decode(const char* start, const char* end, ExistsEntryKey* result) function in class:WebCore::__anon13441::ExistsEntryKey
1215 static const char* decode(const char* start, const char* limit, IndexDataKey* result) function in class:WebCore::__anon13441::IndexDataKey
    [all...]
  /system/media/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 17 /* Audio Decode Test
54 /* Size of the decode buffer queue */
66 /* to display the number of decode iterations */
82 /* to signal to the test app the end of the stream to decode has been reached */
261 /* Decode an audio path by opening a file descriptor on that path */
422 /* Initialize the callback for prefetch errors, if we can't open the resource to decode */
429 /* Prefetch the data so we can get information about the format before starting to decode */
506 fprintf(stdout, "Starting to decode\n");
508 /* Decode until the end of the stream is reached */
542 fprintf(stdout, "on an AudioPlayer object to decode a URI to PCM\n")
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 123 /// decoder could try to decode the even/odd register numbering and assign to
175 // instructions. In order to unambiguously decode the singleton, we need to
179 // Emit code to decode instructions given a segment or segments of bits.
325 // Calculates the island(s) needed to decode the instruction.
337 // Emits code to decode the singleton. Return true if we have matched all the
341 // Emits code to decode the singleton, and then to decode the rest.
361 // Decides on the best configuration of filter(s) to use in order to decode
366 // Emits code to decode our share of instructions. Returns true if the
367 // emitted code causes a return, which occurs if we know how to decode
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
BearerData.java 43 * An object to encode and decode CDMA SMS bearer data.
503 * access to the main bitwise stream from encode/decode.
1559 public static BearerData decode(byte[] smsData) { method
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 42 "%s infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference difffile] [-o outfile]\n",
52 "\t\t--decode create a PNG file from an ETC1 file.\n");
453 int decode(const char* pInput, const char* pOutput) { function
477 usage("At most one occurrence of --encode --encodeNoHeader or --decode is allowed.\n");
518 } else if (strcmp(pArg, "--decode") == 0) {
577 decode(pInput, pOutput);

Completed in 1093 milliseconds

<<11121314151617181920>>