HomeSort by relevance Sort by last modified time
    Searched refs:LangUtils (Results 1 - 25 of 31) sorted by null

1 2

  /external/apache-http/src/org/apache/http/auth/
BasicUserPrincipal.java 35 import org.apache.http.util.LangUtils;
62 int hash = LangUtils.HASH_SEED;
63 hash = LangUtils.hashCode(hash, this.username);
73 if (LangUtils.equals(this.username, that.username)) {
NTUserPrincipal.java 36 import org.apache.http.util.LangUtils;
88 int hash = LangUtils.HASH_SEED;
89 hash = LangUtils.hashCode(hash, this.username);
90 hash = LangUtils.hashCode(hash, this.domain);
100 if (LangUtils.equals(this.username, that.username)
101 && LangUtils.equals(this.domain, that.domain)) {
AuthScope.java 35 import org.apache.http.util.LangUtils;
199 if (LangUtils.equals(this.scheme, that.scheme)) {
206 if (LangUtils.equals(this.realm, that.realm)) {
220 if (LangUtils.equals(this.host, that.host)) {
246 LangUtils.equals(this.host, that.host)
248 && LangUtils.equals(this.realm, that.realm)
249 && LangUtils.equals(this.scheme, that.scheme);
285 int hash = LangUtils.HASH_SEED;
286 hash = LangUtils.hashCode(hash, this.host);
287 hash = LangUtils.hashCode(hash, this.port)
    [all...]
NTCredentials.java 36 import org.apache.http.util.LangUtils;
149 int hash = LangUtils.HASH_SEED;
150 hash = LangUtils.hashCode(hash, this.principal);
151 hash = LangUtils.hashCode(hash, this.workstation);
161 if (LangUtils.equals(this.principal, that.principal)
162 && LangUtils.equals(this.workstation, that.workstation)) {
UsernamePasswordCredentials.java 35 import org.apache.http.util.LangUtils;
113 if (LangUtils.equals(this.principal, that.principal)) {
  /external/apache-http/src/org/apache/http/message/
BasicNameValuePair.java 36 import org.apache.http.util.LangUtils;
172 && LangUtils.equals(this.value, that.value);
179 int hash = LangUtils.HASH_SEED;
180 hash = LangUtils.hashCode(hash, this.name);
181 hash = LangUtils.hashCode(hash, this.value);
BasicHeaderElement.java 37 import org.apache.http.util.LangUtils;
205 && LangUtils.equals(this.value, that.value)
206 && LangUtils.equals(this.parameters, that.parameters);
213 int hash = LangUtils.HASH_SEED;
214 hash = LangUtils.hashCode(hash, this.name);
215 hash = LangUtils.hashCode(hash, this.value);
217 hash = LangUtils.hashCode(hash, this.parameters[i]);
  /external/apache-http/src/org/apache/http/conn/scheme/
Scheme.java 35 import org.apache.http.util.LangUtils;
215 int hash = LangUtils.HASH_SEED;
216 hash = LangUtils.hashCode(hash, this.defaultPort);
217 hash = LangUtils.hashCode(hash, this.name);
218 hash = LangUtils.hashCode(hash, this.layered);
219 hash = LangUtils.hashCode(hash, this.socketFactory);
  /external/apache-http/src/org/apache/http/util/
LangUtils.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/util/LangUtils.java $
42 public final class LangUtils {
48 private LangUtils() {
  /external/apache-http/src/org/apache/http/
HttpHost.java 37 import org.apache.http.util.LangUtils;
207 int hash = LangUtils.HASH_SEED;
208 hash = LangUtils.hashCode(hash, this.lcHostname);
209 hash = LangUtils.hashCode(hash, this.port);
210 hash = LangUtils.hashCode(hash, this.schemeName);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 42 import org.apache.http.util.LangUtils;
154 if (LangUtils.equals(state, entry.getState())) {
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 762 milliseconds

1 2