| /third_party/node/test/parallel/ |
| D | test-dns.js | 217 const hints = (dns.V4MAPPED | dns.ADDRCONFIG | dns.ALL) + 1; constant 225 dnsPromises.lookup('nodejs.org', { hints }); field 228 dns.lookup('nodejs.org', { hints }, common.mustNotCall()); field 244 hints: dns.ADDRCONFIG | dns.V4MAPPED | dns.ALL, property 250 dns.lookup('', { family: 4, hints: 0 }, common.mustCall()); property 254 hints: dns.ADDRCONFIG property 257 dns.lookup('', { hints: dns.V4MAPPED }, common.mustCall()); property 260 hints: dns.ADDRCONFIG | dns.V4MAPPED property 264 hints: dns.ALL property 268 hints: dns.V4MAPPED | dns.ALL property [all …]
|
| D | test-dns-lookup.js | 60 hints: 100, property 79 hints: 0, property 111 const options = { hints }; field 140 hints: 0, property 147 hints: 0, property 154 hints: 0, property 162 hints: 0, property 171 hints: 0, property 183 hints: 0, property
|
| D | test-tls-connect-hints-option.js | 14 const hints = 512; constant 28 assert.deepStrictEqual(options, { family: undefined, hints }); field 30 hints field
|
| D | test-dns-lookup-promises-options-deprecated.js | 21 dnsPromises.lookup('127.0.0.1', { hints: '-1' }); property 26 assert.throws(() => dnsPromises.lookup('127.0.0.1', { hints: -1 }), property
|
| /third_party/node/deps/v8/src/objects/ |
| D | js-date-time-format-inl.h | 34 int hints = flags(); in ACCESSORS() local 45 int hints = flags(); in set_date_style() local 56 int hints = flags(); in set_time_style() local
|
| D | js-list-format-inl.h | 31 int hints = flags(); in ACCESSORS() local 42 int hints = flags(); in set_type() local
|
| D | js-segment-iterator-inl.h | 33 int hints = flags(); in ACCESSORS() local
|
| D | js-plural-rules-inl.h | 37 int hints = flags(); in ACCESSORS() local
|
| D | js-relative-time-format-inl.h | 31 int hints = flags(); in ACCESSORS() local
|
| D | js-segmenter-inl.h | 30 int hints = flags(); in ACCESSORS() local
|
| D | js-segments-inl.h | 32 int hints = flags(); in ACCESSORS() local
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| D | afhints.c | 340 af_get_segment_index( AF_GlyphHints hints, in af_get_segment_index() 385 af_get_edge_index( AF_GlyphHints hints, in af_get_edge_index() 399 af_get_strong_edge_index( AF_GlyphHints hints, in af_get_strong_edge_index() 415 af_glyph_hints_dump_points( AF_GlyphHints hints, in af_glyph_hints_dump_points() 533 af_glyph_hints_dump_segments( AF_GlyphHints hints, in af_glyph_hints_dump_segments() 598 af_glyph_hints_get_num_segments( AF_GlyphHints hints, in af_glyph_hints_get_num_segments() 624 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, in af_glyph_hints_get_segment_offset() 672 af_glyph_hints_dump_edges( AF_GlyphHints hints, in af_glyph_hints_dump_edges() 790 af_glyph_hints_init( AF_GlyphHints hints, in af_glyph_hints_init() 800 af_glyph_hints_done( AF_GlyphHints hints ) in af_glyph_hints_done() [all …]
|
| D | afdummy.c | 26 af_dummy_hints_init( AF_GlyphHints hints, in af_dummy_hints_init() 42 AF_GlyphHints hints, in af_dummy_hints_apply()
|
| D | afcjk.c | 67 AF_GlyphHintsRec hints[1]; in af_cjk_metrics_init_widths() local 797 af_cjk_hints_compute_segments( AF_GlyphHints hints, in af_cjk_hints_compute_segments() 841 af_cjk_hints_link_segments( AF_GlyphHints hints, in af_cjk_hints_link_segments() 999 af_cjk_hints_compute_edges( AF_GlyphHints hints, in af_cjk_hints_compute_edges() 1268 af_cjk_hints_detect_features( AF_GlyphHints hints, in af_cjk_hints_detect_features() 1288 af_cjk_hints_compute_blue_edges( AF_GlyphHints hints, in af_cjk_hints_compute_blue_edges() 1377 af_cjk_hints_init( AF_GlyphHints hints, in af_cjk_hints_init() 1494 af_cjk_compute_stem_width( AF_GlyphHints hints, in af_cjk_compute_stem_width() 1615 af_cjk_align_linked_edge( AF_GlyphHints hints, in af_cjk_align_linked_edge() 1641 af_cjk_align_serif_edge( AF_GlyphHints hints, in af_cjk_align_serif_edge() [all …]
|
| D | afindic.c | 68 af_indic_hints_init( AF_GlyphHints hints, in af_indic_hints_init() 78 AF_GlyphHints hints, in af_indic_hints_apply()
|
| D | aflatin.c | 58 AF_GlyphHintsRec hints[1]; in af_latin_metrics_init_widths() local 1532 af_latin_hints_compute_segments( AF_GlyphHints hints, in af_latin_hints_compute_segments() 1985 af_latin_hints_link_segments( AF_GlyphHints hints, in af_latin_hints_link_segments() 2123 af_latin_hints_compute_edges( AF_GlyphHints hints, in af_latin_hints_compute_edges() 2475 af_latin_hints_detect_features( AF_GlyphHints hints, in af_latin_hints_detect_features() 2498 af_latin_hints_compute_blue_edges( AF_GlyphHints hints, in af_latin_hints_compute_blue_edges() 2612 af_latin_hints_init( AF_GlyphHints hints, in af_latin_hints_init() 2739 af_latin_compute_stem_width( AF_GlyphHints hints, in af_latin_compute_stem_width() 2936 af_latin_align_linked_edge( AF_GlyphHints hints, in af_latin_align_linked_edge() 2967 af_latin_align_serif_edge( AF_GlyphHints hints, in af_latin_align_serif_edge() [all …]
|
| /third_party/node/deps/npm/node_modules/@npmcli/agent/lib/ |
| D | dns.js | 12 hints = dns.ADDRCONFIG, property 19 hints, property 26 hints, property
|
| /third_party/node/test/internet/ |
| D | test-dns-lookup.js | 12 hints: 0, property 24 hints: 0, property 35 hints: 0, property
|
| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| D | pshrec.c | 798 ps_hints_done( PS_Hints hints ) in ps_hints_done() 812 ps_hints_init( PS_Hints hints, in ps_hints_init() 822 ps_hints_open( PS_Hints hints, in ps_hints_open() 835 ps_hints_stem( PS_Hints hints, in ps_hints_stem() 883 ps_hints_t1stem3( PS_Hints hints, in ps_hints_t1stem3() 946 ps_hints_t1reset( PS_Hints hints, in ps_hints_t1reset() 985 ps_hints_t2mask( PS_Hints hints, in ps_hints_t2mask() 1031 ps_hints_t2counter( PS_Hints hints, in ps_hints_t2counter() 1077 ps_hints_close( PS_Hints hints, in ps_hints_close() 1114 t1_hints_open( T1_Hints hints ) in t1_hints_open() [all …]
|
| /third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
| D | netdb_test.cpp | 23 addrinfo hints; variable 41 addrinfo hints; variable 75 addrinfo hints; variable 101 addrinfo hints; variable
|
| /third_party/alsa-lib/test/ |
| D | namehint.c | 7 void **hints; in main() local
|
| /third_party/curl/lib/ |
| D | asyn-thread.c | 155 ADDRINFOEXW_ hints; member 176 struct addrinfo hints; member 227 const struct addrinfo *hints) in init_thread_sync_data() 601 const struct addrinfo *hints) in init_resolve_thread() 917 struct addrinfo hints; in Curl_resolver_getaddrinfo() local
|
| /third_party/node/deps/cares/src/lib/ |
| D | ares_getaddrinfo.c | 76 struct ares_addrinfo_hints hints; member 245 const struct ares_addrinfo_hints *hints, in fake_addrinfo() 538 const struct ares_addrinfo_hints *hints, in ares_getaddrinfo_int() 674 const struct ares_addrinfo_hints *hints, in ares_getaddrinfo()
|
| /third_party/curl/tests/server/ |
| D | resolve.c | 125 struct addrinfo hints; in main() local
|
| /third_party/ltp/testcases/network/tcp_cmds/sendfile/ |
| D | testsf_c.c | 38 struct addrinfo hints; in main() local
|