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

  /external/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/checkpolicy/
module_compiler.c 334 typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE;
534 dest_typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE;
545 if (dest_typdatum->flavor != isattr ? TYPE_ATTRIB : TYPE_TYPE) {
954 type->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE;
    [all...]
policy_define.c 1191 if (type->flavor == TYPE_TYPE && !type->primary) {
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 157 #define TYPE_TYPE 0 /* regular type or alias in kernel policies */
  /external/libsepol/src/
link.c 403 if ((type->flavor == TYPE_TYPE && !type->primary)
813 * and ones with the value of their primary (TYPE_TYPE && type->primary = 0)
817 || (type->flavor == TYPE_TYPE && !type->primary))) {
    [all...]
expand.c 86 if ((type->flavor == TYPE_TYPE && !type->primary)
582 if (alias->flavor == TYPE_TYPE && alias->primary)
617 if (alias->flavor == TYPE_TYPE)
    [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 147 milliseconds