/dalvik/libdex/ |
DexUtf.cpp | 60 * It's a multibyte encoded character. Decode it and analyze. We
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
Identity2Test.java | 61 public void decode(InputStream in) { method in class:Identity2Test.CertificateImpl
|
/external/blktrace/doc/ |
blktrace.8 | 202 sends the command data block as a payload so that blkparse can decode it.
|
/external/chromium/base/json/ |
json_reader.h | 173 // that DecodeString is used to actually decode the escaped string into an
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_storage.cc | 71 codec.Decode(details_->bb_node(), details_->other_folder_node(),
|
/external/chromium/chrome/browser/ |
custom_home_pages_table_model.cc | 205 if (gfx::PNGCodec::Decode(favicon.image_data->front(),
|
/external/chromium/chrome/browser/importer/ |
nss_decryptor_system_nss.cc | 191 /* Decode the incoming data */
|
/external/chromium/chrome/browser/ssl/ |
ssl_manager.cc | 142 // Decode the security details.
|
/external/chromium/chrome/browser/sync/notifier/ |
cache_invalidation_packet_handler.cc | 243 LOG(ERROR) << "Could not base64-decode received message: "
|
/external/chromium/chrome/browser/sync/util/ |
cryptographer.cc | 218 DLOG(WARNING) << "Could not decode token.";
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_install_dialog_controller_unittest.mm | 46 icon_ = decoder.Decode(
|
/external/chromium/net/tools/dump_cache/ |
url_to_filename_encoder.h | 162 static bool Decode(const std::string& encoded_filename,
|
/external/chromium/sdch/open-vcdiff/src/ |
addrcache.h | 186 // before continuing to decode. If no more data is expected, this
|
/external/dbus/doc/ |
TODO | 60 that would decode; using these, dbus-glib users could avoid
|
/external/flac/libFLAC/ |
ogg_decoder_aspect.c | 112 * is push-based. In libFLAC, when you ask to decode a frame, the
|
/external/giflib/ |
gif_lib.h | 180 * O.K., here are the routines one can access in order to decode GIF file:
|
/external/libvpx/examples/includes/geshi/geshi/ |
python.php | 145 'capitalize', 'center', 'count', 'decode', 'encode', 'endswith', 'expandtabs',
|
rebol.php | 83 'cosine','datatype?','date?','debase','decimal?','decode-cgi',
|
/external/llvm/test/CodeGen/X86/ |
2010-02-23-SingleDefPhiJoin.ll | 13 define i32 @decode(i8* nocapture %input, i32 %offset, i8* nocapture %output) nounwind {
|
/external/markdown/docs/ |
using_as_module.txt | 20 If your input is encoded, e.g. as UTF-8, it is your responsibility to decode
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuth.java | 172 return URLDecoder.decode(s, ENCODING);
|
/external/oauth/core/src/main/java/net/oauth/signature/ |
OAuthSignatureMethod.java | 198 return Base64.decode(s, Base64.DEFAULT);
|
/external/openssl/crypto/asn1/ |
x_pubkey.c | 186 * and encode or decode as X509_PUBKEY
|
/external/openssl/crypto/ec/ |
ec_err.c | 204 {ERR_REASON(EC_R_DECODE_ERROR) ,"decode error"},
|
/external/openssl/crypto/pkcs7/ |
pkcs7err.c | 123 {ERR_REASON(PKCS7_R_DECODE_ERROR) ,"decode error"},
|