Searched refs:servers (Results 51 - 75 of 76) sorted by relevance

1234

/external/chromium_org/sandbox/mac/
H A Dxpc_message_server_unittest.cc9 #include <servers/bootstrap.h>
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwin.py44 from webkitpy.layout_tests.servers import crash_service
H A Dbase.py66 from webkitpy.layout_tests.servers import apache_http
67 from webkitpy.layout_tests.servers import pywebsocket
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
H A DAPPRTCConnectionManager.m117 didReceiveICEServers:(NSArray*)servers {
133 [self.peerConnectionFactory peerConnectionWithICEServers:servers
/external/lldb/source/Core/
H A DConnectionMachPort.cpp14 #include <servers/bootstrap.h>
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
H A Drebaselineserver.py35 from webkitpy.tool.servers.reflectionhandler import ReflectionHandler
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc800 // Already got this STUN servers covered.
805 // NOTE: This will even skip a _different_ set of relay servers if we
1195 ServerAddresses servers; local
1198 servers.insert(relays[i].ports.front().address);
1201 return servers;
/external/dnsmasq/src/
H A Ddnsmasq.c497 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)
H A Ddnsmasq.h307 #define SERV_FROM_RESOLV 1 /* 1 for servers from resolv, 0 for command line. */
622 struct server *servers; member in struct:daemon
785 int set_servers(const char *servers);
H A Doption.c200 { "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 },
1515 serv->next = daemon->servers;
1516 daemon->servers = newlist;
2875 if (daemon->servers)
2878 for (tmp = daemon->servers; tmp; tmp = tmp->next)
H A Dcache.c1139 for (serv = daemon->servers; serv; serv = serv->next)
1142 for (serv = daemon->servers; serv; serv = serv->next)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c342 static void hostapd_config_free_radius(struct hostapd_radius_server *servers, argument
348 os_free(servers[i].shared_secret);
350 os_free(servers);
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c342 static void hostapd_config_free_radius(struct hostapd_radius_server *servers, argument
348 os_free(servers[i].shared_secret);
350 os_free(servers);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.c342 static void hostapd_config_free_radius(struct hostapd_radius_server *servers, argument
348 os_free(servers[i].shared_secret);
350 os_free(servers);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectioninterface_unittest.cc255 PeerConnectionInterface::IceServers servers; local
258 servers.push_back(server);
273 pc_ = pc_factory_->CreatePeerConnection(servers, constraints,
H A Dpeerconnection.cc328 if (!ParseIceServers(configuration.servers, &stun_config, &turn_config)) {
642 if (!ParseIceServers(config.servers, &stuns, &turns)) {
/external/chromium_org/content/renderer/media/
H A Drtc_peer_connection_handler.cc148 config->servers.push_back(server);
621 return native_peer_connection_->UpdateIce(config.servers,
/external/chromium_org/net/dns/
H A Ddns_transaction_unittest.cc435 // |servers|.
436 void CheckServerOrder(const unsigned* servers, size_t num_attempts) { argument
440 session_->config().nameservers[servers[i]]);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc2968 PeerConnectionInterface::IceServers servers; local
2969 JavaIceServersToJsepIceServers(jni, j_ice_servers, &servers);
2973 servers, observer->constraints(), NULL, NULL, observer));
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp2114 #include <servers/bootstrap.h>
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof99 # These are the web pages that servers need to support for dynamic profiles
172 For more help with querying remote servers, including how to add the
/external/jemalloc/bin/
H A Dpprof99 # These are the web pages that servers need to support for dynamic profiles
172 For more help with querying remote servers, including how to add the
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof99 # These are the web pages that servers need to support for dynamic profiles
172 For more help with querying remote servers, including how to add the
/external/iproute2/doc/
H A Dip-cref.tex2846 load between several servers.
2849 several servers with NAT. This is a mistake. All you get from this
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 7181 milliseconds

1234