HomeSort by relevance Sort by last modified time
    Searched defs:proxy (Results 301 - 325 of 820) sorted by null

<<11121314151617181920>>

  /external/libmicrohttpd/src/spdy2http/
proxy.c 20 * @file proxy.c
159 struct Proxy
412 struct Proxy *proxy = (struct Proxy *)SPDY_get_cls_from_request(request); local
414 if(!store_in_buffer(buf, size, &proxy->received_body, &proxy->received_body_size))
420 proxy->receiving_done = !more;
426 if(proxy->is_curl_read_paused)
428 if(CURLE_OK != (ret = curl_easy_pause(proxy->curl_handle, CURLPAUSE_CONT))
447 struct Proxy *proxy = (struct Proxy *)cls; local
513 struct Proxy *proxy = (struct Proxy *)cls; local
531 struct Proxy *proxy = (struct Proxy *)userp; local
686 struct Proxy *proxy = (struct Proxy *)userp; local
731 struct Proxy *proxy = (struct Proxy *)userp; local
792 struct Proxy *proxy = (struct Proxy *)cls; local
846 struct Proxy *proxy; local
989 struct Proxy *proxy; local
    [all...]
  /external/libxml2/
nanoftp.c 139 static char *proxy = NULL; /* the proxy name if any */ variable
140 static int proxyPort = 0; /* the proxy port if any */
141 static char *proxyUser = NULL; /* user for proxy authentication */
142 static char *proxyPasswd = NULL;/* passwd for proxy authentication */
175 * Currently it just checks for proxy informations,
221 * Cleanup the FTP protocol layer. This cleanup proxy informations.
226 if (proxy != NULL) {
227 xmlFree(proxy);
228 proxy = NULL
    [all...]
nanohttp.c 145 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */
155 static char *proxy = NULL; /* the proxy name if any */ variable
156 static int proxyPort; /* the proxy port if any */
216 * Currently it just checks for proxy informations
234 if (proxy == NULL) {
262 if (proxy != NULL) {
263 xmlFree(proxy);
264 proxy = NULL;
342 * @URL: The proxy URL used to initialize the proxy contex
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 144 /** The proxy authentication handler. */
223 ("Proxy authentication handler may not be null.");
422 HttpHost proxy = route.getProxyHost(); local
428 proxy);
670 // The most simple example for this case is a proxy chain
676 this.log.debug("Tunnel to proxy created.");
708 * The connection must be established to the (last) proxy.
709 * A CONNECT request for tunnelling through the proxy will
729 HttpHost proxy = route.getProxyHost(); local
749 proxy);
1031 HttpHost proxy = route.getProxyHost(); local
    [all...]
  /external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DefaultRequestDirector.java 168 /** The proxy authentication handler. */
247 ("Proxy authentication handler may not be null.");
446 HttpHost proxy = route.getProxyHost(); local
452 proxy);
688 // The most simple example for this case is a proxy chain
694 this.log.debug("Tunnel to proxy created.");
726 * The connection must be established to the (last) proxy.
727 * A CONNECT request for tunnelling through the proxy will
747 HttpHost proxy = route.getProxyHost(); local
767 proxy);
1049 HttpHost proxy = route.getProxyHost(); local
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 147 GrDDLContext(sk_sp<GrContextThreadSafeProxy> proxy)
148 : INHERITED(proxy->fBackend, proxy->fContextUniqueID)
150 fCaps = proxy->fCaps;
151 fThreadSafeProxy = std::move(proxy);
182 // DDL TODO: in DDL-mode grab a GrRestrictedAtlasManager from the thread-proxy and
328 sk_sp<GrContext> GrContextPriv::MakeDDL(sk_sp<GrContextThreadSafeProxy> proxy) {
329 sk_sp<GrContext> context(new GrDDLContext(proxy));
333 if (!context->init(proxy->fOptions)) {
603 void GrContextPriv::flush(GrSurfaceProxy* proxy) {
984 sk_sp<GrTextureProxy> proxy = src->asTextureProxyRef(); local
1231 sk_sp<GrTextureProxy> proxy; local
1250 sk_sp<GrSurfaceProxy> proxy = this->proxyProvider()->createWrappedTextureProxy(tex, origin); local
1284 sk_sp<GrSurfaceProxy> proxy = this->proxyProvider()->createWrappedRenderTargetProxy(backendRT, local
    [all...]
GrProcessor.h 257 * always takes a new ref on the texture proxy as the new fragment processor will not yet be
282 return this->proxy()->underlyingUniqueID() == that.proxy()->underlyingUniqueID() &&
299 GrTextureProxy* proxy() const { return fProxyRef.get()->asTextureProxy(); } function in class:GrResourceIOProcessor::TextureSampler
328 * always takes a new ref on the buffer proxy as the new fragment processor will not yet be
  /external/skia/src/gpu/ops/
GrTextureOp.cpp 257 GrTextureProxy* dupeProxy = fSamplers[proxyCnt - 1].proxy();
428 static std::unique_ptr<GrDrawOp> Make(sk_sp<GrTextureProxy> proxy,
433 return std::unique_ptr<GrDrawOp>(new TextureOp(std::move(proxy), filter, color, srcRect,
468 str.appendf("Proxy ID %d: %d, Filter: %d\n", i, proxies[i]->uniqueID().asUInt(),
516 TextureOp(sk_sp<GrTextureProxy> proxy, GrSamplerState::Filter filter, GrColor color,
521 , fProxy0(proxy.release())
556 args.fProxy = target->proxy();
843 sk_sp<GrTextureProxy> proxy = proxyProvider->createProxy(desc, fit, SkBudgeted::kNo); local
    [all...]
  /external/skia/tests/
ResourceCacheTest.cpp 1786 sk_sp<GrTextureProxy> proxy; local
    [all...]
SurfaceTest.cpp 565 GrRenderTargetProxy* proxy = gsurf->getDevice()->accessRenderTargetContext() local
567 return proxy->isBudgeted();
    [all...]
  /external/skqp/src/gpu/
GrProcessor.h 283 * always takes a new ref on the texture proxy as the new fragment processor will not yet be
308 return this->proxy()->underlyingUniqueID() == that.proxy()->underlyingUniqueID() &&
325 GrTextureProxy* proxy() const { return fProxyRef.get()->asTextureProxy(); } function in class:GrResourceIOProcessor::TextureSampler
354 * always takes a new ref on the buffer proxy as the new fragment processor will not yet be
  /external/skqp/src/gpu/ops/
GrTextureOp.cpp 262 GrTextureProxy* dupeProxy = fSamplers[proxyCnt - 1].proxy();
433 static std::unique_ptr<GrDrawOp> Make(sk_sp<GrTextureProxy> proxy,
438 return std::unique_ptr<GrDrawOp>(new TextureOp(std::move(proxy), filter, color, srcRect,
473 str.appendf("Proxy ID %d: %d, Filter: %d\n", i, proxies[i]->uniqueID().asUInt(),
521 TextureOp(sk_sp<GrTextureProxy> proxy, GrSamplerState::Filter filter, GrColor color,
526 , fProxy0(proxy.release())
561 args.fProxy = target->proxy();
848 sk_sp<GrTextureProxy> proxy = proxyProvider->createProxy(desc, fit, SkBudgeted::kNo); local
    [all...]
  /external/skqp/src/image/
SkImage_Gpu.cpp 44 sk_sp<GrTextureProxy> proxy,
46 : INHERITED(proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID)
48 , fProxy(std::move(proxy))
169 // We failed to instantiate the lazy proxy. Thus we return 0 here which is considered
194 GrTextureProxy* proxy = this->peekProxy(); local
195 if (!proxy) {
199 if (!proxy->instantiate(fContext->contextPriv().resourceProvider())) {
203 return proxy->priv().peekTexture();
304 sk_sp<GrTextureProxy> proxy = proxyProvider->createWrappedTextureProxy local
626 sk_sp<GrTextureProxy> proxy; local
    [all...]
  /external/skqp/tests/
ResourceCacheTest.cpp 1732 sk_sp<GrTextureProxy> proxy; local
    [all...]
  /external/v8/src/ast/
ast.cc 1058 VariableProxy* proxy = expression()->AsVariableProxy(); local
    [all...]
  /external/wayland/src/
wayland-client.c 82 struct wl_proxy proxy; member in struct:wl_display
97 /* id of the proxy that caused the error. There's no warranty
98 * that the proxy is still valid. It's up to client how it will
231 struct wl_proxy *proxy; local
240 proxy = (struct wl_proxy *) closure->args[i].o;
241 if (proxy) {
242 if (proxy->flags & WL_PROXY_FLAG_DESTROYED)
245 proxy->refcount--;
246 if (!proxy->refcount)
247 free(proxy);
260 struct wl_proxy *proxy; local
331 struct wl_proxy *proxy; local
372 struct wl_proxy *proxy; local
386 struct wl_proxy *proxy; local
805 struct wl_proxy *proxy = object; local
831 struct wl_proxy *proxy; local
1156 struct wl_proxy *proxy; local
1194 struct wl_proxy *proxy; local
1218 struct wl_proxy *proxy; local
1273 struct wl_proxy *proxy; local
    [all...]
  /external/webrtc/webrtc/base/
proxydetect.cc 98 LPWSTR lpszProxy; // proxy server list
99 LPWSTR lpszProxyBypass; // proxy bypass list
286 bool ParseProxy(const std::string& saddress, ProxyInfo* proxy) {
311 LOG(LS_WARNING) << "Proxy address too long [" << start << "]";
321 LOG(LS_WARNING) << "Proxy address without port [" << buffer << "]";
329 LOG(LS_WARNING) << "Proxy address with invalid port [" << buffer << "]";
341 LOG(LS_WARNING) << "Proxy address with unknown protocol ["
350 if (Better(ptype, proxy->type)) {
351 proxy->type = ptype;
352 proxy->address.SetIP(host)
684 ParseProxy(ToUtf8(iecfg.lpszProxy), proxy); local
    [all...]
  /external/webrtc/webrtc/p2p/base/
port.h 247 const rtc::ProxyInfo& proxy) {
249 proxy_ = proxy;
252 const rtc::ProxyInfo& proxy() { return proxy_; } function in class:cricket::Port
388 // Information to use when going through a proxy.
  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 829 // update proxy
886 Proxy::Buffer buffer;
895 sp<AudioRecordClientProxy> proxy; local
919 proxy = mProxy;
932 status = proxy->obtainBuffer(&buffer, requested, elapsed);
954 Proxy::Buffer buffer;
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 55 /** Timeout to connect a profile proxy in ms. */
316 public void onServiceConnected(int profile, BluetoothProfile proxy) {
320 mA2dp = (BluetoothA2dp) proxy;
323 mHeadset = (BluetoothHeadset) proxy;
326 mInput = (BluetoothHidHost) proxy;
329 mPan = (BluetoothPan) proxy;
918 BluetoothProfile proxy = connectProxy(adapter, profile); local
999 BluetoothProfile proxy = connectProxy(adapter, profile); local
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 94 alsa_device_proxy proxy; /* state of the stream */ member in struct:stream_out
102 * so the proxy doesn't have a channel_mask, but
130 alsa_device_proxy proxy; /* state of the stream */ member in struct:stream_in
138 * so the proxy doesn't have a channel_mask, but
301 uint32_t rate = proxy_get_sample_rate(&((struct stream_out*)stream)->proxy);
315 proxy_get_period_size(&out->proxy) * audio_stream_out_frame_size(&(out->stream));
331 alsa_device_proxy * proxy = &((struct stream_out*)stream)->proxy; local
332 audio_format_t format = audio_format_from_pcm_format(proxy_get_format(proxy));
348 proxy_close(&out->proxy);
427 alsa_device_proxy * proxy = &((struct stream_out*)stream)->proxy; local
460 alsa_device_proxy* proxy = &out->proxy; local
513 const alsa_device_proxy *proxy = &out->proxy; local
731 alsa_device_proxy *proxy = &((struct stream_in*)stream)->proxy; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageBackend.java 170 * @param imageProcessorProxyListener iamge proxy listener to be used
194 * @return listener proxy that handles events messaging for this object.
397 "Proxy Listener Map Size = " + mProxyListener.getMapSize() + "\n" +
398 "Proxy Listener = " + mProxyListener.getNumRegisteredListeners() + "\n" +
543 getProxyListener().registerListener(imageProcessorListener.get(), img.proxy);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ScanManager.java 169 // A proxy to the current ScanDirConfigMXBean which holds the current
273 * @return A proxy for the registered MBean.
279 final ScanManagerMXBean proxy = local
282 return proxy;
286 * Creates a new {@code ScanManagerMXBean} proxy over the given
290 * @return a new {@code ScanManagerMXBean} proxy.
292 * {@code ScanManagerMXBean} to proxy.
296 final ScanManagerMXBean proxy = local
299 return proxy;
303 * Creates a new {@code ScanManagerMXBean} proxy over the platfor
419 final DirectoryScannerMXBean proxy = local
446 final ScanDirConfigMXBean proxy = local
449 configmap.put(moi.getObjectName(),proxy); local
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ScanManager.java 169 // A proxy to the current ScanDirConfigMXBean which holds the current
273 * @return A proxy for the registered MBean.
279 final ScanManagerMXBean proxy = local
282 return proxy;
286 * Creates a new {@code ScanManagerMXBean} proxy over the given
290 * @return a new {@code ScanManagerMXBean} proxy.
292 * {@code ScanManagerMXBean} to proxy.
296 final ScanManagerMXBean proxy = local
299 return proxy;
303 * Creates a new {@code ScanManagerMXBean} proxy over the platfor
419 final DirectoryScannerMXBean proxy = local
446 final ScanDirConfigMXBean proxy = local
449 configmap.put(moi.getObjectName(),proxy); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/
mvp-common-2.0.1.jar 

Completed in 1086 milliseconds

<<11121314151617181920>>