HomeSort by relevance Sort by last modified time
    Searched refs:encoding (Results 76 - 100 of 507) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
AuthorityKeyIdentifier.java 37 * The class encapsulates the ASN.1 DER encoding/decoding work
69 public static AuthorityKeyIdentifier decode(byte[] encoding)
72 (AuthorityKeyIdentifier) ASN1.decode(encoding);
73 aki.encoding = encoding;
78 if (encoding == null) {
79 encoding = ASN1.encode(this);
81 return encoding;
Certificate.java 33 * The class encapsulates the ASN.1 DER encoding/decoding work
57 private byte[] encoding; field in class:Certificate
80 // @param encoding: byte[]
84 byte[] signatureValue, byte[] encoding) {
86 this.encoding = encoding;
133 if (encoding == null) {
134 encoding = Certificate.ASN1.encode(this);
136 return encoding;
CertificateList.java 33 * The class encapsulates the ASN.1 DER encoding/decoding work
57 private byte[] encoding; field in class:CertificateList
80 // @param encoding: byte[]
84 byte[] signatureValue, byte[] encoding) {
86 this.encoding = encoding;
128 if (encoding == null) {
129 encoding = CertificateList.ASN1.encode(this);
131 return encoding;
SubjectPublicKeyInfo.java 39 * The class encapsulates the ASN.1 DER encoding/decoding work
64 private byte[] encoding; field in class:SubjectPublicKeyInfo
92 // @param encoding: byte[]
96 byte[] encoding) {
100 this.encoding = encoding;
132 if (encoding == null) {
133 encoding = ASN1.encode(this);
135 return encoding;
IssuingDistributionPoint.java 68 public static IssuingDistributionPoint decode(byte[] encoding)
71 (IssuingDistributionPoint) ASN1.decode(encoding);
72 idp.encoding = encoding;
152 if (encoding == null) {
153 encoding = ASN1.encode(this);
155 return encoding;
208 idp.encoding = in.getEncoded();
  /external/icu4c/test/intltest/
textfile.cpp 17 // If the symbol CCP is defined, then the 'name' and 'encoding'
23 name(0), encoding(0),
37 encoding = uprv_malloc(uprv_strlen(_encoding) + 1);
38 if (name == 0 || encoding == 0) {
43 uprv_strcpy(encoding, _encoding);
46 encoding = (char*) _encoding;
72 uprv_free(encoding);
101 UnicodeString str(buffer, encoding);
csdetest.h 36 const UnicodeString &encoding, const UnicodeString &id);
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertificate.java 43 // MyCertificate encoding
44 private final byte[] encoding; field in class:MyCertificate
52 * @param encoding
54 public MyCertificate(String type, byte[] encoding) {
57 this.encoding = encoding;
61 * Returns <code>MyCertificate</code> encoding
65 return encoding.clone();
  /external/libxml2/include/libxml/
HTMLparser.h 119 const char *encoding,
124 const char *encoding);
127 const char *encoding,
132 const char *encoding);
196 const char *encoding,
200 const char *encoding,
206 const char *encoding,
211 const char *encoding,
218 const char *encoding,
224 const char *encoding,
    [all...]
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
KeyStoreTestSupport.java 119 private final byte[] encoding; field in class:KeyStoreTestSupport.MCertificate
123 public MCertificate(String type, byte[] encoding) {
125 this.encoding = encoding;
130 return encoding.clone();
155 return encoding;
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 70 * 2.If a Transfer-Encoding header field (section 14.41) is present and has any value other
78 * Transfer-Encoding
82 * Transfer-Encoding header field and a Content-Length header field,
117 * Transfer-coding values are used to indicate an encoding transformation that
136 * the TE header field (section 14.39) and in the Transfer-Encoding header field (section 14.41).
146 * <h>14.41 Transfer-Encoding</h>
148 * The Transfer-Encoding general-header field indicates what (if any) type of transformation has
154 * Transfer-Encoding = "Transfer-Encoding" ":" 1#transfer-coding
158 * the order in which they were applied. Additional information about the encoding parameters
211 String encoding = encodings[i].getName(); local
    [all...]
  /external/webkit/WebKit/chromium/src/
WebSearchableFormData.cpp 52 // Gets the encoding for the form.
53 void GetFormEncoding(const HTMLFormElement* form, TextEncoding* encoding)
60 *encoding = TextEncoding(*i);
61 if (encoding->isValid())
65 *encoding = frame ? TextEncoding(frame->loader()->encoding()) : Latin1Encoding();
142 // elements is added to enc_string and the encoding used is set in
146 TextEncoding encoding; local
147 GetFormEncoding(form, &encoding);
148 if (!encoding.isValid())
240 String encoding; local
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1Encodable.java 24 String encoding)
27 if (encoding.equals(DER))
41 * Return the DER encoding of the object, null if the DER encoding can not be made.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
DOMOutputImpl.java 75 * writable stream of bytes. If the application knows the character encoding
76 * of the byte stream, it should set the encoding attribute. Setting the
77 * encoding in this way will override any encoding specified in an XML
87 * writable stream of bytes. If the application knows the character encoding
88 * of the byte stream, it should set the encoding attribute. Setting the
89 * encoding in this way will override any encoding specified in an XML
123 * destination. If the application knows the character encoding of the
124 * object pointed to by the system identifier, it can set the encoding
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
output_unknown.properties 29 encoding=UTF-8
40 # <xsl:output method="html" encoding="UTF-8"
  /external/webkit/WebCore/platform/text/mac/
TextCodecMac.h 64 TECConverterWrapper() : converter(0), encoding(invalidEncoding) { }
68 TECTextEncodingID encoding; member in struct:WebCore::TECConverterWrapper
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFontProperty.java 43 this.encoding = _encoding;
75 ",Charset=" + encoding + //$NON-NLS-1$
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSOutput.java 19 * stream (possibly with a specified encoding), a base URI, and/or a
88 * The character encoding to use for the output. The encoding must be a
89 * string acceptable for an XML encoding declaration ([<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>] section
90 * 4.3.3 "Character Encoding in Entities"), it is recommended that
97 * The character encoding to use for the output. The encoding must be a
98 * string acceptable for an XML encoding declaration ([<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>] section
99 * 4.3.3 "Character Encoding in Entities"), it is recommended that
104 public void setEncoding(String encoding);
    [all...]
  /external/icu4c/i18n/
inputext.h 35 void setDeclaredEncoding(const char *encoding, int32_t len);
  /external/webkit/WebCore/loader/
CachedCSSStyleSheet.cpp 55 c->setCSSStyleSheet(m_url, m_response.url(), m_decoder->encoding().name(), this);
69 String CachedCSSStyleSheet::encoding() const function in class:WebCore::CachedCSSStyleSheet
71 return m_decoder->encoding().name();
97 // Decode the data to find out the encoding and keep the sheet text around during checkNotify()
115 c->setCSSStyleSheet(m_url, m_response.url(), m_decoder->encoding().name(), this);
CachedXBLDocument.h 50 virtual String encoding() const;
CachedXSLStyleSheet.h 47 virtual String encoding() const;
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
X509CertPathImpl.java 83 // supported encoding types:
87 // supported encoding names
94 // PkiPath encoding of the certification path
96 // PKCS7 encoding of the certification path
126 * @param encoding - encoded form of certification path.
128 private X509CertPathImpl(List certs, int type, byte[] encoding) {
131 this.pkiPathEncoding = encoding;
133 this.pkcs7Encoding = encoding;
157 * Generates certification path object on the base of encoding provided via
159 * parameter <code>encoding</code>
    [all...]
  /dalvik/libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 52 private String encoding; field in class:KXmlSerializer
335 public void setOutput(OutputStream os, String encoding)
340 encoding == null
342 : new OutputStreamWriter(os, encoding));
343 this.encoding = encoding;
344 if (encoding != null
345 && encoding.toLowerCase().startsWith("utf"))
350 String encoding,
355 if (encoding != null)
    [all...]
  /external/libxml2/
DOCBparser.c 133 * @enc: an optional encoding
136 * To allow content encoding detection, @size should be >= 4
164 * @encoding: a free form C string describing the SGML document encoding, or NULL
177 const char *encoding ATTRIBUTE_UNUSED,
196 * @encoding: a free form C string describing the SGML document encoding, or NULL
205 const char *encoding ATTRIBUTE_UNUSED)
222 * @encoding: the SGML document encoding, or NUL
    [all...]

Completed in 521 milliseconds

1 2 34 5 6 7 8 91011>>