/external/webkit/WebCore/bindings/v8/custom/ |
V8HistoryCustom.cpp | 86 bool V8History::indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value> data) 90 History* history = V8History::toNative(host); 94 bool V8History::namedSecurityCheck(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value> data) 98 History* history = V8History::toNative(host);
|
V8LocationCustom.cpp | 87 INC_STATS("DOM.Location.host._set"); 90 String host = toWebCoreString(value); local 97 String newHost = host.left(host.find(":")); 98 String newPort = host.substring(host.find(":") + 1); 345 bool V8Location::indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value> data) 349 Location* imp = V8Location::toNative(host); 353 bool V8Location::namedSecurityCheck(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value> data) 357 Location* imp = V8Location::toNative(host); [all...] |
/external/webkit/WebCore/html/ |
HTMLAreaElement.idl | 34 readonly attribute DOMString host;
|
/external/webkit/WebCore/platform/network/cf/ |
AuthenticationCF.cpp | 171 CFStringRef host = coreSpace.host().createCFString(); local 173 CFURLProtectionSpaceRef result = CFURLProtectionSpaceCreate(0, host, coreSpace.port(), serverType, realm, scheme); 174 CFRelease(host);
|
/external/webkit/WebCore/platform/network/curl/ |
ResourceHandleCurl.cpp | 133 void ResourceHandle::setHostAllowsAnyHTTPSCertificate(const String& host) 135 allowsAnyHTTPSCertificateHosts().add(host.lower()); 148 void ResourceHandle::setClientCertificate(const String& host, CFDataRef cert) 150 clientCerts().set(host.lower(), cert);
|
/external/webkit/WebCore/platform/network/qt/ |
SocketStreamHandleQt.cpp | 68 QString host = url.host(); local 71 static_cast<QSslSocket*>(m_socket)->connectToHostEncrypted(host, port); 74 m_socket->connectToHost(host, port);
|
/external/webkit/WebKit/android/wds/client/ |
Device.cpp | 30 return m_connection->sendRequest("host-serial:%s:%s", m_name, req);
|
/frameworks/base/core/java/android/net/ |
NetworkUtils.java | 34 /** Add a route to the specified host via the named interface. */ 43 /** Remove host routes that uses the named interface. */ 109 * Look up a host name and return the result as an int. Works if the argument 112 * @param hostname the name of the host (or the IP address)
|
/frameworks/base/core/java/android/os/storage/ |
IMountServiceListener.aidl | 29 * @param available true if a UMS host is connected.
|
StorageEventListener.java | 25 * Called when the detection state of a USB Mass Storage host has changed.
|
/frameworks/base/core/java/android/webkit/ |
DownloadListener.java | 22 * Notify the host application that a file should be downloaded
|
/frameworks/base/core/java/com/android/internal/appwidget/ |
IAppWidgetService.aidl | 30 int[] startListening(IAppWidgetHost host, String packageName, int hostId,
|
/frameworks/base/media/libstagefright/ |
Utils.cpp | 47 // XXX warning: these won't work on big-endian host.
|
/ndk/build/core/ |
build-all.mk | 44 BUILD_HOST_EXECUTABLE := $(BUILD_SYSTEM)/build-host-executable.mk 45 BUILD_HOST_STATIC_LIBRARY := $(BUILD_SYSTEM)/build-host-static-library.mk 103 clean-host-intermediates: 106 clean-intermediates: clean-host-intermediates
|
/packages/apps/Email/src/com/android/email/service/ |
IEmailService.aidl | 23 int validate(in String protocol, in String host, in String userName, in String password,
|
/sdk/eclipse/scripts/ |
_mk_icons.sh | 52 icon H green host
|
/system/core/libacc/ |
Android.mk | 14 # Static library for host
|
/system/extras/tests/bionic/libc/ |
Android.mk | 41 # same as 'device-test' but builds a host executable instead 44 define host-test 81 $(call host-test, $(sources)) 88 $(call host-test, $(sources))
|
/external/esd/include/ |
esd.h | 130 int esd_open_sound( const char *host ); 146 const char *host, const char *name ); 148 const char *host, const char *name ); 150 const char *host, const char *name ); 153 const char *host, const char *name ); 155 const char *host, const char *name ); 157 const char *host, const char *name );
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
sbsdpcmdev.h | 169 #define CS_F2ENABLED (1 << 2) /* 1=host has enabled the device */ 183 #define I_HMB_SW0 (1 << 4) /* To Host Mail S/W interrupt 0 */ 184 #define I_HMB_SW1 (1 << 5) /* To Host Mail S/W interrupt 1 */ 185 #define I_HMB_SW2 (1 << 6) /* To Host Mail S/W interrupt 2 */ 186 #define I_HMB_SW3 (1 << 7) /* To Host Mail S/W interrupt 3 */ 187 #define I_HMB_SW_MASK 0x000000f0 /* To Host Mail S/W interrupts mask */ 188 #define I_HMB_SW_SHIFT 4 /* To Host Mail S/W interrupts shift */
|
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
public_descriptors.h | 38 DESCRIPTION: Contains the host interface descriptor types in use. 104 uint8 totalMemBlks; /* Total number of memory blocks allocated by the host for this packet. 125 uint32 fwHandlingTime; /* The time passed from host xfer to Tx-complete.*/ 133 /* The Host-FW Tx-Result control counters */ 137 uint32 TxResultHostCounter; /* Host updates num of results read from results-queue since FW-init. */ 140 /* The Host-FW Tx-Result Interface */ 237 the structure of the Rx Descriptor recieved by HOST.
|
/build/core/ |
envsetup.mk | 52 # Set up configuration for host machine. We don't do cross- 53 # compiles except for arm, so the HOST is whatever we are 72 # BUILD_OS is the real host doing the build. 103 # the host build defaults to release, and it must be release or debug 114 # This is the standard way to name a directory containing prebuilt host 167 # Move the host or target under the debug/ directory 173 HOST_OUT_ROOT_release := $(OUT_DIR)/host 174 HOST_OUT_ROOT_debug := $(DEBUG_OUT_DIR)/host 181 BUILD_OUT := $(OUT_DIR)/host/$(BUILD_OS)-$(BUILD_ARCH) 185 # under product/) are actually host-dependent [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
Inet6Address.java | 89 * Constructs an IPv6 address according to the given {@code host}, {@code 92 * @param host 93 * the host name associated with the address. 102 public static Inet6Address getByAddress(String host, byte[] addr, 111 return new Inet6Address(addr, host, scope_id); 115 * Gets an IPv6 address instance according to the given {@code host}, 120 * @param host 132 public static Inet6Address getByAddress(String host, byte[] addr, 135 Inet6Address address = Inet6Address.getByAddress(host, addr, 0); 461 * @return the description, as host/address [all...] |
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLEngine.java | 43 * Creates a new {@code SSLEngine} instance with the specified host and 46 * @param host 47 * the name of the host. 49 * the port of the host. 51 protected SSLEngine(String host, int port) { 53 this.peerHost = host; 58 * Returns the name of the peer host. 60 * @return the name of the peer host, or {@code null} if none is available. 67 * Returns the port number of the peer host. 69 * @return the port number of the peer host, or {@code -1} is none i [all...] |
/system/core/adb/ |
protocol.txt | 5 various streams between the host computer and client device (in either 13 The host side becomes a simple comms bridge with no "UI", which will 73 where systemtype is "bootloader", "device", or "host", serialno is some 91 * "tcp:<host>:<port>" - host may be omitted to indicate localhost 92 * "udp:<host>:<port>" - host may be omitted to indicate localhost 222 the client device could ask the host computer to setup inbound socket 240 Port 5037 is used for smart sockets which allow a client on the host 241 side to request access to a service in the host adb daemon or in th [all...] |