/aosp12/art/test/567-checker-builder-intrinsics/src/ |
H A D | TestCompare.java | 114 private static int compareBytes(byte x, byte y) { in compareBytes() 125 private static int compareShorts(short x, short y) { in compareShorts() 136 private static int compareChars(char x, char y) { in compareChars() 147 private static int compareInts(int x, int y) { in compareInts() 158 private static int compareLongs(long x, long y) { in compareLongs() 181 public static int compareByteChar(byte x, char y) { in compareByteChar() 192 public static int compareByteInt(byte x, int y) { in compareByteInt() 226 public static int compareShortInt(short x, int y) { in compareShortInt() 260 public static int compareCharInt(char x, int y) { in compareCharInt() 272 public static int compareIntByte(int x, byte y) { in compareIntByte() [all …]
|
/aosp12/art/test/570-checker-select/src/ |
H A D | Main.java | 37 public static int $noinline$BoolCond_IntVarVar(boolean cond, int x, int y) { in $noinline$BoolCond_IntVarVar() 81 public static int $noinline$BoolCond_IntCstVar(boolean cond, int y) { in $noinline$BoolCond_IntCstVar() 104 public static long $noinline$BoolCond_LongVarVar(boolean cond, long x, long y) { in $noinline$BoolCond_LongVarVar() 150 public static long $noinline$BoolCond_LongCstVar(boolean cond, long y) { in $noinline$BoolCond_LongCstVar() 162 public static float $noinline$BoolCond_FloatVarVar(boolean cond, float x, float y) { in $noinline$BoolCond_FloatVarVar() 186 public static float $noinline$BoolCond_FloatCstVar(boolean cond, float y) { in $noinline$BoolCond_FloatCstVar() 209 public static int $noinline$IntNonmatCond_IntVarVar(int a, int b, int x, int y) { in $noinline$IntNonmatCond_IntVarVar() 235 public static int $noinline$IntMatCond_IntVarVar(int a, int b, int x, int y) { in $noinline$IntMatCond_IntVarVar() 293 public static long $noinline$IntMatCond_LongVarVar(int a, int b, long x, long y) { in $noinline$IntMatCond_LongVarVar() 335 public static long $noinline$LongNonmatCondCst_LongVarVar(long a, long x, long y) { in $noinline$LongNonmatCondCst_LongVarVar() [all …]
|
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
H A D | ADebug.h | 83 #define CHECK_EQ(x,y) CHECK_OP(x,y,EQ,==) argument 84 #define CHECK_NE(x,y) CHECK_OP(x,y,NE,!=) argument 85 #define CHECK_LE(x,y) CHECK_OP(x,y,LE,<=) argument 86 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) argument 88 #define CHECK_GT(x,y) CHECK_OP(x,y,GT,>) argument 108 #define CHECK_EQ_DBG(x,y) argument 109 #define CHECK_NE_DBG(x,y) argument 110 #define CHECK_LE_DBG(x,y) argument 111 #define CHECK_LT_DBG(x,y) argument 112 #define CHECK_GE_DBG(x,y) argument [all …]
|
/aosp12/art/test/660-checker-sad/src/ |
H A D | SadChar.java | 29 static int sad1(char x, char y) { in sad1() 40 static int sad2(char x, char y) { in sad2() 53 static int sad3(char x, char y) { in sad3() 65 static int sad3Alt(char x, char y) { in sad3Alt() 77 static long sadL1(char x, char y) { in sadL1() 90 static long sadL2(char x, char y) { in sadL2() 103 static long sadL3(char x, char y) { in sadL3() 115 static long sadL3Alt(char x, char y) { in sadL3Alt() 139 char y = interesting[j]; in main() local
|
H A D | SadShort.java | 29 static int sad1(short x, short y) { in sad1() 40 static int sad2(short x, short y) { in sad2() 53 static int sad3(short x, short y) { in sad3() 65 static int sad3Alt(short x, short y) { in sad3Alt() 77 static long sadL1(short x, short y) { in sadL1() 90 static long sadL2(short x, short y) { in sadL2() 103 static long sadL3(short x, short y) { in sadL3() 115 static long sadL3Alt(short x, short y) { in sadL3Alt() 139 short y = interesting[j]; in main() local
|
H A D | SadInt.java | 34 static int sad1(int x, int y) { in sad1() 45 static int sad2(int x, int y) { in sad2() 58 static int sad3(int x, int y) { in sad3() 70 static int sad3Alt(int x, int y) { in sad3Alt() 82 static long sadL1(int x, int y) { in sadL1() 95 static long sadL2(int x, int y) { in sadL2() 108 static long sadL3(int x, int y) { in sadL3() 120 static long sadL3Alt(int x, int y) { in sadL3Alt() 138 int y = interesting[j]; in main() local
|
H A D | SadByte.java | 29 static int sad1(byte x, byte y) { in sad1() 40 static int sad2(byte x, byte y) { in sad2() 53 static int sad3(byte x, byte y) { in sad3() 65 static int sad3Alt(byte x, byte y) { in sad3Alt() 77 static long sadL1(byte x, byte y) { in sadL1() 90 static long sadL2(byte x, byte y) { in sadL2() 103 static long sadL3(byte x, byte y) { in sadL3() 115 static long sadL3Alt(byte x, byte y) { in sadL3Alt()
|
H A D | SadLong.java | 34 static long sad1(long x, long y) { in sad1() 45 static long sad2(long x, long y) { in sad2() 58 static long sad3(long x, long y) { in sad3() 70 static long sad3Alt(long x, long y) { in sad3Alt() 94 long y = interesting[j]; in main() local
|
/aosp12/art/test/674-hiddenapi/src/ |
H A D | ParentClass.java | 141 public ParentClass(int x, short y) {} in ParentClass() 142 ParentClass(float x, short y) {} in ParentClass() 147 public ParentClass(int x, boolean y) {} in ParentClass() 148 ParentClass(float x, boolean y) {} in ParentClass() 153 public ParentClass(int x, byte y) {} in ParentClass() 154 ParentClass(float x, byte y) {} in ParentClass() 159 public ParentClass(int x, char y) {} in ParentClass() 160 ParentClass(float x, char y) {} in ParentClass() 165 public ParentClass(int x, int y) {} in ParentClass() 166 ParentClass(float x, int y) {} in ParentClass() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
H A D | ClassifierTest.java | 80 protected MotionEvent appendDownEvent(float x, float y) { in appendDownEvent() 84 protected MotionEvent appendDownEvent(float x, float y, long eventTime) { in appendDownEvent() 88 protected MotionEvent appendMoveEvent(float x, float y) { in appendMoveEvent() 92 protected MotionEvent appendMoveEvent(float x, float y, long eventTime) { in appendMoveEvent() 97 protected MotionEvent appendUpEvent(float x, float y) { in appendUpEvent() 101 protected MotionEvent appendUpEvent(float x, float y, long eventTime) { in appendUpEvent() 105 private MotionEvent appendMotionEvent(int actionType, float x, float y) { in appendMotionEvent() 112 private MotionEvent appendMotionEvent(int actionType, float x, float y, long eventTime) { in appendMotionEvent()
|
/aosp12/art/test/474-checker-boolean-input/src/ |
H A D | Main.java | 54 public static boolean InlineAnd(boolean x, boolean y) { in InlineAnd() 58 public static boolean TestAndAsBoolean(boolean x, boolean y) { in TestAndAsBoolean() 71 public static boolean InlineOr(boolean x, boolean y) { in InlineOr() 75 public static boolean TestOrAsBoolean(boolean x, boolean y) { in TestOrAsBoolean() 88 public static boolean InlineXor(boolean x, boolean y) { in InlineXor() 92 public static boolean TestXorAsBoolean(boolean x, boolean y) { in TestXorAsBoolean()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | InputView.java | 74 final int y = (int)me.getY(index) + rect.top; in onInterceptTouchEvent() local 104 final int y = (int)me.getY(index) + rect.top; in onTouchEvent() local 130 protected abstract boolean needsToForward(final int x, final int y); in needsToForward() 138 protected int translateY(final int y) { in translateY() 150 public boolean onInterceptTouchEvent(final int x, final int y, final MotionEvent me) { in onInterceptTouchEvent() 175 public boolean onTouchEvent(final int x, final int y, final MotionEvent me) { in onTouchEvent() 202 private boolean isInKeyboardTopPadding(final int y) { in isInKeyboardTopPadding() 207 protected boolean needsToForward(final int x, final int y) { in needsToForward() 217 protected int translateY(final int y) { in translateY() 241 protected boolean needsToForward(final int x, final int y) { in needsToForward()
|
/aosp12/art/test/ProtoCompare/ |
H A D | ProtoCompare.java | 18 int m1(short x, int y, long z) { return x + y + (int)z; } in m1() 19 int m2(short x, int y, long z) { return x + y + (int)z; } in m2() 20 int m3(long x, int y, short z) { return (int)x + y + z; } in m3() 21 long m4(long x, int y, short z) { return x + y + z; } in m4()
|
/aosp12/art/test/ProtoCompare2/ |
H A D | ProtoCompare2.java | 18 int m1(short x, int y, long z) { return x + y + (int)z; } in m1() 19 int m2(short x, int y, long z) { return x + y + (int)z; } in m2() 20 int m3(long x, int y, short z) { return (int)x + y + z; } in m3() 21 long m4(long x, int y, short z) { return x + y + z; } in m4()
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | Matrix3f.java | 68 public float get(int x, int y) { in get() 78 public void set(int x, int y, float v) { in set() 117 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 171 public void loadScale(float x, float y) { in loadScale() 184 public void loadScale(float x, float y, float z) { in loadScale() 198 public void loadTranslate(float x, float y) { in loadTranslate() 248 public void rotate(float rot, float x, float y, float z) { in rotate() 273 public void scale(float x, float y) { in scale() 287 public void scale(float x, float y, float z) { in scale() 300 public void translate(float x, float y) { in translate()
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Matrix3f.java | 71 public float get(int x, int y) { in get() 81 public void set(int x, int y, float v) { in set() 120 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 174 public void loadScale(float x, float y) { in loadScale() 187 public void loadScale(float x, float y, float z) { in loadScale() 201 public void loadTranslate(float x, float y) { in loadTranslate() 251 public void rotate(float rot, float x, float y, float z) { in rotate() 276 public void scale(float x, float y) { in scale() 290 public void scale(float x, float y, float z) { in scale() 303 public void translate(float x, float y) { in translate()
|
/aosp12/system/libbase/include/android-base/ |
H A D | logging.h | 278 #define CHECK_EQ(x, y) CHECK_OP(x, y, == ) argument 279 #define CHECK_NE(x, y) CHECK_OP(x, y, != ) argument 280 #define CHECK_LE(x, y) CHECK_OP(x, y, <= ) argument 281 #define CHECK_LT(x, y) CHECK_OP(x, y, < ) argument 283 #define CHECK_GT(x, y) CHECK_OP(x, y, > ) argument 323 #define DCHECK_EQ(x, y) \ argument 325 #define DCHECK_NE(x, y) \ argument 327 #define DCHECK_LE(x, y) \ argument 329 #define DCHECK_LT(x, y) \ argument 331 #define DCHECK_GE(x, y) \ argument [all …]
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
H A D | InputPointersTests.java | 71 final int y = i * 2; in testAdd() local 79 final int y = i * 2; in testAdd() local 95 final int y = i * 2; in testAddAt() local 103 final int y = i * 2; in testAddAt() local 119 final int y = i * 2; in testSet() local 139 final int y = i * 2; in testCopy() local 168 final int y = i * 3; in testAppend() local 184 final int y = i * 2; in testAppend() local 238 final int y = i * 3; in testAppendResizableIntArray() local 257 final int y = i * 4; in testAppendResizableIntArray() local [all …]
|
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/ |
H A D | TypeUtils.h | 210 #define NN_RET_CHECK_EQ(x, y) NN_RET_CHECK_OP(x, y, ==) argument 211 #define NN_RET_CHECK_NE(x, y) NN_RET_CHECK_OP(x, y, !=) argument 212 #define NN_RET_CHECK_LE(x, y) NN_RET_CHECK_OP(x, y, <=) argument 213 #define NN_RET_CHECK_LT(x, y) NN_RET_CHECK_OP(x, y, <) argument 214 #define NN_RET_CHECK_GE(x, y) NN_RET_CHECK_OP(x, y, >=) argument 215 #define NN_RET_CHECK_GT(x, y) NN_RET_CHECK_OP(x, y, >) argument
|
/aosp12/art/test/463-checker-boolean-simplifier/src-art/ |
H A D | Main.java | 61 public static boolean GreaterThan(int x, int y) { in GreaterThan() 89 public static boolean LessThan(int x, int y) { in LessThan() 105 public static int SimpleTrueBlock(boolean x, int y) { in SimpleTrueBlock() 121 public static int SimpleFalseBlock(boolean x, int y) { in SimpleFalseBlock() 139 public static int SimpleBothBlocks(boolean x, int y, int z) { in SimpleBothBlocks() 153 public static int ThreeBlocks(boolean x, boolean y) { in ThreeBlocks()
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
H A D | Point.java | 30 public float y; field in Point 37 public Point(float x, float y) { in Point() 42 public void set(float x, float y) { in set() 52 public Point plus(float x, float y) { in plus() 60 public Point minus(float x, float y) { in minus() 72 public Point mult(float x, float y) { in mult()
|
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/ |
H A D | normalize_amr_wb.h | 75 int32 y; in normalize_amr_wb() local 78 clz y, x; in normalize_amr_wb() local 90 register int32 y; in normalize_amr_wb() local
|
/aosp12/frameworks/av/media/codecs/mp3dec/src/ |
H A D | pvmp3_normalize.h | 64 int32 y; in pvmp3_normalize() local 67 clz y, x; in pvmp3_normalize() local 78 register int32 y; in pvmp3_normalize() local
|
/aosp12/art/test/565-checker-condition-liveness/src/ |
H A D | Main.java | 82 public static void testThrowIntoCatchBlock(int x, Object y, int[] a) { in testThrowIntoCatchBlock() 128 public static void testBoundsCheck(int x, Object y, int[] a) { in testBoundsCheck() 164 public static void testDeoptimize(int x, Object y, int[] a) { in testDeoptimize() 179 int y = field; in main() local
|
/aosp12/art/test/660-checker-simd-sad/src/ |
H A D | SimdSadInt.java | 60 private static int sadInt2Int(int[] x, int[] y) { in sadInt2Int() 86 private static int sadInt2IntAlt(int[] x, int[] y) { in sadInt2IntAlt() 135 private static int sadInt2IntAlt2(int[] x, int[] y) { in sadInt2IntAlt2() 183 private static long sadInt2Long(int[] x, int[] y) { in sadInt2Long() 229 private static long sadInt2LongAt1(int[] x, int[] y) { in sadInt2LongAt1() 243 int[] y = { 0, Integer.MIN_VALUE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in main() local
|