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

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasSelection.java 37 /** The node proxy for drawing the selection. Null when mCanvasViewInfo is null. */
CanvasDropListener.java 60 * The target node is the proxy node associated with the target view.
62 * factory couldn't create a proxy for it.
  /external/v8/src/arm/
full-codegen-arm.cc 554 Variable* var = decl->proxy()->var();
1427 VariableProxy* proxy = expr->expression()->AsVariableProxy(); local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 668 Variable* var = decl->proxy()->var();
1550 VariableProxy* proxy = expr->expression()->AsVariableProxy(); local
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 670 Variable* var = decl->proxy()->var();
1542 VariableProxy* proxy = expr->expression()->AsVariableProxy(); local
    [all...]
  /frameworks/base/core/java/android/webkit/
LoadListener.java 418 // is it a proxy authentication request?
427 // we have a proxy-ness match
432 // proxy-authentication request
435 // if we have a valid proxy set
437 /* The proxy credentials can be read in the WebCore thread
440 // save authentication credentials for pre-emptive proxy
461 // mark the auth-header object as a proxy
499 * @return True iff this loader is in the proxy-authenticate state.
674 // HTTP_PROXY_AUTH must include Proxy-Authenticate header field.
    [all...]
  /external/webkit/LayoutTests/http/conf/
fedora-httpd.conf 790 # Proxy Server directives. Uncomment the following lines to
791 # enable the proxy server:
796 #<Proxy *>
800 #</Proxy>
820 # End of proxy directives.
  /external/qemu/android/
help.c 254 " If 'http_proxy' is defined, it will be used as in '-http-proxy <proxy>'.\n\n"
695 " a HTTP/HTTPS proxy. this can be enabled by using the '-http-proxy <proxy>'\n"
698 " <proxy> can be one of the following:\n\n"
702 " the 'http://' prefix can be omitted. If '-http-proxy <proxy>' is not used,\n"
704 " the <proxy> format will be used automatically\n\n" );
    [all...]
  /external/v8/src/
objects-inl.h     [all...]
codegen.cc 302 Variable* var = node->proxy()->var();
323 Variable* var = node->proxy()->var();
  /external/bluetooth/glib/gobject/
gboxed.c 420 /* install proxy functions upon successfull registration */
604 /* we proxy this type, free contents and copy right away */
  /external/iproute2/ip/
ipneigh.c 50 " | proxy ADDR } [ dev DEV ]\n");
129 } else if (matches(*argv, "proxy") == 0) {
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_node_download_common.h 418 OSCL_HeapString<OsclMemAllocator> iProxyName; // HTTP proxy name, either ip or dns
419 uint32 iProxyPort; // HTTP proxy port
  /external/ppp/pppd/
sys-solaris.c 241 static u_int32_t proxy_arp_addr; /* Addr for proxy arp entry added */
769 * mark the interface down, delete default route and/or proxy arp entry.
    [all...]
  /external/tcpdump/
decnet.h 321 #define MNU_INVKPROXY 4 /* invoke proxy field present */
322 #define MNU_UICPROXY 8 /* use uic-based proxy */
  /external/webkit/WebCore/bindings/v8/
ScriptController.cpp 160 V8Proxy* activeProxy = activeFrame->script()->proxy();
218 // Evaluate a script file in the environment of this proxy.
  /external/webkit/WebKit/chromium/src/
WebDevToolsAgentImpl.cpp 448 V8Proxy* proxy = V8Proxy::retrieve(agent->m_webViewImpl->page()->mainFrame()); local
449 v8::Local<v8::Value> result = proxy->runScript(v8::Script::Compile(v8::String::New(code.utf8().data())), true);
  /external/webkit/WebKit/win/
WebURLResponse.cpp 114 result = LPCTSTR_UI_STRING("needs proxy", "HTTP result code string");
148 result = LPCTSTR_UI_STRING("proxy authentication required", "HTTP result code string");
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 87 Telephony.Carriers.PROXY, // 3
385 values.put(Telephony.Carriers.PROXY, checkNotSet(mProxy.getText()));
  /dalvik/vm/native/
InternalNative.c 45 { "Ljava/lang/reflect/Proxy;", dvm_java_lang_reflect_Proxy, 0 },
  /dalvik/vm/oo/
Class.h 109 * generation (e.g. reflect.Proxy).
  /development/data/etc/
apns-conf.xml 20 <!-- use empty string to specify no proxy or port -->
  /external/dbus/doc/
TODO 59 would convert the proxy to an "IOR" and dbus_g_proxy_from_string()
  /external/opencore/engines/2way/test/src/
av_disconnect_reset_rec_test.cpp 25 fprintf(fileoutput, "Start a/v disconnect reset rec test, proxy %d.\n", iUseProxy);
av_pause_rec_disconnect_test.cpp 24 fprintf(fileoutput, "Start a/v pause rec disconnect test, proxy %d.\n", iUseProxy);

Completed in 66 milliseconds

<<11121314151617181920>>