HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_TYPE (Results 1 - 18 of 18) 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,
  /system/sepolicy/tools/sepolicy-analyze/
attribute.c 41 if (dat->flavor != 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);
  /system/core/property_service/property_info_checker/
property_info_checker.cpp 113 if (type->flavor != TYPE_TYPE) {
  /system/sepolicy/tests/
sepol_wrap.cpp 123 } else if (!is_attr && out->d->flavor !=TYPE_TYPE) {
172 && db->type_val_to_struct[i->bit]->flavor != TYPE_TYPE))) {
  /system/sepolicy/tools/
checkfc.c 118 if (type->flavor != TYPE_TYPE) {
  /external/selinux/checkpolicy/
module_compiler.c 395 isattr = isattr ? TYPE_ATTRIB : TYPE_TYPE;
640 dest_typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE;
651 if (dest_typdatum->flavor != isattr ? TYPE_ATTRIB : TYPE_TYPE) {
    [all...]
policy_define.c 1415 if (type->flavor == TYPE_TYPE && !type->primary) {
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 179 #define TYPE_TYPE 0 /* regular type or alias in kernel policies */
  /external/selinux/libsepol/src/
kernel_to_cil.c 1325 if (type->flavor == TYPE_TYPE && type->primary) {
1432 if (type->flavor == TYPE_TYPE) {
1533 if (type->flavor == TYPE_TYPE && (type->flags & TYPE_FLAGS_PERMISSIVE)) {
    [all...]
kernel_to_conf.c 1299 if (type->flavor == TYPE_TYPE && type->primary) {
1398 if (type->flavor == TYPE_TYPE) {
1521 if (type->flavor != TYPE_TYPE || !type->primary) continue;
1578 if (type->flavor == TYPE_TYPE && (type->flags & TYPE_FLAGS_PERMISSIVE)) {
    [all...]
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 88 if ((type->flavor == TYPE_TYPE && !type->primary)
639 if (alias->flavor == TYPE_TYPE && alias->primary)
674 if (alias->flavor == TYPE_TYPE)
    [all...]
module_to_cil.c     [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 468 sepol_type->flavor = TYPE_TYPE;
523 sepol_alias->flavor = TYPE_TYPE;
    [all...]
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/3.8.0/
assertj-core-3.8.0.jar 

Completed in 300 milliseconds