Searched refs:otherProxy (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | ProxyDetectorImplTest.java | 156 InetSocketAddress otherProxy = InetSocketAddress.createUnresolved("10.0.0.2", 11111); in pickFirstHttpProxy() local 157 assertNotEquals(unresolvedProxy, otherProxy); in pickFirstHttpProxy() 159 Proxy proxy2 = new java.net.Proxy(java.net.Proxy.Type.HTTP, otherProxy); in pickFirstHttpProxy()
|
/external/skqp/tests/ |
D | ImageTest.cpp | 985 sk_sp<GrTextureProxy> otherProxy = as_IB(refImg)->asTextureProxyRef( in test_cross_context_image() local 987 REPORTER_ASSERT(reporter, !otherProxy); in test_cross_context_image() 1001 otherProxy = as_IB(refImg)->asTextureProxyRef(otherCtx, GrSamplerState::ClampNearest(), in test_cross_context_image() 1003 REPORTER_ASSERT(reporter, !otherProxy); in test_cross_context_image() 1011 otherProxy = as_IB(refImg)->asTextureProxyRef(otherCtx, GrSamplerState::ClampNearest(), in test_cross_context_image() 1013 REPORTER_ASSERT(reporter, otherProxy); in test_cross_context_image() 1016 otherProxy.reset(nullptr); in test_cross_context_image()
|