Searched refs:is_type (Results 1 – 6 of 6) sorted by relevance
/external/vulkan-validation-layers/ |
D | vk_helper.py | 324 if is_type(member_type, 'struct'): 349 def is_type(identifier, type_to_check): function 691 elif is_type(struct_member['type'], 'enum'): 696 elif is_type(struct_member['type'], 'struct'): # print struct address for now 750 … if 'pNext' == self.struct_dict[s][m]['name'] or is_type(self.struct_dict[s][m]['type'], 'struct'): 890 …num_non_enum_elems = [(is_type(self.struct_dict[s][elem]['type'], 'enum') and not self.struct_dict… 894 …if 'pNext' == self.struct_dict[s][m]['name'] or is_type(self.struct_dict[s][m]['type'], 'struct') … 965 if is_type(stp_list[index]['type'], 'enum'): 971 elif is_type(stp_list[index]['type'], 'struct'): 1041 if not is_type(self.struct_dict[s][m]['type'], 'enum'): [all …]
|
D | vk-layer-generate.py | 128 elif vk_helper.is_type(base_type, 'struct'): 162 elif vk_helper.is_type(base_type, 'struct'): 252 …if vk_helper.is_type(vk_type, 'enum'):#"_TYPE" in vk_type: # TODO : This should be generic ENUM ch… 295 if vk_helper.is_type(vk_type, 'struct') and '*' not in vk_type: 760 elif vk_helper.is_type(vk_helper.struct_dict[struct_type][m]['type'], 'struct'): 778 if vk_helper.is_type(base_type, 'struct'): 1232 elif vk_helper.is_type(base_type, 'struct'):
|
/external/chromium-trace/catapult/telemetry/third_party/mock/ |
D | mock.py | 2159 is_type = isinstance(spec, ClassTypes) 2177 elif is_type and instance and not _instance_callable(spec): 2193 _check_signature(spec, mock, is_type, instance) 2198 if is_type and not instance and 'return_value' not in kwargs: 2240 skipfirst = _must_skip(spec, entry, is_type) 2253 def _must_skip(spec, entry, is_type): argument 2261 return is_type 2269 return is_type 2273 return is_type
|
/external/chromium-trace/catapult/third_party/mock/ |
D | mock.py | 2159 is_type = isinstance(spec, ClassTypes) 2177 elif is_type and instance and not _instance_callable(spec): 2193 _check_signature(spec, mock, is_type, instance) 2198 if is_type and not instance and 'return_value' not in kwargs: 2240 skipfirst = _must_skip(spec, entry, is_type) 2253 def _must_skip(spec, entry, is_type): argument 2261 return is_type 2269 return is_type 2273 return is_type
|
/external/valgrind/coregrind/m_demangle/ |
D | cplus-dem.c | 2095 int is_type, int remember) in demangle_template() argument 2105 if (is_type) in demangle_template() 2158 if (!is_type) in demangle_template() 2182 if (!is_type) in demangle_template() 2210 if (!is_type) in demangle_template() 2238 if (!is_type) in demangle_template() 2251 if (!is_type) in demangle_template() 2257 if (!is_type) in demangle_template() 2281 if (is_type && remember) in demangle_template()
|
/external/selinux/libsepol/src/ |
D | module_to_cil.c | 170 int is_type; member 615 static int set_to_cil_attr(struct policydb *pdb, int is_type, char ***names, uint32_t *num_names) in set_to_cil_attr() argument 625 if (is_type) { in set_to_cil_attr() 662 static int cil_print_attr_strs(int indent, struct policydb *pdb, int is_type, struct ebitmap *pos, … in cil_print_attr_strs() argument 679 if (is_type) { in cil_print_attr_strs() 809 static int cil_add_attr_to_list(struct list *attr_list, char *attribute, int is_type, void *set) in cil_add_attr_to_list() argument 833 attr_list_node->is_type = is_type; in cil_add_attr_to_list() 834 if (is_type) { in cil_add_attr_to_list() 1273 if (attr_list_node->is_type) { in cil_print_attr_list()
|