/external/apache-http/src/org/apache/http/impl/ |
EnglishReasonPhraseCatalog.java | 183 "Use Proxy"); 189 "Proxy Authentication Required");
|
/external/bluetooth/hcidump/parser/ |
obex.c | 87 return "Use Proxy"; 103 return "Proxy authentication required";
|
/external/guava/javadoc/com/google/common/util/concurrent/ |
FakeTimeLimiter.html | 244 other hand, the time limit is reached, the proxy will attempt to abort the 248 It is important to note that the primary purpose of the proxy object is to 251 of the guarantees made by the proxy is implementation-dependent. However, 259 <DT><B>Parameters:</B><DD><CODE>target</CODE> - the object to proxy<DD><CODE>interfaceType</CODE> - the interface you wish the returned proxy to 261 callers are willing to wait on each method call to the proxy<DD><CODE>timeoutUnit</CODE> - with timeoutDuration, the maximum length of time that 262 callers are willing to wait on each method call to the proxy 263 <DT><B>Returns:</B><DD>a time-limiting proxy</DL>
|
SimpleTimeLimiter.html | 278 other hand, the time limit is reached, the proxy will attempt to abort the 282 It is important to note that the primary purpose of the proxy object is to 285 of the guarantees made by the proxy is implementation-dependent. However, 293 <DT><B>Parameters:</B><DD><CODE>target</CODE> - the object to proxy<DD><CODE>interfaceType</CODE> - the interface you wish the returned proxy to 295 callers are willing to wait on each method call to the proxy<DD><CODE>timeoutUnit</CODE> - with timeoutDuration, the maximum length of time that 296 callers are willing to wait on each method call to the proxy 297 <DT><B>Returns:</B><DD>a time-limiting proxy</DL>
|
/external/v8/src/ |
property.h | 146 Object* proxy, 149 : Descriptor(key, proxy, attributes, CALLBACKS, index) {}
|
objects-debug.cc | 173 Proxy::cast(this)->ProxyPrint(); 279 Proxy::cast(this)->ProxyVerify(); 589 case PROXY_TYPE: return "PROXY"; 923 void Proxy::ProxyPrint() { 924 PrintF("proxy to %p", proxy()); 928 void Proxy::ProxyVerify() { [all...] |
prettyprinter.cc | 63 PrintLiteral(node->proxy()->name(), false); 786 node->proxy()->AsVariable(), 787 node->proxy()->name(), 788 node->proxy()->AsVariable()->type(), 793 PrintLiteral(node->proxy()->name(), true); 1024 PrintLiteralWithModeIndented("VAR PROXY", node->AsVariable(), node->name(), [all...] |
/external/webkit/WebCore/loader/ |
CachedResource.h | 250 // If this field is non-null we are using the resource as a proxy for checking whether an existing resource is still up to date 256 // If this field is non-null, the resource has a proxy for checking whether it is still up to date (see m_resourceToRevalidate).
|
/external/webkit/WebKit/chromium/src/ |
WebWorkerBase.cpp | 120 // Create 'shadow page'. This page is never displayed, it is used to proxy the 289 // The lifetime of this proxy is controlled by the worker context.
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
StateListDrawable.java | 55 * so that proxy classes like this can save/restore their delegates' 57 * (e.g. setDither), which this proxy forwards on, we have to have some
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
RetrieveTransaction.java | 173 // Send ACK to the Proxy-Relay to indicate we have fetched the 218 // the MMS proxy-relay doesn't require an ACK.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
SocketTest.java | 36 import java.net.Proxy; 1612 Proxy proxy = new Proxy(Proxy.Type.SOCKS, new InetSocketAddress("127.0.0.1", 0)); local [all...] |
/external/opencore/codecs_v2/omx/omx_common/src/ |
pv_omxcore.cpp | 474 // call the OMX_FreeHandle through the proxy 707 // First, find an empty slot in the proxy/component handle array to store the component/proxy handle 810 // First, find an empty slot in the proxy/component handle array to store the component/proxy handle 955 // call the OMX_FreeHandle through the proxy [all...] |
/external/v8/src/ia32/ |
fast-codegen-ia32.cc | 270 VariableProxy* proxy = prop->obj()->AsVariableProxy(); local 271 if (proxy == NULL || !proxy->var()->is_this()) { 308 VariableProxy* proxy = expr->obj()->AsVariableProxy(); local 309 if (proxy == NULL || !proxy->var()->is_this()) {
|
/external/webkit/LayoutTests/http/conf/ |
apache2-debian-httpd.conf | 330 # document that was negotiated on the basis of content. This asks proxy 620 # Proxy Server directives. Uncomment the following lines to 621 # enable the proxy server: 626 # <Directory proxy:*> 643 # CacheRoot "/private/var/run/proxy" 652 # End of proxy directives.
|
apache2-httpd.conf | 355 # document that was negotiated on the basis of content. This asks proxy 645 # Proxy Server directives. Uncomment the following lines to 646 # enable the proxy server: 651 # <Directory proxy:*> 668 # CacheRoot "/private/var/run/proxy" 677 # End of proxy directives.
|
cygwin-httpd.conf | 389 # document that was negotiated on the basis of content. This asks proxy 679 # Proxy Server directives. Uncomment the following lines to 680 # enable the proxy server: 685 # <Directory proxy:*> 702 # CacheRoot "/private/var/run/proxy" 711 # End of proxy directives.
|
httpd.conf | 392 # document that was negotiated on the basis of content. This asks proxy 682 # Proxy Server directives. Uncomment the following lines to 683 # enable the proxy server: 688 # <Directory proxy:*> 705 # CacheRoot "/private/var/run/proxy" 714 # End of proxy directives.
|
/frameworks/base/docs/html/guide/developing/tools/ |
emulator.jd | 55 <li><a href="#proxy">Using the Emulator with a Proxy</a></li> 578 <td><code>-http-proxy <proxy></code></td> 579 <td>Make all TCP connections through a specified HTTP/HTTPS proxy</td> 580 <td>The value of <code><proxy></code> can be one of the following:<br> 583 <p>The <code>http://</code> prefix can be omitted. If the <code>-http-proxy <proxy></code> command is not supplied, 585 the <code><proxy></code> format described above.</p></td> [all...] |
/external/skia/src/core/ |
SkBlitter.cpp | 538 Sk3DShader(SkShader* proxy) : fProxy(proxy) 540 proxy->safeRef(); 681 Sk3DBlitter(SkBlitter* proxy, Sk3DShader* shader, void (*killProc)(void*)) 682 : fProxy(proxy), f3DShader(shader), fKillProc(killProc)
|
/external/openssl/ssl/ |
ssltest.c | 237 fprintf(stderr," -proxy - allow proxy certificates\n"); 238 fprintf(stderr," -proxy_auth <val> - set proxy policy rights\n"); 239 fprintf(stderr," -proxy_cond <val> - experssion to test proxy policy rights\n"); 621 else if (strcmp(*argv,"-proxy") == 0) [all...] |
/external/webkit/WebCore/inspector/front-end/ |
Resource.js | 57 305: "Use Proxy", 58 306: "Switch Proxy", 67 407: "Proxy Authentication Required",
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8DOMWindowCustom.cpp | 288 V8Proxy* proxy = V8Proxy::retrieve(imp->frame()); 289 if (!proxy) 292 RefPtr<EventListener> listener = V8DOMWrapper::getEventListener(proxy, args[1], false, ListenerFindOrCreate); 320 V8Proxy* proxy = V8Proxy::retrieve(imp->frame()); 321 if (!proxy) 324 RefPtr<EventListener> listener = V8DOMWrapper::getEventListener(proxy, args[1], false, ListenerFindOnly);
|
/external/opencore/codecs_v2/omx/omx_baseclass/include/ |
pv_omxcomponent.h | 135 /** Component entry points declarations without proxy interface*/ 214 /** Component entry points declarations with proxy interface*/
|
/external/openssl/apps/ |
openssl-vms.cnf | 263 # These extensions should be added when creating a proxy certificate 312 # This really needs to be in place for it to be a proxy certificate.
|