Searched refs:type_set (Results 1 – 11 of 11) sorted by relevance
/external/adhd/cras/src/tests/ |
D | audio_thread_monitor_unittest.cc | 18 static enum CRAS_MAIN_MESSAGE_TYPE type_set; variable 24 type_set = (enum CRAS_MAIN_MESSAGE_TYPE)999; in ResetStubData() 39 EXPECT_EQ(type_set, CRAS_MAIN_AUDIO_THREAD_EVENT); in TEST_F() 114 type_set = type; in cras_main_message_add_handler()
|
D | device_monitor_unittest.cc | 14 static enum CRAS_MAIN_MESSAGE_TYPE type_set; variable 25 type_set = (enum CRAS_MAIN_MESSAGE_TYPE)0; in ResetStubData() 41 EXPECT_EQ(type_set, CRAS_MAIN_MONITOR_DEVICE); in TEST() 117 type_set = type; in cras_main_message_add_handler()
|
D | server_metrics_unittest.cc | 16 static enum CRAS_MAIN_MESSAGE_TYPE type_set; variable 21 type_set = (enum CRAS_MAIN_MESSAGE_TYPE)0; in ResetStubData() 32 EXPECT_EQ(type_set, CRAS_MAIN_METRICS); in TEST() 364 type_set = type; in cras_main_message_add_handler()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | constraint.h | 31 struct type_set; 62 struct type_set *type_names;
|
D | policydb.h | 86 typedef struct type_set { struct
|
/external/selinux/libsepol/src/ |
D | module_to_cil.c | 818 struct type_set *ts; in cil_print_attr_strs() 828 ts = (struct type_set *)set; in cil_print_attr_strs() 914 struct type_set *ts1 = NULL, *ts2; in search_attr_list() 917 ts1 = (struct type_set *)set; in search_attr_list() 927 ts2 = (struct type_set *)node->set; in search_attr_list() 1052 static int process_typeset(struct policydb *pdb, struct type_set *ts, struct list *attr_list, char … in process_typeset() 1089 struct type_set *ts; in roletype_role_in_ancestor_to_cil() 1188 struct type_set *ts; in avrule_list_to_cil() 1442 struct type_set *ts; in role_trans_to_cil() 1535 struct type_set *ts; in range_trans_to_cil() [all …]
|
D | kernel_to_conf.c | 181 struct type_set *ts = curr->type_names; in constraint_expr_to_str()
|
D | kernel_to_cil.c | 184 struct type_set *ts = curr->type_names; in constraint_expr_to_str()
|
/external/python/cpython3/Lib/ |
D | functools.py | 754 type_set = set(types) 760 found.append([s for s in sub.__mro__ if s in type_set])
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 298 TypeSet &type_set) { in GetTypes() argument 356 type_set.insert(type); in GetTypes() 362 GetTypes(child_die, min_die_offset, max_die_offset, type_mask, type_set); in GetTypes() 372 TypeSet type_set; in GetTypes() local 383 type_mask, type_set); in GetTypes() 395 for (Type *type : type_set) { in GetTypes()
|
D | SymbolFileDWARF.h | 450 TypeSet &type_set);
|