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

<<11121314151617181920>>

  /libcore/luni/src/test/java/tests/api/javax/security/cert/
CertificateTest.java 114 "The Certificates with equal encoded form should be equal",
121 "The Certificates with equal encoded form should be equal",
130 assertFalse("The Certificates with differing encoded form "
  /libcore/luni/src/test/java/tests/security/spec/
PKCS8EncodedKeySpecTest.java 62 * Assertion: returns encoded key
102 // Get encoded key
128 // Get encoded key again
X509EncodedKeySpecTest.java 63 * Assertion: returns encoded key
103 // Get encoded key
129 // Get encoded key again
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 34 # chunks into a single encoded word. However it doesn't violate the
35 # standard to have them as two encoded chunks and maybe it's
37 # encoded word.
test_email_codecs_renamed.py 34 # chunks into a single encoded word. However it doesn't violate the
35 # standard to have them as two encoded chunks and maybe it's
37 # encoded word.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 34 # chunks into a single encoded word. However it doesn't violate the
35 # standard to have them as two encoded chunks and maybe it's
37 # encoded word.
test_email_codecs_renamed.py 34 # chunks into a single encoded word. However it doesn't violate the
35 # standard to have them as two encoded chunks and maybe it's
37 # encoded word.
  /external/chromium/net/base/
keygen_handler_mac.cc 162 CSSM_DATA encoded; local
164 kPublicKeyAndChallengeTemplate, &encoded);
171 err = SignData(encoded, private_key, &signature);
182 kSignedPublicKeyAndChallengeTemplate, &encoded);
189 std::string input(reinterpret_cast<char*>(encoded.Data), encoded.Length);
  /external/chromium_org/chrome/browser/metrics/
metrics_log_serializer_unittest.cc 62 (*it)->GetAsString(&str); // Base64 encoded "Hello world!" string.
63 std::string encoded; local
64 base::Base64Encode("Hello world!", &encoded);
65 EXPECT_TRUE(encoded == str);
68 (*it)->GetAsString(&str); // MD5 for encoded "Hello world!" string.
69 EXPECT_TRUE(base::MD5String(encoded) == str);