Searched refs:type_s (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGenObjC/ |
D | objc-gc-aggr-assign.m | 10 struct type_s { 17 struct type_s type_s_ivar; 19 - (void) setSome : (struct type_s) arg; argument 20 - (struct type_s) getSome; 21 @property(assign) struct type_s aggre_prop; 25 - (void) setSome : (struct type_s) arg 29 - (struct type_s) getSome argument 36 struct type_s some = {{1234}, (id)0}; struct 38 struct type_s get(void) struct 43 void f(const struct type_s *in, struct type_s *out) { [all …]
|
/external/tcpdump/ |
D | print-carp.c | 51 const char *type_s; in carp_print() local 57 type_s = "advertise"; in carp_print() 59 type_s = "unknown"; in carp_print() 60 ND_PRINT((ndo, "CARPv%d-%s %d: ", version, type_s, len)); in carp_print()
|
D | print-vrrp.c | 110 const char *type_s; in vrrp_print() local 115 type_s = tok2str(type2str, "unknown type (%u)", type); in vrrp_print() 116 ND_PRINT((ndo, "VRRPv%u, %s", version, type_s)); in vrrp_print()
|
/external/selinux/policycoreutils/newrole/ |
D | newrole.c | 827 char *type_s = NULL; /* type spec'd by user in argv[] */ in parse_command_line_arguments() local 867 if (type_s) { in parse_command_line_arguments() 872 type_s = optarg; in parse_command_line_arguments() 908 if (!(role_s || type_s || level_s)) { in parse_command_line_arguments() 914 if (role_s && !type_s) { in parse_command_line_arguments() 921 type_s = type_ptr; in parse_command_line_arguments() 939 if (type_s) in parse_command_line_arguments() 940 if (context_type_set(context, type_s)) { in parse_command_line_arguments() 942 type_s); in parse_command_line_arguments()
|
/external/libvpx/libvpx/ |
D | libs.doxy_template | 239 # typedef struct type_s {} type_t, will appear in the documentation as a struct 241 # namespace, or class. And the struct will be named type_s. This can typically
|