Searched defs:hints (Results 1 - 25 of 154) sorted by relevance

1234567

/external/freetype/src/autofit/
H A Dafdummy.c26 af_dummy_hints_init( AF_GlyphHints hints, argument
29 af_glyph_hints_rescale( hints, metrics );
31 hints->x_scale = metrics->scaler.x_scale;
32 hints->y_scale = metrics->scaler.y_scale;
33 hints->x_delta = metrics->scaler.x_delta;
34 hints->y_delta = metrics->scaler.y_delta;
42 AF_GlyphHints hints,
50 error = af_glyph_hints_reload( hints, outline );
52 af_glyph_hints_save( hints, outline );
41 af_dummy_hints_apply( FT_UInt glyph_index, AF_GlyphHints hints, FT_Outline* outline ) argument
H A Dafindic.c73 af_indic_hints_init( AF_GlyphHints hints, argument
77 return af_cjk_hints_init( hints, metrics );
83 AF_GlyphHints hints,
88 return af_cjk_hints_apply( glyph_index, hints, outline, metrics );
82 af_indic_hints_apply( FT_UInt glyph_index, AF_GlyphHints hints, FT_Outline* outline, AF_CJKMetrics metrics ) argument
H A Dafloader.h44 AF_GlyphHints hints; member in struct:AF_LoaderRec_
58 AF_GlyphHints hints );
/external/android-clat/
H A Ddns64.c40 const struct addrinfo hints = { local
55 status = android_getaddrinfofornet(ipv4_name, NULL, &hints, net_id, MARK_UNSET, &result);
/external/v8/src/
H A Dtype-hints.cc5 #include "src/type-hints.h"
110 std::ostream& operator<<(std::ostream& os, ToBooleanHints hints) { argument
111 if (hints == ToBooleanHint::kAny) return os << "Any";
112 if (hints == ToBooleanHint::kNone) return os << "None";
116 if (hints & hint) {
125 std::string ToString(ToBooleanHints hints) { argument
126 if (hints == ToBooleanHint::kAny) return "Any";
127 if (hints == ToBooleanHint::kNone) return "None";
132 if (hints & hint) {
/external/clang/test/CodeGen/
H A Dbuiltins-arm64.c23 void hints() { function
/external/curl/lib/
H A Dhostip4.c140 struct addrinfo hints; local
144 memset(&hints, 0, sizeof(hints));
145 hints.ai_family = PF_INET;
146 hints.ai_socktype = SOCK_STREAM;
152 (void)Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &ai);
H A Dhostip6.c165 struct addrinfo hints; local
197 memset(&hints, 0, sizeof(hints));
198 hints.ai_family = pf;
199 hints.ai_socktype = conn->socktype;
209 hints.ai_flags = AI_NUMERICHOST;
218 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res);
/external/curl/tests/server/
H A Dresolve.c125 struct addrinfo hints; local
127 memset(&hints, 0, sizeof(hints));
128 hints.ai_family = use_ipv6 ? PF_INET6 : PF_INET;
129 hints.ai_socktype = SOCK_STREAM;
130 hints.ai_flags = AI_CANONNAME;
133 rc = (getaddrinfo)(host, "80", &hints, &ai);
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeThread.java40 private final Hashtable<DecodeHintType,Object> hints; field in class:DecodeThread
51 hints = new Hashtable<DecodeHintType,Object>();
54 hints.put(DecodeHintType.POSSIBLE_FORMATS, formats);
57 hints.put(DecodeHintType.CHARACTER_SET, characterSet);
59 hints.put(DecodeHintType.NEED_RESULT_POINT_CALLBACK, resultPointCallback);
74 handler = new DecodeHandler(activity, hints);
H A DDecodeHandler.java42 DecodeHandler(CaptureActivity activity, Hashtable<DecodeHintType,Object> hints) { argument
44 multiFormatReader.setHints(hints);
/external/ltp/testcases/network/tcp_cmds/sendfile/
H A Dtestsf_c.c38 struct addrinfo hints; local
71 memset(&hints, 0, sizeof(hints));
72 hints.ai_family = PFI;
73 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0) {
H A Dtestsf_s.c35 struct addrinfo hints; local
57 memset(&hints, 0, sizeof(hints));
58 hints.ai_family = PFI;
59 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0) {
/external/parameter-framework/asio/include/asio/ip/
H A Dbasic_resolver_query.hpp212 /// Get the hints associated with the query.
213 const asio::detail::addrinfo_type& hints() const function in class:asio::ip::basic_resolver_query
/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A Dbasic_resolver_query.hpp212 /// Get the hints associated with the query.
213 const asio::detail::addrinfo_type& hints() const function in class:asio::ip::basic_resolver_query
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_read_validator.h27 void SetDownloadHints(CPDF_DataAvail::DownloadHints* hints) { argument
28 hints_ = hints;
H A Dcpdf_read_validator_unittest.cpp99 MockDownloadHints hints; local
100 validator->SetDownloadHints(&hints);
110 EXPECT_EQ(MakeRange(4608, 5120), hints.GetLastRequstedRange());
112 file_avail.SetAvailableRange(hints.GetLastRequstedRange());
113 hints.Reset();
119 EXPECT_EQ(MakeRange(0, 0), hints.GetLastRequstedRange());
129 EXPECT_EQ(validator->GetSize(), hints.GetLastRequstedRange().second);
172 MockDownloadHints hints; local
174 validator->SetDownloadHints(&hints);
210 MockDownloadHints hints; local
254 MockDownloadHints hints; local
[all...]
/external/ltp/testcases/network/lib6/
H A Dgetaddrinfo_01.c68 struct addrinfo *aires, hints, *pai; local
84 memset(&hints, 0, sizeof(hints));
85 hints.ai_family = AF_INET;
86 TEST(getaddrinfo(hostname, 0, &hints, &aires));
124 memset(&hints, 0, sizeof(hints));
125 hints.ai_family = AF_INET;
126 hints.ai_flags = AI_CANONNAME;
127 TEST(getaddrinfo(shortname, 0, &hints,
526 struct addrinfo *aires, hints, *pai; local
[all...]
/external/swiftshader/src/Common/
H A DSocket.cpp40 addrinfo hints = {}; local
41 hints.ai_family = AF_INET;
42 hints.ai_socktype = SOCK_STREAM;
43 hints.ai_protocol = IPPROTO_TCP;
44 hints.ai_flags = AI_PASSIVE;
47 getaddrinfo(address, port, &hints, &info);
/external/toybox/toys/pending/
H A Dwget.c79 struct addrinfo hints, *result, *rp; local
82 memset(&hints, 0, sizeof(struct addrinfo));
83 hints.ai_family = AF_UNSPEC;
84 hints.ai_socktype = SOCK_STREAM;
85 hints.ai_flags = 0;
86 hints.ai_protocol = 0;
88 if ((errno = getaddrinfo(hostname, port, &hints, &result)))
/external/capstone/arch/Sparc/
H A DSparcMapping.c2777 uint8_t hints; member in struct:hint_map
2828 insn->detail->sparc.hint = insn_hints[i].hints;
/external/curl/CMake/
H A DCurlTests.c268 struct addrinfo hints, *ai; local
271 memset(&hints, 0, sizeof(hints));
272 hints.ai_family = AF_UNSPEC;
273 hints.ai_socktype = SOCK_STREAM;
277 error = getaddrinfo("127.0.0.1", "8080", &hints, &ai);
/external/libxml2/os400/
H A Dwrappers.c29 const struct addrinfo * hints, struct addrinfo * * res)
36 xmlTranscodeResult(service, NULL, &d, NULL), hints, res);
28 _lx_getaddrinfo(const char * node, const char * service, const struct addrinfo * hints, struct addrinfo * * res) argument
/external/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpclient.c139 struct addrinfo hints; /* hints for getaddrinfo() */ local
252 /* Set the hints to addrinfo() */
253 memset(&hints, '\0', sizeof(struct addrinfo));
254 hints.ai_family = family;
255 hints.ai_socktype = SOCK_STREAM;
256 hints.ai_protocol = IPPROTO_TCP;
259 err = getaddrinfo(server_name, portnum, &hints, &res);
H A Dns-udpclient.c151 struct addrinfo hints; /* hints for getaddrinfo() */ local
257 /* Set the hints to addrinfo() */
258 memset(&hints, '\0', sizeof(struct addrinfo));
259 hints.ai_family = family;
260 hints.ai_socktype = SOCK_DGRAM;
261 hints.ai_protocol = IPPROTO_UDP;
263 err = getaddrinfo(server_name, portnum, &hints, &res);

Completed in 3085 milliseconds

1234567