Home
last modified time | relevance | path

Searched defs:getProxy (Results 1 – 10 of 10) sorted by relevance

/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
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DRoute.java67 public Proxy getProxy() { in getProxy() method in Route
DAddress.java155 public Proxy getProxy() { in getProxy() method in Address
DOkHttpClient.java256 public Proxy getProxy() { in getProxy() method in OkHttpClient
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DRoute.java65 public Proxy getProxy() { in getProxy() method in Route
DAddress.java153 public Proxy getProxy() { in getProxy() method in Address
DOkHttpClient.java249 public Proxy getProxy() { in getProxy() method in OkHttpClient
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/interop/
DTestJDKProxy.java55 public static <T> T getProxy(Class<T> type, Object obj) { in getProxy() method in TestJDKProxy
/external/libchrome/mojo/public/js/
Dbindings.js126 InterfacePtrController.prototype.getProxy = function() { method in InterfacePtrController
437 AssociatedInterfacePtrController.prototype.getProxy = function() { method in AssociatedInterfacePtrController
/external/llvm-project/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp742 std::string getProxy(llvm::StringRef F) { in getProxy() function in clang::tooling::InterpolateTest