/external/smack/src/org/jivesoftware/smack/util/ |
Base64.java | 46 * It is important to note that data encoded this way is <em>not</em> officially valid Base64,
48 * was encoded using the URL- and Filename-safe dialect.
426 * Serializes an object and returns the Base64-encoded
430 * The object is not GZip-compressed before being encoded.
433 * @return The Base64-encoded object
444 * Serializes an object and returns the Base64-encoded
461 * @return The Base64-encoded object
1170 String encoded = Base64.encodeFromFile( infile ); local [all...] |
/prebuilts/devtools/tools/lib/ |
httpmime-4.1.jar | |
/prebuilts/tools/common/http-client/ |
httpmime-4.1.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/ |
httpmime-4.1.jar | |
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfoTest.java | 354 byte[] encoded = EncryptedPrivateKeyInfoData 356 byte[] encodedCopy = encoded.clone(); 362 assertTrue(Arrays.equals(encoded, epki.getEncoded())); 625 * Test preconditions: test object created using ctor which takes encoded 626 * form as the only parameter; encoded form passed contains algorithm 647 // parameters with the same encoded form 674 * Test preconditions: test object created using ctor which takes encoded 675 * form as the only parameter; encoded form passed does not contain 772 * Test preconditions: test object created using ctor which takes encoded 773 * form as the only parameter; encoded form passed contains encrypted dat [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfoTest.java | 390 byte[] encoded = EncryptedPrivateKeyInfoData 392 byte[] encodedCopy = encoded.clone(); 398 assertTrue(Arrays.equals(encoded, epki.getEncoded())); 679 * Test preconditions: test object created using ctor which takes encoded 680 * form as the only parameter; encoded form passed contains algorithm 701 // parameters with the same encoded form 728 * Test preconditions: test object created using ctor which takes encoded 729 * form as the only parameter; encoded form passed does not contain [all...] |
/external/chromium/chrome/common/extensions/docs/build/ |
directory.py | 35 path: Path to a file containing JSON-encoded data. 39 A Python object representing the data encoded in the file. 223 """ Writes the contents of this manifest file as a JSON-encoded text file.
|
/external/chromium_org/remoting/webapp/ |
host_native_messaging.js | 405 * hash value base64-encoded to the callback. 426 * host (PublicKeyInfo structure encoded with ASN.1 DER, and then BASE64).
|
client_screen.js | 260 * @param {string} hostPublicKey Host public key (DER and Base64 encoded).
|
host_list.js | 188 * include a JSON-encoded list of host descriptions, which we display if we're
|
/libcore/crypto/src/main/java/org/conscrypt/ |
NativeCrypto.java | 384 public static native long d2i_X509(byte[] encoded); [all...] |
/external/chromium_org/chrome/browser/resources/image_loader/ |
request.js | 342 // encoded to get the correct compressed image data.
|
/external/chromium_org/tools/stats_viewer/ |
stats_table.cs | 375 // check if the name has a type encoded
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmlrpclib.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmlrpclib.py | [all...] |
/external/libvorbis/doc/ |
01-introduction.tex | 254 characteristic. Most commonly, the vector index is encoded as a 337 stream. The mode is encoded as an integer used as a direct offset into 390 Each floor is encoded/decoded in channel order, however each floor
|
07-floor1.tex | 240 derives final Y amplitude values from the encoded, wrapped difference
|
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardBuilder.java | 2045 final String encoded = (VCardConfig.isVersion40(mVCardType) ? local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_unicode.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_unicode.py | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.util_6.1.23.v201004211559.jar | |
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar | |
/art/compiler/utils/mips/ |
assembler_mips.cc | 167 int32_t encoded = MipsAssembler::EncodeBranchOffset(offset, next, is_jump); local 168 buffer_.Store<int32_t>(position, encoded); [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_leveldb_coding.cc | 37 // Strings (origins, names, etc) are encoded as UTF-16BE. 122 // The prefix is followed by a type byte and the encoded IDB primary key. The 131 // The prefix is followed by a type byte and the encoded IDB primary key. 138 // The prefix is followed by a type byte, the encoded IDB index key, a 139 // "sequence" number (obsolete; var int), and the encoded IDB primary key. 166 // As most of the IndexedDBKeys and encoded values are short, we 435 const char16* encoded = reinterpret_cast<const char16*>(slice->begin()); local 437 decoded.push_back(ntohs(*encoded++)); 708 // Strings are UTF-16BE encoded, so a simple memcmp is sufficient. [all...] |