Searched defs:family (Results 1 - 25 of 333) sorted by path

1234567891011>>

/external/android-clat/
H A Dgetaddr.c33 int family; member in struct:target
63 if((targ_p->family == AF_INET6) && !(ifa_p->ifa_flags & IFA_F_SECONDARY)) {
70 if(targ_p->family == AF_INET) {
95 * finds the first global non-privacy IP of the given family for the given interface, or returns NULL. caller frees pointer
97 * family - family
99 union anyip *getinterface_ip(const char *interface, int family) { argument
105 targ.family = family;
113 ifa.ifa_family = targ.family;
[all...]
H A Dnetlink_msg.c35 * returns the size of the address structure for the given family, or 0 on error
36 * family - AF_INET or AF_INET6
38 size_t inet_family_size(int family) { argument
39 if(family == AF_INET) {
41 } else if(family == AF_INET6) {
H A Dsetif.c34 * family - address family (AF_INET, AF_INET6)
39 int add_address(const char *ifname, int family, const void *address, int prefixlen, const void *broadcast) { argument
45 addr_size = inet_family_size(family);
56 ifa.ifa_family = family;
70 if(family == AF_INET6) {
76 } else if(family == AF_INET) {
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
H A DOs.java41 * OS family to look for
43 private String family; field in class:Os
57 * OS family that can be tested for. {@value}
61 * OS family that can be tested for. {@value}
65 * OS family that can be tested for. {@value}
69 * OS family that can be tested for. {@value}
73 * OS family that can be tested for. {@value}
77 * OS family that can be tested for. {@value}
81 * OS family that can be tested for. {@value}
85 * OS family tha
122 Os(String family) argument
194 isFamily(String family) argument
245 isOs(String family, String name, String arch, String version) argument
[all...]
/external/checkpolicy/
H A Dcheckpolicy.c906 int family, len; local
910 printf("protocol family? ");
914 family = AF_INET;
916 family = AF_INET6;
918 printf("unknown protocol family\n");
926 if (family == AF_INET) {
934 if (inet_pton(family, ans, p) < 1) {
939 sepol_node_sid(family, p, len, &ssid);
/external/chromium_org/base/
H A Datomicops_internals_x86_gcc.cc62 // get feature flags in ecx/edx, and family/model in eax
65 int family = (eax >> 8) & 0xf; // family and model fields local
67 if (family == 0xf) { // use extended family and model fields
68 family += (eax >> 20) & 0xff;
76 // so we test only for Rev E, which is family 15, model 32..63 inclusive.
78 family == 15 &&
H A Dcpu.h37 int family() const { return family_; } function in class:base::CPU
71 int signature_; // raw form of type, family, model, and stepping
73 int family_; // family of the processor
/external/chromium_org/components/autofill/core/browser/
H A Dcontact_info.cc82 base::string16 family; member in struct:autofill::__anon6330::NameParts
111 // 2 or more tokens. Grab the family, which is the last word plus any
112 // recognizable family prefixes.
126 parts.family = JoinString(family_tokens, base::char16(' '));
289 family_ = parts.family;
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_list_android.cc15 const std::string& family,
14 GetFontsInFamily_SlowBlocking( const std::string& family, std::vector<ppapi::proxy::SerializedTrueTypeFontDesc>* fonts_in_family) argument
H A Dpepper_truetype_font_list_host.cc42 const std::string& family);
90 const std::string& family) {
93 GetFontsInFamily_SlowBlocking(family, &fonts_in_family);
88 OnHostMsgGetFontsInFamily( ppapi::host::HostMessageContext* context, const std::string& family) argument
H A Dpepper_truetype_font_list_ozone.cc15 const std::string& family,
14 GetFontsInFamily_SlowBlocking( const std::string& family, std::vector<ppapi::proxy::SerializedTrueTypeFontDesc>* fonts_in_family) argument
H A Dpepper_truetype_font_list_pango.cc28 const std::string& family,
37 if (family.compare(::pango_font_family_get_name(font_family)) == 0) {
46 desc.family = family;
27 GetFontsInFamily_SlowBlocking( const std::string& family, std::vector<ppapi::proxy::SerializedTrueTypeFontDesc>* fonts_in_family) argument
H A Dpepper_truetype_font_list_win.cc47 desc.family = base::UTF16ToUTF8(lf.lfFaceName);
73 void GetFontsInFamily_SlowBlocking(const std::string& family, argument
78 base::string16 family16 = base::UTF8ToUTF16(family);
/external/chromium_org/content/browser/renderer_host/
H A Dsandbox_ipc_linux.cc183 std::string family; local
184 if (!pickle.ReadString(&iter, &family) ||
194 fc->matchFamilyName(family.c_str(),
292 std::string family; local
296 if (!pickle.ReadString(&iter, &family) ||
306 query.families.push_back(family);
/external/chromium_org/content/common/
H A Dchild_process_sandbox_support_impl_linux.cc65 void GetRenderStyleForStrike(const char* family, argument
83 request.WriteString(family);
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_webkitplatformsupport_impl.cc60 const char* family, int sizeAndStyle, blink::WebFontRenderStyle* out);
63 // WebKit likes to ask us for the correct font family to use for a set of
133 const char* family, int sizeAndStyle, blink::WebFontRenderStyle* out) {
134 GetRenderStyleForStrike(family, sizeAndStyle, out);
132 getRenderStyleForStrike( const char* family, int sizeAndStyle, blink::WebFontRenderStyle* out) argument
/external/chromium_org/content/renderer/p2p/
H A Dipc_socket_factory.cc194 int family, rtc::SocketAddress* addr) const OVERRIDE;
601 int family, rtc::SocketAddress* addr) const {
608 if (family == addresses_[i].family()) {
600 GetResolvedAddress( int family, rtc::SocketAddress* addr) const argument
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc211 const char* family, int sizeAndStyle, blink::WebFontRenderStyle* out);
214 // WebKit likes to ask us for the correct font family to use for a set of
608 const char* family, int sizeAndStyle, blink::WebFontRenderStyle* out) {
609 GetRenderStyleForStrike(family, sizeAndStyle, out);
607 getRenderStyleForStrike( const char* family, int sizeAndStyle, blink::WebFontRenderStyle* out) argument
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dhost_resolver_test.cc52 void AddFakeAddress(int family) { argument
53 if (family == AF_INET) {
58 fake_addr.sin_family = family;
61 } else if (family == AF_INET6) {
63 fake_addr.sin6_family = family;
H A Dsocket_test.cc458 int family; member in struct:__anon8974
484 ASSERT_TRUE(inet_pton(tests[i].family, tests[i].input, addr))
489 inet_ntop(tests[i].family, addr, out_buffer, sizeof(out_buffer)));
/external/chromium_org/net/base/
H A Daddress_tracker_linux_unittest.cc152 uint8 family,
159 msg.ifa_family = family;
175 uint8 family,
179 MakeAddrMessageWithCacheInfo(type, flags, family, address, local,
378 // Ignored family.
150 MakeAddrMessageWithCacheInfo(uint16 type, uint8 flags, uint8 family, const IPAddressNumber& address, const IPAddressNumber& local, uint32 preferred_lifetime, Buffer* output) argument
173 MakeAddrMessage(uint16 type, uint8 flags, uint8 family, const IPAddressNumber& address, const IPAddressNumber& local, Buffer* output) argument
H A Dnet_util.cc218 host_info->family != url::CanonHostInfo::BROKEN) {
446 switch (host_info.family) {
836 url::CanonHostInfo::Family family = url::IPv4AddressToNumber( local
838 return family == url::CanonHostInfo::IPV4;
860 url::CanonHostInfo::Family family = url::IPv4AddressToNumber( local
862 return family == url::CanonHostInfo::IPV4;
/external/chromium_org/net/dns/
H A Ddns_hosts.cc138 AddressFamily family = ADDRESS_FAMILY_IPV4; local
151 family = (ip.size() == 4) ? ADDRESS_FAMILY_IPV4 : ADDRESS_FAMILY_IPV6;
157 DnsHostsKey key(parser.token().as_string(), family);
H A Ddns_hosts_unittest.cc15 AddressFamily family; member in struct:net::__anon9194::ExpectedHostsEntry
23 DnsHostsKey key(entries[i].host, entries[i].family);
28 (entries[i].family == ADDRESS_FAMILY_IPV4) ? 4u : 16u);
H A Dhost_resolver_impl.cc1041 scoped_ptr<DnsTransaction> CreateTransaction(AddressFamily family) { argument
1042 DCHECK_NE(ADDRESS_FAMILY_UNSPECIFIED, family);
1045 family == ADDRESS_FAMILY_IPV6 ? dns_protocol::kTypeAAAA :
1118 // sufficient to just check the family of the first address.
2038 AddressFamily family = GetAddressFamily(ip_number); local
2039 if (family == ADDRESS_FAMILY_IPV6 &&
2042 // Don't return IPv6 addresses if default address family is set to IPv4,
2046 key.address_family != family) {
2114 // If got only loopback addresses and the family was restricted, resolve

Completed in 3948 milliseconds

1234567891011>>