Searched refs:type2 (Results 1 – 8 of 8) sorted by relevance
36 #define CALL_FUNCTION_2(sym, ret, type1, type2) \ argument37 ret (*real_##sym)(type1, type2) = NULL; \38 ret sym(type1 arg1, type2 arg2) { \43 #define CALL_FUNCTION_3(sym, ret, type1, type2, type3) \ argument44 ret (*real_##sym)(type1, type2, type3) = NULL; \45 ret sym(type1 arg1, type2 arg2, type3 arg3) { \50 #define CALL_FUNCTION_4(sym, ret, type1, type2, type3, type4) \ argument51 ret (*real_##sym)(type1, type2, type3, type4) = NULL; \52 ret sym(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \57 #define CALL_FUNCTION_5(sym, ret, type1, type2, type3, type4, type5) \ argument[all …]
94 public static int mergeShortCodeCategories(int type1, int type2) { in mergeShortCodeCategories() argument95 if (type1 > type2) return type1; in mergeShortCodeCategories()96 return type2; in mergeShortCodeCategories()
97 ModelClass type2 = mClassAnalyzer99 if (type1.equals(type2)) {122 if (type2.isPrimitive()) {126 .getImplicitConversionLevel(type2);132 } else if (type2.isPrimitive()) {135 if (type1.isAssignableFrom(type2)) {137 } else if (type2.isAssignableFrom(type1)) {
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
18592 field public static final java.lang.String NFC_FORUM_TYPE_2 = "org.nfcforum.ndef.type2";
25102 field public static final java.lang.String NFC_FORUM_TYPE_2 = "org.nfcforum.ndef.type2";
25171 field public static final java.lang.String NFC_FORUM_TYPE_2 = "org.nfcforum.ndef.type2";
27542 field public static final java.lang.String NFC_FORUM_TYPE_2 = "org.nfcforum.ndef.type2";