Home
last modified time | relevance | path

Searched refs:TYPE_TYPE (Results 1 – 12 of 12) 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.c111 CU_ASSERT(type->flavor == TYPE_TYPE); in test_type_datum()
119 CU_ASSERT(type->flavor == TYPE_TYPE); in test_type_datum()
Dtest-common.c170 if (my_flavor == TYPE_TYPE) { in test_alias_datum()
/external/selinux/checkpolicy/
Dmodule_compiler.c395 isattr = isattr ? TYPE_ATTRIB : TYPE_TYPE; in create_type()
640 dest_typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE; in get_local_type()
651 if (dest_typdatum->flavor != isattr ? TYPE_ATTRIB : TYPE_TYPE) { in get_local_type()
Dpolicy_define.c1420 if (type->flavor == TYPE_TYPE && !type->primary) { in define_typebounds_helper()
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h180 #define TYPE_TYPE 0 /* regular type or alias in kernel policies */ macro
/external/selinux/libsepol/src/
Dkernel_to_conf.c1327 if (type->flavor == TYPE_TYPE && type->primary) { in write_type_decl_rules_to_conf()
1426 if (type->flavor == TYPE_TYPE) { in write_type_bounds_rules_to_conf()
1549 if (type->flavor != TYPE_TYPE || !type->primary) continue; in write_type_attribute_sets_to_conf()
Dkernel_to_cil.c1341 if (type->flavor == TYPE_TYPE && type->primary) { in write_type_decl_rules_to_cil()
1448 if (type->flavor == TYPE_TYPE) { in write_type_bounds_rules_to_cil()
2221 if (type_datum->flavor == TYPE_TYPE && type_datum->primary) { in write_role_decl_rules_to_cil()
Dexpand.c86 if ((type->flavor == TYPE_TYPE && !type->primary) in type_copy_callback()
637 if (alias->flavor == TYPE_TYPE && alias->primary) in alias_copy_callback()
672 if (alias->flavor == TYPE_TYPE) in alias_copy_callback()
Dlink.c445 if ((type->flavor == TYPE_TYPE && !type->primary) in type_copy_callback()
868 || (type->flavor == TYPE_TYPE && !type->primary))) { in alias_copy_callback()
Dmodule_to_cil.c2240 case TYPE_TYPE: in type_to_cil()
/external/selinux/libsepol/cil/src/
Dcil_binary.c465 sepol_type->flavor = TYPE_TYPE; in cil_type_to_policydb()
520 sepol_alias->flavor = TYPE_TYPE; in cil_typealias_to_policydb()