Searched refs:type1 (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/cmds/interrupter/
H A Dinterrupter.h29 #define CALL_FUNCTION_1(sym, ret, type1) \
30 ret (*real_##sym)(type1) = NULL; \
31 ret sym(type1 arg1) { \
36 #define CALL_FUNCTION_2(sym, ret, type1, type2) \
37 ret (*real_##sym)(type1, type2) = NULL; \
38 ret sym(type1 arg1, type2 arg2) { \
43 #define CALL_FUNCTION_3(sym, ret, type1, type2, type3) \
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, type
[all...]
/frameworks/rs/
H A DrsAllocation.cpp650 *type1 = other->getType(); local
652 return (type0->getCellCount() == type1->getCellCount()) &&
653 (type0->getDimLOD() == type1->getDimLOD()) &&
654 (type0->getDimFaces() == type1->getDimFaces()) &&
655 (type0->getDimYuv() == type1->getDimYuv()) &&
656 (type0->getDimX() == type1->getDimX()) &&
657 (type0->getDimY() == type1->getDimY()) &&
658 (type0->getDimZ() == type1->getDimZ());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java94 public static int mergeShortCodeCategories(int type1, int type2) { argument
95 if (type1 > type2) return type1;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java626 Class type1 = holder.getValueType();
628 if (type1 == float.class || type1 == Float.class) {
630 } else if (type1 == int.class || type1 == Integer.class) {
633 return type1 == type2;
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowToken.java959 final int type1 = newWindow.mAttrs.type;
963 if (type1 == TYPE_BASE_APPLICATION && type2 != TYPE_BASE_APPLICATION) {
965 } else if (type1 != TYPE_BASE_APPLICATION && type2 == TYPE_BASE_APPLICATION) {
970 if (type1 == TYPE_APPLICATION_STARTING && type2 != TYPE_APPLICATION_STARTING) {
972 } else if (type1 != TYPE_APPLICATION_STARTING && type2 == TYPE_APPLICATION_STARTING) {
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java95 ModelClass type1 = mClassAnalyzer
99 if (type1.equals(type2)) {
121 if (type1.isPrimitive()) {
124 .getImplicitConversionLevel(type1);
129 // type1 is primitive and has higher priority
135 if (type1.isAssignableFrom(type2)) {
137 } else if (type2.isAssignableFrom(type1)) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 175 milliseconds