OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:schemeName
(Results
1 - 4
of
4
) sorted by null
/external/apache-http/src/org/apache/http/
HttpHost.java
66
protected final String
schemeName
;
88
this.
schemeName
= scheme.toLowerCase(Locale.ENGLISH);
90
this.
schemeName
= DEFAULT_SCHEME_NAME;
121
this(httphost.hostname, httphost.port, httphost.
schemeName
);
148
return this.
schemeName
;
158
buffer.append(this.
schemeName
);
197
&& this.
schemeName
.equals(that.
schemeName
);
210
hash = LangUtils.hashCode(hash, this.
schemeName
);
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 450 milliseconds