Home
last modified time | relevance | path

Searched defs:proxyType (Results 1 – 5 of 5) sorted by relevance

/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DRequestLine.java21 static String get(Request request, Proxy.Type proxyType) { in get()
41 private static boolean includeAuthorityInRequestLine(Request request, Proxy.Type proxyType) { in includeAuthorityInRequestLine()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRequestLine.java17 static String get(Request request, Proxy.Type proxyType) { in get()
37 private static boolean includeAuthorityInRequestLine(Request request, Proxy.Type proxyType) { in includeAuthorityInRequestLine()
/external/guice/core/src/com/google/inject/internal/
DProviderInternalFactory.java51 T proxyType = (T) constructionContext.createProxy(context.getInjectorOptions(), expectedType); in circularGet() local
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DProxyMaker.java51 Type proxyType = Type.getType("L" + proxyName.replace('.', '/') + ";"); in createProxyFactory() local
/external/libxml2/
Dnanoftp.c143 static int proxyType = 0; /* uses TYPE or a@b ? */ variable