Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/webapp/js/
Dtest_results.js75 function getBadgeColor(ratio) { argument
77 if (ratio <= 20) {
79 } else if (ratio >= 70) {
91 function getRoundValue(ratio) { argument
92 return Math.round(ratio * 1000) / 10;
/test/vts-testcase/hal/media/omx/V1_0/host_omxstore/
DVtsHalMediaOmxStoreV1_0HostTest.py157 ratio = '(' + num + ':' + num + ')' variable in VtsHalMediaOmxStoreV1_0Host.testQueryCodecInformation.Pattern
160 range_ratio = '((' + ratio + '-' + ratio + ')|' + ratio + ')'