/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
ExplicitTest.java | 190 (byte[]) taggedType[i][1], out.encoded));
|
GeneralizedTimeTest.java | 129 out.encoded)); //encoded
|
ImplicitTest.java | 181 (byte[]) taggedType[i][1], out.encoded));
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
X509CertificateObject.java | 524 private byte[] encoded; field in class:X509CertificateObject 532 if (encoded == null) { 533 encoded = c.getEncoded(ASN1Encodable.DER); 535 return encoded;
|
PKIXCertPathValidatorSpi.java | 86 byte[] encoded = publicKey.getEncoded(); 88 digest.update(encoded, 0, encoded.length); 288 throw new ExtCertPathValidatorException("Subject of trust anchor could not be (re)encoded.", ex, certPath,
|
/external/bluetooth/bluez/audio/ |
pcm_bluetooth.c | 100 int samples; /* Number of encoded samples */ 137 uint8_t buffer[BUFFER_SIZE]; /* Encoded transfer buffer */ 1011 int frame_size, encoded; local 1065 encoded = sbc_encode(&a2dp->sbc, data->buffer, a2dp->codesize, 1069 if (encoded <= 0) { 1070 DBG("Encoding error %d", encoded); 1077 a2dp->samples += encoded / frame_size; 1078 a2dp->nsamples += encoded / frame_size; 1101 encoded = sbc_encode(&a2dp->sbc, buff, a2dp->codesize, 1105 if (encoded <= 0) [all...] |
/external/chromium/chrome/browser/first_run/ |
first_run_win.cc | 265 bool DecodeImportParams(const std::string& encoded, 271 base::SplitString(encoded, '@', &parts);
|
/external/chromium/chrome/browser/sync/sessions/ |
session_state.cc | 81 bool encoded = variable 83 DCHECK(encoded); variable
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentgetinputencoding01.js | 78 Call the getInputEncoding method on a UTF-8 encoded document and check if the
|
documentgetinputencoding03.js | 78 Call the getInputEncoding method on a on a UTF-16 (BE) encoded document and check if the value returned
|
documentgetinputencoding04.js | 78 Call the getInputEncoding method on a cloned UTF-8 encoded document
|
documentgetxmlencoding01.js | 78 Call the getXmlEncoding method on a UTF-8 encoded XML document in which the encoding pseudo
|
documentgetxmlencoding03.js | 78 Call the getXmlEncoding method on a UTF-16 encoded document and check if the value returned
|
documentgetxmlencoding04.js | 78 Call the getXmlEncoding method on a UTF-8 encoded XML document that does not contain
|
documentgetxmlencoding05.js | 78 Call the getXmlEncoding method on a cloned UTF-8 encoded document
|
entitygetinputencoding01.js | 78 Call the getInputEncoding method on a UTF-8 encoded document and check if the
|
entitygetinputencoding02.js | 78 Call the getInputEncoding method on a UTF-16 encoded document that contains an external
|
entitygetxmlencoding01.js | 78 Call the getXmlEncoding method on a UTF-8 encoded entity of a document that is not an
|
entitygetxmlversion02.js | 78 Call the getXmlVersion method on a UTF-16 encoded document that contains an external
|
/libcore/luni/src/main/java/libcore/net/http/ |
HttpURLConnectionImpl.java | 438 String encoded = Base64.encode(bytes); local 439 return scheme + " " + encoded;
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/ |
MimeUtility.java | 103 String encoded = EncoderUtil.encodeIfNecessary(s, EncoderUtil.Usage.TEXT_TOKEN, local 106 return fold(encoded, usedCharacters); 115 * encoded words; see <a href='http://www.faqs.org/rfcs/rfc2047.html'>RFC
|
/external/webkit/Tools/Scripts/ |
VCSUtils.pm | [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
UriTest.java | 284 String encoded = Uri.encode("Bob:/", "/"); local 285 assertEquals(-1, encoded.indexOf(':')); 286 assertTrue(encoded.indexOf('/') > -1); 660 // The decoded and encoded versions of the inputs are all the same. 663 // Test building with encoded versions.
|
/frameworks/base/media/libstagefright/id3/ |
ID3.cpp | 62 bool ID3::ParseSyncsafeInteger(const uint8_t encoded[4], size_t *x) { 65 if (encoded[i] & 0x80) { 69 *x = ((*x) << 7) | encoded[i];
|
/external/v8/test/mjsunit/ |
mirror-number.js | 56 // NaN values are encoded as strings.
|