HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_TYPE (Results 1 - 11 of 11) sorted by null

  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.hpp 46 VariablePathComponent (const glu::VarType* type) :m_type(TYPE_TYPE) { m_data.type = type; }
53 bool isVariableType (void) const { return m_type == TYPE_TYPE; }
64 TYPE_TYPE,
  /external/selinux/libsepol/tests/
test-linker-types.c 111 CU_ASSERT(type->flavor == TYPE_TYPE);
119 CU_ASSERT(type->flavor == TYPE_TYPE);
test-common.c 168 if (my_flavor == TYPE_TYPE) {
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 247 private static final byte[] TYPE_TYPE = new byte[] { 't' };
250 NdefRecord type = getByType(TYPE_TYPE, records);
  /external/selinux/checkpolicy/
module_compiler.c 335 typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE;
535 dest_typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE;
546 if (dest_typdatum->flavor != isattr ? TYPE_ATTRIB : TYPE_TYPE) {
955 type->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE;
    [all...]
policy_define.c 1324 if (type->flavor == TYPE_TYPE && !type->primary) {
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 173 #define TYPE_TYPE 0 /* regular type or alias in kernel policies */
  /external/selinux/libsepol/src/
link.c 445 if ((type->flavor == TYPE_TYPE && !type->primary)
864 * and ones with the value of their primary (TYPE_TYPE && type->primary = 0)
868 || (type->flavor == TYPE_TYPE && !type->primary))) {
    [all...]
expand.c 86 if ((type->flavor == TYPE_TYPE && !type->primary)
637 if (alias->flavor == TYPE_TYPE && alias->primary)
672 if (alias->flavor == TYPE_TYPE)
    [all...]
module_to_cil.c     [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 501 sepol_type->flavor = TYPE_TYPE;
554 sepol_alias->flavor = TYPE_TYPE;
    [all...]

Completed in 207 milliseconds