Home
last modified time | relevance | path

Searched refs:is_type (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/
Dvk_helper.py317 if is_type(member_type, 'struct'):
342 def is_type(identifier, type_to_check): function
709 elif is_type(struct_member['type'], 'enum'):
715 elif is_type(struct_member['type'], 'struct'): # print struct address for now
772 … if 'pNext' == self.struct_dict[s][m]['name'] or is_type(self.struct_dict[s][m]['type'], 'struct'):
899 …num_non_enum_elems = [(is_type(self.struct_dict[s][elem]['type'], 'enum') and not self.struct_dict…
903 …if 'pNext' == self.struct_dict[s][m]['name'] or is_type(self.struct_dict[s][m]['type'], 'struct') …
973 if is_type(stp_list[index]['type'], 'enum'):
979 elif is_type(stp_list[index]['type'], 'struct'):
1052 if not is_type(self.struct_dict[s][m]['type'], 'enum'):
[all …]
/external/selinux/libsepol/src/
Dmodule_to_cil.c177 int is_type; member
732 static char *get_new_attr_name(struct policydb *pdb, int is_type) in get_new_attr_name() argument
741 if (is_type) { in get_new_attr_name()
766 static int cil_add_attr_to_list(struct list *attr_list, char *attr_name, int is_type, void *set) in cil_add_attr_to_list() argument
784 attr_list_node->is_type = is_type; in cil_add_attr_to_list()
794 static int cil_print_attr_strs(int indent, struct policydb *pdb, int is_type, void *set, char *attr… in cil_print_attr_strs() argument
814 if (is_type) { in cil_print_attr_strs()
895 rc = cil_print_attr_strs(indent, pdb, node->is_type, node->set, node->attr_name); in cil_print_attr_list()
904 static char *search_attr_list(struct list *attr_list, int is_type, void *set) in search_attr_list() argument
911 if (is_type) { in search_attr_list()
[all …]
/external/chromium-trace/catapult/telemetry/third_party/mock/
Dmock.py2159 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/pdfium/third_party/pymock/
Dmock.py2159 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/
Dcplus-dem.c2095 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()