HomeSort by relevance Sort by last modified time
    Searched refs:hosts (Results 1 - 12 of 12) sorted by null

  /external/chromium/net/data/proxy_resolver_v8_unittest/
simple.js 1 // PAC script which uses isInNet on both IP addresses and hosts, and calls
  /external/webkit/WebCore/platform/network/curl/
ResourceHandleCurl.cpp 87 static HashSet<String> hosts; local
89 return hosts;
  /packages/apps/Browser/src/com/android/browser/
WebsiteSettingsActivity.java 246 HashMap<String, Set<Site>> hosts = new HashMap<String, Set<Site>>(); local
254 if (hosts.containsKey(host)) {
255 hostSites = (Set<Site>)hosts.get(host);
258 hosts.put(host, hostSites);
277 if (hosts.containsKey(host)) {
284 Set matchingSites = (Set) hosts.get(host);
  /external/webkit/WebCore/inspector/front-end/
AuditRules.js 267 var hosts = [];
269 hosts.push(url);
271 if (!hosts.length)
272 return; // no hosts (local file or something)
274 hosts.sort(hostSorter);
277 if (hosts.length > optimalHostnameCount)
278 hosts.splice(optimalHostnameCount);
280 var busiestHostResourceCount = domainToResourcesMap[hosts[0]].length;
286 for (var i = 0, size = hosts.length; i < size; ++i)
287 avgResourcesPerHost += domainToResourcesMap[hosts[i]].length
    [all...]
  /system/core/rootdir/
Android.mk 8 etc/hosts
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 34 # Added master host list so offline hosts can still be displayed.
74 my @hosts = ();
106 # Mark all hosts as offline, saving old state.
111 # Read hosts.
143 # Sort hosts by IP ;-)
144 @hosts = sort byip values %{$list};
146 $data->{'hosts'} = [ @hosts ];
262 # hosts all come back online, they show up quicker.)
  /external/webkit/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 96 static HashSet<String> hosts; local
98 return hosts;
    [all...]
  /build/core/
envsetup.mk 122 # Default to building dalvikvm on hosts that support it...
  /external/iproute2/doc/
ip-cref.tex 399 hosts. All packets sent through it will be returned
403 to all hosts sharing the same link. A typical example is an Ethernet link.
838 addresses and link layer addresses for hosts sharing the same link.
    [all...]
ip-tunnels.tex 415 level \verb|arpd| daemon, which will maintain database of hosts attached
  /external/libffi/
ltconfig 323 --enable-win32-dll enable building dlls on win32 hosts
    [all...]
  /external/dropbear/
configure     [all...]

Completed in 232 milliseconds