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

<<21222324252627282930>>

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
SequenceOfTest.java 85 .decode(in));
118 seqVerify.decode(in);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/
CertificationRequestInfoTest.java 66 // decode the encoded CertificationRequestInfo
70 .decode(encoding);
CertificationRequestTest.java 69 // decode the encoded CSR
72 .decode(encoding);
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 229 public byte[] decode(byte[] bytes) throws DecoderException { method in class:QuotedPrintableCodec
275 public String decode(String pString, String charset) throws DecoderException, UnsupportedEncodingException { method in class:QuotedPrintableCodec
279 return new String(decode(pString.getBytes(StringEncodings.US_ASCII)), charset);
295 public String decode(String pString) throws DecoderException { method in class:QuotedPrintableCodec
300 return decode(pString, getDefaultCharset());
341 public Object decode(Object pObject) throws DecoderException { method in class:QuotedPrintableCodec
345 return decode((byte[]) pObject);
347 return decode((String) pObject);
  /external/chromium/base/i18n/
icu_encoding_detection.cc 54 // all encodings that properly decode |text|, so we'll append more encodings
75 // decode the text. Drop all encodings with lower confidence level.
  /external/chromium/chrome/browser/extensions/
image_loading_tracker.h 52 // image was not found or it failed to decode. |resource| is the
83 // |image| may be null if the file failed to decode.
  /external/chromium_org/base/i18n/
icu_encoding_detection.cc 54 // all encodings that properly decode |text|, so we'll append more encodings
75 // decode the text. Drop all encodings with lower confidence level.
  /external/chromium_org/content/common/mac/
attributed_string_coder_unittest.mm 31 return AttributedStringCoder::Decode(encoded_str.get());
123 NSAttributedString* decoded = AttributedStringCoder::Decode(&encoded);
  /external/chromium_org/media/cast/test/
encode_decode_test.cc 125 // Decode frame.
126 decoder_->Decode(&encoded_frame, base::TimeTicks(), base::Bind(
  /external/chromium_org/third_party/WebKit/Source/modules/encoding/
TextDecoder.cpp 80 String TextDecoder::decode(ArrayBufferView* input, const Dictionary& options, ExceptionState& exceptionState) function in class:WebCore::TextDecoder
94 String s = m_codec->decode(start, length, flush, m_fatal, sawError);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AsyncAudioDecoder.cpp 61 m_thread->postTask(new Task(WTF::bind(&AsyncAudioDecoder::decode, audioDataRef.release().leakRef(), sampleRate, successCallback.leakPtr(), errorCallback.leakPtr())));
64 void AsyncAudioDecoder::decode(ArrayBuffer* audioData, float sampleRate, AudioBufferCallback* successCallback, AudioBufferCallback* errorCallback) function in class:WebCore::AsyncAudioDecoder
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageDecoder.h 62 // data coming, sets the "decode failure" flag.
63 void decode(bool onlySize);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_rgtc_tmp.h 35 TYPE decode; local
46 decode = alpha0;
48 decode = alpha1;
50 decode = ((alpha0 * (8 - code) + (alpha1 * (code - 1))) / 7);
52 decode = ((alpha0 * (6 - code) + (alpha1 * (code - 1))) / 5);
54 decode = T_MIN;
56 decode = T_MAX;
58 *value = decode;
  /external/chromium_org/third_party/opus/src/silk/
API.h 104 /* Decode a frame */
109 opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec */
  /external/chromium_org/third_party/sqlite/src/tool/
showjournal.c 46 /* Print a line of decode output showing a 4-byte integer.
50 int ofst, int nByte, /* Start and size of decode */
  /external/chromium_org/ui/gfx/codec/
jpeg_codec.h 67 static bool Decode(const unsigned char* input, size_t input_size,
74 static SkBitmap* Decode(const unsigned char* input, size_t input_size);
  /external/chromium_org/ui/gfx/image/
image_mac.mm 54 LOG(ERROR) << "Unable to decode PNG.";
67 LOG(ERROR) << "Unable to decode PNG at "
  /external/dropbear/libtomcrypt/src/misc/base64/
base64_decode.c 46 base64 decode a block of memory
47 @param in The base64 data to decode
  /external/libvorbis/
CHANGES 23 * Additional decode setup hardening against malicious streams
36 * Multichannel decode bugfix
  /external/libvorbis/doc/vorbisfile/
ov_crosslap.html 32 stream's decode state. Crosslapping does not introduce or remove any
78 <dd>indicates stream <tt>vf2</tt> is at end of file, or that <tt>vf1</tt> is at end of file immediately after a seek (making crosslap impossible as there's no preceding decode state to crosslap).</dd>
ov_read_float.html 21 This is the function used to decode a Vorbis file within a loop, but
71 decode at most one vorbis packet per invocation, so the value
  /external/libvpx/libvpx/examples/
decode_with_drops.txt 2 Decode With Drops Example
44 Specifically, it will decode 4 frames, then drop 3 frames, and then
simple_decoder.txt 56 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DECODE
58 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DECODE
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.h 1 //===-- X86ShuffleDecode.h - X86 shuffle decode logic -----------*-C++-*---===//
10 // Define several functions to decode x86 specific shuffle semantics into a
  /external/lzma/C/
Ppmd7.h 98 /* ---------- Decode ---------- */
103 void (*Decode)(void *p, UInt32 start, UInt32 size);

Completed in 442 milliseconds

<<21222324252627282930>>