Home
last modified time | relevance | path

Searched refs:TYPE_TYPE (Results 1 – 13 of 13) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp46 …VariablePathComponent (const glu::VarType* type) :m_type(TYPE_TYPE) { m_data.type = type; } in VariablePathComponent()
53 bool isVariableType (void) const { return m_type == TYPE_TYPE; } in isVariableType()
64 TYPE_TYPE, enumerator
/external/selinux/libsepol/tests/
Dtest-linker-types.c112 CU_ASSERT(type->flavor == TYPE_TYPE); in test_type_datum()
120 CU_ASSERT(type->flavor == TYPE_TYPE); in test_type_datum()
Dtest-common.c171 if (my_flavor == TYPE_TYPE) { in test_alias_datum()
/external/selinux/checkpolicy/
Dmodule_compiler.c396 isattr = isattr ? TYPE_ATTRIB : TYPE_TYPE; in create_type()
641 dest_typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE; in get_local_type()
652 if (dest_typdatum->flavor != isattr ? TYPE_ATTRIB : TYPE_TYPE) { in get_local_type()
Dpolicy_define.c1410 if (type->flavor == TYPE_TYPE && !type->primary) { in define_typebounds_helper()
/external/selinux/libsepol/src/
Dkernel_to_conf.c1355 if (type && type->flavor == TYPE_TYPE && type->primary) { in write_type_decl_rules_to_conf()
1390 if (datum->primary == 0 && datum->flavor == TYPE_TYPE) in map_count_type_aliases()
1402 if (datum->primary == 0 && datum->flavor == TYPE_TYPE) in map_type_aliases_to_strs()
1475 if (type && type->flavor == TYPE_TYPE) { in write_type_bounds_rules_to_conf()
1598 if (!type || type->flavor != TYPE_TYPE || !type->primary) continue; in write_type_attribute_sets_to_conf()
Dkernel_to_cil.c1372 if (type && type->flavor == TYPE_TYPE && type->primary) { in write_type_decl_rules_to_cil()
1407 if (datum->primary == 0 && datum->flavor == TYPE_TYPE) in map_count_type_aliases()
1419 if (datum->primary == 0 && datum->flavor == TYPE_TYPE) in map_type_aliases_to_strs()
1501 if (type && type->flavor == TYPE_TYPE) { in write_type_bounds_rules_to_cil()
2288 if (type_datum && type_datum->flavor == TYPE_TYPE && type_datum->primary) { in write_role_decl_rules_to_cil()
Dexpand.c118 if ((type->flavor == TYPE_TYPE && !type->primary) in type_copy_callback()
672 if (alias->flavor == TYPE_TYPE && alias->primary) in alias_copy_callback()
707 if (alias->flavor == TYPE_TYPE) in alias_copy_callback()
Dlink.c447 if ((type->flavor == TYPE_TYPE && !type->primary) in type_copy_callback()
870 || (type->flavor == TYPE_TYPE && !type->primary))) { in alias_copy_callback()
Dpolicydb_validate.c499 case TYPE_TYPE: in validate_type_datum()
Dmodule_to_cil.c2258 case TYPE_TYPE: in type_to_cil()
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h181 #define TYPE_TYPE 0 /* regular type or alias in kernel policies */ macro
/external/selinux/libsepol/cil/src/
Dcil_binary.c461 sepol_type->flavor = TYPE_TYPE; in cil_type_to_policydb()
516 sepol_alias->flavor = TYPE_TYPE; in cil_typealias_to_policydb()