/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | StatSummary.java | 25 private double max; field in StatSummary 47 double max, in StatSummary() argument 54 this.max = max; in StatSummary() 85 if (value > max) max = value; in updateStats() 131 return max; in getMax()
|
D | Histogram.java | 42 private Double max = null; field in Histogram 115 return max; in getMax() 134 if (max == null || value > max) in addData() 135 max = value; in addData() 162 json.add(MAX_KEY, new JsonPrimitive(max)); in toJson()
|
/test/vti/dashboard/src/main/webapp/css/ |
D | show_table.css | 23 transition: max-width 1s; 24 max-width: 150px; 28 max-width: 1000px; 31 max-width: none; 39 max-width: inherit; 68 max-height: 200px;
|
D | test_acknowledgments.css | 90 max-height: 30%; 130 max-height: 250px;
|
D | common.css | 19 max-width: 1600px;
|
D | search_header.css | 67 max-height: 75%;
|
D | dashboard_main.css | 92 max-height: 50%;
|
D | test_results.css | 52 max-height: 33%;
|
D | show_test_runs_common.css | 65 max-height: 200px;
|
/test/vti/dashboard/src/test/java/com/android/vts/util/ |
D | StatSummaryTest.java | 65 double max = Double.MIN_VALUE; in testMax() local 70 if (value > max) max = value; in testMax() 73 assertEquals(max, test.getMax(), threshold); in testMax()
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …max(e,t),i)}function h(t){var e=t.toString(16).toUpperCase();return e.length<2?"0"+e:e}e.exports={… property
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_graph.jsp | 63 maxVal = g.max; 135 * max: the maximum value to display 137 function drawHistogram(hist, min, max) { 143 if (d <= max && d >= min) result.push([hist.ids[i], d]); 148 var bucketSize = (max - min) / N_BUCKETS; 187 maxValue: max,
|
/test/mlts/benchmark/src/com/android/nn/benchmark/evaluators/ |
D | MelCepLogF0.java | 55 mMaxMelCepDistortion = Math.max(mMaxMelCepDistortion, melCepDistortion); in EvaluateSequenceAccuracy() 61 mMaxLogF0Error = Math.max(mMaxLogF0Error, logF0Error); in EvaluateSequenceAccuracy()
|
D | PhoneErrorRate.java | 24 mMaxPER = Math.max(mMaxPER, per); in EvaluateSequenceAccuracy()
|
/test/mlts/benchmark/src/com/android/nn/crashtest/app/ |
D | AcceleratorSpecificTestSupport.java | 65 default long ramdomInRange(long min, long max) { in ramdomInRange() argument 66 return min + (long) (Math.random() * (max - min)); in ramdomInRange()
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | ProfilingPointSummaryEntity.java | 103 private Long max; field in ProfilingPointSummaryEntity 311 double max = (double) e.getProperty(MAX); in fromEntity() local 317 max, in fromEntity()
|
/test/vti/test_serving/gae/frontend/src/app/menu/lab/ |
D | lab.component.scss | 15 max-width: 40px;
|
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 240 self.max_absolute_diff = max(self.max_absolute_diff, np.max(diff)) 242 self.absolute_range = max(abs(self.min_absolute_diff), 270 'max': np.max(diff),
|
/test/vts/utils/python/controllers/ |
D | android.py | 72 (addr, port), max(1, timeout_time - time.time()))
|
/test/vts/runners/host/tcp_server/ |
D | callback_server.py | 116 id = int(max(_functions, key=int)) + 1
|
/test/vti/test_serving/proto/ |
D | TestLabConfigMessage.proto | 50 // optional - device index for a host starting from 0 to 13 (max).
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | LatencyResult.java | 50 maxComputeTimeSec = Math.max(maxComputeTimeSec, result); in LatencyResult()
|
/test/vts/utils/python/cpu/ |
D | cpu_frequency_scaling.py | 111 self._theoretical_max_frequency[cpu_no] = max(freq)
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsHalHidlTargetCallbackBase.h | 388 auto timeout_min = steady_clock::duration::max(); in GetWaitAnyTimeout()
|
/test/mlts/benchmark/native/ |
D | multi_process_test.cpp | 152 return model->benchmark(data, std::numeric_limits<int>::max(), in runModel()
|