/external/webkit/WebKit/win/Interfaces/ |
IWebViewPrivate.idl | 208 // - destinationHost: The host to grant access to. 209 // - allowDestinationSubdomains: If host is a domain, setting this to YES will whitelist host and all its subdomains, recursively.
|
/frameworks/base/core/java/android/os/storage/ |
StorageManager.java | 269 * Query if a USB Mass Storage (UMS) host is connected. 270 * @return true if UMS host is connected. 283 * @return true if UMS host is enabled.
|
/frameworks/base/tests/CoreTests/android/core/ |
DatabaseSessionCache.java | 44 * Key is host:port - port is not optional. 225 public byte[] getSessionData(String host, int port) { 273 String key = host + ":" + port;
|
/bootable/bootloader/legacy/arch_msm7k/ |
smem.c | 63 unsigned host; member in struct:smsm_shared
|
/build/tools/isprelinked/ |
isprelinked.c | 5 3. fix the determination of the host and ELF-file endianness
|
/dalvik/libcore/luni/src/main/java/java/net/ |
DatagramSocket.java | 136 * Connects this UDP datagram socket to the specific target host with the 137 * address {@code anAdress} on port {@code aPort}. The host and port are 183 * Disconnects this UDP datagram socket from the remote host. This method 568 * Constructs a new {@code DatagramSocket} bound to the host/port specified 649 * Connects this datagram socket to the remote host and port specified by 650 * {@code remoteAddr}. The host and port are validated, thereafter the only 655 * the address and port of the target host. 715 * Determines whether the socket is connected to a target host. 724 * Gets the address and port of the connected remote host. If this socket is
|
DatagramSocketImpl.java | 213 * data and the address and port information of the target host as well. 253 * the address of the target host which has to be connected. 255 * the port on the target host which has to be connected. 266 * Disconnects this socket from the remote host.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/res/ |
XMLErrorResources.java | 257 "Host is not a well formed address"}, 260 "Port cannot be set when host is null"}, 284 "Userinfo may not be specified if host is not specified"}, 287 "Port may not be specified if host is not specified"},
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
SerializerMessages.java | 140 "Port cannot be set when host is null" }, 143 "Host is not a well formed address" }, 179 "Port may not be specified if host is not specified" }, 182 "Userinfo may not be specified if host is not specified" },
|
SerializerMessages_de.java | 141 "Der Port kann nicht festgelegt werden, wenn der Host gleich Null ist." }, 144 "Der Host ist keine syntaktisch korrekte Adresse." }, 180 "Der Port kann nicht angegeben werden, wenn der Host nicht angegeben wurde." }, 183 "Benutzerinformationen k\u00f6nnen nicht angegeben werden, wenn der Host nicht angegeben wurde." },
|
SerializerMessages_it.java | 141 "La porta non pu\u00f2 essere impostata se l'host \u00e8 nullo" }, 144 "Host non \u00e8 un'indirizzo corretto" }, 180 "La porta non pu\u00f2 essere specificata se l'host non S specificato" }, 183 "Userinfo non pu\u00f2 essere specificato se l'host non S specificato" },
|
SerializerMessages_pt_BR.java | 141 "A porta n\u00e3o pode ser definida quando o host \u00e9 nulo" }, 144 "O host n\u00e3o \u00e9 um endere\u00e7o formado corretamente" }, 180 "Port n\u00e3o pode ser especificado se host n\u00e3o for especificado" }, 183 "Userinfo n\u00e3o pode ser especificado se host n\u00e3o for especificado" },
|
/dalvik/tools/gdbjithelper/ |
README.txt | 43 Remote debugging from host 127.0.0.1
|
/external/apache-http/src/org/apache/http/client/ |
HttpClient.java | 125 * @param target the target host for the request. 146 * @param target the target host for the request. 206 * @param target the target host for the request. 228 * @param target the target host for the request.
|
/external/apache-http/src/org/apache/http/conn/ssl/ |
AllowAllHostnameVerifier.java | 43 final String host,
|
/external/bluetooth/bluez/tools/ |
bccmd.8 | 25 Local device with Host Controller Interface (default).
|
/external/clearsilver/cgi/ |
cgi.c | 199 {"HTTP_HOST", "Host"}, 1432 char *host; local [all...] |
/external/dhcpcd/ |
config.h | 37 * Ideally the host network scripts should add the link local route for us.
|
/external/dnsmasq/contrib/Suse/ |
dnsmasq-suse.spec | 28 addresses to appear in the DNS with names configured either in each host or
|
/external/dnsmasq/contrib/port-forward/ |
dnsmasq-portforward | 7 # IP-tables so that they always point to the correct host. See
|
/external/dropbear/ |
SMALL | 17 - If you're compiling statically, you can turn off host lookups
|
/external/dropbear/debian/ |
dropbear.README.Debian | 23 package, it checks for existing OpenSSH host keys and if found,
|
/external/elfutils/ |
INSTALL | 126 automatically, but needs to determine by the type of host the package 128 a message saying it can not guess the host type, give it the 129 `--host=TYPE' option. TYPE can either be a short name for the system 135 need to know the host type.
|
/external/elfutils/src/ |
unaligned.h | 27 /* Macros to convert from the host byte order to that of the object file. */
|
/external/icu4c/test/cintltst/ |
cintltst.h | 51 * @return new char* to the unichars in host format
|