Home
last modified time | relevance | path

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

123456

/third_party/cares/test/
Dares-test-mock-ai.cc75 struct ares_addrinfo_hints hints = {}; in TEST_P() local
116 struct ares_addrinfo_hints hints = {}; in TEST_P() local
134 struct ares_addrinfo_hints hints = {}; in TEST_P() local
152 struct ares_addrinfo_hints hints = {}; in TEST_P() local
170 struct ares_addrinfo_hints hints = {}; in TEST_P() local
189 struct ares_addrinfo_hints hints = {}; in TEST_P() local
208 struct ares_addrinfo_hints hints = {}; in TEST_P() local
227 struct ares_addrinfo_hints hints = {}; in TEST_P() local
270 struct ares_addrinfo_hints hints = {}; in TEST_P() local
311 struct ares_addrinfo_hints hints = {}; in TEST_P() local
[all …]
Dares-test-internal.cc367 struct ares_addrinfo_hints hints = {}; in TEST_F() local
387 struct ares_addrinfo_hints hints = {}; in TEST_F() local
407 struct ares_addrinfo_hints hints = {}; in TEST_F() local
427 struct ares_addrinfo_hints hints = {}; in TEST_F() local
441 struct ares_addrinfo_hints hints; in TEST_F() local
/third_party/node/test/parallel/
Dtest-tls-connect-hints-option.js14 const hints = 512; constant
27 assert.deepStrictEqual(options, { family: undefined, hints }); field
29 hints field
Dtest-dns-lookup.js60 hints: 100, property
78 hints: 0, property
93 hints: 0, property
100 hints: 0, property
107 hints: 0, property
115 hints: 0, property
125 hints: 0, property
138 hints: 0, property
Dtest-dns.js219 const hints = (dns.V4MAPPED | dns.ADDRCONFIG | dns.ALL) + 1; constant
227 dnsPromises.lookup('nodejs.org', { hints }); field
230 dns.lookup('nodejs.org', { hints }, common.mustNotCall()); field
244 dns.lookup('', { family: 4, hints: 0 }, common.mustCall()); property
248 hints: dns.ADDRCONFIG property
251 dns.lookup('', { hints: dns.V4MAPPED }, common.mustCall()); property
254 hints: dns.ADDRCONFIG | dns.V4MAPPED property
258 hints: dns.ALL property
262 hints: dns.V4MAPPED | dns.ALL property
266 hints: dns.ADDRCONFIG | dns.V4MAPPED | dns.ALL property
[all …]
Dtest-net-connect-options-port.js62 const hints = (dns.ADDRCONFIG | dns.V4MAPPED | dns.ALL) + 42; constant
63 const hintOptBlocks = doConnect([{ hints }], field
/third_party/node/test/internet/
Dtest-dns-lookup.js12 hints: 0, property
24 hints: 0, property
35 hints: 0, property
/third_party/freetype/src/autofit/
Dafdummy.c26 af_dummy_hints_init( AF_GlyphHints hints, in af_dummy_hints_init()
42 AF_GlyphHints hints, in af_dummy_hints_apply()
Dafhints.c242 af_get_segment_index( AF_GlyphHints hints, in af_get_segment_index()
287 af_get_edge_index( AF_GlyphHints hints, in af_get_edge_index()
301 af_get_strong_edge_index( AF_GlyphHints hints, in af_get_strong_edge_index()
317 af_glyph_hints_dump_points( AF_GlyphHints hints, in af_glyph_hints_dump_points()
435 af_glyph_hints_dump_segments( AF_GlyphHints hints, in af_glyph_hints_dump_segments()
500 af_glyph_hints_get_num_segments( AF_GlyphHints hints, in af_glyph_hints_get_num_segments()
526 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, in af_glyph_hints_get_segment_offset()
574 af_glyph_hints_dump_edges( AF_GlyphHints hints, in af_glyph_hints_dump_edges()
692 af_glyph_hints_init( AF_GlyphHints hints, in af_glyph_hints_init()
702 af_glyph_hints_done( AF_GlyphHints hints ) in af_glyph_hints_done()
[all …]
Dafindic.c73 af_indic_hints_init( AF_GlyphHints hints, in af_indic_hints_init()
83 AF_GlyphHints hints, in af_indic_hints_apply()
Dafcjk.c72 AF_GlyphHintsRec hints[1]; in af_cjk_metrics_init_widths() local
803 af_cjk_hints_compute_segments( AF_GlyphHints hints, in af_cjk_hints_compute_segments()
847 af_cjk_hints_link_segments( AF_GlyphHints hints, in af_cjk_hints_link_segments()
1005 af_cjk_hints_compute_edges( AF_GlyphHints hints, in af_cjk_hints_compute_edges()
1274 af_cjk_hints_detect_features( AF_GlyphHints hints, in af_cjk_hints_detect_features()
1294 af_cjk_hints_compute_blue_edges( AF_GlyphHints hints, in af_cjk_hints_compute_blue_edges()
1383 af_cjk_hints_init( AF_GlyphHints hints, in af_cjk_hints_init()
1511 af_cjk_compute_stem_width( AF_GlyphHints hints, in af_cjk_compute_stem_width()
1632 af_cjk_align_linked_edge( AF_GlyphHints hints, in af_cjk_align_linked_edge()
1658 af_cjk_align_serif_edge( AF_GlyphHints hints, in af_cjk_align_serif_edge()
[all …]
Daflatin2.c71 AF_GlyphHintsRec hints[1]; in af_latin2_metrics_init_widths() local
732 af_latin2_hints_compute_segments( AF_GlyphHints hints, in af_latin2_hints_compute_segments()
987 af_latin2_hints_link_segments( AF_GlyphHints hints, in af_latin2_hints_link_segments()
1085 af_latin2_hints_compute_edges( AF_GlyphHints hints, in af_latin2_hints_compute_edges()
1393 af_latin2_hints_detect_features( AF_GlyphHints hints, in af_latin2_hints_detect_features()
1411 af_latin2_hints_compute_blue_edges( AF_GlyphHints hints, in af_latin2_hints_compute_blue_edges()
1517 af_latin2_hints_init( AF_GlyphHints hints, in af_latin2_hints_init()
1650 af_latin2_compute_stem_width( AF_GlyphHints hints, in af_latin2_compute_stem_width()
1818 af_latin2_align_linked_edge( AF_GlyphHints hints, in af_latin2_align_linked_edge()
1840 af_latin2_align_serif_edge( AF_GlyphHints hints, in af_latin2_align_serif_edge()
[all …]
Daflatin.c63 AF_GlyphHintsRec hints[1]; in af_latin_metrics_init_widths() local
1537 af_latin_hints_compute_segments( AF_GlyphHints hints, in af_latin_hints_compute_segments()
1965 af_latin_hints_link_segments( AF_GlyphHints hints, in af_latin_hints_link_segments()
2103 af_latin_hints_compute_edges( AF_GlyphHints hints, in af_latin_hints_compute_edges()
2455 af_latin_hints_detect_features( AF_GlyphHints hints, in af_latin_hints_detect_features()
2478 af_latin_hints_compute_blue_edges( AF_GlyphHints hints, in af_latin_hints_compute_blue_edges()
2592 af_latin_hints_init( AF_GlyphHints hints, in af_latin_hints_init()
2730 af_latin_compute_stem_width( AF_GlyphHints hints, in af_latin_compute_stem_width()
2927 af_latin_align_linked_edge( AF_GlyphHints hints, in af_latin_align_linked_edge()
2958 af_latin_align_serif_edge( AF_GlyphHints hints, in af_latin_align_serif_edge()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafdummy.c26 af_dummy_hints_init( AF_GlyphHints hints, in af_dummy_hints_init()
42 AF_GlyphHints hints, in af_dummy_hints_apply()
Dafhints.c242 af_get_segment_index( AF_GlyphHints hints, in af_get_segment_index()
287 af_get_edge_index( AF_GlyphHints hints, in af_get_edge_index()
301 af_get_strong_edge_index( AF_GlyphHints hints, in af_get_strong_edge_index()
317 af_glyph_hints_dump_points( AF_GlyphHints hints, in af_glyph_hints_dump_points()
435 af_glyph_hints_dump_segments( AF_GlyphHints hints, in af_glyph_hints_dump_segments()
500 af_glyph_hints_get_num_segments( AF_GlyphHints hints, in af_glyph_hints_get_num_segments()
526 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, in af_glyph_hints_get_segment_offset()
574 af_glyph_hints_dump_edges( AF_GlyphHints hints, in af_glyph_hints_dump_edges()
692 af_glyph_hints_init( AF_GlyphHints hints, in af_glyph_hints_init()
702 af_glyph_hints_done( AF_GlyphHints hints ) in af_glyph_hints_done()
[all …]
Dafindic.c73 af_indic_hints_init( AF_GlyphHints hints, in af_indic_hints_init()
83 AF_GlyphHints hints, in af_indic_hints_apply()
Dafcjk.c73 AF_GlyphHintsRec hints[1]; in af_cjk_metrics_init_widths() local
804 af_cjk_hints_compute_segments( AF_GlyphHints hints, in af_cjk_hints_compute_segments()
848 af_cjk_hints_link_segments( AF_GlyphHints hints, in af_cjk_hints_link_segments()
1006 af_cjk_hints_compute_edges( AF_GlyphHints hints, in af_cjk_hints_compute_edges()
1275 af_cjk_hints_detect_features( AF_GlyphHints hints, in af_cjk_hints_detect_features()
1295 af_cjk_hints_compute_blue_edges( AF_GlyphHints hints, in af_cjk_hints_compute_blue_edges()
1384 af_cjk_hints_init( AF_GlyphHints hints, in af_cjk_hints_init()
1512 af_cjk_compute_stem_width( AF_GlyphHints hints, in af_cjk_compute_stem_width()
1633 af_cjk_align_linked_edge( AF_GlyphHints hints, in af_cjk_align_linked_edge()
1659 af_cjk_align_serif_edge( AF_GlyphHints hints, in af_cjk_align_serif_edge()
[all …]
Daflatin2.c71 AF_GlyphHintsRec hints[1]; in af_latin2_metrics_init_widths() local
732 af_latin2_hints_compute_segments( AF_GlyphHints hints, in af_latin2_hints_compute_segments()
987 af_latin2_hints_link_segments( AF_GlyphHints hints, in af_latin2_hints_link_segments()
1085 af_latin2_hints_compute_edges( AF_GlyphHints hints, in af_latin2_hints_compute_edges()
1393 af_latin2_hints_detect_features( AF_GlyphHints hints, in af_latin2_hints_detect_features()
1411 af_latin2_hints_compute_blue_edges( AF_GlyphHints hints, in af_latin2_hints_compute_blue_edges()
1517 af_latin2_hints_init( AF_GlyphHints hints, in af_latin2_hints_init()
1650 af_latin2_compute_stem_width( AF_GlyphHints hints, in af_latin2_compute_stem_width()
1818 af_latin2_align_linked_edge( AF_GlyphHints hints, in af_latin2_align_linked_edge()
1840 af_latin2_align_serif_edge( AF_GlyphHints hints, in af_latin2_align_serif_edge()
[all …]
Daflatin.c64 AF_GlyphHintsRec hints[1]; in af_latin_metrics_init_widths() local
1538 af_latin_hints_compute_segments( AF_GlyphHints hints, in af_latin_hints_compute_segments()
1966 af_latin_hints_link_segments( AF_GlyphHints hints, in af_latin_hints_link_segments()
2104 af_latin_hints_compute_edges( AF_GlyphHints hints, in af_latin_hints_compute_edges()
2456 af_latin_hints_detect_features( AF_GlyphHints hints, in af_latin_hints_detect_features()
2479 af_latin_hints_compute_blue_edges( AF_GlyphHints hints, in af_latin_hints_compute_blue_edges()
2593 af_latin_hints_init( AF_GlyphHints hints, in af_latin_hints_init()
2731 af_latin_compute_stem_width( AF_GlyphHints hints, in af_latin_compute_stem_width()
2928 af_latin_align_linked_edge( AF_GlyphHints hints, in af_latin_align_linked_edge()
2959 af_latin_align_serif_edge( AF_GlyphHints hints, in af_latin_align_serif_edge()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.c804 ps_hints_done( PS_Hints hints ) in ps_hints_done()
818 ps_hints_init( PS_Hints hints, in ps_hints_init()
828 ps_hints_open( PS_Hints hints, in ps_hints_open()
841 ps_hints_stem( PS_Hints hints, in ps_hints_stem()
889 ps_hints_t1stem3( PS_Hints hints, in ps_hints_t1stem3()
952 ps_hints_t1reset( PS_Hints hints, in ps_hints_t1reset()
991 ps_hints_t2mask( PS_Hints hints, in ps_hints_t2mask()
1037 ps_hints_t2counter( PS_Hints hints, in ps_hints_t2counter()
1083 ps_hints_close( PS_Hints hints, in ps_hints_close()
1120 t1_hints_open( T1_Hints hints ) in t1_hints_open()
[all …]
/third_party/freetype/src/pshinter/
Dpshrec.c803 ps_hints_done( PS_Hints hints ) in ps_hints_done()
817 ps_hints_init( PS_Hints hints, in ps_hints_init()
827 ps_hints_open( PS_Hints hints, in ps_hints_open()
840 ps_hints_stem( PS_Hints hints, in ps_hints_stem()
888 ps_hints_t1stem3( PS_Hints hints, in ps_hints_t1stem3()
951 ps_hints_t1reset( PS_Hints hints, in ps_hints_t1reset()
990 ps_hints_t2mask( PS_Hints hints, in ps_hints_t2mask()
1036 ps_hints_t2counter( PS_Hints hints, in ps_hints_t2counter()
1082 ps_hints_close( PS_Hints hints, in ps_hints_close()
1119 t1_hints_open( T1_Hints hints ) in t1_hints_open()
[all …]
/third_party/mingw-w64/mingw-w64-crt/libsrc/wspiapi/
DWspiapiGetAddrInfo.c11 const struct addrinfo *hints, struct addrinfo **res) in WspiapiGetAddrInfo()
/third_party/curl/tests/server/
Dresolve.c125 struct addrinfo hints; in main() local
/third_party/curl/lib/
Dasyn-thread.c173 struct addrinfo hints; member
221 const struct addrinfo *hints) in init_thread_sync_data()
433 const struct addrinfo *hints) in init_resolve_thread()
697 struct addrinfo hints; in Curl_resolver_getaddrinfo() local
/third_party/ltp/testcases/network/lib6/
Dgetaddrinfo_01.c68 struct addrinfo *aires, hints, *pai; in gaiv4() local
526 struct addrinfo *aires, hints, *pai; in gaiv6() local

123456