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

  /frameworks/support/compat/java/android/support/v4/view/
PointerIconCompat.java 63 /** Synonym for {@link android.view.PointerIcon#TYPE_ALIAS} */
64 public static final int TYPE_ALIAS = 1010;
  /frameworks/support/compat/tests/java/android/support/v4/view/
PointerIconCompatTest.java 65 compareSystemIcon(PointerIcon.TYPE_ALIAS, PointerIconCompat.TYPE_ALIAS);
  /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 172 CU_ASSERT(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 88 || type->flavor == TYPE_ALIAS) {
645 if (alias->flavor == TYPE_ALIAS)
675 else if (alias->flavor == TYPE_ALIAS)
    [all...]
write.c 1170 } else if (typdatum->flavor == TYPE_ALIAS
    [all...]
policydb.c     [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 178 #define TYPE_ALIAS 2 /* alias in modular policy */
  /external/selinux/checkpolicy/
policy_define.c 1272 aliasdatum->flavor = TYPE_ALIAS;
1414 } else if (type->flavor == TYPE_ALIAS) {
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 487 assertSystemPointerIcon(PointerIcon.TYPE_ALIAS);
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 477 milliseconds