/external/webkit/WebKit/mac/Plugins/Hosted/ |
NetscapePluginHostManager.mm | 142 // And spawn the plug-in host again. 148 LOG_ERROR("Failed to spawn plug-in host, error %x", kr); 153 "visible name of the plug-in host process. The first argument is the plug-in name " 175 LOG_ERROR("Failed to check in with plug-in host, error %x", kr); 256 // The plug-in host must have died, but we haven't received the death notification yet. 295 // Spawn the plug-in host and tell it to call the registration function.
|
/external/dnsmasq/man/ |
dnsmasq.8 | 338 Specify an IP address to return for any host in the given domains. 351 .B \-m, --mx-host=<mx name>[[,<hostname>],<preference>] 354 the host specified in the --mx-target switch 355 or, if that switch is not given, the host on which dnsmasq 358 1 if not given. More than one MX record may be given for a host. 362 --mx-host. If --mx-target is given, but not --mx-host, then dnsmasq 371 Return an MX record pointing to the host given by mx-target (or the 376 .B \-W, --srv-host=<_service>.<_prot>.[<domain>],[<target>[,<port>[,<priority>[,<weight>]]]] 434 .B dhcp-host [all...] |
/frameworks/base/core/java/android/webkit/ |
WebViewDatabase.java | 52 // 8 -> 9 Store both scheme and host when storing passwords 133 private static final String PASSWORD_HOST_COL = "host"; 150 private static final String HTTPAUTH_HOST_COL = "host"; 827 * @param schemePlusHost The scheme and host for the password [all...] |
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
public_commands.h | 38 DESCRIPTION: Command definitions shared with host 174 The host structure consists of the Command ID, a Command Status 189 0 2 host Information Element ID - contains the ID of the requested 212 0 2 host Information Element ID - contains the ID of the requested 217 2 4 host Length - the length of the response (different for each IE 219 4 Length host IE payload according to definition in public_infoele.h. 233 the host has set all necessary configuration elements 250 the host has set all necessary configuration elements 275 Desc: This command instructs the WiLink to scan for BSS/IBSSs. The host 280 The WiLink sends SCAN_COMPLETE event to notify the host when it has [all...] |
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
public_commands.h | 38 DESCRIPTION: Command definitions shared with host 174 The host structure consists of the Command ID, a Command Status 189 0 2 host Information Element ID - contains the ID of the requested 212 0 2 host Information Element ID - contains the ID of the requested 217 2 4 host Length - the length of the response (different for each IE 219 4 Length host IE payload according to definition in public_infoele.h. 233 the host has set all necessary configuration elements 250 the host has set all necessary configuration elements 275 Desc: This command instructs the WiLink to scan for BSS/IBSSs. The host 280 The WiLink sends SCAN_COMPLETE event to notify the host when it has [all...] |
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 108 * formal RFC host names!</em> You should thus always use lower case letters 129 private static final String HOST_STR = "host"; 192 * authority host. 197 * authority host and port. 633 public AuthorityEntry(String host, String port) { 634 mOrigHost = host; 635 mWild = host.length() > 0 && host.charAt(0) == '*'; 636 mHost = mWild ? host.substring(1).intern() : host; 673 String host = data.getHost(); local 1237 String host = parser.getAttributeValue(null, HOST_STR); local [all...] |
/bionic/libthread_db/ |
libthread_db.c | 22 * cached by gdbserver from the host at init time. 136 * symbols returned from td_symbol_list via calls back to the host.
|
/bootable/bootloader/legacy/include/msm7k/ |
shared.h | 52 #define EMDH_CLK 6 /* External MDDI host clock */ 63 #define PMDH_CLK 17 /* Primary MDDI host clock */
|
/build/tools/apriori/ |
prelink_info.c | 86 INFO("Host and ELF file [%s] have same endianness.\n", fname); 91 INFO("Host and ELF file [%s] have different endianness.\n", fname);
|
/build/tools/soslim/ |
prelink_info.c | 86 INFO("Host and ELF file [%s] have same endianness.\n", fname); 91 INFO("Host and ELF file [%s] have different endianness.\n", fname);
|
/cts/tools/dx-tests/ |
Android.mk | 17 # run-dx-tests host module 43 # cfassembler host module
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
HttpConfiguration.java | 30 * and host name (<code>String</code>) or all three, depending on whether or not a 107 * Returns the host name for this configuration, or null if an http Proxy is used
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
mySSLSession.java | 31 public mySSLSession(String host, int port, byte[] id) { 34 nameHost = host;
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
OpenSSLSocketImplWrapper.java | 33 protected OpenSSLSocketImplWrapper(Socket socket, String host, int port, 35 super(socket, host, port, autoClose, sslParameters);
|
SSLContextImpl.java | 104 public SSLEngine engineCreateSSLEngine(String host, int port) { 108 return new SSLEngineImpl(host, port,
|
/external/apache-http/src/org/apache/http/conn/routing/ |
HttpRoutePlanner.java | 42 * Encapsulates logic to compute a {@link HttpRoute} to a target host. 51 * @param target the target host for the request.
|
/external/apache-http/src/org/apache/http/conn/ssl/ |
BrowserCompatHostnameVerifier.java | 51 final String host, 54 verify(host, cns, subjectAlts, false);
|
StrictHostnameVerifier.java | 58 final String host, 61 verify(host, cns, subjectAlts, true);
|
/external/bison/lib/ |
timevar.h | 24 wall-clock time, as appropriate to and supported by the host 55 /* System time (if applicable for this host platform) in this
|
/external/bluetooth/glib/gio/ |
gdummyfile.c | 45 char *host; member in struct:__anon1175 240 if (safe_strcmp (a->host, b->host) != 0) 509 g_free (decoded->host); 626 authority = [ userinfo "@" ] host [ ":" port ] 657 decoded->host = g_strndup (host_start, host_end - host_start); 728 if (decoded->host != NULL) 737 g_string_append (uri, decoded->host);
|
/external/dropbear/ |
cli-main.c | 54 TRACE(("user='%s' host='%s' port='%s'", cli_opts.username, 68 /* Set up the host:port log */
|
/external/e2fsprogs/lib/et/test_cases/ |
heimdal2.c | 21 "Could not find administrating host", 22 "Administrating host name is unknown",
|
/external/iproute2/examples/diffserv/ |
Edge1 | 18 # tag all incoming packets from host 10.2.0.24 to value 1 19 # tag all incoming packets from host 10.2.0.3 to value 2
|
Edge2 | 19 # tag all incoming packets from host 10.2.0.24 to value 1 20 # tag all incoming packets from host 10.2.0.3 to value 2
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-natt | 66 certificate_type x509 "your-host.cert.pem" "your-host.key.pem";
|