Home
last modified time | relevance | path

Searched defs:round (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DHalfTest.java308 public void round() { in round() method in HalfTest
/cts/tests/tests/net/src/android/net/cts/
DDnsResolverTest.java387 int round = 0; in testRawQueryCancel() local
416 int round = 0; in testRawQueryBlobCancel() local
566 int round = 0; in testQueryCancelForInetAddress() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaPerfUtils.java55 DeviceReportLog log, String message, int round, String codecName, in addPerformanceHeadersToLog()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaPerfUtils.java55 DeviceReportLog log, String message, int round, String codecName, in addPerformanceHeadersToLog()
/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java154 String name, int video, int w, int h, Surface surface, int round, long maxTimeMs) in doDecode()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java875 private double logPerformanceResults(String encoderName, int round) { in logPerformanceResults()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java105 static native float round(float x); in round() method in CoreMathVerifier
925 static private Target.Floaty round(double d, Target t) { in round() method in CoreMathVerifier