OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:urlhost
(Results
1 - 5
of
5
) sorted by null
/libcore/ojluni/src/main/java/sun/net/spi/
DefaultProxySelector.java
208
final String
urlhost
= host.toLowerCase();
local
252
Proxy sproxy = getSystemProxy(sproto,
urlhost
);
285
if (shouldNotUseProxyFor(nprop.pattern,
urlhost
)) {
367
*
urlhost
the proxy should NOT be used to access this
urlhost
369
static boolean shouldNotUseProxyFor(Pattern pattern, String
urlhost
) {
370
if (pattern == null ||
urlhost
.isEmpty())
372
boolean matches = pattern.matcher(
urlhost
).matches();
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java
599
String
urlhost
= this.host + ":" + urlport;
600
permission = new SocketPermission(
urlhost
, "connect");
/art/tools/ahat/etc/
O.hprof
[
all
...]
/prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar
Completed in 288 milliseconds