HomeSort by relevance Sort by last modified time
    Searched defs:proxy (Results 201 - 225 of 319) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/guice/extensions/persist/lib/
cglib-nodep-3.2.6.jar 
  /external/guice/lib/build/
cglib-3.2.6.jar 
  /art/test/004-JniTest/src/
Main.java 22 import java.lang.reflect.Proxy;
250 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
257 SimpleInterface proxy = local
258 (SimpleInterface) Proxy.newProxyInstance(SimpleInterface.class.getClassLoader(),
263 if (testGetMethodID(proxy.getClass()) == 0) {
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 72 private boolean proxy = false; field in class:Support_HttpServer
282 // redirection to a proxy passes an absolute URI to the
283 // proxy server
395 if (!proxy) {
396 print(os, "HTTP/1.1 " + 305 + " Use Proxy\r\n");
400 print(os, "\r\nNOT PROXY");
514 * Sets the proxy.
516 * @param proxy The proxy to set
518 public void setProxy(boolean proxy) {
    [all...]
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
InternalSubchannel.java 227 ProxyParameters proxy = null; local
229 proxy = ((ProxySocketAddress) address).getProxyParameters();
238 .setProxyParameters(proxy);
  /external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
ProtocolNegotiatorsTest.java 48 import io.netty.handler.proxy.ProxyConnectException;
318 LocalAddress proxy = new LocalAddress("httpProxy_completes"); local
324 .bind(proxy).sync().channel();
327 ProtocolNegotiators.httpProxy(proxy, null, null, ProtocolNegotiators.plaintext());
382 LocalAddress proxy = new LocalAddress("httpProxy_500"); local
388 .bind(proxy).sync().channel();
391 ProtocolNegotiators.httpProxy(proxy, null, null, ProtocolNegotiators.plaintext());
  /external/libchrome/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 331 math::CalculatorPtr proxy; local
332 MathCalculatorImpl calc_impl(MakeRequest(&proxy));
334 MathCalculatorUI calculator_ui(std::move(proxy));
360 math::CalculatorPtr proxy; local
361 MathCalculatorImpl calc_impl(MakeRequest(&proxy));
365 proxy.set_connection_error_handler(
369 MathCalculatorUI calculator_ui(std::move(proxy));
397 math::CalculatorPtr proxy; local
398 MathCalculatorImpl calc_impl(MakeRequest(&proxy));
403 new SelfDestructingMathCalculatorUI(std::move(proxy));
412 math::CalculatorPtr proxy; local
427 sample::ServicePtr proxy; local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
OkHttpClient.java 28 import java.net.Proxy;
122 private Proxy proxy; field in class:OkHttpClient
156 this.proxy = okHttpClient.proxy;
239 * Sets the HTTP proxy that will be used by connections created by this
241 * only honored when this proxy is null (which it is by default). To disable
242 * proxy use completely, call {@code setProxy(Proxy.NO_PROXY)}.
244 public OkHttpClient setProxy(Proxy proxy)
    [all...]
  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java 53 import java.net.Proxy;
518 * <li>A specific proxy was explicitly configured for this connection.
519 * <li>The response has already been retrieved, and a proxy was {@link
527 Proxy proxy = route != null local
530 return proxy != null && proxy.type() != Proxy.Type.DIRECT;
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
OkHttpClient.java 29 import java.net.Proxy;
125 private Proxy proxy; field in class:OkHttpClient
162 this.proxy = okHttpClient.proxy;
245 * Sets the HTTP proxy that will be used by connections created by this
247 * only honored when this proxy is null (which it is by default). To disable
248 * proxy use completely, call {@code setProxy(Proxy.NO_PROXY)}.
250 public OkHttpClient setProxy(Proxy proxy)
    [all...]
  /external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/
HttpURLConnectionImpl.java 54 import java.net.Proxy;
522 * <li>A specific proxy was explicitly configured for this connection.
523 * <li>The response has already been retrieved, and a proxy was {@link
531 Proxy proxy = route != null local
534 return proxy != null && proxy.type() != Proxy.Type.DIRECT;
  /external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
SkottieRunner.java 283 long proxy = SkottieRunner.getInstance().getNativeProxy(); local
284 mNativeProxy = nCreateProxy(proxy, mInputStream, mTempStorage);
  /external/skia/src/effects/imagefilters/
SkDisplacementMapEffect.cpp 595 GrTextureProxy* proxy = displacementMap.textureSampler(1).proxy(); local
596 GrTexture* colorTex = proxy->peekTexture();
601 proxy->origin() == kTopLeft_GrSurfaceOrigin ?
603 fGLDomain.setData(pdman, displacementMap.domain(), proxy,
SkMorphologyImageFilter.cpp 131 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, Direction dir,
134 new GrMorphologyEffect(std::move(proxy), dir, radius, type, nullptr));
137 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, Direction dir,
140 new GrMorphologyEffect(std::move(proxy), dir, radius, type, bounds));
281 GrSurfaceProxy* proxy = m.textureSampler(0).proxy(); local
282 GrTexture& texture = *proxy->peekTexture();
300 proxy->origin() == kBottomLeft_GrSurfaceOrigin) {
310 GrMorphologyEffect::GrMorphologyEffect(sk_sp<GrTextureProxy> proxy,
316 ModulateForClampedSamplerOptFlags(proxy->config())
374 sk_sp<GrTextureProxy> proxy = d->textureProxy(texIdx); local
    [all...]
  /external/skia/src/gpu/
GrContextPriv.cpp 51 sk_sp<GrSurfaceProxy> proxy,
54 return fContext->makeWrappedSurfaceContext(std::move(proxy), std::move(colorSpace), props);
108 sk_sp<GrSurfaceProxy> proxy = this->proxyProvider()->wrapBackendTexture( local
110 if (!proxy) {
114 return this->drawingManager()->makeTextureContext(std::move(proxy), std::move(colorSpace));
128 sk_sp<GrTextureProxy> proxy(this->proxyProvider()->wrapRenderableBackendTexture(
131 if (!proxy) {
135 return this->drawingManager()->makeRenderTargetContext(std::move(proxy),
148 sk_sp<GrSurfaceProxy> proxy = this->proxyProvider()->wrapBackendRenderTarget( local
150 if (!proxy) {
    [all...]
  /external/skia/src/gpu/ops/
GrTextureOp.cpp 112 sk_sp<GrTextureProxy> proxy,
137 std::move(proxy), filter, color, dstQuad, dstQuadType, srcRect, constraint,
141 sk_sp<GrTextureProxy> proxy,
168 std::move(proxy), filter, color, grDstQuad, dstQuadType, srcRect, constraint,
177 size_t size = sizeof(TextureOp) + sizeof(Proxy) * (cnt - 1);
211 str.appendf("Proxy ID: %d, Filter: %d\n", fProxies[p].fProxy->uniqueID().asUInt(),
256 TextureOp(sk_sp<GrTextureProxy> proxy, GrSamplerState::Filter filter, const SkPMColor4f& color,
271 SkASSERT(!srcRect.contains(proxy->getWorstCaseBoundsRect()) ||
291 fProxies[0] = {proxy.release(), 1};
379 void tess(void* v, const VertexSpec& spec, const GrTextureProxy* proxy, int start
435 auto* proxy = op.fProxies[p].fProxy; variable
488 auto* proxy = op.fProxies[p].fProxy; variable
752 sk_sp<GrTextureProxy> proxy = proxyProvider->createProxy(format, desc, origin, mipMapped, fit, variable
    [all...]
  /external/skia/tests/
GrSurfaceTest.cpp 127 sk_sp<GrTextureProxy> proxy = local
129 REPORTER_ASSERT(reporter, SkToBool(proxy.get()) ==
181 auto proxy = proxyProvider->testingOnly_createInstantiatedProxy( local
183 if (!proxy) {
186 auto texCtx = context->priv().makeWrappedSurfaceContext(std::move(proxy));
214 // Try creating the texture as a deferred proxy.
283 auto proxy = proxyProvider->wrapBackendTexture(backendTex, kTopLeft_GrSurfaceOrigin, local
286 auto surfContext = context->priv().makeWrappedSurfaceContext(proxy);
306 proxy->peekTexture(), 0, 0, kSize, kSize, GrColorType::kRGBA_8888, write.addr32(),
320 proxy->peekTexture(), kTopLeft_GrSurfaceOrigin, copySrc->peekTexture()
463 auto proxy = context->priv().proxyProvider()->createLazyProxy( local
468 rtc->drawTexture(GrNoClip(), proxy, GrSamplerState::Filter::kNearest, local
    [all...]
ReadPixelsTest.cpp 543 sk_sp<GrTextureProxy> proxy = sk_gpu_test::MakeTextureProxyFromData( local
547 std::move(proxy));
SurfaceTest.cpp 531 GrRenderTargetProxy* proxy = gsurf->getDevice()->accessRenderTargetContext() local
533 return proxy->isBudgeted();
    [all...]
  /external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
SkottieRunner.java 283 long proxy = SkottieRunner.getInstance().getNativeProxy(); local
284 mNativeProxy = nCreateProxy(proxy, mInputStream, mTempStorage);
  /external/skqp/src/effects/imagefilters/
SkDisplacementMapEffect.cpp 593 GrTextureProxy* proxy = displacementMap.textureSampler(1).proxy(); local
594 GrTexture* colorTex = proxy->peekTexture();
599 proxy->origin() == kTopLeft_GrSurfaceOrigin ?
601 fGLDomain.setData(pdman, displacementMap.domain(), proxy,
SkMorphologyImageFilter.cpp 128 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, Direction dir,
131 new GrMorphologyEffect(std::move(proxy), dir, radius, type, nullptr));
134 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, Direction dir,
137 new GrMorphologyEffect(std::move(proxy), dir, radius, type, bounds));
278 GrSurfaceProxy* proxy = m.textureSampler(0).proxy(); local
279 GrTexture& texture = *proxy->peekTexture();
297 proxy->origin() == kBottomLeft_GrSurfaceOrigin) {
307 GrMorphologyEffect::GrMorphologyEffect(sk_sp<GrTextureProxy> proxy,
313 ModulateForClampedSamplerOptFlags(proxy->config())
371 sk_sp<GrTextureProxy> proxy = d->textureProxy(texIdx); local
    [all...]
  /external/skqp/src/gpu/ops/
GrTextureOp.cpp 100 sk_sp<GrTextureProxy> proxy,
113 std::move(proxy), filter, color, srcRect, dstRect, aaType, aaFlags, constraint,
121 size_t size = sizeof(TextureOp) + sizeof(Proxy) * (cnt - 1);
155 str.appendf("Proxy ID: %d, Filter: %d\n", fProxies[p].fProxy->uniqueID().asUInt(),
195 TextureOp(sk_sp<GrTextureProxy> proxy, GrSamplerState::Filter filter, const SkPMColor4f& color,
212 SkASSERT(!srcRect.contains(proxy->getWorstCaseBoundsRect()) ||
235 fProxies[0] = {proxy.release(), 1};
296 void tess(void* v, const VertexSpec& spec, const GrTextureProxy* proxy, int start,
299 auto origin = proxy->origin();
300 const auto* texture = proxy->peekTexture()
344 auto* proxy = op.fProxies[p].fProxy; variable
409 auto* proxy = op.fProxies[p].fProxy; variable
610 sk_sp<GrTextureProxy> proxy = proxyProvider->createProxy(format, desc, origin, mipMapped, fit, local
    [all...]
  /external/skqp/tests/
ReadPixelsTest.cpp 543 sk_sp<GrTextureProxy> proxy = sk_gpu_test::MakeTextureProxyFromData( local
547 std::move(proxy));
SurfaceTest.cpp 531 GrRenderTargetProxy* proxy = gsurf->getDevice()->accessRenderTargetContext() local
533 return proxy->isBudgeted();
    [all...]

Completed in 1412 milliseconds

1 2 3 4 5 6 7 891011>>