Home
last modified time | relevance | path

Searched defs:hints (Results 1 – 25 of 155) sorted by relevance

1234567

/third_party/node/test/parallel/
Dtest-dns.js217 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 …]
Dtest-dns-lookup.js60 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
Dtest-tls-connect-hints-option.js14 const hints = 512; constant
28 assert.deepStrictEqual(options, { family: undefined, hints }); field
30 hints field
Dtest-dns-lookup-promises-options-deprecated.js21 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/
Djs-date-time-format-inl.h34 int hints = flags(); in ACCESSORS() local
45 int hints = flags(); in set_date_style() local
56 int hints = flags(); in set_time_style() local
Djs-list-format-inl.h31 int hints = flags(); in ACCESSORS() local
42 int hints = flags(); in set_type() local
Djs-segment-iterator-inl.h33 int hints = flags(); in ACCESSORS() local
Djs-plural-rules-inl.h37 int hints = flags(); in ACCESSORS() local
Djs-relative-time-format-inl.h31 int hints = flags(); in ACCESSORS() local
Djs-segmenter-inl.h30 int hints = flags(); in ACCESSORS() local
Djs-segments-inl.h32 int hints = flags(); in ACCESSORS() local
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.c340 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 …]
Dafdummy.c26 af_dummy_hints_init( AF_GlyphHints hints, in af_dummy_hints_init()
42 AF_GlyphHints hints, in af_dummy_hints_apply()
Dafcjk.c67 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 …]
Dafindic.c68 af_indic_hints_init( AF_GlyphHints hints, in af_indic_hints_init()
78 AF_GlyphHints hints, in af_indic_hints_apply()
Daflatin.c58 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/
Ddns.js12 hints = dns.ADDRCONFIG, property
19 hints, property
26 hints, property
/third_party/node/test/internet/
Dtest-dns-lookup.js12 hints: 0, property
24 hints: 0, property
35 hints: 0, property
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.c798 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/
Dnetdb_test.cpp23 addrinfo hints; variable
41 addrinfo hints; variable
75 addrinfo hints; variable
101 addrinfo hints; variable
/third_party/alsa-lib/test/
Dnamehint.c7 void **hints; in main() local
/third_party/curl/lib/
Dasyn-thread.c155 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/
Dares_getaddrinfo.c76 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/
Dresolve.c125 struct addrinfo hints; in main() local
/third_party/ltp/testcases/network/tcp_cmds/sendfile/
Dtestsf_c.c38 struct addrinfo hints; in main() local

1234567