HomeSort by relevance Sort by last modified time
    Searched refs:encoded (Results 226 - 250 of 354) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/tests/src/com/android/emailcommon/mail/
AddressUnitTests.java 84 String encoded = padEncoded(base64Encoded[i]); local
85 String decoded = DecoderUtil.decodeEncodedWords(encoded);
154 assertEquals("base64 encoded name", "big \"G\"", address.getPersonal());
168 assertEquals("base64 jis encoded name", "\u5CB8\u672C", address.getPersonal());
440 * Test parsing for quoted and encoded name part.
451 assertEquals("encoded name address", "address2@co.jp", addresses[1].getAddress());
452 assertEquals("encoded name", "\u65E5\u672C\u8A9E", addresses[1].getPersonal());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 262 If the contents of ``fp`` is encoded with an ASCII based encoding other
298 If ``s`` is a ``str`` instance and is encoded with an ASCII based encoding
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 371 encoded = f.read()
374 return encoded, utf8
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 262 If the contents of ``fp`` is encoded with an ASCII based encoding other
298 If ``s`` is a ``str`` instance and is encoded with an ASCII based encoding
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 371 encoded = f.read()
374 return encoded, utf8
  /external/skia/dm/
DM.cpp 192 SkAutoTUnref<SkData> encoded(SkData::NewFromFileName(path.c_str()));
193 if (!encoded) {
197 SkAutoTDelete<SkCodec> codec(SkCodec::NewFromData(encoded));
  /frameworks/base/core/tests/coretests/src/android/net/
UriTest.java 236 String encoded = Uri.encode("Bob:/", "/"); local
237 assertEquals(-1, encoded.indexOf(':'));
238 assertTrue(encoded.indexOf('/') > -1);
455 // The decoded and encoded versions of the inputs are all the same.
458 // Test building with encoded versions.
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreSpi.java 390 * alias as concatenated DER-encoded certificates. These can be
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-save.s 14 @ If register list specifed by .save directive is possible to be encoded
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 1323 GLuint *encoded = (GLuint *)dest; local
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 600 // TODO: handle case where "url" is encoded.
792 // Don't allow encoded identifiers that look like numeric tokens
793 // like \-1 or ones that start with an encoded decimal digit.
896 // next encoded character on the output would be another hex
    [all...]
  /external/v8/test/mjsunit/
json.js 370 var encoded = JSON.stringify(string);
393 assertEquals('"' + expected + '"', encoded, "Codepoint " + i);
  /system/security/keystore/
keystore.cpp 74 * each file stores one key-value pair. Keys are encoded in file names, and
336 * characters in keys. Characters in [0-~] are not encoded. Others are encoded
1062 char encoded[encode_key_length(keyName) + 1]; // add 1 for null char local
1063 encode_key(encoded, keyName);
1064 return android::String8(encoded);
1068 char encoded[encode_key_length(keyName) + 1]; // add 1 for null char local
1069 encode_key(encoded, keyName);
1070 return android::String8::format("%u_%s", uid, encoded);
1074 char encoded[encode_key_length(keyName) + 1]; // add 1 for null cha local
    [all...]
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 154 editing of the stream start time of already-encoded Vorbis
  /external/v8/test/webkit/fast/js/kde/
md5-2.js 188 * Convert an array of little-endian words to a base64 encoded string.
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 718 String encoded = VCardUtils.parseQuotedPrintable(quotedPrintableValue,
720 encodedValueList.add(encoded);
    [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 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/
httpmime-4.3.2.jar 
  /prebuilts/tools/common/offline-m2/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/protobuf/python/google/protobuf/pyext/
message.cc 341 encoded_string = arg; // Already encoded.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py     [all...]

Completed in 1886 milliseconds

1 2 3 4 5 6 7 8 91011>>