/third_party/node/lib/internal/ |
D | blocklist.js | 60 addAddress(address, family = 'ipv4') { argument 66 family, property 72 addRange(start, end, family = 'ipv4') { argument 78 family, property 86 family, property 96 addSubnet(network, prefix, family = 'ipv4') { argument 102 family, property 116 check(address, family = 'ipv4') { argument 123 family, property
|
D | socketaddress.js | 80 family: undefined, property 93 get family() { getter in SocketAddress 127 family: undefined, property 149 family: undefined, property
|
/third_party/node/test/parallel/ |
D | test-dns-lookup-promises.js | 46 stub: getaddrinfoPositive(['127.0.0.1'], { family: 4 }), property 57 factory: () => dnsPromises.lookup('example.com', { family: 6 }), property 82 { address: '::1', family: 6 }, property 83 { address: '::2', family: 6 }, property 88 factory: () => dnsPromises.lookup('example', { all: true, family: 4 }), property 90 { address: '::1', family: 4 }, property 91 { address: '::2', family: 4 }, property 98 { address: '127.0.0.1', family: 4 }, property 99 { address: 'some-address', family: 0 }, property 104 factory: () => dnsPromises.lookup('example', { all: true, family: 6 }), property [all …]
|
D | test-dns-lookup.js | 61 family: 0, property 72 const family = 20; constant 80 family, property 93 const options = { family }; field 141 family: 0, property 148 family: 4, property 151 assert.deepStrictEqual(res, [{ address: '127.0.0.1', family: 4 }]); property 155 family: 4, property 158 assert.deepStrictEqual(res, { address: '127.0.0.1', family: 4 }); property 163 family: 0, property [all …]
|
D | test-net-connect-options-port.js | 139 const portArgFunctions = doConnect([{ port, family }], field 148 family }], field 155 const portOptFunctions = doConnect([{ port, family }], field 164 family: family }], property 178 const portArgFunctions = doConnect([{ port, family }], noop); field 184 const portHostArgFunctions = doConnect([{ port, host: 'localhost', family }], field 191 const portOptFunctions = doConnect([{ port, family }], noop); field 197 const portHostOptFns = doConnect([{ port, host: 'localhost', family }], field 213 const portArgFunctions = doConnect([{ port, family }], dont); field 219 const portOptFunctions = doConnect([{ port, family }], dont); field [all …]
|
D | test-net-dns-custom-lookup.js | 18 family: addressType, property 33 cb(null, [{ address: common.localhostIPv4, family: 4 }]); property 41 cb(null, [{ address: '::1', family: 6 }]); property 61 cb(null, [{ address: undefined, family: 4 }]); property
|
D | test-http-agent-getname.js | 53 assert.strictEqual(agent.getName({ family }), 'localhost::'); field 56 assert.strictEqual(agent.getName({ family }), `localhost:::${family}`); field
|
D | test-socketaddress.js | 75 family: 'ipv6' property 85 family: 'ipv6', property 101 throws(() => new SocketAddress({ family }), { field
|
D | test-tls-connect-address-family.js | 24 family: 6, property 36 family: 6, all: true property
|
D | test-dns.js | 196 const checkCallback = (err, address, family) => { argument 204 assert.deepStrictEqual(res, { address: null, family: 4 }); property 243 family: 'nodejs.org', property 250 dns.lookup('', { family: 4, hints: 0 }, common.mustCall()); property 253 family: 6, property 277 family: 'IPv4' property 282 family: 'IPv6' property 286 await dnsPromises.lookup('', { family: 4, hints: 0 }); property 287 await dnsPromises.lookup('', { family: 6, hints: dns.ADDRCONFIG }); property
|
/third_party/node/test/fixtures/snapshot/ |
D | dns-lookup.js | 15 function onLookup(address, family) { argument 23 dns.promises.lookup(host, { family: 4 }).then( property 24 ({address, family}) => onLookup(address, family), field 27 dns.lookup(host, { family: 4 }, (err, address, family) => { property
|
/third_party/node/test/internet/ |
D | test-dns-ipv6.js | 96 validateResult({ address: ip, family }); field 122 validateResult(await dnsPromises.lookup(addresses.INET6_HOST, { family: 6 })); property 125 family: 6, property 127 validateResult({ address: ip, family }); field 136 family: 6, property 173 validateResult({ address: ip, family }); field 194 family: 6, property 199 { all: true, family: 6 }, property
|
D | test-dns-ipv4.js | 96 validateResult({ address: ip, family }); field 114 validateResult({ address: ip, family }); field 127 validateResult(await dnsPromises.lookup(addresses.INET4_HOST, { family: 4 })); property 130 family: 4, property 132 validateResult({ address: ip, family }); field 152 validateResult({ address: ip, family }); field 169 validateResult({ address: ip, family }); field 186 validateResult({ address: ip, family }); field 206 family: 4, property 211 { all: true, family: 4 }, property
|
D | test-dns-idna2008.js | 20 family: 4, property 29 { family: fixture.family }, property 40 dns.promises.lookup(fixture.hostname, { family: fixture.family }) property
|
D | test-dns-lookup.js | 13 family: 0, property 25 family: 0, property 36 family: 0, property 50 family: 'ipv4', property
|
/third_party/mesa3d/src/loader/ |
D | pci_id_driver_map.h | 18 #define CHIPSET(chip, family, family_str, name) chip, argument 24 #define CHIPSET(chip, name, family) chip, argument 30 #define CHIPSET(chip, name, family) chip, argument 36 #define CHIPSET(chip, name, family) chip, argument 42 #define CHIPSET(chip, name, family) chip, argument
|
/third_party/node/deps/npm/node_modules/@npmcli/agent/lib/ |
D | options.js | 6 const family = parseInt(opts.family ?? '0', 10) constant 21 family, property 34 ...dns.getOptions({ family, ...opts.dns }), property 62 family: options.family, property
|
D | dns.js | 11 family = 0, property 25 family, property 29 ...(typeof lookupOptions === 'number' ? { family: lookupOptions } : lookupOptions), property
|
/third_party/skia/modules/canvaskit/tests/ |
D | canvas2d.spec.js | 124 'family': 'monospace', property 134 'family': 'Arial', property 144 'family': 'Arial, san-serif', property 154 'family': 'SuperFont', property 174 'family': 'monospace', property 184 'family': 'monospace', property 194 'family': 'monospace', property 204 'family': 'monospace', property 214 'family': 'monospace', property 224 'family': 'monospace', property [all …]
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftcglyph.c | 32 FTC_Family family ) in FTC_GNode_Init() 44 FTC_Family family = gnode->family; in FTC_GNode_UnselectFamily() local 105 FTC_Family_Init( FTC_Family family, in FTC_Family_Init() 200 FTC_Family family = query->family; in FTC_GCache_Lookup() local
|
D | ftcbasic.c | 61 FTC_FamilyRec family; member 71 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; in ftc_basic_family_compare() local 84 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; in ftc_basic_family_init() local 99 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; in ftc_basic_family_get_count() local 135 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; in ftc_basic_family_load_bitmap() local 164 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; in ftc_basic_family_load_glyph() local 216 FTC_BasicFamily family = (FTC_BasicFamily)gnode->family; in ftc_basic_gnode_compare_faceid() local
|
/third_party/ltp/include/ |
D | tst_netdevice.h | 41 #define NETDEV_ADD_ADDRESS(ifname, family, address, prefix, addrlen, flags) \ argument 55 #define NETDEV_REMOVE_ADDRESS(ifname, family, address, addrlen) \ argument 84 #define NETDEV_ADD_ROUTE(ifname, family, srcaddr, srcprefix, srclen, dstaddr, \ argument 111 #define NETDEV_REMOVE_ROUTE(ifname, family, srcaddr, srcprefix, srclen, \ argument 136 #define NETDEV_ADD_QDISC(ifname, family, parent, handle, qd_kind, config) \ argument 146 #define NETDEV_REMOVE_QDISC(ifname, family, parent, handle, qd_kind) \ argument
|
/third_party/node/test/sequential/ |
D | test-net-connect-local-error.js | 12 family: 4, property 19 family: 6, property
|
/third_party/node/deps/cares/src/lib/ |
D | ares_gethostbyname.c | 102 void ares_gethostbyname(ares_channel_t *channel, const char *name, int family, in ares_gethostbyname() 239 static ares_status_t ares__hostent_localhost(const char *name, int family, in ares__hostent_localhost() 273 const char *name, int family, in ares_gethostbyname_file_int() 319 int family, struct hostent **host) in ares_gethostbyname_file()
|
D | ares__addrinfo2hostent.c | 57 ares_status_t ares__addrinfo2hostent(const struct ares_addrinfo *ai, int family, in ares__addrinfo2hostent() 203 ares_status_t ares__addrinfo2addrttl(const struct ares_addrinfo *ai, int family, in ares__addrinfo2addrttl()
|