Searched refs:type_s (Results 1 – 10 of 10) 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/llvm-project/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/bcc/examples/tracing/ |
D | disksnoop.py | 58 type_s = "W" variable 60 type_s = "M" variable 62 type_s = "R" variable 65 print("%-18.9f %-2s %-7s %8.2f" % (ts, type_s, bytes_s, ms))
|
/external/tcpdump/ |
D | print-carp.c | 52 const char *type_s; in carp_print() local 58 type_s = "advertise"; in carp_print() 60 type_s = "unknown"; in carp_print() 61 ND_PRINT((ndo, "CARPv%d-%s %d: ", version, type_s, len)); in carp_print()
|
D | print-vrrp.c | 111 const char *type_s; in vrrp_print() local 116 type_s = tok2str(type2str, "unknown type (%u)", type); in vrrp_print() 117 ND_PRINT((ndo, "VRRPv%u, %s", version, type_s)); in vrrp_print()
|
/external/bcc/tools/old/ |
D | biosnoop.py | 122 (type_s, disk_s, sector_s, us_s) = (args[1], args[2], args[3], 128 ts - start_ts, real_comm, real_pid, disk_s, type_s, sector_s,
|
/external/selinux/policycoreutils/newrole/ |
D | newrole.c | 826 char *type_s = NULL; /* type spec'd by user in argv[] */ in parse_command_line_arguments() local 866 if (type_s) { in parse_command_line_arguments() 871 type_s = optarg; in parse_command_line_arguments() 907 if (!(role_s || type_s || level_s)) { in parse_command_line_arguments() 913 if (role_s && !type_s) { in parse_command_line_arguments() 920 type_s = type_ptr; in parse_command_line_arguments() 938 if (type_s) in parse_command_line_arguments() 939 if (context_type_set(context, type_s)) { in parse_command_line_arguments() 941 type_s); in parse_command_line_arguments()
|
/external/llvm-project/polly/lib/External/isl/interface/ |
D | python.cc | 192 string type_s = extract_type(type); in print_copy() local 194 printf("isl.%s_copy", type_s.c_str()); in print_copy()
|
/external/libaom/libaom/ |
D | libs.doxy_template | 238 # typedef struct type_s {} type_t, will appear in the documentation as a struct 240 # namespace, or class. And the struct will be named type_s. This can typically
|
/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
|