/external/chromium_org/chrome/common/extensions/permissions/ |
D | socket_permission.cc | 76 std::set<base::string16> hostnames; in AddSpecificHostMessage() local 80 hostnames.insert(UTF8ToUTF16(i->entry().pattern().host)); in AddSpecificHostMessage() 82 if (!hostnames.empty()) { in AddSpecificHostMessage() 83 int id = (hostnames.size() == 1) ? in AddSpecificHostMessage() 92 hostnames.begin(), hostnames.end()), ' ')))); in AddSpecificHostMessage()
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
D | KnownHosts.java | 99 …public void addHostkey(String hostnames[], String serverHostKeyAlgorithm, byte[] serverHostKey) th… in addHostkey() argument 101 if (hostnames == null) in addHostkey() 112 publicKeys.add(new KnownHostsEntry(hostnames, rpk)); in addHostkey() 121 publicKeys.add(new KnownHostsEntry(hostnames, dpk)); in addHostkey() 442 String[] hostnames = arr[0].split(","); in initialize() local 448 addHostkey(hostnames, arr[1], msg); in initialize() 747 …public static void addHostkeyToFile(File knownHosts, String[] hostnames, String serverHostKeyAlgor… in addHostkeyToFile() argument 750 if ((hostnames == null) || (hostnames.length == 0)) in addHostkeyToFile() 762 for (int i = 0; i < hostnames.length; i++) in addHostkeyToFile() 768 writer.write(hostnames[i]); in addHostkeyToFile()
|
/external/chromium_org/chrome/common/extensions/api/sockets/ |
D | sockets_manifest_permission.cc | 345 std::set<base::string16> hostnames; in AddSpecificHostMessage() local 349 hostnames.insert(UTF8ToUTF16(it->pattern().host)); in AddSpecificHostMessage() 351 if (!hostnames.empty()) { in AddSpecificHostMessage() 352 int id = (hostnames.size() == 1) ? in AddSpecificHostMessage() 361 hostnames.begin(), hostnames.end()), ' ')))); in AddSpecificHostMessage()
|
/external/chromium/chrome/browser/net/ |
D | predictor_api.h | 49 void DnsPrefetchList(const NameList& hostnames);
|
D | predictor_api.cc | 161 void DnsPrefetchList(const NameList& hostnames) { in DnsPrefetchList() argument 165 for (NameList::const_iterator it = hostnames.begin(); in DnsPrefetchList() 166 it < hostnames.end(); in DnsPrefetchList()
|
/external/chromium/chrome/browser/renderer_host/ |
D | chrome_render_message_filter.cc | 94 const std::vector<std::string>& hostnames) { in OnDnsPrefetch() argument 95 chrome_browser_net::DnsPrefetchList(hostnames); in OnDnsPrefetch()
|
D | chrome_render_message_filter.h | 45 void OnDnsPrefetch(const std::vector<std::string>& hostnames);
|
/external/dnsmasq/contrib/port-forward/ |
D | portforward | 2 # forwarding to hostnames. If the dnsmasq-determined hostname matches the
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | chrome_render_message_filter.h | 86 void OnDnsPrefetch(const std::vector<std::string>& hostnames);
|
D | chrome_render_message_filter.cc | 189 const std::vector<std::string>& hostnames) { in OnDnsPrefetch() argument 191 predictor_->DnsPrefetchList(hostnames); in OnDnsPrefetch()
|
/external/chromium_org/chrome/browser/net/ |
D | predictor.h | 210 void DnsPrefetchList(const NameList& hostnames);
|
D | predictor.cc | 842 void Predictor::DnsPrefetchList(const NameList& hostnames) { in DnsPrefetchList() argument 846 for (NameList::const_iterator it = hostnames.begin(); in DnsPrefetchList() 847 it < hostnames.end(); in DnsPrefetchList()
|
/external/openssh/ |
D | ssh-keyscan.0 | 34 -H Hash all hostnames and addresses in the output. Hashed names may
|
D | sshd.0 | 337 hostnames or addresses, a from stanza may match IP addresses 371 pattern matching is performed on the specified hostnames, they 408 (optional), hostnames, bits, exponent, modulus, comment. The fields are 426 Alternately, hostnames may be stored in a hashed form which hides host 428 hostnames start with a `|' character. Only one hashed hostname may
|
D | PROTOCOL.certkeys | 146 certificate is valid; hostnames for SSH_CERT_TYPE_HOST certificates and
|
D | ssh-keygen.0 | 134 -H Hash a known_hosts file. This replaces all hostnames and 139 disclosed. This option will not modify existing hashed hostnames
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 137 written by ISC dhcpd. The hostnames in the leases file are 550 release 1.17 Fixed crash with DHCP hostnames > 40 characters. 573 For hostnames without a domain part which don't get 875 network. This also works with client-id and hostnames. 999 hostnames. This avoids the potential lease-loss problems 2307 Continue to use unqualified hostnames provided by DHCP 2318 Escape spaces in hostnames when they are stored in the
|
/external/ganymed-ssh2/ |
D | HISTORY.txt | 141 not good in case of hashed hostnames (it leads to a different BASE64 encoding and therefore
|
/external/chromium_org/net/data/proxy_resolver_perftest/ |
D | no-ads.pac | 634 // RE for common adserver hostnames. 635 // The regexp matches all hostnames starting with "ad" that are not
|
/external/chromium/net/data/proxy_resolver_perftest/ |
D | no-ads.pac | 634 // RE for common adserver hostnames. 635 // The regexp matches all hostnames starting with "ad" that are not
|
/external/dnsmasq/po/ |
D | fi.po | 417 msgid "Ignore hostnames provided by DHCP clients."
|
D | pt_BR.po | 417 msgid "Ignore hostnames provided by DHCP clients."
|
D | it.po | 417 msgid "Ignore hostnames provided by DHCP clients."
|
D | de.po | 453 msgid "Ignore hostnames provided by DHCP clients."
|
/external/tcpdump/ |
D | CHANGES | 631 - Print out hostnames if possible in egp printer. Thanks to Jeffrey
|