/external/webkit/LayoutTests/fast/encoding/ |
parser-tests-20-expected.txt | 1 This test suite was converted from http://www.hixie.ch/tests/adhoc/html/parsing/encoding/all.html 6 56, 57, 58, 59 - we do not run scripts during encoding detection phase and parser treats meta inside a script as text, not a tag. 8 97, 99, 102 - we do not run scripts during encoding detection.
|
parser-tests-30-expected.txt | 1 This test suite was converted from http://www.hixie.ch/tests/adhoc/html/parsing/encoding/all.html 6 56, 57, 58, 59 - we do not run scripts during encoding detection phase and parser treats meta inside a script as text, not a tag. 8 97, 99, 102 - we do not run scripts during encoding detection.
|
parser-tests-40-expected.txt | 1 This test suite was converted from http://www.hixie.ch/tests/adhoc/html/parsing/encoding/all.html 6 56, 57, 58, 59 - we do not run scripts during encoding detection phase and parser treats meta inside a script as text, not a tag. 8 97, 99, 102 - we do not run scripts during encoding detection.
|
parser-tests-60-expected.txt | 1 This test suite was converted from http://www.hixie.ch/tests/adhoc/html/parsing/encoding/all.html 6 56, 57, 58, 59 - we do not run scripts during encoding detection phase and parser treats meta inside a script as text, not a tag. 8 97, 99, 102 - we do not run scripts during encoding detection.
|
parser-tests-70-expected.txt | 1 This test suite was converted from http://www.hixie.ch/tests/adhoc/html/parsing/encoding/all.html 6 56, 57, 58, 59 - we do not run scripts during encoding detection phase and parser treats meta inside a script as text, not a tag. 8 97, 99, 102 - we do not run scripts during encoding detection.
|
parser-tests-80-expected.txt | 1 This test suite was converted from http://www.hixie.ch/tests/adhoc/html/parsing/encoding/all.html 6 56, 57, 58, 59 - we do not run scripts during encoding detection phase and parser treats meta inside a script as text, not a tag. 8 97, 99, 102 - we do not run scripts during encoding detection.
|
parser-tests-expected.txt | 1 This test suite was converted from http://www.hixie.ch/tests/adhoc/html/parsing/encoding/all.html 6 56, 57, 58, 59 - we do not run scripts during encoding detection phase and parser treats meta inside a script as text, not a tag. 8 97, 99, 102 - we do not run scripts during encoding detection.
|
pseudo-xml-4.html | 1 <?xml version="1.0" encoding="KOI8-R" ?> 10 An XML declaration without an explicit encoding incorrectly triggers UTF-8 encoding in an HTML document</p>
|
japanese-encoding-mix.html | 4 <p>Some text here is encoded as EUC-JP, and some (in comment) as Shift_JIS. Since there is an explicit encoding declaration, auto-detection shouldn't change the encoding.</p><p>??å?????</p>
|
no-charset-on-dynamic-script-load.html | 3 <title>Encoding test.</title> 7 This page tests that the character encoding is used for dynamically loaded
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
InhibitAnyPolicy.java | 44 public InhibitAnyPolicy(byte[] encoding) throws IOException { 45 super(encoding); 47 ASN1Integer.getInstance().decode(encoding)).intValue(); 54 if (encoding == null) { 55 encoding = ASN1Integer.getInstance() 58 return encoding;
|
PolicyConstraints.java | 34 * The class encapsulates the ASN.1 DER encoding/decoding work 62 private byte[] encoding; field in class:PolicyConstraints 70 public PolicyConstraints(byte[] encoding) throws IOException { 71 super(encoding); 72 PolicyConstraints pc = (PolicyConstraints) ASN1.decode(encoding); 78 BigInteger inhibitPolicyMapping, byte[] encoding) { 80 this.encoding = encoding; 87 if (encoding == null) { 88 encoding = ASN1.encode(this) [all...] |
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
MyCertificate.java | 38 // MyCertificate encoding 39 private final byte[] encoding; field in class:MyCertificate 45 * @param encoding 47 public MyCertificate(String type, byte[] encoding) { 50 this.encoding = encoding; 54 * Returns <code>MyCertificate</code> encoding 58 return encoding.clone();
|
/external/chromium/chrome/browser/ui/cocoa/ |
encoding_menu_controller_delegate_mac.h | 14 // The Windows version of this class manages the Encoding Menu, but since Cocoa 16 // the encoding menu.
|
/external/icu4c/test/letest/ |
cfonts.h | 22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language); 24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
|
/external/libxml2/include/libxml/ |
HTMLtree.h | 72 const xmlChar *encoding); 101 const char *encoding, 106 const char *encoding); 110 const char *encoding, 117 const char *encoding, 122 const char *encoding); 126 const char *encoding, 132 const char *encoding);
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertFactoryImpl.java | 76 * certificate, or PEM (Base64 encoding bounded by 99 // mark is needed to recognize the format of the provided encoding 134 // if it is PEM encoded form this array will contain the encoding 135 // so ((it is PEM) <-> (encoding != null)) 136 byte[] encoding = null; 140 // unsupported encoding) 146 if (ch == '-') { // beginning of PEM encoding ('-' char) 147 // decode PEM chunk and store its content (ASN.1 encoding) 148 encoding = decodePEM(inStream, FREE_BOUND_SUFFIX); 150 encoding = null [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ContentEncoding.java | 34 * Content encoding part of a content encoding header list. 38 *14.11 Content-Encoding 40 * The Content-Encoding entity-header field is used as a modifier to the 44 * referenced by the Content-Type header field. Content-Encoding is 48 * Content-Encoding = "Content-Encoding" ":" 1#content-coding 52 * Content-Encoding: gzip 56 * encoding and is only decoded before rendering or analogous usage. 62 * response MUST include a Content-Encoding entity-header (sectio [all...] |
/external/llvm/test/MC/ARM/ |
basic-thumb2-instructions.s | 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s 30 @ CHECK: adc r0, r1, #4 @ encoding: [0x41,0xf1,0x04,0x00] 31 @ CHECK: adcs r0, r1, #0 @ encoding: [0x51,0xf1,0x00,0x00] 32 @ CHECK: adc r1, r2, #255 @ encoding: [0x42,0xf1,0xff,0x01] 33 @ CHECK: adc r3, r7, #5570645 @ encoding: [0x47,0xf1,0x55,0x13] 34 @ CHECK: adc r8, r12, #2852170240 @ encoding: [0x4c,0xf1,0xaa,0x28] 35 @ CHECK: adc r9, r7, #2779096485 @ encoding: [0x47,0xf1,0xa5,0x39] 36 @ CHECK: adc r5, r3, #2264924160 @ encoding: [0x43,0xf1,0x07,0x45] 37 @ CHECK: adc r4, r2, #2139095040 @ encoding: [0x42,0xf1,0xff,0x44] 38 @ CHECK: adc r4, r2, #1664 @ encoding: [0x42,0xf5,0xd0,0x64 [all...] |
/external/markdown/markdown/ |
html4.py | 74 def _encode(text, encoding): 76 return text.encode(encoding, "xmlcharrefreplace") 80 def _escape_cdata(text, encoding): 92 return text.encode(encoding, "xmlcharrefreplace") 97 def _escape_attrib(text, encoding): 110 return text.encode(encoding, "xmlcharrefreplace") 114 def _escape_attrib_html(text, encoding): 123 return text.encode(encoding, "xmlcharrefreplace") 128 def _serialize_html(write, elem, encoding, qnames, namespaces): 132 write("<!--%s-->" % _escape_cdata(text, encoding)) [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
PKIXCertPath.java | 166 String encoding) 172 if (encoding.equalsIgnoreCase("PkiPath")) 191 else if (encoding.equalsIgnoreCase("PKCS7") || encoding.equalsIgnoreCase("PEM")) 204 throw new CertificateException("unsupported encoding: " + encoding); 221 * certification path, with the default encoding 234 * the default encoding. 237 * @exception CertificateEncodingException if an encoding error occurs 256 * the specified encoding [all...] |
/cts/tools/tradefed-host/ |
.project | 1 <?xml version="1.0" encoding="UTF-8"?>
|
/cts/tools/tradefed-host/tests/ |
.project | 1 <?xml version="1.0" encoding="UTF-8"?>
|
/dalvik/dx/ |
.classpath | 1 <?xml version="1.0" encoding="UTF-8"?>
|
.project | 1 <?xml version="1.0" encoding="UTF-8"?>
|