/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/ |
ProcessLauncherMac.mm | 36 #import <servers/bootstrap.h>
|
/external/dnsmasq/src/ |
dnsmasq.c | 497 if (!daemon->servers) 498 my_syslog(LOG_WARNING, _("warning: no upstream servers configured")); 957 my_syslog(LOG_WARNING, _("no servers found in %s, will retry"), latest->name); 1198 for (s = daemon->servers; s; s = s->next) 1218 for (s = daemon->servers; s; s = s->next) [all...] |
dnsmasq.h | 307 #define SERV_FROM_RESOLV 1 /* 1 for servers from resolv, 0 for command line. */ 620 struct server *servers; member in struct:daemon 783 int set_servers(const char *servers);
|
option.c | 200 { "all-servers", 0, 0, LOPT_NOLAST }, 271 { 'S', ARG_DUP, "/domain/ipaddr", gettext_noop("Specify address(es) of upstream servers with optional domains."), NULL }, 280 { 'V', ARG_DUP, "addr,addr,mask", gettext_noop("Translate IPv4 addresses from upstream servers."), NULL }, 291 { '1', OPT_DBUS, NULL, gettext_noop("Enable the DBus interface for setting upstream servers, etc."), NULL }, 315 { LOPT_NOLAST, OPT_ALL_SERVERS, NULL, gettext_noop("Always perform DNS queries to all servers."), NULL }, [all...] |
cache.c | 1139 for (serv = daemon->servers; serv; serv = serv->next) 1142 for (serv = daemon->servers; serv; serv = serv->next) [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
openid.php | 300 throw new ErrorException('No servers found!');
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
proxy_form_controller_test.js | 450 // Test that fixed, manual servers are correctly transformed into a 474 // for separate manually entered servers.
|
/external/kernel-headers/original/linux/ |
nfs_xdr.h | 9 * NFS_MAX_FILE_IO_SIZE. 64KB is a typical maximum, but some servers can 697 struct nfs4_string servers[NFS4_FS_LOCATION_MAXSERVERS]; member in struct:nfs4_fs_location
|
/frameworks/base/services/java/com/android/server/ |
NetworkManagementService.java | [all...] |
/sdk/adtproductbuild/ |
Android.mk | 96 # causes the build on our servers to fail.
|
/build/core/ |
config.mk | 44 SRC_SERVERS:= $(TOPDIR)servers
|
/external/iproute2/doc/ |
ip-cref.tex | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |