Home
last modified time | relevance | path

Searched refs:b (Results 1 – 4 of 4) 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/uiautomator/uiautomator/
Dbuild.gradle57 * in JDK21 that result in r8 compilation failures (b/281536562). While the r8 issue has been fixed