/external/pdfium/third_party/freetype/src/pshinter/ |
pshrec.h | 5 /* Postscript (Type1/Type2) hints recorder (specification). */ 22 /* font drivers to record the hints of a given character/glyph. */ 24 /* The hints are recorded in a unified format, and are later processed */ 46 /***** GLYPH HINTS RECORDER INTERNALS *****/ 87 /* hints table descriptor */ 92 PS_Hint hints; member in struct:PS_Hint_TableRec_ 118 /* dimension-specific hints descriptor */ 121 PS_Hint_TableRec hints; member in struct:PS_DimensionRec_ 128 /* glyph hints descriptor */ 129 /* dimension 0 => X coordinates + vertical hints/stems * 150 ps_hints_done( PS_Hints hints ); variable [all...] |
/external/toybox/toys/pending/ |
arp.c | 108 struct addrinfo hints, *res = NULL; local 111 memset(&hints, 0, sizeof hints); 112 hints.ai_family = AF_INET; 113 hints.ai_socktype = SOCK_STREAM; 114 if ((ret = getaddrinfo(host, NULL, &hints, &res)))
|
ftpget.c | 131 struct addrinfo hints, *result; local 138 memset(&hints, 0 , sizeof(struct addrinfo)); 139 hints.ai_family = AF_UNSPEC; 140 hints.ai_socktype = SOCK_STREAM; 142 status = getaddrinfo(host, port, &hints, &result);
|
tcpsvd.c | 221 struct addrinfo hints, *res = NULL, *rp; local 236 memset(&hints, 0, sizeof hints); 237 hints.ai_family = AF_UNSPEC; 238 hints.ai_socktype = ((TT.udp) ?SOCK_DGRAM : SOCK_STREAM); 239 if ((ret = getaddrinfo(host, ptr, &hints, &res)))
|
route.c | 81 struct addrinfo hints, *result; local 84 memset(&hints, 0, sizeof(struct addrinfo)); 85 hints.ai_family = AF_INET6; 86 if ((status = getaddrinfo(ip, NULL, &hints, &result))) {
|
telnetd.c | 69 struct addrinfo hints, *result; local 98 memset(&hints, 0 , sizeof(struct addrinfo)); 99 hints.ai_family = af; 100 hints.ai_socktype = SOCK_STREAM; 102 status = getaddrinfo(host, NULL, &hints, &result);
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
plexus-component-annotations-1.5.5.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-component-annotations/1.5.5/ |
plexus-component-annotations-1.5.5.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/ |
plexus-component-annotations-1.5.5.jar | |
/system/netd/server/ |
DnsProxyListener.cpp | 52 SocketClient *c, char* host, char* service, struct addrinfo* hints, 57 mHints(hints), 223 struct addrinfo* hints = NULL; local 236 hints = (struct addrinfo*) calloc(1, sizeof(struct addrinfo)); 237 hints->ai_flags = ai_flags; 238 hints->ai_family = ai_family; 239 hints->ai_socktype = ai_socktype; 240 hints->ai_protocol = ai_protocol; 244 if ((hints->ai_flags & AI_ADDRCONFIG) && 246 hints->ai_flags &= ~AI_ADDRCONFIG [all...] |
/external/deqp/framework/delibs/deutil/ |
deSocket.c | 262 struct addrinfo hints; local 264 deMemset(&hints, 0, sizeof(hints)); 265 hints.ai_family = deSocketFamilyToBsdFamily(address->family); 266 hints.ai_socktype = deSocketTypeToBsdType(address->type); 267 hints.ai_protocol = deSocketProtocolToBsdProtocol(address->protocol); 269 if (getaddrinfo(address->host, DE_NULL, &hints, &result) != 0 || !result)
|
/external/ipsec-tools/src/racoon/ |
sockmisc.c | 982 struct addrinfo hints, *res; local 986 memset(&hints, 0, sizeof(hints)); 987 hints.ai_family = PF_UNSPEC; 988 hints.ai_socktype = SOCK_DGRAM; 989 hints.ai_flags = AI_NUMERICHOST; 990 error = getaddrinfo(host, port, &hints, &res);
|
/external/iputils/ |
tracepath6.c | 382 struct addrinfo hints, *ai, *ai0; local 436 memset(&hints, 0, sizeof(hints)); 437 hints.ai_family = family; 438 hints.ai_socktype = SOCK_DGRAM; 439 hints.ai_protocol = IPPROTO_UDP; 441 hints.ai_flags = AI_IDN; 443 gai = getaddrinfo(argv[0], pbuf, &hints, &ai0);
|
/external/libvncserver/x11vnc/ |
inet.c | 585 struct addrinfo hints; local 588 memset(&hints, 0, sizeof(hints)); 591 hints.ai_family = AF_INET6; 592 hints.ai_socktype = SOCK_STREAM; 594 hints.ai_flags |= AI_ADDRCONFIG; 598 hints.ai_flags |= AI_NUMERICHOST; 602 hints.ai_flags |= AI_NUMERICSERV; 604 err = getaddrinfo(listen_str6, service, &hints, &ai); 751 struct addrinfo hints; local [all...] |
/external/toybox/toys/other/ |
ifconfig.c | 63 struct addrinfo hints, *result, *rp = 0; local 67 memset(&hints, 0 , sizeof(struct addrinfo)); 68 hints.ai_family = af; 69 hints.ai_socktype = SOCK_STREAM; 74 status = getaddrinfo(host, NULL, &hints, &result);
|
/hardware/libhardware/include/hardware/ |
hwcomposer.h | 155 * hints is bit mask set by the HWC implementation during (*prepare)(). 159 * see hwc_layer_t::hints 161 uint32_t hints; member in struct:hwc_layer_1 540 * and hints are preserved between (*prepare)() calles unless the 547 * compositionType and hints are reset to their default value. [all...] |
/cts/tests/tests/telecom/src/android/telecom/cts/ |
ConferenceTest.java | 179 StatusHints hints = new StatusHints("Test", null, null); local 181 mConferenceObject.setStatusHints(hints); 182 assertCallStatusHints(conf, hints); 372 private void assertCallStatusHints(final Call call, final StatusHints hints) { 377 return hints; 386 "Call should have status hints " + hints
|
/external/freetype/src/autofit/ |
afhints.h | 29 * The definition of outline glyph hints. These are shared by all 426 af_glyph_hints_init( AF_GlyphHints hints, 430 af_glyph_hints_rescale( AF_GlyphHints hints, 434 af_glyph_hints_reload( AF_GlyphHints hints, 438 af_glyph_hints_save( AF_GlyphHints hints, 442 af_glyph_hints_align_edge_points( AF_GlyphHints hints, 446 af_glyph_hints_align_strong_points( AF_GlyphHints hints, 450 af_glyph_hints_align_weak_points( AF_GlyphHints hints, 455 af_glyph_hints_scale_dim( AF_GlyphHints hints, 462 af_glyph_hints_done( AF_GlyphHints hints ); variable [all...] |
/external/iptables/libxtables/ |
xtoptions.c | 516 struct addrinfo hints = {.ai_family = afinfo->family}; local 521 ret = getaddrinfo(cb->arg, NULL, &hints, &res); 672 struct addrinfo hints = {.ai_family = afinfo->family, local 677 ret = getaddrinfo(cb->arg, NULL, &hints, &res); [all...] |
/external/netcat/ |
netcat.c | 127 struct addrinfo hints; local 331 memset(&hints, 0, sizeof(struct addrinfo)); 332 hints.ai_family = family; 333 hints.ai_socktype = uflag ? SOCK_DGRAM : SOCK_STREAM; 334 hints.ai_protocol = uflag ? IPPROTO_UDP : IPPROTO_TCP; 336 hints.ai_flags |= AI_NUMERICHOST; 383 s = local_listen(host, uport, hints); 452 s = socks_connect(host, portlist[i], hints, 457 s = remote_connect(host, portlist[i], hints); 590 remote_connect(const char *host, const char *port, struct addrinfo hints) [all...] |
/external/openssh/ |
ssh-keyscan.c | 316 struct addrinfo hints, *ai, *aitop; local 321 memset(&hints, 0, sizeof(hints)); 322 hints.ai_family = IPv4or6; 323 hints.ai_socktype = SOCK_STREAM; 324 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0) {
|
ssh.c | 248 struct addrinfo hints, *res; local 255 memset(&hints, 0, sizeof(hints)); 256 hints.ai_family = options.address_family == -1 ? 258 hints.ai_socktype = SOCK_STREAM; 260 hints.ai_flags = AI_CANONNAME; 261 if ((gaierr = getaddrinfo(name, strport, &hints, &res)) != 0) { 289 struct addrinfo hints, *res; local 295 memset(&hints, 0, sizeof(hints)); [all...] |
sshconnect.c | 276 struct addrinfo hints, *res = NULL; local 290 memset(&hints, 0, sizeof(hints)); 291 hints.ai_family = ai->ai_family; 292 hints.ai_socktype = ai->ai_socktype; 293 hints.ai_protocol = ai->ai_protocol; 294 hints.ai_flags = AI_PASSIVE; 295 gaierr = getaddrinfo(options.bind_address, NULL, &hints, &res); [all...] |
/external/pdfium/samples/ |
pdfium_test.cc | 451 FX_DOWNLOADHINTS hints; local 452 memset(&hints, '\0', sizeof(hints)); 453 hints.version = 1; 454 hints.AddSegment = Add_Segment; 459 (void) FPDFAvail_IsDocAvail(pdf_avail, &hints); 470 (void) FPDFAvail_IsFormAvail(pdf_avail, &hints); 477 (void) FPDFAvail_IsPageAvail(pdf_avail, first_page, &hints); 481 (void) FPDFAvail_IsPageAvail(pdf_avail, i, &hints);
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp.c | 317 struct addrinfo hints; local 354 os_memset(&hints, 0, sizeof(struct addrinfo)); 355 hints.ai_family = AF_INET; /* IPv4 */ 356 hints.ai_socktype = SOCK_STREAM; 361 hints.ai_flags = AI_NUMERICHOST; 364 hints.ai_flags = 0; 366 hints.ai_protocol = 0; /* Any protocol? */ 368 &hints, &result); [all...] |