/libcore/luni/src/main/java/java/net/ |
InetAddress.java | 265 StructAddrinfo hints = new StructAddrinfo(); local 266 hints.ai_flags = AI_NUMERICHOST; 269 addresses = Libcore.os.getaddrinfo(address, hints); 398 StructAddrinfo hints = new StructAddrinfo(); local 399 hints.ai_flags = AI_ADDRCONFIG; 400 hints.ai_family = AF_UNSPEC; 404 hints.ai_socktype = SOCK_STREAM; 405 InetAddress[] addresses = Libcore.os.getaddrinfo(host, hints); [all...] |
/system/core/libnetutils/ |
ifc_utils.c | 96 struct addrinfo hints, *ai; local 103 memset(&hints, 0, sizeof(hints)); 104 hints.ai_family = AF_UNSPEC; 105 hints.ai_flags = AI_NUMERICHOST; 106 hints.ai_socktype = SOCK_DGRAM; 108 ret = getaddrinfo(string, NULL, &hints, &ai); 873 struct addrinfo hints, *addr_ai, *gw_ai; local 875 memset(&hints, 0, sizeof(hints)); [all...] |
/external/chromium_org/chrome/browser/ui/gtk/panels/ |
panel_gtk.cc | 252 GdkGeometry hints; local 253 hints.min_height = panel::kMinimizedPanelHeight; 254 hints.min_width = kMinWindowWidth; 256 window_, GTK_WIDGET(window_), &hints, GDK_HINT_MIN_SIZE); [all...] |
/external/chromium_org/third_party/freetype/src/autofit/ |
afcjk.c | 73 AF_GlyphHintsRec hints[1]; local 76 af_glyph_hints_init( hints, face->memory ); 111 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy ); 113 error = af_glyph_hints_reload( hints, &face->glyph->outline ); 120 AF_AxisHints axhints = &hints->axis[dim]; 125 error = af_latin_hints_compute_segments( hints, (AF_Dimension)dim ); 129 af_latin_hints_link_segments( hints, (AF_Dimension)dim ); 177 af_glyph_hints_done( hints ); 686 af_cjk_hints_compute_segments( AF_GlyphHints hints, 689 AF_AxisHints axis = &hints->axis[dim] [all...] |
aflatin.c | 60 AF_GlyphHintsRec hints[1]; local 66 af_glyph_hints_init( hints, face->memory ); 104 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy ); 106 error = af_glyph_hints_reload( hints, &face->glyph->outline ); 113 AF_AxisHints axhints = &hints->axis[dim]; 118 error = af_latin_hints_compute_segments( hints, 123 af_latin_hints_link_segments( hints, 192 af_glyph_hints_done( hints ); 793 af_latin_hints_compute_segments( AF_GlyphHints hints, 796 AF_AxisHints axis = &hints->axis[dim] [all...] |
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshalgo.h | 83 PSH_Hint hints; member in struct:PSH_Hint_TableRec_
|
/external/chromium_org/third_party/libxml/src/ |
nanoftp.c | 881 struct addrinfo hints, *tmp, *result; local 884 memset (&hints, 0, sizeof(hints)); 885 hints.ai_socktype = SOCK_STREAM; 888 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) { 894 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) { [all...] |
nanohttp.c | 1067 struct addrinfo hints, *res, *result; local 1070 memset (&hints, 0,sizeof(hints)); 1071 hints.ai_socktype = SOCK_STREAM; 1073 status = getaddrinfo (host, NULL, &hints, &result); [all...] |
/external/freetype/src/autofit/ |
afcjk.c | 73 AF_GlyphHintsRec hints[1]; local 76 af_glyph_hints_init( hints, face->memory ); 111 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy ); 113 error = af_glyph_hints_reload( hints, &face->glyph->outline ); 120 AF_AxisHints axhints = &hints->axis[dim]; 125 error = af_latin_hints_compute_segments( hints, (AF_Dimension)dim ); 129 af_latin_hints_link_segments( hints, (AF_Dimension)dim ); 177 af_glyph_hints_done( hints ); 686 af_cjk_hints_compute_segments( AF_GlyphHints hints, 689 AF_AxisHints axis = &hints->axis[dim] [all...] |
aflatin.c | 60 AF_GlyphHintsRec hints[1]; local 66 af_glyph_hints_init( hints, face->memory ); 104 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy ); 106 error = af_glyph_hints_reload( hints, &face->glyph->outline ); 113 AF_AxisHints axhints = &hints->axis[dim]; 118 error = af_latin_hints_compute_segments( hints, 123 af_latin_hints_link_segments( hints, 192 af_glyph_hints_done( hints ); 793 af_latin_hints_compute_segments( AF_GlyphHints hints, 796 AF_AxisHints axis = &hints->axis[dim] [all...] |
/external/freetype/src/pshinter/ |
pshalgo.h | 83 PSH_Hint hints; member in struct:PSH_Hint_TableRec_
|
/external/ipsec-tools/src/racoon/ |
oakley.c | 1961 struct addrinfo hints, *res; local [all...] |
racoonctl.c | 745 struct addrinfo hints, *res; local 775 memset(&hints, 0, sizeof(hints)); 776 hints.ai_family = PF_UNSPEC; 777 hints.ai_socktype = SOCK_DGRAM; 778 if (getaddrinfo(av[0], "4500", &hints, &res) != 0) [all...] |
/external/iptables/iptables/ |
xtables.c | 1510 struct addrinfo hints; local [all...] |
/external/libxml2/ |
nanoftp.c | 882 struct addrinfo hints, *tmp, *result; local 885 memset (&hints, 0, sizeof(hints)); 886 hints.ai_socktype = SOCK_STREAM; 889 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) { 895 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) { [all...] |
nanohttp.c | 1065 struct addrinfo hints, *res, *result; local 1068 memset (&hints, 0,sizeof(hints)); 1069 hints.ai_socktype = SOCK_STREAM; 1071 status = getaddrinfo (host, NULL, &hints, &result); [all...] |
/external/openssh/ |
servconf.c | 524 struct addrinfo hints, *ai, *aitop; local 528 memset(&hints, 0, sizeof(hints)); 529 hints.ai_family = options->address_family; 530 hints.ai_socktype = SOCK_STREAM; 531 hints.ai_flags = (addr == NULL) ? AI_PASSIVE : 0; 533 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0) [all...] |
/external/qemu/ |
sockets.c | 632 struct addrinfo hints[1]; local 636 memset(hints, 0, sizeof(hints)); 637 hints->ai_family = preferIn6 ? AF_INET6 : AF_UNSPEC; 639 ret = getaddrinfo(hostname, NULL, hints, &res); 758 struct addrinfo hints = ai; local 760 ret = getaddrinfo(hostname, port, &hints, &res); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
irda.h | 137 __u8 hints[2]; /* Hint bits */ member in struct:irda_device_info
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
irda.h | 137 __u8 hints[2]; /* Hint bits */ member in struct:irda_device_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
irda.h | 137 __u8 hints[2]; /* Hint bits */ member in struct:irda_device_info
|
/sdk/emulator/opengl/tests/event_injector/ |
sockets.c | 637 struct addrinfo hints[1]; local 641 memset(hints, 0, sizeof(hints)); 642 hints->ai_family = preferIn6 ? AF_INET6 : AF_UNSPEC; 644 ret = getaddrinfo(hostname, NULL, hints, &res); 762 struct addrinfo hints = ai; local 764 ret = getaddrinfo(hostname, port, &hints, &res); [all...] |
/external/zxing/core/ |
core.jar | |
/bionic/libc/netbsd/net/ |
getaddrinfo.c | 263 "Invalid value for hints", /* EAI_BADHINTS */ 410 const struct addrinfo *hints, struct addrinfo **res, const char *iface) 453 hints == NULL ? -1 : hints->ai_flags, 454 hints == NULL ? -1 : hints->ai_family, 455 hints == NULL ? -1 : hints->ai_socktype, 456 hints == NULL ? -1 : hints->ai_protocol 2053 struct addrinfo hints, *res0, *res; local [all...] |
/bionic/libc/netbsd/resolv/ |
res_cache.c | 2102 struct addrinfo hints; local [all...] |