HomeSort by relevance Sort by last modified time
    Searched full:_authority (Results 1 - 5 of 5) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/http/
EncodedHttpURI.java 44 if (_scheme==_authority)
46 int l=_authority-_scheme;
61 return StringUtil.toString(_raw,_scheme,_authority-_scheme-1,_encoding);
67 if (_authority==_path)
69 return StringUtil.toString(_raw,_authority,_path-_authority,_encoding);
HttpURI.java 67 int _authority; field in class:HttpURI
143 _authority=offset;
215 _authority=offset;
266 if ((_partial||_scheme!=_authority) && c=='/')
317 _authority = m;
420 if (_port<=_authority)
509 if (_scheme==_authority)
511 int l=_authority-_scheme;
526 return toUtf8String(_scheme,_authority-_scheme-1);
531 if (_authority==_path
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 1003 milliseconds