| /external/u-boot/arch/arm/include/asm/ti-common/ |
| keystone_nav.h | 60 struct qm_reg_queue *proxy; member in struct:qm_config
|
| /external/v8/src/parsing/ |
| pattern-rewriter.cc | 195 VariableProxy* proxy = local 203 proxy, descriptor_->scope, descriptor_->declaration_pos); 206 factory()->NewVariableDeclaration(proxy, descriptor_->declaration_pos); 223 DCHECK(proxy->is_resolved()); 246 Parser::MarkLoopVariableAsAssigned(var_init_scope, proxy->var(), 266 proxy = var_init_scope->NewUnresolved(factory(), name); 268 DCHECK_NOT_NULL(proxy); 269 DCHECK_NOT_NULL(proxy->var()); 277 factory()->NewAssignment(Token::INIT, proxy, value, pos); 552 Expression* proxy = factory()->NewVariableProxy(completion) local 567 Expression* proxy = factory()->NewVariableProxy(completion); local [all...] |
| /frameworks/av/media/libaudioclient/ |
| AudioRecord.cpp | 832 // update proxy 889 Proxy::Buffer buffer; 898 sp<AudioRecordClientProxy> proxy; local 922 proxy = mProxy; 935 status = proxy->obtainBuffer(&buffer, requested, elapsed); [all...] |
| /frameworks/av/media/libmedia/ |
| IMediaRecorder.cpp | 81 status_t setCamera(const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) 83 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); 87 data.writeStrongBinder(IInterface::asBinder(proxy)); 626 sp<ICameraRecordingProxy> proxy = local 628 reply->writeInt32(setCamera(camera, proxy));
|
| /frameworks/av/media/libstagefright/bqhelper/ |
| GraphicBufferSource.cpp | 358 sp<IConsumerListener> proxy = local 361 mInitCheck = mConsumer->consumerConnect(proxy, false); [all...] |
| /bionic/libc/dns/net/ |
| gethnamaddr.c | 569 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) 573 if (fread(buf, 1, sizeof(buf), proxy) != sizeof(buf)) return NULL; 579 fread(&size, 1, sizeof(size), proxy); 584 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL; 594 if (fread(ptr, 1, size, proxy) != size) return NULL; 602 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL; 612 if (fread(ptr, 1, size, proxy) != size) return NULL; 630 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL; 633 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL; 640 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL 795 FILE* proxy = fdopen(__netdClientDispatch.dnsOpenProxy(), "r+"); local 898 FILE* proxy = fdopen(__netdClientDispatch.dnsOpenProxy(), "r+"); local [all...] |
| getaddrinfo.c | 417 // Bogus things we can't serialize. Don't use the proxy. These will fail - let them. 425 FILE* proxy = fdopen(__netdClientDispatch.dnsOpenProxy(), "r+"); local 426 if (proxy == NULL) { 432 if (fprintf(proxy, "getaddrinfo %s %s %d %d %d %d %u", 443 if (fputc(0, proxy) == EOF || 444 fflush(proxy) != 0) { 450 if (fread(buf, 1, sizeof(buf), proxy) != sizeof(buf)) { 457 fread(buf, 1, sizeof(buf), proxy); 465 if (!readBE32(proxy, &have_more)) { 494 readBE32(proxy, &ai->ai_flags) & [all...] |
| /external/apache-http/src/org/apache/http/impl/client/ |
| DefaultRequestDirector.java | 147 /** The proxy authentication handler. */ 219 ("Proxy authentication handler may not be null."); 399 HttpHost proxy = route.getProxyHost(); local 405 proxy); 655 // The most simple example for this case is a proxy chain 661 this.log.debug("Tunnel to proxy created."); 693 * The connection must be established to the (last) proxy. 694 * A CONNECT request for tunnelling through the proxy will 714 HttpHost proxy = route.getProxyHost(); local 744 this.log.error("Proxy authentication error: " + ex.getMessage()) 924 HttpHost proxy = route.getProxyHost(); local [all...] |
| /external/ipsec-tools/src/racoon/ |
| pfkey.c | 846 int proxy = 0; local 850 proxy = iph2->ph1->rmconf->support_proxy; 854 proxy = 1; 858 if (proxy && iph2->src_id && iph2->dst_id && 1031 int proxy = 0; local 1040 proxy = iph2->ph1->rmconf->support_proxy; 1042 proxy = 1; 1052 if (proxy && iph2->src_id && iph2->dst_id && 1316 int proxy = 0; local 1327 proxy = iph2->ph1->rmconf->support_proxy [all...] |
| /external/libchrome/ipc/ |
| ipc_channel_mojo_unittest.cc | 810 IPC::ChannelProxy* proxy() { return proxy_.get(); } function in class:__anon27698::ChannelProxyRunner 838 IPC::ChannelProxy* proxy() { return runner_->proxy(); } function in class:__anon27698::IPCChannelProxyMojoTest 948 IPC::ChannelProxy* proxy() { return runner_->proxy(); } function in class:__anon27698::ChannelProxyClient 971 proxy()->GetRemoteAssociatedInterface(&driver); 975 SendValue(proxy(), i); 1030 // targeting proxy thread bindings, and the channel will still dispatch 1056 // interfaces are bound on the proxy thread. This ensures that the Ping [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/openssh/regress/ |
| netcat.c | 98 char *Pflag; /* Proxy username */ 105 int xflag; /* Socks proxy */ 150 char *proxy = NULL; local 176 socksv = -1; /* HTTP proxy CONNECT */ 182 errx(1, "unsupported proxy protocol"); 247 if ((proxy = strdup(optarg)) == NULL) 341 errx(1, "no proxy support for UDP mode"); 344 errx(1, "no proxy support for listen"); 347 errx(1, "no proxy support for unix sockets"); 349 /* XXX IPv6 transport to proxy would probably work * [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/tests/ |
| ResourceCacheTest.cpp | 1687 sk_sp<GrTextureProxy> proxy; local [all...] |
| /external/skqp/src/gpu/ |
| GrContext.cpp | 316 void GrContextPriv::flush(GrSurfaceProxy* proxy) { 319 ASSERT_OWNED_PROXY_PRIV(proxy); 321 fContext->fDrawingManager->flush(proxy); 778 void GrContextPriv::prepareSurfaceForExternalIO(GrSurfaceProxy* proxy) { 781 SkASSERT(proxy); 782 ASSERT_OWNED_PROXY_PRIV(proxy); 783 fContext->fDrawingManager->prepareSurfaceForExternalIO(proxy, 0, nullptr); 786 void GrContextPriv::flushSurfaceWrites(GrSurfaceProxy* proxy) { 789 SkASSERT(proxy); 790 ASSERT_OWNED_PROXY_PRIV(proxy); 847 sk_sp<GrTextureProxy> proxy; local 873 sk_sp<GrSurfaceProxy> proxy = this->proxyProvider()->wrapBackendTexture( local 908 sk_sp<GrSurfaceProxy> proxy = this->proxyProvider()->wrapBackendRenderTarget(backendRT, origin); local [all...] |
| /external/skqp/tests/ |
| ResourceCacheTest.cpp | 1687 sk_sp<GrTextureProxy> proxy; local [all...] |
| /external/v8/src/ast/ |
| ast.cc | 838 VariableProxy* proxy = expression()->AsVariableProxy(); local 839 if (proxy != nullptr) { 840 if (proxy->var()->IsUnallocated()) { 842 } else if (proxy->var()->IsLookupSlot()) { 845 return proxy->var()->mode() == VariableMode::kDynamic ? WITH_CALL [all...] |
| scopes.h | 220 VariableProxy* proxy = factory->NewVariableProxy(name, kind, start_pos); local 221 proxy->set_next_unresolved(unresolved_); 222 unresolved_ = proxy; 223 return proxy; 226 void AddUnresolved(VariableProxy* proxy); 590 Variable* LookupRecursive(ParseInfo* info, VariableProxy* proxy, 592 void ResolveTo(ParseInfo* info, VariableProxy* proxy, Variable* var); 594 VariableProxy* proxy); [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.
|
| /external/testng/lib-supplied/ |
| guice-2.0.jar | |
| /external/curl/lib/ |
| http.c | 182 * checkProxyHeaders() checks the linked list of custom proxy headers 183 * if proxy headers are not available, then it will lookup into http header 187 * know if this is a proxy request or not, as it then might check a different 197 for(head = (conn->bits.proxy && data->set.sep_headers) ? 262 * http_output_basic() sets up an Authorization: header (or the proxy version) 267 static CURLcode http_output_basic(struct connectdata *conn, bool proxy) 278 if(proxy) { 304 proxy ? "Proxy-" : "", 617 * and whether or not it is to a proxy 1737 enum proxy_use proxy; local 3964 bool proxy = (k->httpcode == 407) ? TRUE : FALSE; local [all...] |
| url.c | 454 set->proxytype = CURLPROXY_HTTP; /* defaults to HTTP proxy */ 458 /* SOCKS5 proxy auth defaults to username/password + GSS-API */ 740 Curl_safefree(conn->http_proxy.host.rawalloc); /* http proxy name buffer */ 741 Curl_safefree(conn->socks_proxy.host.rawalloc); /* socks proxy name buffer */ 2396 char *proxy = NULL; local 2707 char *proxy = NULL; local [all...] |