HomeSort by relevance Sort by last modified time
    Searched refs:proxy (Results 51 - 75 of 1577) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/src/gpu/ops/
GrSemaphoreOp.cpp 18 GrRenderTargetProxy* proxy,
21 proxy,
28 explicit GrSignalSemaphoreOp(sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy,
30 : INHERITED(ClassID(), std::move(semaphore), proxy), fForceFlush(forceFlush) {}
46 GrRenderTargetProxy* proxy) {
48 proxy));
54 explicit GrWaitSemaphoreOp(sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy)
55 : INHERITED(ClassID(), std::move(semaphore), proxy) {}
67 GrRenderTargetProxy* proxy,
69 return GrSignalSemaphoreOp::Make(std::move(semaphore), proxy, forceFlush)
    [all...]
GrSemaphoreOp.h 20 GrRenderTargetProxy* proxy,
24 GrRenderTargetProxy* proxy);
27 GrSemaphoreOp(uint32_t classId, sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy)
29 this->makeFullScreen(proxy);
  /external/skqp/src/gpu/ops/
GrSemaphoreOp.cpp 18 GrRenderTargetProxy* proxy,
21 proxy,
28 explicit GrSignalSemaphoreOp(sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy,
30 : INHERITED(ClassID(), std::move(semaphore), proxy), fForceFlush(forceFlush) {}
46 GrRenderTargetProxy* proxy) {
48 proxy));
54 explicit GrWaitSemaphoreOp(sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy)
55 : INHERITED(ClassID(), std::move(semaphore), proxy) {}
67 GrRenderTargetProxy* proxy,
69 return GrSignalSemaphoreOp::Make(std::move(semaphore), proxy, forceFlush)
    [all...]
GrSemaphoreOp.h 20 GrRenderTargetProxy* proxy,
24 GrRenderTargetProxy* proxy);
27 GrSemaphoreOp(uint32_t classId, sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy)
29 this->makeFullScreen(proxy);
  /external/curl/docs/cmdline-opts/
proxy.d 1 Long: proxy
4 Help: Use this proxy
6 Use the specified proxy.
8 The proxy string can be specified with a protocol:// prefix. No protocol
9 specified or http:// will be treated as HTTP proxy. Use socks4://, socks4a://,
13 HTTPS proxy support via https:// protocol prefix was added in 7.52.0 for
16 Unrecognized and unsupported proxy protocols cause an error since 7.52.0.
19 If the port number is not specified in the proxy string, it is assumed to be
22 This option overrides existing environment variables that set the proxy to
23 use. If there's an environment variable setting a proxy, you can set proxy t
    [all...]
proxytunnel.d 3 Help: Operate through a HTTP proxy tunnel (using CONNECT)
4 See-also: proxy
6 When an HTTP proxy is used --proxy, this option will cause non-HTTP protocols
7 to attempt to tunnel through the proxy instead of merely using it to do
8 HTTP-like operations. The tunnel approach is made with the HTTP proxy CONNECT
9 request and requires that the proxy allows direct connect to the remote port
12 To suppress proxy CONNECT response headers when curl is set to output headers
preproxy.d 3 Help: Use this proxy first
6 Use the specified SOCKS proxy before connecting to an HTTP or HTTPS --proxy. In
7 such a case curl first connects to the SOCKS proxy and then connects (through
8 SOCKS) to the HTTP or HTTPS proxy. Hence pre proxy.
10 The pre proxy string should be specified with a protocol:// prefix to specify
11 alternative proxy protocols. Use socks4://, socks4a://, socks5:// or
15 If the port number is not specified in the proxy string, it is assumed to be
18 User and password that might be provided in the proxy string are URL decode
    [all...]
socks5.d 3 Help: SOCKS5 proxy on given host + port
6 Use the specified SOCKS5 proxy - but resolve the host name locally. If the
9 This option overrides any previous use of --proxy, as they are mutually
12 Since 7.21.7, this option is superfluous since you can specify a socks5 proxy
13 with --proxy using a socks5:// protocol prefix.
15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
16 --proxy is used with an HTTP/HTTPS proxy. In such a case curl first connects to
17 the SOCKS proxy and then connects (through SOCKS) to the HTTP or HTTPS proxy
    [all...]
socks5-gssapi-service.d 3 Help: SOCKS5 proxy service name for GSS-API
9 Examples: --socks5 proxy-name --socks5-gssapi-service sockd would use
10 sockd/proxy-name --socks5 proxy-name --socks5-gssapi-service sockd/real-name
11 would use sockd/real-name for cases where the proxy-name does not match the
  /external/curl/lib/
curl_ntlm_wb.h 32 CURLcode Curl_output_ntlm_wb(struct connectdata *conn, bool proxy);
http_digest.h 28 bool proxy, const char *header);
32 bool proxy,
  /external/javassist/src/main/javassist/util/proxy/
MethodFilter.java 16 package javassist.util.proxy;
  /external/webrtc/webrtc/base/
proxydetect.h 21 // Auto-detect the proxy server. Returns true if a proxy is configured,
22 // although hostname may be empty if the proxy is not required for
26 rtc::ProxyInfo* proxy,
  /libcore/ojluni/src/main/java/java/lang/reflect/
InvocationHandler.java 30 * the <i>invocation handler</i> of a proxy instance.
32 * <p>Each proxy instance has an associated invocation handler.
33 * When a method is invoked on a proxy instance, the method
38 * @see Proxy
44 * Processes a method invocation on a proxy instance and returns
46 * when a method is invoked on a proxy instance that it is
49 * @param proxy the proxy instance that the method was invoked on
52 * the interface method invoked on the proxy instance. The declaring
55 * proxy interface that the proxy class inherits the method through
    [all...]
  /external/wayland/src/
wayland-client-core.h 41 * A wl_proxy acts as a client side proxy to an object existing in the
42 * compositor. The proxy is responsible for converting requests made by the
44 * coming from the compositor are also handled by the proxy, which will in
57 * \brief Represents a connection to the compositor and acts as a proxy to
81 * occurring in a particular proxy are always queued in its assigned queue.
83 * or running from a given thread, is true when a proxy event handler is
84 * called by assigning that proxy to an event queue and making sure that
90 * on the appropriate queues according to the proxy assignment.
137 wl_proxy_create_wrapper(void *proxy);
143 wl_proxy_marshal_constructor(struct wl_proxy *proxy,
    [all...]
  /external/skia/src/gpu/
GrCoordTransform.h 33 * Create a transformation that maps [0, 1] to a proxy's boundaries. The proxy origin also
36 GrCoordTransform(GrTextureProxy* proxy) {
37 SkASSERT(proxy);
39 this->reset(SkMatrix::I(), proxy, true); local
43 * Create a transformation from a matrix. The proxy origin also implies whether a y-reversal
46 GrCoordTransform(const SkMatrix& m, GrTextureProxy* proxy) {
47 SkASSERT(proxy);
49 this->reset(m, proxy, true);
60 void reset(const SkMatrix& m, GrTextureProxy* proxy, bool normalize)
113 const GrTextureProxy* proxy() const { return fProxy; } function in class:GrCoordTransform
    [all...]
  /external/skqp/src/gpu/
GrCoordTransform.h 33 * Create a transformation that maps [0, 1] to a proxy's boundaries. The proxy origin also
36 GrCoordTransform(GrTextureProxy* proxy) {
37 SkASSERT(proxy);
39 this->reset(SkMatrix::I(), proxy, true); local
43 * Create a transformation from a matrix. The proxy origin also implies whether a y-reversal
46 GrCoordTransform(const SkMatrix& m, GrTextureProxy* proxy) {
47 SkASSERT(proxy);
49 this->reset(m, proxy, true);
60 void reset(const SkMatrix& m, GrTextureProxy* proxy, bool normalize)
113 const GrTextureProxy* proxy() const { return fProxy; } function in class:GrCoordTransform
    [all...]
  /external/javassist/src/test/test/javassist/proxy/
JASSIST113RegressionTest.java 1 package test.javassist.proxy;
3 import javassist.util.proxy.ProxyFactory;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Authenticator.java 19 import java.net.Proxy;
22 * Responds to authentication challenges from the remote web or proxy server.
41 Request authenticate(Proxy proxy, Response response) throws IOException;
47 * status code sent by the proxy server.
50 * derived from the initial request by setting the "Proxy-Authorization"
55 * .header("Proxy-Authorization", credential)
59 Request authenticateProxy(Proxy proxy, Response response) throws IOException;
  /frameworks/base/location/java/android/location/
IGeofenceProvider.aidl 27 void setGeofenceHardware(in IGeofenceHardware proxy);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTDbg.stg 61 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, <if(TREE_PARSER)>input.TreeAdaptor<else>adaptor<endif> );
62 DebugListener = proxy;
63 <inputStreamType> = new Debug<inputStreamType>( input, proxy );
66 proxy.Handshake();
77 proxy.TreeAdaptor = adap;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTDbg.stg 65 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, <if(TREE_PARSER)>input.TreeAdaptor<else>adaptor<endif> );
66 DebugListener = proxy;
67 <inputStreamType> = new Debug<inputStreamType>( input, proxy );
70 proxy.Handshake();
81 proxy.TreeAdaptor = adap;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTDbg.stg 53 DebugEventSocketProxy proxy =
55 setDebugListener(proxy);
56 set<inputStreamType>(new Debug<inputStreamType>(input,proxy));
58 proxy.handshake();
68 proxy.setTreeAdaptor(adap);
  /art/test/1945-proxy-method-arguments/src/
Main.java 19 import java.lang.reflect.Proxy;
32 public Object invoke(Object proxy, Method method, Object[] args) {
33 // Force garbage collection to try to make `proxy` move in memory
37 System.out.println("Proxy for " + TestInterface.class + "." + method.getName());
39 testMethod0(proxy, args);
41 testMethod1(proxy, args);
43 testMethod10(proxy, args);
45 testMethod10Even(proxy, args);
50 private void testMethod0(Object proxy, Object[] args) {
51 // Get argument 0 (method target) from the proxy method frame ($Proxy0.method0 activation)
126 TestInterface proxy = (TestInterface) Proxy.newProxyInstance( local
    [all...]
  /libcore/ojluni/src/main/java/sun/util/logging/
LoggingSupport.java 48 private static final LoggingProxy proxy = field in class:LoggingSupport
71 return proxy != null;
75 if (proxy == null)
81 return proxy.getLoggerNames();
85 return proxy.getLoggerLevel(loggerName);
90 proxy.setLoggerLevel(loggerName, levelName);
95 return proxy.getParentLoggerName(loggerName);
100 return proxy.getLogger(name);
105 return proxy.getLevel(logger);
110 proxy.setLevel(logger, newLevel)
    [all...]

Completed in 459 milliseconds

1 23 4 5 6 7 8 91011>>