HomeSort by relevance Sort by last modified time
    Searched full:encoded (Results 651 - 675 of 4017) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
AuthenticatedAttributes.java 49 * Returns ASN.1 encoded form of this authenticatedAttributes.
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 118 System.out.println("Encoded Bytes dumped for Test Class " + getClass().getName());
119 fail("Encoded Bytes dumped for Test Class " + getClass().getName());
141 // assertTrue("Encoded bytes must match!",
143 assertEqualBytes("Encoded bytes must match!", testBytes, outputBB);
  /libcore/luni/src/test/java/tests/security/cert/
PolicyQualifierInfoTest.java 105 * from the encoded bytes
118 * Assertion: The encoded byte array is copied on construction
143 * Assertion: Returns the ASN.1 DER encoded form of
184 * Assertion: Returns the ASN.1 DER encoded form of
  /packages/apps/Exchange/src/com/android/exchange/utility/
UriCodec.java 49 * character like "\u0080" may be encoded to multiple octets like %C2%80.
109 * partially or fully encoded. For example, input of "hello%20world" is
132 // this is an encoded 3-character sequence like "%20"
150 // Guess a bit larger for encoded form
  /packages/inputmethods/PinyinIME/jni/include/
sync.h 51 // lemmas, lemmas string encoded in UTF16LE
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_15.txt 49 Some removed base64 encoded chars.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
quopri.py 25 quoted. Note that line-ending tabs and spaces are always encoded, as per
47 quoted. Note that line-ending tabs and spaces are always encoded, as per
61 # that trailing character encoded.
80 # Calculate the un-length-limited encoded line
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_15.txt 49 Some removed base64 encoded chars.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
quopri.py 25 quoted. Note that line-ending tabs and spaces are always encoded, as per
47 quoted. Note that line-ending tabs and spaces are always encoded, as per
61 # that trailing character encoded.
80 # Calculate the un-length-limited encoded line
  /system/security/keystore/
keyblob_utils.cpp 25 * are encoded like this:
  /art/runtime/
mapping_table.h 25 // A utility for processing the raw uleb128 encoded mapping table created by the quick compiler.
103 const uint8_t* encoded_table_ptr_; // Either NULL or points to encoded data after this entry.
176 const uint8_t* encoded_table_ptr_; // Either NULL or points to encoded data after this entry.
  /cts/tests/tests/content/src/android/content/pm/cts/
SignatureTest.java 99 assertEquals("The re-encoded Signature should match the constructor input",
117 assertEquals("The re-encoded Signature should match the constructor input",
135 assertEquals("The re-encoded Signature should match the constructor input",
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServer.java 51 // The base64 encoded image string used as an embedded image
166 * base64 encoded image string.
169 * @return String The base64 encoded image string or "" if there is an
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
X509CRLTest.java 191 assertEquals("The CRLs with equal encoded form should be equal",
197 assertEquals("The CRLs with equal encoded form should be equal",
206 assertFalse("The CRLs with differing encoded form should not be equal",
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 150 private static final byte[] encoded = new byte[] { 1, 2, 3, 4, 5, 6, 7, field in class:TestCertUtils.TestCertPath
191 return encoded.clone();
199 return encoded.clone();
279 private static final byte[] encoded = new byte[] { 1, 2, 3, 4, 5, 6, 7, field in class:TestCertUtils.TestPublicKey
289 return encoded.clone();
305 private static final byte[] encoded = new byte[] { 1, 2, 3, 4, 5, 6, 7, field in class:TestCertUtils.TestCertificate
345 return encoded.clone();
431 * b) returns Encoded form<br>
453 * The encoded for of this X509Certificate is a byte array where
454 * first are bytes of encoded form of Subject (as X500Principal),
    [all...]
  /external/chromium/net/base/
ssl_cipher_suite_names_generate.go 141 fmt.Printf("struct CipherSuite {\n uint16 cipher_suite, encoded;\n};\n\n")
180 encoded := (kx_n << 7) | (cipher_n << 3) | mac_n
181 fmt.Printf(" {0x%x, 0x%x}, // %s\n", value, encoded, r.Description)
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mux.py 275 encoded = mux._encode_channel_id(0)
276 self.assertEqual('\x00', encoded)
277 encoded = mux._encode_channel_id(2 ** 14 - 1)
278 self.assertEqual('\xbf\xff', encoded)
279 encoded = mux._encode_channel_id(2 ** 14)
280 self.assertEqual('\xc0@\x00', encoded)
281 encoded = mux._encode_channel_id(2 ** 21 - 1)
282 self.assertEqual('\xdf\xff\xff', encoded)
283 encoded = mux._encode_channel_id(2 ** 21)
284 self.assertEqual('\xe0 \x00\x00', encoded)
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
SSLClientCertificateRequest.java 100 // Get the encoded certificate chain.
107 Log.w(TAG, "Could not retrieve encoded certificate chain: " + e);
145 // Build the list of principals from encoded versions.
  /external/chromium_org/chrome/browser/resources/chromeos/
salsa.js 16 * @return {string} The ASCII values of those hex encoded characters
30 * Extract the experiment information out of the encoded URL string.
33 * Experiments are encoded as:
  /external/chromium_org/chrome/tools/convert_dict/
aff_reader.h 37 bool EncodingToUTF8(const std::string& encoded, std::string* utf8) const;
70 // The "encoded" version converts the line to UTF-8 and saves it.
97 // they appear in the file. They have been re-encoded.
  /external/chromium_org/courgette/
description.md 109 - The original file is disassembled and encoded via a call
150 **Encoded Program**: The output of encoding.
153 of branch addresses, the encoded program. It supports patching
  /external/chromium_org/crypto/
ec_private_key.h 53 // The key pair is given as an ASN.1-encoded PKCS #8 EncryptedPrivateKeyInfo
63 // The key pair is given as an ASN.1-encoded PKCS #8 EncryptedPrivateKeyInfo
98 // Exports the private key as an ASN.1-encoded PKCS #8 EncryptedPrivateKeyInfo
  /external/chromium_org/google_apis/cup/
client_update_protocol.h 36 // must be non-negative. |public_key| is expected to be a DER-encoded ASN.1
52 // On success, returns true, and |client_proof| receives a Base64-encoded
66 // by the server. |server_proof| contains the Base64-encoded server proof,
  /external/chromium_org/mojo/public/bindings/lib/
bindings_serialization.h 20 // Pointers are encoded as relative offsets. The offsets are relative to the
26 // A null pointer is encoded as an offset value of 0.
39 // Handles are encoded as indices into a vector of handles. These functions
  /external/chromium_org/net/cert/
x509_certificate_nss.cc 130 // Convert encoded issuers to scoped CERTName* list.
143 std::string* encoded) {
146 encoded->assign(reinterpret_cast<char*>(cert_handle->derCert.data),

Completed in 1137 milliseconds

<<21222324252627282930>>