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

<<11121314151617181920>>

  /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/bluetooth/glib/tests/
unicode-normalize.c 12 decode (const gchar *input) function
121 c[i] = decode(columns[i]);
  /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/dropbear/libtomcrypt/src/misc/base64/
base64_decode.c 46 base64 decode a block of memory
47 @param in The base64 data to decode
  /external/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/sonivox/arm-fm-22k/lib_src/
eas_ima_tables.c 7 * Contains the constant tables for IMA encode/decode
33 * ADPCM decode tables
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_ima_tables.c 7 * Contains the constant tables for IMA encode/decode
33 * ADPCM decode tables
  /external/sonivox/arm-wt-22k/lib_src/
eas_ima_tables.c 7 * Contains the constant tables for IMA encode/decode
33 * ADPCM decode tables
  /external/v8/src/mips/
code-stubs-mips.h 85 : op_(OpBits::decode(key)),
86 mode_(ModeBits::decode(key)),
87 lhs_(LhsRegister(RegisterBits::decode(key))),
88 rhs_(RhsRegister(RegisterBits::decode(key))),
89 constant_rhs_(KnownBitsForMinorKey(KnownIntBits::decode(key))),
236 : op_(OpBits::decode(key)),
237 mode_(ModeBits::decode(key)),
238 use_fpu_(FPUBits::decode(key)),
  /external/webkit/Source/JavaScriptCore/API/
APICast.h 75 return JSC::JSValue::decode(reinterpret_cast<JSC::EncodedJSValue>(const_cast<OpaqueJSValue*>(v)));
89 return JSC::JSValue::decode(reinterpret_cast<JSC::EncodedJSValue>(const_cast<OpaqueJSValue*>(v)));
  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageDecoder.h 62 // data coming, sets the "decode failure" flag.
63 void decode(bool onlySize);
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageDecoder.h 68 // is no more data coming, sets the "decode failure" flag.
69 void decode(unsigned haltAtFrame, GIFQuery);
  /external/webkit/Source/WebKit/android/
RenderSkinNinePatch.cpp 69 if (!decoder->decode(&stream, &ninepatch->m_bitmap, prefConfig, mode, true)) {
71 LOGE("RenderSkinNinePatch::Failed to decode nine patch asset");
RenderSkinRadio.cpp 57 void RenderSkinRadio::Decode() {
82 Decode();
  /external/webkit/Source/WebKit2/Shared/
SandboxExtension.h 62 static bool decode(CoreIPC::ArgumentDecoder*, Handle&);
92 inline bool SandboxExtension::Handle::decode(CoreIPC::ArgumentDecoder*, Handle&) { return true; } function in class:WebKit::SandboxExtension::Handle
  /external/webkit/Source/WebKit2/Shared/win/
PlatformCertificateInfo.cpp 123 bool PlatformCertificateInfo::decode(CoreIPC::ArgumentDecoder* decoder, PlatformCertificateInfo& c) function in class:WebKit::PlatformCertificateInfo
126 if (!decoder->decode(length))
  /frameworks/base/core/java/android/util/
Base64InputStream.java 57 * @param encode true to encode, false to decode
134 * decode/encode it into the empty coder.output, and reset the
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 30 * LargeBitmap can be used to decode a rectangle region from an image.
56 * @param rect The rectangle that specified the region to be decode.
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_Bitstream.h 99 * Variable bit length Decode
106 * Variable length decode of variable length symbol (max size 32 bits) read from
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_Bitstream.h 99 * Variable bit length Decode
106 * Variable length decode of variable length symbol (max size 32 bits) read from

Completed in 1964 milliseconds

<<11121314151617181920>>