HomeSort by relevance Sort by last modified time
    Searched full:host (Results 726 - 750 of 2243) sorted by null

<<21222324252627282930>>

  /external/webkit/WebCore/platform/network/cf/
SocketStreamHandleCFNet.cpp 73 KURL httpsURL(KURL(), "https://" + m_url.host());
312 RetainPtr<CFStringRef> host(AdoptCF, m_url.host().createCFString());
317 CFStreamCreatePairWithSocketToHost(0, host.get(), m_url.port(), &readStream, &writeStream);
344 const void* values[] = { host.get(), kCFStreamSocketSecurityLevelNegotiatedSSL };
  /external/webkit/WebCore/websockets/
WebSocketHandshake.cpp 113 const String WebSocketHandshake::host() const function in class:WebCore::WebSocketHandshake
115 return m_url.host().lower();
148 builder.append(m_url.host().lower());
168 builder.append("Host: ");
169 builder.append(m_url.host().lower());
  /external/webkit/WebKit/mac/icu/unicode/
uidna.h 100 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
150 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
200 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
246 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
293 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
  /external/wpa_supplicant/
driver_hostap.c 2 * WPA Supplicant - driver interaction with Linux Host AP driver
321 /* At the moment, Host AP driver requires host_roaming=2 for
379 * might not support Host AP specific scan request (with SSID
477 * Host AP driver may use both wlan# and wifi# interface in
501 .desc = "Host AP driver (Intersil Prism2/2.5/3)",
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_hostap.c 2 * WPA Supplicant - driver interaction with Linux Host AP driver
319 /* At the moment, Host AP driver requires host_roaming=2 for
377 * might not support Host AP specific scan request (with SSID
473 * Host AP driver may use both wlan# and wifi# interface in
497 .desc = "Host AP driver (Intersil Prism2/2.5/3)",
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 252 String host = values.getAsString(Im.CUSTOM_PROTOCOL); local
255 // Try bringing in a well-known host for specific protocols
256 host = ContactsUtils.lookupProviderNameFromId(protocol);
259 if (!TextUtils.isEmpty(host) && !TextUtils.isEmpty(data)) {
260 final String authority = host.toLowerCase();
  /packages/apps/IM/src/com/android/im/imps/
HttpDataChannel.java 92 String host = cfg.getHost(); local
93 if (host == null || host.length() == 0) {
95 "Empty host name.");
104 "Non HTTP/HTTPS host name.");
  /system/wlan/ti/wilink_6_1/Txn/
SdioBusDrv.c 73 void * pHostAddr; /* The host buffer address to write from or read into */
327 * to it from the host buffer(s) before write transactions,
328 * or copied from it to the host buffers after read transactions.
340 TI_UINT8 *pHostBuf = pBusDrv->pDmaBuffer; /* Host buffer to use for actual transaction is the DMA buffer */
526 /* For read transaction, copy the data from the DMA-able buffer to the host buffer(s) */
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
InetAddressTest.java 252 InetAddress.getAllByName("unknown.host");
309 public void checkConnect(String host, int port) {
310 if(host.equals("google.com")) {
386 // Test for any of the host lookups, where the default SecurityManager
453 notes = "UnknownHostException should be thrown if no IP address for the host could be found.",
461 // We don't know the host name or ip of the machine
465 assertTrue("Incorrect host returned", InetAddress.getLocalHost()
483 InetAddress host = null; local
485 host = InetAddress.getByName(literal);
489 return host.hashCode()
    [all...]
  /external/icu4c/
configure.in 44 # Determine the host system
108 case "${host}" in
127 # Checks for libraries and other host specific stuff
130 case "${host}" in
233 case "${host}" in
396 case "${host}" in
464 case "${host}" in
504 case "${host}" in
864 case "${host}" in
1068 case "${host}" i
    [all...]
  /external/webkit/LayoutTests/http/conf/
apache2-httpd.conf 26 # which responds to requests that aren't handled by a virtual host.
256 # virtual host being defined.
260 # ServerName allows you to set a host name which is sent back to clients for
262 # "www" instead of the host's real name).
264 # Note: You cannot just invent host names and hope they work. The name you
265 # define here must be a valid DNS name for your host. If you don't understand
267 # If your host doesn't have a registered DNS name, enter its IP address here.
405 # container, error messages relating to that virtual host will be
407 # container, that host's errors will be logged there and not here.
445 # Optionally add a line containing the server version and virtual host
    [all...]
cygwin-httpd.conf 26 # which responds to requests that aren't handled by a virtual host.
290 # virtual host being defined.
294 # ServerName allows you to set a host name which is sent back to clients for
296 # "www" instead of the host's real name).
298 # Note: You cannot just invent host names and hope they work. The name you
299 # define here must be a valid DNS name for your host. If you don't understand
301 # If your host doesn't have a registered DNS name, enter its IP address here.
439 # container, error messages relating to that virtual host will be
441 # container, that host's errors will be logged there and not here.
479 # Optionally add a line containing the server version and virtual host
    [all...]
httpd.conf 26 # which responds to requests that aren't handled by a virtual host.
293 # virtual host being defined.
297 # ServerName allows you to set a host name which is sent back to clients for
299 # "www" instead of the host's real name).
301 # Note: You cannot just invent host names and hope they work. The name you
302 # define here must be a valid DNS name for your host. If you don't understand
304 # If your host doesn't have a registered DNS name, enter its IP address here.
442 # container, error messages relating to that virtual host will be
444 # container, that host's errors will be logged there and not here.
482 # Optionally add a line containing the server version and virtual host
    [all...]
  /external/bluetooth/bluez/tools/
csr.c 840 return "Host transport channel 0 settings (BCSP ACK)";
842 return "Host transport channel 1 settings (BCSP-LE)";
844 return "Host transport channel 2 settings (BCCMD)";
846 return "Host transport channel 3 settings (HQ)";
848 return "Host transport channel 4 settings (DM)";
850 return "Host transport channel 5 settings (HCI CMD/EVT)";
852 return "Host transport channel 6 settings (HCI ACL)";
854 return "Host transport channel 7 settings (HCI SCO)";
856 return "Host transport channel 8 settings (L2CAP)";
858 return "Host transport channel 9 settings (RFCOMM)"
    [all...]
  /external/qemu/
usb-linux.c 2 * Linux host USB redirector
7 * Support for host device auto connect & disconnect
134 /* Host side address */
735 * Called by the HC (host controller).
899 perror("husb: USB Host Device Path not set");
962 "host:%d.%d", bus_num, addr);
1001 monitor_printf(mon, "husb: host usb device %d.%d is already open\n",
1055 * host's USB devices. This is legacy support since many distributions
1068 perror("husb: USB Host Device Path not set");
1173 * Use /sys/bus/usb/devices/ directory to determine host's US
    [all...]
cpu-all.h 28 * WORDS_ALIGNED : if defined, the host cpu can only make word aligned
31 * WORDS_BIGENDIAN : if defined, the host cpu is big endian and
203 * raw : host memory access
625 /* On some host systems the guest address space is reserved on the host.
923 /* host CPU ticks (if available) */
1045 /* The host CPU doesn't have an easily accessible cycle counter.
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmspibrcm.c 741 sd_err(("%s: Host is %d bit spid, could not create SPI command.\n",
769 sd_err(("%s: Host is %d bit machine, could not read SPI dstatus.\n",
836 sd_err(("%s: Host is %d bit machine, could not read SPI dstatus.\n",
903 sd_err(("Error in CMD or Host data, detected by CRC/Checksum (optional)\n"));
1124 /* Adapt clock-phase-speed-bitwidth between host and device */
1132 /* Due to a silicon testability issue, the first command from the Host
1134 * Host should poll the device with a safe read request. ie: The Host
1185 #define CTRL_REG_DEFAULT 0x00010430 /* according to the host m/c */
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 725 String host = "http://localhost:8080"; local
730 String[] result = mWebView.getHttpAuthUsernamePassword(host, realm);
733 mWebView.setHttpAuthUsernamePassword(host, realm, userName, password);
734 result = mWebView.getHttpAuthUsernamePassword(host, realm);
740 mWebView.setHttpAuthUsernamePassword(host, realm, userName, newPassword);
741 result = mWebView.getHttpAuthUsernamePassword(host, realm);
747 mWebView.setHttpAuthUsernamePassword(host, realm, newUserName, newPassword);
748 result = mWebView.getHttpAuthUsernamePassword(host, realm);
754 mWebView.setHttpAuthUsernamePassword(host, realm, null, password);
755 result = mWebView.getHttpAuthUsernamePassword(host, realm)
792 String host = "http:\/\/localhost:8080"; local
    [all...]
  /cts/tools/host/src/com/android/cts/
HostConfig.java 44 * Holds CTS host configuration information, such as:
760 * Validate host controller jar file described in the package description XML file.
763 * @param hostControllerJarPath The host controller jar file path.
764 * @return If the host controller jar file contained in the zipped package,
780 Log.e("Package error: host controler jar file "
    [all...]
  /dalvik/vm/jdwp/
JdwpSocket.c 398 assert(state->params.host[0] != '\0');
402 * Start by resolving the host name.
408 cc = gethostbyname_r(state->params.host, &he, auxBuf, sizeof(auxBuf),
412 state->params.host, strerror(errno));
418 pEntry = gethostbyname(state->params.host);
421 state->params.host, strerror(h_errno));
459 state->params.host, inet_ntoa(addr.addrInet.sin_addr),
  /external/kernel-headers/original/linux/
usb_ch9.h 7 * - the master/host side Linux-USB kernel driver API;
12 * act either as a USB master/host or as a USB slave/device. That means
35 #define USB_DIR_IN 0x80 /* to host */
357 #define USB_OTG_HNP (1 << 1) /* swap host/device roles */
503 * host and a device for connection set up, mutual authentication, and
523 __u8 CHID[16]; /* persistent host id */
524 __u8 CDID[16]; /* device id (unique w/in host context) */
  /external/v8/samples/
process.cc 49 virtual const string& Host() = 0;
461 const string& path = request->Host();
483 result->SetAccessor(String::NewSymbol("host"), GetHost);
506 const string& host,
510 virtual const string& Host() { return host_; }
522 const string& host,
526 host_(host),
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 150 wpabuf_printf(msg, "HOST: %s:%d\r\n",
538 * HOST:239.255.255.250:1900
544 * address, it sends out host lines like: HOST:[FF02::C]:1900
566 if (token_eq(data, "host")) {
567 /* The host line indicates who the packet
570 * stuff with the HOST: line.
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 583 private final String host; field in class:BluetoothOppTransfer.SocketConnectThread
596 public SocketConnectThread(String host, int port, int dummy) {
598 this.host = host;
608 this.host = null;
638 s.connect(new InetSocketAddress(host, channel), CONNECT_WAIT_TIMEOUT);
640 Log.e(TAG, "TCP socket connect unknown host ");
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
mmc_omap_api.h 236 FConvert fconvert; /* convert peripheral address to host address function */
267 This function initializes the SDIO host controller.
286 This function disconnects the host CPU from the slave SDIO device.
399 A host communicating with SDIO device can abort data transfer just by
402 blocks to be transferred, it is recommended that the host issue a block
524 A host communicating with SDIO device can abort data transfer just by
527 blocks to be transferred, it is recommended that the host issue a block

Completed in 4079 milliseconds

<<21222324252627282930>>