HomeSort by relevance Sort by last modified time
    Searched full:encoding (Results 601 - 625 of 15931) sorted by null

<<21222324252627282930>>

  /sdk/sdklauncher/app/
.project 1 <?xml version="1.0" encoding="UTF-8"?>
  /sdk/sdkmanager/app/
.project 1 <?xml version="1.0" encoding="UTF-8"?>
  /sdk/sdkmanager/libs/sdklib/
.project 1 <?xml version="1.0" encoding="UTF-8"?>
  /sdk/sdkmanager/libs/sdkuilib/
.project 1 <?xml version="1.0" encoding="UTF-8"?>
  /sdk/sdkstats/
.project 1 <?xml version="1.0" encoding="UTF-8"?>
  /sdk/swtmenubar/
.classpath 1 <?xml version="1.0" encoding="UTF-8"?>
.project 1 <?xml version="1.0" encoding="UTF-8"?>
  /sdk/testapps/basicJavaProject/
.classpath 1 <?xml version="1.0" encoding="UTF-8"?>
.project 1 <?xml version="1.0" encoding="UTF-8"?>
  /sdk/testapps/basicLib/res/layout/
basiclib_main.xml 1 <?xml version="1.0" encoding="utf-8"?>
  /sdk/testapps/basicProject/res/layout/
main.xml 1 <?xml version="1.0" encoding="utf-8"?>
  /sdk/testapps/basicProjectWithAidl/res/layout/
main.xml 1 <?xml version="1.0" encoding="utf-8"?>
  /sdk/traceview/
.project 1 <?xml version="1.0" encoding="UTF-8"?>
  /external/tinyxml/
tinyxmlparser.cpp 120 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
124 // to figure out alhabetical vs. not across encoding. So take a very
127 // if ( encoding == TIXML_ENCODING_UTF8 )
141 /*static*/ int TiXmlBase::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
145 // to figure out alhabetical vs. not across encoding. So take a very
148 // if ( encoding == TIXML_ENCODING_UTF8 )
166 void Stamp( const char* now, TiXmlEncoding encoding );
187 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding )
253 if ( encoding == TIXML_ENCODING_UTF8 )
277 if ( encoding == TIXML_ENCODING_UTF8
    [all...]
  /external/antlr/src/org/antlr/runtime/
ANTLRInputStream.java 47 public ANTLRInputStream(InputStream input, String encoding) throws IOException {
48 this(input, INITIAL_BUFFER_SIZE, encoding);
51 public ANTLRInputStream(InputStream input, int size, String encoding) throws IOException {
52 this(input, size, READ_BUFFER_SIZE, encoding);
58 String encoding)
62 if ( encoding!=null ) {
63 isr = new InputStreamReader(input, encoding);
  /external/jsr305/ri/nbproject/
project.xml 1 <?xml version="1.0" encoding="UTF-8"?>
17 <encoding>UTF-8</encoding>
23 <encoding>UTF-8</encoding>
28 <encoding>UTF-8</encoding>
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
__init__.py 11 Encoding basic Python object hierarchies::
30 Compact encoding::
105 encoding='utf-8' variable
110 encoding='utf-8', **kw):
142 ``encoding`` is the character encoding for str instances, default is UTF-8.
152 encoding == 'utf-8' and not kw):
159 separators=separators, encoding=encoding, **kw).iterencode(obj)
168 encoding='utf-8', **kw)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
SubjectKeyIdentifier.java 53 public static SubjectKeyIdentifier decode(byte[] encoding)
56 ASN1OctetString.getInstance().decode(encoding));
57 res.encoding = encoding;
62 if (encoding == null) {
63 encoding = ASN1OctetString.getInstance().encode(keyIdentifier);
65 return encoding;
CRLDistributionPoints.java 33 * The class encapsulates the ASN.1 DER encoding/decoding work
69 private byte[] encoding; field in class:CRLDistributionPoints
71 private CRLDistributionPoints(List<DistributionPoint> distributionPoints, byte[] encoding) {
76 this.encoding = encoding;
80 if (encoding == null) {
81 encoding = ASN1.encode(this);
83 return encoding;
86 public static CRLDistributionPoints decode(byte[] encoding) throws IOException {
87 return (CRLDistributionPoints) ASN1.decode(encoding);
    [all...]
  /external/chromium/net/ftp/
ftp_directory_listing_parser.cc 23 // Fills in |raw_name| for all |entries| using |encoding|. Returns network
25 int FillInRawName(const std::string& encoding,
28 if (!base::UTF16ToCodepage(entries->at(i).name, encoding.c_str(),
41 const std::string& encoding,
53 return FillInRawName(encoding, entries);
59 return FillInRawName(encoding, entries);
65 return FillInRawName(encoding, entries);
71 return FillInRawName(encoding, entries);
78 // Detects encoding of |text| and parses it as an FTP directory listing.
88 // Use first encoding that can be used to decode the text
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 527 Spec->operands[operandIndex].encoding = ENCODING_DUP;
535 Spec->operands[operandIndex].encoding = encodingFromString(typeName,
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
base64.sgml 2 Base64 Encoding
9 Base64 is an encoding that allows to encode a sequence of arbitrary
13 2045</ulink>. Base64 is most commonly used as a MIME transfer encoding
18 GLib supports incremental encoding using g_base64_encode_step() and
26 Support for Base64 encoding has been added in GLib 2.12.
  /external/icu4c/test/intltest/
textfile.h 24 * Open a file with the given name, in the given encoding, in the
26 * 'name' and 'encoding' parameters are aliased or copied.
28 TextFile(const char* name, const char* encoding, UErrorCode& ec);
34 * this file's encoding to Unicode. The EOL character(s) are not
62 char* encoding; member in class:TextFile
  /external/libxml2/include/libxml/
DOCBparser.h 52 const char *encoding,
57 const char *encoding);
60 const char *encoding,
65 const char *encoding);
86 const char *encoding);
  /external/libxml2/
xmlsave.c 79 const xmlChar *encoding; member in struct:_xmlSaveCtxt
131 msg = "unknown encoding %s\n";
196 * encoding specified.
333 if ((ctxt->encoding == NULL) && (ctxt->escape == NULL))
361 if (ctxt->encoding != NULL)
362 xmlFree((char *) ctxt->encoding);
376 xmlNewSaveCtxt(const char *encoding, int options)
387 if (encoding != NULL) {
388 ret->handler = xmlFindCharEncodingHandler(encoding);
390 xmlSaveErr(XML_SAVE_UNKNOWN_ENCODING, NULL, encoding);
686 const xmlChar *encoding = ctxt->encoding; local
940 const xmlChar *encoding = ctxt->encoding; local
2314 const char * encoding; local
    [all...]

Completed in 494 milliseconds

<<21222324252627282930>>