/external/openssl/crypto/bio/ |
bio.h | 90 #define BIO_TYPE_PROXY_CLIENT (14|0x0200) /* client proxy BIO */ 91 #define BIO_TYPE_PROXY_SERVER (15|0x0200) /* server proxy BIO */ 92 #define BIO_TYPE_NBIO_TEST (16|0x0200) /* server proxy BIO */
|
/external/openssl/include/openssl/ |
bio.h | 90 #define BIO_TYPE_PROXY_CLIENT (14|0x0200) /* client proxy BIO */ 91 #define BIO_TYPE_PROXY_SERVER (15|0x0200) /* server proxy BIO */ 92 #define BIO_TYPE_NBIO_TEST (16|0x0200) /* server proxy BIO */
|
/external/qemu/ |
Makefile.android | 507 # socket proxy support 515 LOCAL_SRC_FILES += $(PROXY_SOURCES:%=proxy/%) 516 LOCAL_CFLAGS += -I$(LOCAL_PATH)/proxy
|
CHANGES.TXT | 37 - Fix '-http-proxy' on Win32. This was actually a regression introduced 165 - Allow the HTTP proxy implementation to receive chunked encoding data. 317 -debug-proxy option to dump debugging data to stderr. 597 - the -http-proxy <proxy> option didn't work correctly on Windows (unless [all...] |
/external/v8/src/ |
rewriter.cc | 366 VariableProxy* proxy = node->target()->AsVariableProxy(); local 367 if (proxy != NULL) { 368 Variable* var = proxy->AsVariable();
|
ast.h | 306 Declaration(VariableProxy* proxy, Variable::Mode mode, FunctionLiteral* fun) 307 : proxy_(proxy), 317 VariableProxy* proxy() const { return proxy_; } function in class:v8::internal::Declaration 954 // Bind this proxy to the variable var. [all...] |
/external/webkit/WebCore/bindings/v8/ |
V8DOMWindowShell.cpp | 298 V8GCController::registerGlobalHandle(PROXY, this, m_global); 310 V8GCController::registerGlobalHandle(PROXY, this, m_wrapperBoilerplates); 415 V8GCController::registerGlobalHandle(PROXY, this, m_document);
|
/prebuilt/sdk/7/ |
android.jar | |
/cts/tools/dex-tools/dex/ |
classes.out.dex | [all...] |
/external/webkit/WebKit/chromium/src/js/ |
DebuggerAgent.js | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
target.h | [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
ObjectInputStream.java | 31 import java.lang.reflect.Proxy; 1892 Class<?> proxy = resolveProxyClass(interfaceNames); local [all...] |
ObjectOutputStream.java | 22 import java.lang.reflect.Proxy; 129 * Descriptor for java.lang.reflect.Proxy 131 private final ObjectStreamClass proxyClassDesc = ObjectStreamClass.lookup(Proxy.class); 351 * Writes optional information for a proxy class to the target stream. This 352 * optional data can be read when deserializing the proxy class from an 356 * the proxy class to annotate. [all...] |
/external/bluetooth/bluez/ |
ChangeLog | 3 Add support for serial proxy configurations. 67 Add support for Dell specific HID proxy switching. 453 Add support for switching HID proxy devices from Dell. 528 Add TCP connection support for serial proxy. 529 Add fix for Logitech HID proxy switching. 585 Add HID proxy support for Logitech diNovo Edge dongle. 616 Add proxy support to the serial service. [all...] |
/frameworks/base/ |
preloaded-classes | 102 android.content.pm.IPackageManager$Stub$Proxy 269 android.location.ILocationManager$Stub$Proxy 375 android.os.storage.IMountService$Stub$Proxy 432 android.speech.tts.ITts$Stub$Proxy 492 android.view.IWindowManager$Stub$Proxy 661 com.android.internal.telephony.ITelephony$Stub$Proxy 847 java.lang.reflect.Proxy [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 848 \paragraph{See also:} Appendix~\ref{PROXY-NEIGH}, p.\pageref{PROXY-NEIGH} 849 describes how to manage proxy ARP/NDISC with the \verb|ip| utility. [all...] |
/external/webkit/WebCore/plugins/ |
PluginView.cpp | 441 static bool getString(ScriptController* proxy, JSValue result, String& string) 443 if (!proxy || !result || result.isUndefined()) 447 ExecState* exec = proxy->globalObject(pluginWorld())->globalExec(); [all...] |
/dalvik/vm/ |
Dvm.mk | 193 reflect/Proxy.c \
|
/external/apache-http/src/org/apache/http/impl/entity/ |
StrictContentLengthStrategy.java | 89 * A range header might be forwarded by a 1.0 proxy that does not
|
/external/ppp/pppd/plugins/radius/ |
buildreq.c | 239 * Works for a proxy; does not add IP address, and does
|
/external/v8/src/arm/ |
ic-arm.cc | 75 // Bail out if we have a JS global proxy object. 276 // Patch the receiver with the global proxy if necessary. 324 // Accessing non-global object: Check for access to global proxy. 329 // Check that the non-global, non-global-proxy object does not
|
/external/webkit/WebCore/rendering/ |
RenderEmbeddedObject.cpp | 326 serviceType = "application/x-media-element-proxy-plugin";
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
NetscapePluginInstanceProxy.mm | 196 // Invalidate all proxy instances. 207 // If the plug-in host has died, the proxy will be null. 227 // If the plug-in host crashes while we're waiting for a reply, the last reference to the instance proxy [all...] |
/frameworks/base/core/java/android/database/ |
BulkCursorNative.java | 43 * a proxy if needed.
|
/frameworks/base/core/java/android/os/ |
IBinder.java | 146 * to instantiate a proxy class to marshall calls through
|