HomeSort by relevance Sort by last modified time
    Searched refs:Proxy (Results 151 - 175 of 206) sorted by null

1 2 3 4 5 67 8 9

  /external/boringssl/src/ssl/test/
handshake_util.cc 170 // Proxy relays data between |socket|, which is connected to the client, and the
173 static bool Proxy(BIO *socket, bool async, int control, int rfd, int wfd) {
292 // the handshake, this process acts as a dumb proxy until receiving the
294 // that this process could incorrectly proxy post-handshake data from the
369 bool ok = Proxy(bio, config->async, control[0], rfd[1], wfd[0]);
  /external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
InlineDexmakerMockMaker.java 43 import java.lang.reflect.Proxy;
191 * Get methods to proxy.
198 * @return methods to proxy.
252 // support interfaces via java.lang.reflect.Proxy
258 mock = (T) Proxy.newProxyInstance(typeToMock.getClassLoader(), classesToMock,
  /external/easymock/src/org/easymock/
EasyMock.java 18 import java.lang.reflect.Proxy;
    [all...]
  /external/guice/core/src/com/google/inject/internal/
Annotations.java 43 import java.lang.reflect.Proxy;
96 Proxy.newProxyInstance(
101 public Object invoke(Object proxy, Method method, Object[] args) throws Exception {
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
ThrowingProviderBinder.java 43 import java.lang.reflect.Proxy;
289 // don't bother binding the proxy type if this is in an invalid state.
297 Proxy.newProxyInstance(
302 public Object invoke(Object proxy, Method method, Object[] args)
468 * can throw it and the checked provider proxy extracts the underlying exception and rethrows it.
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockWebServer.java 41 import java.net.Proxy;
171 public Proxy toProxyAddress() {
174 return new Proxy(Proxy.Type.HTTP, address);
    [all...]
  /external/v8/src/
api-inl.h 78 MAKE_TO_LOCAL(ToLocal, JSProxy, Proxy)
api.h 19 #include "src/objects/js-proxy.h"
116 V(Proxy, JSProxy) \
162 static inline Local<Proxy> ToLocal(
  /frameworks/av/services/audioflinger/
Tracks.cpp 238 // delete the proxy before deleting the shared memory it refers to, to avoid dangling reference
282 AudioFlinger::ThreadBase::PatchTrackBase::PatchTrackBase(sp<ClientProxy> proxy,
285 : mProxy(proxy)
867 // from a different thread than the one calling Proxy->obtainBuffer() and
868 // Proxy->releaseBuffer(). Also note there is no mutual exclusion in the
    [all...]
  /external/v8/src/inspector/
v8-injected-script-host.cc 231 info.GetReturnValue().Set(toV8StringInternalized(isolate, "proxy"));
352 v8::Local<v8::Value> target = info[0].As<v8::Proxy>();
354 target = v8::Local<v8::Proxy>::Cast(target)->GetTarget();
  /frameworks/av/media/libaudioclient/
AudioTrackShared.cpp 61 Proxy::Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
73 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer)
661 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer),
    [all...]
  /development/apps/Development/src/com/android/development/
Connectivity.java 80 import java.net.Proxy;
790 conn = (HttpURLConnection) httpsUrl.openConnection(Proxy.NO_PROXY);
801 Proxy.NO_PROXY);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 40 import java.net.Proxy;
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
HttpEngine.java 41 import java.net.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/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/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
PassManagerTest.cpp 602 auto &Proxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F);
603 const ModuleAnalysisManager &MAM = Proxy.getManager();
608 // pre-registered on the proxy.
609 Proxy.registerOuterAnalysisInvalidation<TestModuleAnalysis,
  /external/mesa3d/docs/specs/
MESA_texture_array.spec 176 three-dimensional proxy texture, or PROXY_TEXTURE_2D_ARRAY_EXT for a
177 two-dimensional proxy array texture."
205 target may be either PROXY_TEXTURE_2D for a two-dimensional proxy
206 texture, PROXY_TEXTURE_1D_ARRAY_EXT for a one-dimensional proxy array
207 texture, or PROXY TEXTURE_CUBE_MAP for a cube map proxy texture in the
338 -- Section 3.8.11 "Texture State and Proxy State"
347 and two-dimensional array textures. Additionally, a single proxy image
348 array is maintained for the cube map texture. Each proxy image array
351 and intensity component resolutions. Proxy image arrays do not includ
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 34 import java.lang.reflect.Proxy;
    [all...]
  /external/grpc-grpc/test/cpp/end2end/
end2end_test.cc 169 class Proxy : public ::grpc::testing::EchoTestService::Service {
171 Proxy(const std::shared_ptr<Channel>& channel)
197 TestScenario(bool proxy, bool inproc_stub, const grpc::string& creds_type)
198 : use_proxy(proxy), inproc(inproc_stub), credentials_type(creds_type) {}
305 proxy_service_.reset(new Proxy(channel_));
330 std::unique_ptr<Proxy> proxy_service_;
    [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
VpnTest.java 32 import android.net.Proxy;
665 // Receiver for the proxy change broadcast.
675 // Check that the proxy change broadcast is received
677 assertNotNull("No proxy change was broadcast when VPN is connected.",
683 // Proxy is set correctly in network and in link properties.
691 assertNotNull("No proxy change was broadcast when VPN was disconnected.",
697 // After disconnecting from VPN, the proxy settings are the ones of the initial network.
715 // The disallowed app does has the proxy configs of the default network.
731 assertNotNull("No proxy change was broadcast.",
737 // The VPN network has no proxy set
    [all...]
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider2.java 65 import java.lang.reflect.Proxy;
356 Proxy.newProxyInstance(
474 + "Due to limitations with java.lang.reflect.Proxy, this is not allowed. "
805 public Object invoke(Object proxy, final Method method, final Object[] args) throws Throwable {
815 return proxy == args[0];
817 return System.identityHashCode(proxy);
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
URLConnectionTest.java 41 import java.net.Proxy;
305 // Use a misconfigured proxy to guarantee that the request is retried.
693 MockResponse mockResponse = new MockResponse().setBody("this response comes via a proxy");
698 assertContent("this response comes via a proxy", connection);
806 // https should not use http proxy
830 * We weren't honoring all of the appropriate proxy system properties when
843 * through a proxy. http://b/3097277
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py     [all...]
  /external/python/cpython2/Lib/test/
test_descr.py     [all...]

Completed in 1177 milliseconds

1 2 3 4 5 67 8 9