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

<<31323334353637383940>>

  /packages/apps/Exchange/src/com/android/exchange/utility/
UriCodec.java 167 public static String decode(String s, boolean convertPlus, Charset charset) { method in class:UriCodec
219 public static String decode(String s) { method in class:UriCodec
220 return decode(s, false, Misc.UTF_8);
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp 357 size_t last = m_glDec.decode(readBuf.buf(), readBuf.validData(), m_stream);
365 size_t last = m_gl2Dec.decode(readBuf.buf(), readBuf.validData(), m_stream);
373 size_t last = m_utDec.decode(readBuf.buf(), readBuf.validData(), m_stream);
  /art/runtime/native/
java_lang_Runtime.cc 65 mirror::ClassLoader* classLoader = soa.Decode<mirror::ClassLoader*>(javaLoader);
java_lang_reflect_Constructor.cc 42 mirror::ArtMethod* m = soa.Decode<mirror::Object*>(art_method)->AsArtMethod();
java_lang_reflect_Method.cc 43 mirror::ArtMethod* proxy_method = soa.Decode<mirror::Object*>(art_method)->AsArtMethod();
  /dalvik/vm/compiler/codegen/x86/libenc/
dec_base.h 115 static unsigned decode(const void * addr, Inst * pinst);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
TimeStampReqTest.java 54 .decode(encoding);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERT61String.java 90 * Decode the encoded string and return it, 8 bit encoding assumed.
  /external/chromium/chrome/browser/chromeos/login/
user_image_downloader.h 21 // executes image decode and calls UserManager to store image in a file with
  /external/chromium/chrome/common/extensions/
extension_unpacker.cc 38 const char* kCouldNotDecodeImageError = "Could not decode theme image.";
54 // Decode the image using WebKit's image decoder.
58 SkBitmap bitmap = decoder.Decode(data, file_contents.length());
195 // Decode any images that the browser needs to display.
  /external/chromium/crypto/
signature_verifier_mac.cc 54 // TODO(wtc): decode signature_algorithm...
  /external/chromium/net/base/
pem_tokenizer.h 29 // Attempts to decode the next PEM block in the string. Returns false if no
  /external/chromium/third_party/libjingle/source/talk/xmpp/
saslmechanism.cc 62 return Base64::Decode(encoded, Base64::DO_LAX);
  /external/chromium_org/chrome/browser/chromeos/login/
user_image.h 60 // decode in sensitive environment (on Login screen).
  /external/chromium_org/chrome/browser/
icon_loader_linux.cc 56 bool success = gfx::PNGCodec::Decode(
  /external/chromium_org/chrome/browser/metrics/
metrics_log_serializer.h 33 DECODE_FAIL, // Failed to decode log.
  /external/chromium_org/chrome/browser/net/
probe_message_unittest.cc 101 // Do it again to decode.
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
url_icon_source.cc 93 // Failed to decode image. Do nothing and just use the default icon.
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.h 40 virtual void Decode(const media::BitstreamBuffer& bitstream_buffer) OVERRIDE;
  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.h 36 // Class to provide video decode acceleration for Intel systems with hardware
55 virtual void Decode(const media::BitstreamBuffer& bitstream_buffer) OVERRIDE;
71 // queue it for decode.
205 // are allocated once and destroyed at the end of decode.
vaapi_wrapper.cc 387 // Get ready to decode into surface.
402 // Instruct HW decoder to start processing committed buffers (decode this
403 // picture). This does not block until the end of decode.
431 VA_SUCCESS_OR_RETURN(va_res, "Failed putting decode surface to pixmap",
  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.h 42 virtual int32_t Decode(
  /external/chromium_org/media/base/android/
media_source_player.h 35 // MediaCodec to decode audio and video streams in two separate threads.
114 // Called to decode more data.
166 // Test-only method to setup hook for the completion of the next decode cycle.
280 // Test-only callback for hooking the completion of the next decode cycle.
  /external/chromium_org/media/base/
demuxer_stream.h 40 // new configuration to properly decode the buffers read
  /external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc 222 // Decode until output is produced, end of stream, or error.
243 EXPECT_GE(result, 0) << "Audio decode error.";
276 // Decode until output is produced, end of stream, or error.
298 EXPECT_GE(result, 0) << "Video decode error.";

Completed in 990 milliseconds

<<31323334353637383940>>