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

<<21222324252627282930>>

  /external/e2fsprogs/lib/et/test_cases/
heimdal.c 40 "Kerberos error: Can't decode authenticator",
heimdal2.c 14 "Cannot encode/decode authentication info",
  /external/kernel-headers/original/linux/sunrpc/
auth.h 140 int rpcauth_unwrap_resp(struct rpc_task *task, kxdrproc_t decode, void *rqstp, u32 *data, void *obj);
clnt.h 101 kxdrproc_t p_decode; /* XDR decode function */
  /external/libvpx/examples/
vp8_scalable_patterns.txt 141 Use the `decode_with_drops` example to decode with various dropped frame
vp8_set_maps.txt 95 Use the `simple_decoder` example to decode this sample, and observe
  /external/libvpx/vp8/decoder/
dboolhuff.h 135 /* We have tried to decode bits after the end of
  /external/proguard/src/proguard/gui/
default.pro 104 public static java.lang.Byte decode(java.lang.String);
112 public static java.lang.Short decode(java.lang.String);
128 public static java.lang.Integer decode(java.lang.String);
150 public static java.lang.Long decode(java.lang.String);
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.c 189 /* Decode and store the other samples in this block */
299 /* Fill the decode buffer with a channel block of data (8 samples) */
379 /* Decode and store the other samples in this block */
453 /* Decode the audio data format */
  /external/skia/include/images/
SkImageRef.h 61 method will decode and set the pixels in the specified bitmap and
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 95 // Now decode the BMP into callback's rgb() array [r,g,b, r,g,b, ...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
PYXScanner.java 95 // Does not decode \t and \\ in input
  /external/v8/src/
lithium.h 52 Kind kind() const { return KindField::decode(value_); }
165 Policy policy() const { return PolicyField::decode(value_); }
175 return VirtualRegisterField::decode(value_);
195 return LifetimeField::decode(value_) == USED_AT_START;
  /external/webkit/Source/JavaScriptCore/interpreter/
Register.h 116 return JSValue::decode(u.value);
  /external/webkit/Source/JavaScriptCore/jit/
JITCode.h 77 JSValue result = JSValue::decode(ctiTrampoline(m_ref.m_code.executableAddress(), registerFile, callFrame, 0, Profiler::enabledProfilerReference(), globalData));
  /external/webkit/Source/WebCore/loader/cache/
CachedScript.cpp 87 m_script = m_decoder->decode(m_data->data(), encodedSize());
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp 59 decode(0, GIFSizeQuery);
128 decode(index + 1, GIFFullQuery);
309 void GIFImageDecoder::decode(unsigned haltAtFrame, GIFQuery query) function in class:WebCore::GIFImageDecoder
317 // If we couldn't decode the image but we've received all the data, decoding
  /external/webkit/Source/WebCore/platform/text/
TextCodecUserDefined.cpp 52 String TextCodecUserDefined::decode(const char* bytes, size_t length, bool, bool, bool&) function in class:WebCore::TextCodecUserDefined
  /external/webkit/Source/WebCore/workers/
WorkerScriptLoader.cpp 134 m_script += m_decoder->decode(data, len);
  /external/webkit/Source/WebKit/android/plugins/
ANPVideo_npapi.h 43 * NOTE: The hardware may fail if you try to decode more than the allowable
  /external/webkit/Source/WebKit/chromium/src/
WebCString.cpp 95 return WebCore::UTF8Encoding().decode(data(), length());
  /external/zlib/contrib/
README.contrib 33 Unsupported diffs to infback to decode the deflate64 format
  /frameworks/base/core/java/android/util/
Base64OutputStream.java 56 * @param encode true to encode, false to decode
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 123 android.util.Log.w("BitmapDrawable", "BitmapDrawable cannot decode " + filepath);
135 android.util.Log.w("BitmapDrawable", "BitmapDrawable cannot decode " + filepath);
148 android.util.Log.w("BitmapDrawable", "BitmapDrawable cannot decode " + is);
160 android.util.Log.w("BitmapDrawable", "BitmapDrawable cannot decode " + is);
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_rel.h 70 uint8_t KeyValue[16]; /**< Decode base64 */

Completed in 971 milliseconds

<<21222324252627282930>>