Home
last modified time | relevance | path

Searched refs:ratio (Results 1 – 4 of 4) sorted by relevance

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/compress/
DMultiCompressorTest.java102 double ratio = bestSize / (double) defaultSize;
103 assertTrue(ratio < 1.0);
111 MoreExecutors.directExecutor(), resultOptions.getTracker(), ratio + 0.001));
132 double ratio = bestSize / (double) defaultSize;
133 assertTrue(ratio < 1.0);
141 MoreExecutors.directExecutor(), resultOptions.getTracker(), ratio - 0.001));
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.cpp132 float ratio = float(w) / h; in initDisplay() local
133 egl.left = -ratio; in initDisplay()
134 egl.right = ratio; in initDisplay()
216 float ratio = float(egl.width) / egl.height; in draw() local
217 Mat4 projectionMatrix = Mat4::Ortho2D(-ratio, 1.0f, ratio, -1.0f); in draw()
/tools/test/connectivity/acts/framework/tests/controllers/
Dpower_metrics_test.py57 ratio = 1000
60 self.assertEqual(current_milliamps.value / current_amps.value, ratio)
/tools/test/openhst/
DREADME.md62 1. Over 95% pass ratio from 3000 test cycle would be fair enough to declare that the device passed…