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

<<41424344454647484950>>

  /external/chromium/net/base/
pem_tokenizer.cc 68 // The most likely cause for a decode failure is a datatype that
test_root_certs_nss.cc 70 LOG(ERROR) << "Cannot decode certificate trust string.";
  /external/chromium/net/ftp/
ftp_directory_listing_parser.cc 88 // Use first encoding that can be used to decode the text.
  /external/chromium_org/cc/resources/
picture.cc 70 if (gfx::PNGCodec::Decode(data, size, bm))
74 scoped_ptr<SkBitmap> decoded_jpeg(gfx::JPEGCodec::Decode(data, size));
96 // Decode the picture from base64.
121 // Decode the picture from base64.
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_utils.h 67 // the text |text|. |languages| is user's accept-language setting to decode
  /external/chromium_org/chrome/browser/chromeos/login/screens/
user_image_screen.h 111 // Last ImageDecoder instance used to decode an image blob received by
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_loader.h 54 // Contains attributes we need to know about each image we decode.
  /external/chromium_org/chrome/browser/chromeos/policy/
user_policy_disk_cache.cc 67 // Decode it.
  /external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.cc 204 if (OAuthRequestSigner::Decode(i->second, &decoded))
208 if (OAuthRequestSigner::Decode(i->second, &decoded))
229 if (OAuthRequestSigner::Decode(i->second, &decoded))
233 if (OAuthRequestSigner::Decode(i->second, &decoded))
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser.h 60 // Returns 'true'if it was able to decode the chunk properly, 'false' if not
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.h 134 // Last ImageDecoder instance used to decode an image blob received by
  /external/chromium_org/chrome/common/
chrome_utility_messages.h 133 // Tell the utility process to decode the given image data.
137 // Tell the utility process to decode the given image data, which is base64
156 // Tell the utility process to decode the given JPEG image data with a robust
225 // |milliseconds_of_decoding| wall clock time. It is still not safe to decode
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
native-messaging-example-host 44 text = sys.stdin.read(text_length).decode('utf-8')
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
api_util.js 49 * api_implementation.js to decode this and return a node.
  /external/chromium_org/components/policy/core/common/cloud/
policy_header_service_unittest.cc 60 // Decode the base64 value into JSON.
  /external/chromium_org/content/common/mac/
attributed_string_coder.h 88 static NSAttributedString* Decode(const EncodedString* str);
  /external/chromium_org/content/public/browser/
navigation_details.h 55 // Use SSLManager::DeserializeSecurityInfo to decode it.
  /external/chromium_org/content/renderer/media/
rtc_video_decoder_bridge_tv.cc 48 int32_t RTCVideoDecoderBridgeTv::Decode(
  /external/chromium_org/crypto/
rsa_private_key_openssl.cc 83 // PKCS#8 decode the input, and then import the EVP_PKEY from Private Key
  /external/chromium_org/google_apis/gaia/
oauth_request_signer.h 51 static bool Decode(const std::string& text, std::string* decoded_text);
  /external/chromium_org/gpu/config/
software_rendering_list_json.cc 524 "description": "Accelerated video decode is unavailable on Mac and Linux",
747 "description": "Hardware video decode is only supported in win7+",
895 "description": "Accelerated video decode interferes with GPU sandbox on older Intel drivers",
1026 "description": "Accelerated video decode does not work with the discrete GPU on AMD switchables",
  /external/chromium_org/jingle/notifier/listener/
push_notifications_listen_task.cc 72 LOG(WARNING) << "Could not base64-decode " << base64_encoded_data;
  /external/chromium_org/media/base/android/
media_player_manager.h 28 // Called by a MediaPlayerAndroid object when it is going to decode
  /external/chromium_org/media/base/
audio_decoder_config.h 112 // |seek_preroll_| is the duration of the data that the decoder must decode
  /external/chromium_org/media/cast/
cast_environment.h 35 // The video decoder thread is where the video decode processing is done.

Completed in 561 milliseconds

<<41424344454647484950>>