/external/webkit/WebCore/bindings/v8/ |
V8GCController.h | 41 V(PROXY) \
|
/external/webkit/WebCore/platform/network/chromium/ |
SocketStreamHandle.h | 60 // No authentication for streams per se, but proxy may ask for credentials.
|
/external/webkit/WebCore/platform/network/curl/ |
SocketStreamHandle.h | 59 // No authentication for streams per se, but proxy may ask for credentials.
|
/external/webkit/WebCore/platform/network/qt/ |
SocketStreamHandle.h | 61 // No authentication for streams per se, but proxy may ask for credentials.
|
/external/webkit/WebCore/platform/network/soup/ |
SocketStreamHandle.h | 59 // No authentication for streams per se, but proxy may ask for credentials.
|
/external/webkit/WebCore/workers/ |
Worker.h | 83 WorkerContextProxy* m_contextProxy; // The proxy outlives the worker to perform thread shutdown.
|
WorkerLoaderProxy.h | 43 // A proxy to talk to the loader context. Normally, the document on the main thread
|
/external/webkit/WebKit/chromium/public/ |
WebSocketStreamHandleClient.h | 61 // FIXME: auth challenge for proxy
|
/frameworks/base/core/java/android/webkit/ |
FrameLoader.java | 370 // if we have an active proxy and have proxy credentials, do pre-emptive 375 /* The proxy credentials can be set in the Network thread */ 381 // we collect credentials ONLY if the proxy scheme is BASIC!!!
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
DeliveryInd.java | 29 * by the Proxy-Relay server, this class is only instantiated
|
SendConf.java | 26 * by the Proxy-Relay server, this class is only instantiated
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/ |
ForwardServer.java | 30 * external host/port via adb networking proxy.
|
/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/ |
ti_omx_interface.cpp | 61 // safely unloaded and reloaded when the proxy interface
|
/packages/apps/Settings/res/layout/ |
proxy.xml | 3 /* //device/apps/Browser/res/layout/proxy.xml
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/ |
DropFeedback.java | 50 * capture and the current INode proxy will not change.
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URLTest.java | 44 import java.net.Proxy; 588 * Test method for {@link java.net.URL#openConnection(java.net.Proxy)}. 594 args = {java.net.Proxy.class} 599 // create Proxy 610 Proxy proxy1 = new Proxy(Proxy.Type.HTTP, addr1); 665 fileUrl.openConnection(Proxy.NO_PROXY); [all...] |
/frameworks/base/awt/java/awt/ |
Toolkit.java | [all...] |
/frameworks/base/libs/binder/ |
Parcel.cpp | 148 BpBinder *proxy = binder->remoteBinder(); local 149 if (proxy == NULL) { 150 LOGE("null proxy"); 152 const int32_t handle = proxy ? proxy->handle() : 0; 181 BpBinder *proxy = real->remoteBinder(); local 182 if (proxy == NULL) { 183 LOGE("null proxy"); 185 const int32_t handle = proxy ? proxy->handle() : 0 [all...] |
/external/apache-http/src/org/apache/http/impl/auth/ |
BasicScheme.java | 157 boolean proxy) { 174 if (proxy) {
|
/external/bluetooth/glib/build/win32/vs9/ |
glib.vcproj | 48 AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include" 73 AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib" 131 AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include" 156 AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib" 213 AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include" 236 AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib" 296 AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include" 319 AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib"
|
/external/guava/src/com/google/common/util/concurrent/ |
SimpleTimeLimiter.java | 27 import java.lang.reflect.Proxy; 164 Object object = Proxy.newProxyInstance(
|
/external/opencore/engines/2way/src/ |
pv_2way_proxy_adapter.h | 185 OSCL_IMPORT_REF void PVThreadLogon(PVMainProxy &proxy); 186 OSCL_IMPORT_REF void PVThreadLogoff(PVMainProxy &proxy);
|
/external/opencore/nodes/streaming/streamingmanager/include/ |
pvmf_sm_node_events.h | 132 //"407" ; Proxy Authentication Required 208 //"305" ; Use Proxy
|
/external/opencore/protocols/rtsp_parcom/src/ |
rtsp_par_com_basic_ds.h | 138 Code305 = 305, // use proxy 162 Code407 = 407, // proxy authentication required [all...] |
rtsp_par_com_constants.h | 62 #define RtspReasonStringUseProxy "Use Proxy" 70 #define RtspReasonStringProxyAuthenticationRequired "Proxy Authentication Required"
|