/third_party/node/test/internet/ |
D | test-dns.js | 553 function(err, ips, family) { argument 556 validateResult(ips); 567 .then(function(ips) { argument 568 assert.ok(Array.isArray(ips)); 569 assert.ok(ips.length > 0); 570 assert.strictEqual(ips[0].address, '127.0.0.1'); 571 assert.strictEqual(ips[0].family, 4); 594 const req = dns.lookup(null, { all: true }, (err, ips) => { 596 assert.ok(Array.isArray(ips)); 597 assert.strictEqual(ips.length, 0); [all …]
|
D | test-dns-ipv6.js | 55 common.mustSucceed((ips) => { 56 validateResult(ips); 200 common.mustSucceed((ips) => { 201 validateResult(ips);
|
D | test-dns-ipv4.js | 53 common.mustSucceed((ips) => { 54 validateResult(ips); 210 common.mustSucceed((ips) => { 211 validateResult(ips);
|
/third_party/node/lib/ |
D | tls.js | 272 const ips = []; 300 ips.push(canonicalizeIP(name.slice(11))); 309 dnsNames.length > 0 || ips.length > 0 || uriNames.length > 0; 314 valid = ips.includes(canonicalizeIP(hostname)); 316 reason = `IP: ${hostname} is not in the cert's list: ${ips.join(', ')}`;
|
/third_party/python/Lib/ |
D | ipaddress.py | 326 ips = [] 332 if ips and ips[-1]._version != ip._version: 334 ip, ips[-1])) 335 ips.append(ip) 337 if ips and ips[-1]._version != ip._version: 339 ip, ips[-1])) 341 ips.append(ip.ip) 343 ips.append(ip.network_address) 351 ips = sorted(set(ips)) 354 if ips: [all …]
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_device.c | 629 struct usb_idesc_parse_state ips; in usb_config_parse() local 689 (void)memset_s(&ips, sizeof(ips), 0, sizeof(ips)); in usb_config_parse() 694 while ((id = usb_idesc_foreach(udev->cdesc, &ips))) { in usb_config_parse() 695 iface = udev->ifaces + ips.iface_index; in usb_config_parse() 701 (iface_index != ips.iface_index)) { in usb_config_parse() 704 } else if (alt_index != ips.iface_index_alt) { in usb_config_parse() 715 if (ips.iface_index_alt == 0) { in usb_config_parse() 757 ips.iface_index, ed, ecomp, ep); in usb_config_parse() 771 udev->ifaces_max = ips.iface_index; in usb_config_parse()
|
/third_party/ltp/testcases/network/virt/ |
D | wireguard_lib.sh | 54 allowed-ips $allow_ip_rmt
|
/third_party/rust/crates/regex/src/ |
D | dfa.rs | 1752 let ips: Vec<usize> = self.inst_ptrs().collect(); in fmt() localVariable 1755 .field("insts", &ips) in fmt() 1896 fn p(mut ips: Vec<u32>, flags: u8) -> bool { in prop_state_encode_decode() 1902 for ip in &mut ips { in prop_state_encode_decode() 1909 for &ip in ips.iter() { in prop_state_encode_decode() 1915 ips.into_iter().map(|ip| ip as usize).collect(); in prop_state_encode_decode()
|
/third_party/node/deps/npm/node_modules/delegates/ |
D | Readme.md | 43 .getter('ips')
|
/third_party/libwebsockets/plugins/ssh-base/ |
D | sshd.c | 1615 scp->ips = SSHS_SCP_COLLECTSTR; in lws_ssh_parse_plaintext() 1705 switch (scp->ips) { in lws_ssh_parse_plaintext() 1725 scp->ips = SSHS_SCP_PAYLOADIN; in lws_ssh_parse_plaintext() 1742 scp->ips = SSHS_SCP_COLLECTSTR; in lws_ssh_parse_plaintext()
|
/third_party/libwebsockets/plugins/ssh-base/include/ |
D | lws-ssh.h | 435 char ips; member
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | lv.txt | 2633 dnam{"šķips."} 2634 one{"{0} šķips."} 2635 other{"{0} šķips."} 2636 zero{"{0} šķips."}
|
/third_party/icu/icu4c/source/data/unit/ |
D | lv.txt | 2633 dnam{"šķips."} 2634 one{"{0} šķips."} 2635 other{"{0} šķips."} 2636 zero{"{0} šķips."}
|
/third_party/python/Lib/test/ |
D | test_ipaddress.py | 1521 ips = [str(x) for x in self.ipv4_network.subnets(2)] 1523 ips,
|
/third_party/tzdata/ |
D | europe | 718 # http://pravo.gov.ru/proxy/ips/?docbody=&nd=102014034&rdk=0 3140 # http://pravo.gov.ru/proxy/ips/?docbody=&nd=102075743
|
D | asia | 2304 # http://pravo.gov.ru/proxy/ips/?docbody=&nd=102010545
|
/third_party/libxml2/result/ |
D | rdf2.rdr | 1018 /usr/share/ncurses4/terminfo/i/ips
|
D | rdf2.rde | 1018 /usr/share/ncurses4/terminfo/i/ips
|
/third_party/rust/crates/regex/bench/src/data/ |
D | 1MB.txt | 13148 ips 34768 ips
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 24081 {"media-router-cast-allow-all-ips",
|