HomeSort by relevance Sort by last modified time
    Searched defs:_encoding (Results 1 - 25 of 38) sorted by null

1 2

  /external/jetty/src/java/org/eclipse/jetty/io/
WriterOutputStream.java 36 protected final String _encoding; field in class:WriterOutputStream
43 _encoding=encoding;
50 _encoding=null;
74 if (_encoding==null)
77 _writer.write(new String(b,_encoding));
85 if (_encoding==null)
88 _writer.write(new String(b,off,len,_encoding));
  /external/jetty/src/java/org/eclipse/jetty/io/bio/
StringEndPoint.java 34 String _encoding=StringUtil.__UTF8; field in class:StringEndPoint
49 _encoding=encoding;
56 byte[] bytes = s.getBytes(_encoding);
74 String s = new String(_bout.toByteArray(),_encoding);
80 throw new IllegalStateException(_encoding)
  /external/jetty/src/java/org/eclipse/jetty/http/
EncodedHttpURI.java 32 private final String _encoding; field in class:EncodedHttpURI
37 _encoding = encoding;
61 return StringUtil.toString(_raw,_scheme,_authority-_scheme-1,_encoding);
69 return StringUtil.toString(_raw,_authority,_path-_authority,_encoding);
77 return StringUtil.toString(_raw,_host,_port-_host,_encoding);
93 return StringUtil.toString(_raw,_path,_param-_path,_encoding);
109 return StringUtil.toString(_raw,_path,_query-_path,_encoding);
117 return StringUtil.toString(_raw,_path,_end-_path,_encoding);
125 return StringUtil.toString(_raw,_param+1,_query-_param-1,_encoding);
133 return StringUtil.toString(_raw,_query+1,_fragment-_query-1,_encoding);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/client/
ContentExchange.java 39 private String _encoding = "utf-8"; field in class:ContentExchange
56 return _responseContent.toString(_encoding);
90 _encoding = mime.substring(i + 8);
91 i = _encoding.indexOf(';');
93 _encoding = _encoding.substring(0, i);
  /external/jetty/src/java/org/eclipse/jetty/http/gzip/
AbstractCompressedStream.java 42 private final String _encoding; field in class:AbstractCompressedStream
59 _encoding=encoding;
241 if (_encoding!=null)
243 setHeader("Content-Encoding", _encoding);
258 setHeader("ETag",etag.substring(0,etag.length()-1)+'-'+_encoding+'"');
  /external/jetty/src/java/org/eclipse/jetty/servlets/
MultiPartFilter.java 235 String _encoding=StringUtil.__UTF8; field in class:MultiPartFilter.Wrapper
351 _encoding=enc;
362 String contentType = _encoding;
366 contentType = (tmp == null?_encoding:tmp);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py 223 _encoding = getattr(sys.__stdout__, 'encoding', None) or 'utf-8' variable
233 s = s.encode(_encoding, 'backslashreplace')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py 223 _encoding = getattr(sys.__stdout__, 'encoding', None) or 'utf-8' variable
233 s = s.encode(_encoding, 'backslashreplace')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 223 _encoding = getattr(sys.__stdout__, 'encoding', None) or 'utf-8' variable
233 s = s.encode(_encoding, 'backslashreplace')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 223 _encoding = getattr(sys.__stdout__, 'encoding', None) or 'utf-8' variable
233 s = s.encode(_encoding, 'backslashreplace')
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 2029 std::string _encoding; member in class:Magick::DrawableText
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-core/2.2.11/
jaxb-core-2.2.11.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 

Completed in 741 milliseconds

1 2