Home
last modified time | relevance | path

Searched refs:a (Results 1 – 11 of 11) sorted by relevance

/test/integration-tests/junit-gtest-test/src/main/cpp/
Dadder.cpp3 int add(int a, int b) { return a + b; } in add() argument
Dadder.h3 int add(int a, int b);
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DPointerGesture.java176 private static double calcDistance(final Point a, final Point b) { in calcDistance() argument
177 return Math.sqrt((b.x - a.x) * (b.x - a.x) + (b.y - a.y) * (b.y - a.y)); in calcDistance()
/test/ext/junit-gtest/src/main/java/androidx/test/ext/junitgtest/
Dandroidx-test-ext-junit-gtest-documentation.md7 …ng a Java/Kotlin class for the Gtest suite we want to run and annotating it with the `TargetLibrar…
/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObject2Test.java820 scenario.onActivity(a -> assertEquals(new Point(10, 10), a.getLastTouch())); in testSetGestureMargin()
822 scenario.onActivity(a -> assertEquals(new Point(90, 90), a.getLastTouch())); in testSetGestureMargin()
827 scenario.onActivity(a -> assertEquals(new Point(1, 2), a.getLastTouch())); in testSetGestureMargin()
829 scenario.onActivity(a -> assertEquals(new Point(97, 96), a.getLastTouch())); in testSetGestureMargin()
843 scenario.onActivity(a -> assertEquals(new Point(10, 10), a.getLastTouch())); in testSetGestureMarginPercentage()
845 scenario.onActivity(a -> assertEquals(new Point(90, 90), a.getLastTouch())); in testSetGestureMarginPercentage()
850 scenario.onActivity(a -> assertEquals(new Point(1, 2), a.getLastTouch())); in testSetGestureMarginPercentage()
852 scenario.onActivity(a -> assertEquals(new Point(97, 96), a.getLastTouch())); in testSetGestureMarginPercentage()
/test/screenshot/screenshot-proto/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/test/integration-tests/junit-gtest-test/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/test/screenshot/screenshot/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/test/ext/junit-gtest/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/test/uiautomator/uiautomator/
Dbuild.gradle6 * You may obtain a copy of the License at
21 * Please use that script when creating a new project, rather than copying an existing project and
/test/uiautomator/integration-tests/testapp/
Dbuild.gradle6 * You may obtain a copy of the License at