/external/autotest/frontend/client/src/autotest/afe/ |
D | AfeUtils.java | 188 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in callAbort() 208 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in callAbortSpecialTasks() 228 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in callReverify() 245 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in callRepair() 286 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in scheduleReinstallHelper() 318 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in scheduleReinstall() 332 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in callModifyHosts() 449 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in callGetJobHistory()
|
D | RecurringView.java | 52 private JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); 257 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in callRemove()
|
D | UserPreferencesView.java | 28 private static final JsonRpcProxy proxy = JsonRpcProxy.getProxy();
|
/external/autotest/frontend/client/src/autotest/common/ |
D | JsonRpcProxy.java | 38 public static JsonRpcProxy getProxy(String baseUrl) { in getProxy() method in JsonRpcProxy 45 public static JsonRpcProxy getProxy() { in getProxy() method in JsonRpcProxy 47 return getProxy(defaultBaseUrl); in getProxy()
|
D | CommonClassFactory.java | 30 JsonRpcProxy.getProxy().rpcCall("get_motd", null, new JsonRpcCallback() { in refreshMOTD()
|
D | StaticDataRepository.java | 37 JsonRpcProxy.getProxy().rpcCall("get_static_data", null, in refresh()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | RouteSelector.java | 71 resetNextProxy(url, address.getProxy()); in RouteSelector() 117 if (failedRoute.getProxy().type() != Proxy.Type.DIRECT && address.getProxySelector() != null) { in connectFailed() 120 url.uri(), failedRoute.getProxy().address(), failure); in connectFailed()
|
D | HttpTransport.java | 74 httpEngine.getConnection().getRoute().getProxy().type(), in writeRequestHeaders()
|
D | HttpEngine.java | 1055 ? getRoute().getProxy() in followUpRequest() 1056 : client.getProxy(); in followUpRequest() 1140 client.getAuthenticator(), client.getProxy(), client.getProtocols(), in createAddress()
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | RpcDataSource.java | 44 JsonRpcProxy.getProxy().rpcCall(dataMethodName, pageParams, in getPage() 62 JsonRpcProxy.getProxy().rpcCall(countMethodName, params, in getTotalResultCount()
|
/external/autotest/frontend/client/src/autotest/moblab/ |
D | ConfigSettingsView.java | 119 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in fetchConfigData() 167 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in rpcCallSubmit() 177 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in rpcCallReset()
|
D | KeyUploadView.java | 73 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in rpcCall()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Route.java | 65 public Proxy getProxy() { in getProxy() method in Route
|
D | Connection.java | 158 Proxy proxy = route.getProxy(); in connect() 313 route.getAddress().getAuthenticator(), response, route.getProxy()); in createTunnel()
|
D | Address.java | 130 public Proxy getProxy() { in getProxy() method in Address
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/ |
D | OkUrlFactory.java | 54 return open(url, client.getProxy()); in open()
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ |
D | HttpURLConnectionImpl.java | 276 InetSocketAddress proxyAddress = (InetSocketAddress) client.getProxy().address(); in getPermission() 511 ? route.getProxy() in usingProxy() 512 : client.getProxy(); in usingProxy()
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
D | HttpDestination.java | 370 connect.setAddress(getProxy()); in onNewConnection() 371 LOG.debug("Establishing tunnel to {} via {}", getAddress(), getProxy()); in onNewConnection() 636 public Address getProxy() in getProxy() method in HttpDestination
|
D | SocketConnector.java | 59 … Address address = destination.isProxied() ? destination.getProxy() : destination.getAddress(); in startConnection()
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | Plot.java | 21 protected final static JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
|
D | PreconfigSelector.java | 28 private JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
|
D | GraphingFrontend.java | 34 protected JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
D | DetailView.java | 23 protected JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
|
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/ |
D | EmbeddedSpreadsheetPresenter.java | 72 JsonRpcProxy.getProxy().rpcCall("get_num_test_views", condition, new JsonRpcCallback() { in initialize()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | OkHttpClientTest.java | 103 assertNull(client.getProxy()); in copyWithDefaultsWhenDefaultIsAConstant()
|