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

  /frameworks/support/compat/java/android/support/v4/view/
PointerIconCompat.java 62 /** Synonym for {@link android.view.PointerIcon#TYPE_ALIAS} */
63 public static final int TYPE_ALIAS = 1010;
  /frameworks/base/core/java/android/view/
PointerIcon.java 98 public static final int TYPE_ALIAS = 1010;
505 case TYPE_ALIAS:
  /external/selinux/libsepol/tests/
test-common.c 171 } else if (my_flavor == TYPE_ALIAS) {
  /external/selinux/libsepol/src/
link.c 446 || type->flavor == TYPE_ALIAS) {
863 /* there are 2 kinds of aliases. Ones with their own value (TYPE_ALIAS)
867 (type->flavor == TYPE_ALIAS
874 if (type->flavor == TYPE_ALIAS)
904 /* the linked copy always has TYPE_ALIAS style aliases */
907 new_type->flavor = TYPE_ALIAS;
923 if (base_type->flavor == TYPE_ALIAS) {
939 base_type->flavor = TYPE_ALIAS;
    [all...]
expand.c 87 || type->flavor == TYPE_ALIAS) {
644 if (alias->flavor == TYPE_ALIAS)
674 else if (alias->flavor == TYPE_ALIAS)
    [all...]
write.c 1139 } else if (typdatum->flavor == TYPE_ALIAS
    [all...]
policydb.c     [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 175 #define TYPE_ALIAS 2 /* alias in modular policy */
  /external/selinux/checkpolicy/
policy_define.c 1186 aliasdatum->flavor = TYPE_ALIAS;
1326 } else if (type->flavor == TYPE_ALIAS) {
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 431 assertSystemPointerIcon(PointerIcon.TYPE_ALIAS);
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 3619 milliseconds