/aosp_15_r20/frameworks/base/test-runner/src/android/test/ |
H A D | ViewAsserts.java | 45 int[] xy = new int[2]; in assertOnScreen() local 67 int[] xy = new int[2]; in assertOffScreenBelow() local 87 int[] xy = new int[2]; in assertOffScreenAbove() local 107 int[] xy = new int[2]; in assertHasScreenCoordinates() local 125 int[] xy = new int[2]; in assertBaselineAligned() local 143 int[] xy = new int[2]; in assertRightAligned() local 162 int[] xy = new int[2]; in assertRightAligned() local 180 int[] xy = new int[2]; in assertLeftAligned() local 199 int[] xy = new int[2]; in assertLeftAligned() local 217 int[] xy = new int[2]; in assertBottomAligned() local [all …]
|
H A D | TouchUtils.java | 245 int[] xy = new int[2]; in dragViewToBottom() local 265 int[] xy = new int[2]; in tapView() local 305 int[] xy = new int[2]; in touchAndCancelView() local 340 int[] xy = new int[2]; in clickView() local 401 int[] xy = new int[2]; in longClickView() local 488 int[] xy = new int[2]; in dragViewToTop() local 510 private static void getStartLocation(View v, int gravity, int[] xy) { in getStartLocation() 584 int[] xy = new int[2]; in dragViewBy() local 634 int[] xy = new int[2]; in dragViewTo() local 683 int[] xy = new int[2]; in dragViewToX() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/arithmetic/ |
D | add.hpp | 36 # define BOOST_PP_ADD_P(d, xy) BOOST_PP_TUPLE_ELEM(2, 1, xy) argument 39 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I xy argument 41 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_EL… argument 81 # define BOOST_PP_ADD_P(d, xy) BOOST_PP_BITAND(BOOST_PP_BOOL(BOOST_PP_TUPLE_ELEM(2, 1, xy)),BOOST_P… argument 84 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I xy argument 86 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_EL… argument
|
D | sub.hpp | 35 # define BOOST_PP_SUB_P(d, xy) BOOST_PP_TUPLE_ELEM(2, 1, xy) argument 38 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I xy argument 40 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_EL… argument 77 # define BOOST_PP_SUB_P(d, xy) BOOST_PP_AND(BOOST_PP_TUPLE_ELEM(2, 1, xy),BOOST_PP_TUPLE_ELEM(2, 0,… argument 80 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I xy argument 82 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_EL… argument
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkBitmapProcState_matrixProcs.cpp | 86 uint32_t xy[], int count, int x, int y) { in nofilter_scale() 132 uint32_t xy[], int count, int x, int y) { in nofilter_affine() 192 uint32_t xy[], int count, int x, int y) { in filter_scale() 229 uint32_t xy[], int count, int x, int y) { in filter_affine() 344 uint32_t xy[], int count, int x, int y) { in clampx_nofilter_trans() 396 uint32_t xy[], int count, int x, int y) { in repeatx_nofilter_trans() 433 uint32_t xy[], int count, int x, int y) { in mirrorx_nofilter_trans()
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsLine.cpp | 36 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint() argument 86 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) { in ExactPointH() 98 double SkDLine::NearPointH(const SkDPoint& xy, double left, double right, double y) { in NearPointH() 121 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV() 133 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV()
|
/aosp_15_r20/external/skia/src/opts/ |
H A D | SkBitmapProcState_opts.h | 48 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 187 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 266 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 351 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 488 int xy = x * y; in filter_and_scale_by_alpha() local 518 const uint32_t* xy, int count, SkPMColor* colors) { in S32_alpha_D32_filter_DX() 547 const uint32_t* xy, int count, SkPMColor* colors) { in S32_alpha_D32_filter_DXDY()
|
/aosp_15_r20/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
H A D | FindRegion.java | 47 public FindRegion(float[] xy, Bitmap img) { in FindRegion() 148 private static Rect getBoundingRect(float[] xy) { in getBoundingRect() 157 private static RectF calcBounds(float[] xy) { in calcBounds() 171 private static Bitmap buildMask(Rect rec, float[] xy) { in buildMask()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
H A D | ECFieldElement.java | 197 BigInteger xy = xx.multiply(yx); in multiplyMinusProduct() local 205 BigInteger xy = xx.multiply(yx); in multiplyPlusProduct() local 228 BigInteger xy = xx.multiply(yx); in squareMinusProduct() local 236 BigInteger xy = xx.multiply(yx); in squarePlusProduct() local 769 LongArray xy = xx.multiply(yx, m, ks); in multiplyPlusProduct() local 810 LongArray xy = xx.multiply(yx, m, ks); in squarePlusProduct() local
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
H A D | ECFieldElement.java | 197 BigInteger xy = xx.multiply(yx); in multiplyMinusProduct() local 205 BigInteger xy = xx.multiply(yx); in multiplyPlusProduct() local 228 BigInteger xy = xx.multiply(yx); in squareMinusProduct() local 236 BigInteger xy = xx.multiply(yx); in squarePlusProduct() local 769 LongArray xy = xx.multiply(yx, m, ks); in multiplyPlusProduct() local 810 LongArray xy = xx.multiply(yx, m, ks); in squarePlusProduct() local
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
H A D | ECFieldElement.java | 187 BigInteger xy = xx.multiply(yx); in multiplyMinusProduct() local 195 BigInteger xy = xx.multiply(yx); in multiplyPlusProduct() local 218 BigInteger xy = xx.multiply(yx); in squareMinusProduct() local 226 BigInteger xy = xx.multiply(yx); in squarePlusProduct() local 755 LongArray xy = xx.multiply(yx, m, ks); in multiplyPlusProduct() local 796 LongArray xy = xx.multiply(yx, m, ks); in squarePlusProduct() local
|
/aosp_15_r20/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
H A D | FindRegion.java | 39 public FindRegion(float[] xy, Bitmap img) { in FindRegion() 103 private static Rect getBoundingRect(float[] xy) { in getBoundingRect() 112 private static RectF calcBounds(float[] xy) { in calcBounds()
|
/aosp_15_r20/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
H A D | TestUtils.java | 386 int[] xy = new int[2]; in injectStylusDownEventInternal() local 424 int[] xy = new int[2]; in injectStylusEvent() local 445 final int[] xy = new int[2]; in injectFingerClickOnViewCenter() local 468 int[] xy = new int[2]; in injectStylusMoveEvents() local 531 int[] xy = new int[2]; in injectStylusMoveEventsInternal() local
|
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/android.test.runner.impl_intermediates/ |
D | classes.jar | junit/textui/TestRunner.class
TestRunner.java
package junit.textui
public junit.textui. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-runner/android.test.runner.impl/android_common/javac/ |
D | android.test.runner.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/test/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-runner/android.test.runner.impl/android_common/repackaged-jarjar/javac/ |
D | android.test.runner.jar | junit/textui/TestRunner.class
TestRunner.java
package junit.textui
public junit.textui. ... |
/aosp_15_r20/external/libopus/celt/arm/ |
H A D | pitch_neon_intr.c | 40 opus_val32 xy; in celt_inner_prod_neon() local 151 opus_val32 xy, xy0 = 0, xy1 = 0, xy2 = 0, xy3 = 0; in celt_inner_prod_neon_float_c_simulation() local 188 opus_val32 xy; in celt_inner_prod_neon() local
|
/aosp_15_r20/external/libopus/celt/ |
H A D | pitch.c | 414 static opus_val16 compute_pitch_gain(opus_val32 xy, opus_val32 xx, opus_val32 yy) in compute_pitch_gain() 442 static opus_val16 compute_pitch_gain(opus_val32 xy, opus_val32 xx, opus_val32 yy) in compute_pitch_gain() 455 opus_val32 xy,xx,yy,xy2; in remove_doubling() local
|
/aosp_15_r20/external/rnnoise/src/ |
H A D | pitch.c | 388 static opus_val16 compute_pitch_gain(opus_val32 xy, opus_val32 xx, opus_val32 yy) in compute_pitch_gain() 416 static opus_val16 compute_pitch_gain(opus_val32 xy, opus_val32 xx, opus_val32 yy) in compute_pitch_gain() 429 opus_val32 xy,xx,yy,xy2; in remove_doubling() local
|
/aosp_15_r20/cts/libs/input/src/com/android/cts/input/ |
H A D | InjectInputInProcess.kt | 71 val xy = IntArray(2) in getViewLocationInWindow() constant
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
H A D | RequestRectangleVisibleTest.java | 202 int[] xy = new int[2]; in assertOnBottomEdgeOfScreen() local 223 int[] xy = new int[2]; in assertOnTopEdgeOfScreen() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_packing.c | 68 nir_def *xy = nir_pack_32_2x16_split(b, nir_channel(b, src, 0), in lower_pack_64_from_16() local 80 nir_def *xy = nir_unpack_64_2x32_split_x(b, src); in lower_unpack_64_to_16() local
|
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
H A D | pitch_search_internal.cc | 424 float xy; // Auto-correlation. in ComputeExtendedPitchPeriod48kHz() member 429 const auto pitch_strength = [x_energy](float xy, float y_energy) { in ComputeExtendedPitchPeriod48kHz() 483 const float xy = 0.5f * (xy_primary_period + xy_secondary_period); in ComputeExtendedPitchPeriod48kHz() local
|
/aosp_15_r20/frameworks/native/libs/input/ |
H A D | Input.cpp | 197 vec2 transformWithoutTranslation(const ui::Transform& transform, const vec2& xy) { in transformWithoutTranslation() 1049 const vec2& xy) { in calculateTransformedXYUnchecked() 1055 const vec2& xy) { in calculateTransformedXY() 1071 const vec2 xy = calculateTransformedXYUnchecked(source, transform, coords.getXYValue()); in calculateTransformedAxisValue() local 1099 const vec2 xy = calculateTransformedXYUnchecked(source, transform, coords.getXYValue()); in calculateTransformedCoordsInPlace() local
|
/aosp_15_r20/hardware/google/graphics/common/libacryl/ |
D | acrylic_g2d.cpp | 693 hw2d_coord_t xy = layer.getImageDimension(); in prepareImage() local 766 static void setSolidLayer(struct g2d_layer &image, uint32_t cmd[], hw2d_coord_t xy) in setSolidLayer() 798 hw2d_coord_t xy = canvas.getImageDimension(); in prepareSolidLayer() local 828 hw2d_coord_t xy = layer.getImageDimension(); in prepareSolidLayer() local
|