Home
last modified time | relevance | path

Searched defs:tolerance (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/common/backoff/
DExponentialBaseCalculator.java87 private static double getBaseImpl(long t, int n, double tolerance) { in getBaseImpl()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkStatsManagerTest.java321 NetworkCallback(long tolerance, URL url) { in NetworkCallback()
368 private boolean shouldTestThisNetworkType(int networkTypeIndex, final long tolerance) in shouldTestThisNetworkType()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropObject.java108 public void setTouchTolerance(float tolerance) { in setTouchTolerance()
/packages/modules/NeuralNetworks/runtime/test/
DTestGpuNnapi.cpp972 const double tolerance = TestTypeHelper<dataType>::kTolerance; in runTest() local
978 void checkResults(base::unique_fd syncFd, double tolerance) { in checkResults()