Home
last modified time | relevance | path

Searched refs:HASH_SEED (Results 1 – 9 of 9) sorted by relevance

/external/apache-http/src/org/apache/http/util/
DLangUtils.java44 public static final int HASH_SEED = 17; field in LangUtils
/external/apache-http/src/org/apache/http/auth/
DBasicUserPrincipal.java62 int hash = LangUtils.HASH_SEED; in hashCode()
DNTUserPrincipal.java88 int hash = LangUtils.HASH_SEED; in hashCode()
DNTCredentials.java149 int hash = LangUtils.HASH_SEED; in hashCode()
DAuthScope.java285 int hash = LangUtils.HASH_SEED; in hashCode()
/external/apache-http/src/org/apache/http/message/
DBasicNameValuePair.java179 int hash = LangUtils.HASH_SEED; in hashCode()
DBasicHeaderElement.java213 int hash = LangUtils.HASH_SEED; in hashCode()
/external/apache-http/src/org/apache/http/conn/scheme/
DScheme.java215 int hash = LangUtils.HASH_SEED; in hashCode()
/external/apache-http/src/org/apache/http/
DHttpHost.java207 int hash = LangUtils.HASH_SEED; in hashCode()