Home
last modified time | relevance | path

Searched refs:type1 (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/cmds/interrupter/
Dinterrupter.h29 #define CALL_FUNCTION_1(sym, ret, type1) \ argument
30 ret (*real_##sym)(type1) = NULL; \
31 ret sym(type1 arg1) { \
36 #define CALL_FUNCTION_2(sym, ret, type1, type2) \ argument
37 ret (*real_##sym)(type1, type2) = NULL; \
38 ret sym(type1 arg1, type2 arg2) { \
43 #define CALL_FUNCTION_3(sym, ret, type1, type2, type3) \ argument
44 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) \ argument
[all …]
/frameworks/rs/
DrsAllocation.cpp687 *type1 = other->getType(); in hasSameDims() local
689 return (type0->getCellCount() == type1->getCellCount()) && in hasSameDims()
690 (type0->getDimLOD() == type1->getDimLOD()) && in hasSameDims()
691 (type0->getDimFaces() == type1->getDimFaces()) && in hasSameDims()
692 (type0->getDimYuv() == type1->getDimYuv()) && in hasSameDims()
693 (type0->getDimX() == type1->getDimX()) && in hasSameDims()
694 (type0->getDimY() == type1->getDimY()) && in hasSameDims()
695 (type0->getDimZ() == type1->getDimZ()); in hasSameDims()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsUsageMonitor.java94 public static int mergeShortCodeCategories(int type1, int type2) { in mergeShortCodeCategories() argument
95 if (type1 > type2) return type1; in mergeShortCodeCategories()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java624 Class type1 = holder.getValueType(); in containsSameValueType() local
626 if (type1 == float.class || type1 == Float.class) { in containsSameValueType()
628 } else if (type1 == int.class || type1 == Integer.class) { in containsSameValueType()
631 return type1 == type2; in containsSameValueType()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
DSetterStore.java95 ModelClass type1 = mClassAnalyzer
99 if (type1.equals(type2)) {
121 if (type1.isPrimitive()) {
124 .getImplicitConversionLevel(type1);
135 if (type1.isAssignableFrom(type2)) {
137 } else if (type2.isAssignableFrom(type1)) {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18591 field public static final java.lang.String NFC_FORUM_TYPE_1 = "org.nfcforum.ndef.type1";
/frameworks/base/api/
Dcurrent.txt25201 field public static final java.lang.String NFC_FORUM_TYPE_1 = "org.nfcforum.ndef.type1";
Dsystem-current.txt27690 field public static final java.lang.String NFC_FORUM_TYPE_1 = "org.nfcforum.ndef.type1";
Dtest-current.txt25275 field public static final java.lang.String NFC_FORUM_TYPE_1 = "org.nfcforum.ndef.type1";