Searched refs:family (Results 1 - 25 of 921) sorted by relevance

1234567891011>>

/external/libnl/lib/genl/
H A Dfamily.c2 * lib/genl/family.c Generic Netlink Family
16 * Object representing a kernel side registered Generic Netlink family
24 #include <netlink/genl/family.h>
39 struct genl_family *family = (struct genl_family *) c; local
41 nl_init_list_head(&family->gf_ops);
42 nl_init_list_head(&family->gf_mc_grps);
47 struct genl_family *family = (struct genl_family *) c; local
51 if (family == NULL)
54 nl_list_for_each_entry_safe(ops, tmp, &family->gf_ops, o_list) {
59 nl_list_for_each_entry_safe(grp, t_grp, &family
92 struct genl_family *family = (struct genl_family *) obj; local
113 struct genl_family *family = (struct genl_family *) obj; local
195 genl_family_put(struct genl_family *family) argument
213 genl_family_get_id(struct genl_family *family) argument
226 genl_family_set_id(struct genl_family *family, unsigned int id) argument
245 genl_family_get_name(struct genl_family *family) argument
258 genl_family_set_name(struct genl_family *family, const char *name) argument
275 genl_family_get_version(struct genl_family *family) argument
288 genl_family_set_version(struct genl_family *family, uint8_t version) argument
307 genl_family_get_hdrsize(struct genl_family *family) argument
315 genl_family_set_hdrsize(struct genl_family *family, uint32_t hdrsize) argument
328 genl_family_get_maxattr(struct genl_family *family) argument
336 genl_family_set_maxattr(struct genl_family *family, uint32_t maxattr) argument
349 genl_family_add_op(struct genl_family *family, int id, int flags) argument
366 genl_family_add_grp(struct genl_family *family, uint32_t id, const char *name) argument
[all...]
/external/strace/
H A Dnetlink_sock_diag.c35 decode_family(struct tcb *const tcp, const uint8_t family, argument
38 tprints("{family=");
39 printxval(addrfams, family, "AF_???");
40 if (len > sizeof(family)) {
42 printstr_ex(tcp, addr + sizeof(family),
43 len - sizeof(family), QUOTE_FORCE_HEX);
69 uint8_t family; local
74 if (!umove_or_printaddr(tcp, addr, &family)) {
75 if (family < ARRAY_SIZE(diag_decoders)
76 && len > sizeof(family)) {
[all...]
/external/tcpdump/
H A Dprint-null.c37 * 32-bit integer that specifies the family, e.g. AF_INET.
56 null_hdr_print(netdissect_options *ndo, u_int family, u_int length) argument
60 tok2str(bsd_af_values,"Unknown",family),family));
63 tok2str(bsd_af_values,"Unknown AF %u",family)));
80 u_int family; local
87 memcpy((char *)&family, (const char *)p, sizeof(family));
97 if ((family & 0xFFFF0000) != 0)
98 family
[all...]
/external/libpcap/
H A Dpcap-netfilter-linux-android.c20 android_nflog_send_config_cmd(int fd, u_int16_t group_id, u_int8_t cmd, u_int8_t family) argument
24 return nflog_send_config_cmd(&handle, group_id, cmd, family);
H A Dpcap-netfilter-linux-android.h21 int android_nflog_send_config_cmd(int fd, u_int16_t group_id, u_int8_t cmd, u_int8_t family);
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DPerson.java20 public String family; field in class:Person
/external/skia/src/ports/
H A DSkFontMgr_custom_empty.cpp18 SkFontStyleSet_Custom* family = new SkFontStyleSet_Custom(SkString()); variable
19 families->push_back().reset(family); variable
20 family->appendTypeface(sk_make_sp<SkTypeface_Empty>());
/external/skqp/src/ports/
H A DSkFontMgr_custom_empty.cpp18 SkFontStyleSet_Custom* family = new SkFontStyleSet_Custom(SkString()); variable
19 families->push_back().reset(family); variable
20 family->appendTypeface(sk_make_sp<SkTypeface_Empty>());
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_pagemodule.cpp23 CPDF_ColorSpace* CPDF_PageModule::GetStockCS(int family) { argument
24 if (family == PDFCS_DEVICEGRAY)
26 if (family == PDFCS_DEVICERGB)
28 if (family == PDFCS_DEVICECMYK)
30 if (family == PDFCS_PATTERN)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
H A Ddataurl-dbquote-font.css8 font-family:"Foo Bar",Helvetica,Arial;
14 font-family:Helvetica,Arial;
24 font-family: "Foo Bar";
H A Ddataurl-noquote-multiline-font.css8 font-family:"Foo Bar",Helvetica,Arial;
14 font-family:Helvetica,Arial;
24 font-family: "Foo Bar";
H A Ddataurl-singlequote-font.css8 font-family:"Foo Bar",Helvetica,Arial;
14 font-family:Helvetica,Arial;
24 font-family: "Foo Bar";
/external/android-clat/
H A Dgetaddr.h26 union anyip *getinterface_ip(const char *interface, int family);
H A Dsetif.h21 int add_address(const char *ifname, int family, const void *address, int cidr, const void *broadcast);
/external/webrtc/talk/media/base/
H A Dcpuid.cc58 int family = ((cpu_info[0] >> 8) & 0x0f) | ((cpu_info[0] >> 16) & 0xff0); local
70 if (family < 6 || family == 15 ||
71 (family == 6 && (model == kAtom || model <= kCore2))) {
/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/freetype/src/cache/
H A Dftcglyph.c33 FTC_Family family )
35 gnode->family = family;
37 family->num_nodes++;
45 FTC_Family family = gnode->family; local
48 gnode->family = NULL;
49 if ( family && --family->num_nodes == 0 )
50 FTC_FAMILY_FREE( family, cach
106 FTC_Family_Init( FTC_Family family, FTC_Cache cache ) argument
201 FTC_Family family = query->family; local
[all...]
/external/webrtc/webrtc/base/
H A Dsocketfactory.h29 virtual Socket* CreateSocket(int family, int type) = 0;
33 virtual AsyncSocket* CreateAsyncSocket(int family, int type) = 0;
/external/jsr305/javadoc/
H A Dstylesheet.css17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
27 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
28 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
/external/jsr330/javadoc/
H A Dstylesheet.css17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
27 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
28 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
/external/junit-params/apidocs/
H A Dstylesheet.css17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
27 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
28 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
/external/owasp/sanitizer/distrib/javadoc/
H A Dstylesheet.css17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
27 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
28 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
/external/libnl/lib/route/link/
H A Dapi.c109 * @return -NLE_EXIST Operations for address family already registered.
185 * Return operations of a specific link address family
186 * @arg family Address family
192 struct rtnl_link_af_ops *rtnl_link_af_ops_lookup(const unsigned int family) argument
194 if (family == AF_UNSPEC || family >= AF_MAX)
198 if (af_ops[family])
199 af_ops[family]->ao_refcnt++;
202 return af_ops[family];
232 int family; local
365 rtnl_link_af_data_compare(struct rtnl_link *a, struct rtnl_link *b, int family) argument
[all...]
/external/tensorflow/tensorflow/python/ops/
H A Dsummary_op_util.py72 def summary_scope(name, family=None, default_name=None, values=None):
78 If `family` is set, then the tag name will be '<family>/<scope_name>', where
79 `scope_name` is `<outer_scope>/<family>/<name>`. This ensures that `family`
85 family: Optional; if provided, used as the prefix of the summary tag name.
94 family = clean_tag(family)
95 # Use family name in the scope to ensure uniqueness of scope/tag.
96 scope_base_name = name if family i
[all...]
/external/libnl/src/lib/
H A Drule.c49 int family; local
51 if ((family = nl_str2af(arg)) != AF_UNSPEC)
52 rtnl_rule_set_family(rule, family);

Completed in 4734 milliseconds

1234567891011>>