HomeSort by relevance Sort by last modified time
    Searched full:proxy (Results 226 - 250 of 717) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/x509/
x509_txt.c 130 return("proxy path length constraint exceeded");
132 return("proxy certificates not allowed, please set the appropriate flag");
  /external/qemu/android/
cmdline-options.h 116 OPT_PARAM( http_proxy, "<proxy>", "make TCP connections through a HTTP/HTTPS proxy" )
  /external/v8/src/
handles.cc 400 // handles referred from proxy objects held by the scripts as long as
413 Proxy* proxy = Script::cast(wrapper->value())->wrapper(); local
414 ASSERT(proxy->proxy() == reinterpret_cast<Address>(cache.location()));
415 proxy->set_proxy(0);
422 if (script->wrapper()->proxy() != NULL) {
425 reinterpret_cast<JSValue**>(script->wrapper()->proxy()));
bootstrapper.cc 215 // Hooks the given global proxy into the context. If the context was created
216 // by deserialization then this will unhook the global proxy that was
554 // Step 2: create or re-initialize the global proxy object.
577 // Return the global proxy.
    [all...]
  /external/webkit/WebCore/bindings/v8/
ScriptController.h 65 V8Proxy* proxy() { return m_proxy.get(); } function in class:WebCore::ScriptController
76 // Evaluate a script file in the environment of this proxy.
  /external/webkit/WebCore/bindings/v8/custom/
V8DocumentCustom.cpp 155 if (V8Proxy* proxy = V8Proxy::retrieve(impl->frame()))
156 proxy->windowShell()->updateDocumentWrapper(wrapper);
V8WorkerContextCustom.cpp 61 v8::Handle<v8::Context> v8Context = workerContext->script()->proxy()->context();
166 v8::Handle<v8::Object> global = impl->script()->proxy()->context()->Global();
  /frameworks/base/core/java/android/net/http/
EventHandler.java 42 /** Server or proxy hostname lookup failed */
48 /** User authentication failed on proxy */
HttpAuthHeader.java 96 * Is this authentication request a proxy authentication request?
123 * @return True iff this is a proxy authentication header.
130 * Marks this header as a proxy authentication header.
  /frameworks/base/core/java/android/webkit/
SslErrorHandler.java 212 CallbackProxy proxy = loader.getFrame().getCallbackProxy(); local
213 proxy.onReceivedSslError(new SslErrorHandler(this, loader), error);
WebBackForwardList.java 40 /*package*/ WebBackForwardList(CallbackProxy proxy) {
43 mCallbackProxy = proxy;
  /packages/apps/Email/src/org/apache/commons/io/input/
TeeInputStream.java 24 * InputStream proxy that transparently writes a copy of all bytes read
31 * called on this proxy. It is configurable whether the associated output
  /external/tcpdump/
print-l2tp.c 105 #define L2TP_AVP_PROXY_AUTH_TYPE 29 /* Proxy Authen Type */
106 #define L2TP_AVP_PROXY_AUTH_NAME 30 /* Proxy Authen Name */
107 #define L2TP_AVP_PROXY_AUTH_CHAL 31 /* Proxy Authen Challenge */
108 #define L2TP_AVP_PROXY_AUTH_ID 32 /* Proxy Authen ID */
109 #define L2TP_AVP_PROXY_AUTH_RESP 33 /* Proxy Authen Response */
  /build/tools/droiddoc/src/
DroidDoc.java 23 import java.lang.reflect.Proxy;
    [all...]
  /dalvik/libcore/awt-kernel/src/main/java/java/beans/
PropertyChangeSupport.java 156 PropertyChangeListenerProxy proxy = local
160 proxy.getPropertyName(),
161 (PropertyChangeListener) proxy.getListener()));
  /dalvik/libcore/luni/src/main/java/java/net/
Authenticator.java 308 * Returns the type of this request, it can be {@code PROXY} or {@code SERVER}.
322 * Type of proxy server
324 PROXY,
HttpURLConnection.java 220 * Numeric status code, 407: Proxy authentication required
248 * Numeric status code, 305: Use proxy
444 * Returns whether this connection uses a proxy server or not.
446 * @return {@code true} if this connection passes a proxy server, false
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
URLStreamHandlerTest.java 12 import java.net.Proxy;
134 args = {URL.class, Proxy.class}
290 public URLConnection openConnection(URL u, Proxy p) throws IOException {
  /external/apache-http/src/org/apache/http/
HttpStatus.java 91 /** <tt>305 Use Proxy</tt> (HTTP/1.1 - RFC 2616) */
112 /** <tt>407 Proxy Authentication Required</tt> (HTTP/1.1 - RFC 2616)*/
147 * or <tt>419 Proxy Reauthentication Required</tt>
  /external/qemu/proxy/
proxy_common.c 288 /* free all proxy connections */
297 /* free all proxy services */
517 PROXY_LOG("%s: can't resolve proxy server name '%s'",
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.cpp 525 void MediaPlayer::setMediaPlayerProxy(WebMediaPlayerProxy* proxy)
527 m_playerProxy = proxy;
528 m_private->setMediaPlayerProxy(proxy);
  /external/webkit/WebKit/chromium/src/
DebuggerAgentManager.cpp 257 WebCore::V8Proxy* proxy = WebCore::V8Proxy::retrieve(webframe->frame()); local
258 if (proxy)
259 proxy->setContextDebugId(hostId);
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.m 141 message = [NSString stringWithFormat:UI_STRING("To view this page, you must log in to the %@ proxy server %@.",
154 message = [NSString stringWithFormat:UI_STRING("The user name or password you entered for the %@ proxy server %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
174 // In the proxy or "simple" realm name case, we need to hide the 'separateRealmLabel'
  /dalvik/libcore/luni/src/main/java/java/util/
EnumSet.java 352 SerializationProxy proxy = new SerializationProxy(); local
353 proxy.elements = toArray(new Enum[0]);
354 proxy.elementType = elementClass;
355 return proxy;
  /external/apache-http/src/org/apache/http/client/methods/
HttpTrace.java 46 * origin server or the first proxy or gateway to receive a Max-Forwards

Completed in 78 milliseconds

1 2 3 4 5 6 7 8 91011>>