Home
last modified time | relevance | path

Searched refs:getProxy (Results 1 – 25 of 54) sorted by relevance

123

/external/autotest/frontend/client/src/autotest/afe/
DAfeUtils.java188 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()
DRecurringView.java52 private JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
257 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in callRemove()
DUserPreferencesView.java28 private static final JsonRpcProxy proxy = JsonRpcProxy.getProxy();
/external/autotest/frontend/client/src/autotest/common/
DJsonRpcProxy.java38 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()
DCommonClassFactory.java30 JsonRpcProxy.getProxy().rpcCall("get_motd", null, new JsonRpcCallback() { in refreshMOTD()
DStaticDataRepository.java37 JsonRpcProxy.getProxy().rpcCall("get_static_data", null, in refresh()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRouteSelector.java71 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()
DHttpTransport.java74 httpEngine.getConnection().getRoute().getProxy().type(), in writeRequestHeaders()
DHttpEngine.java1055 ? 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/
DRpcDataSource.java44 JsonRpcProxy.getProxy().rpcCall(dataMethodName, pageParams, in getPage()
62 JsonRpcProxy.getProxy().rpcCall(countMethodName, params, in getTotalResultCount()
/external/autotest/frontend/client/src/autotest/moblab/
DConfigSettingsView.java119 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in fetchConfigData()
167 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in rpcCallSubmit()
177 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in rpcCallReset()
DKeyUploadView.java73 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(); in rpcCall()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DRoute.java65 public Proxy getProxy() { in getProxy() method in Route
DConnection.java158 Proxy proxy = route.getProxy(); in connect()
313 route.getAddress().getAuthenticator(), response, route.getProxy()); in createTunnel()
DAddress.java130 public Proxy getProxy() { in getProxy() method in Address
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/
DOkUrlFactory.java54 return open(url, client.getProxy()); in open()
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DHttpURLConnectionImpl.java276 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/
DHttpDestination.java370 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
DSocketConnector.java59 … Address address = destination.isProxied() ? destination.getProxy() : destination.getAddress(); in startConnection()
/external/autotest/frontend/client/src/autotest/tko/
DPlot.java21 protected final static JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
DPreconfigSelector.java28 private JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
DGraphingFrontend.java34 protected JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
/external/autotest/frontend/client/src/autotest/common/ui/
DDetailView.java23 protected JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
/external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
DEmbeddedSpreadsheetPresenter.java72 JsonRpcProxy.getProxy().rpcCall("get_num_test_views", condition, new JsonRpcCallback() { in initialize()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DOkHttpClientTest.java103 assertNull(client.getProxy()); in copyWithDefaultsWhenDefaultIsAConstant()

123