Home
last modified time | relevance | path

Searched refs:v (Results 1 – 25 of 29) sorted by relevance

12

/test/vts-testcase/hal/treble/vintf/
Dutils.h109 void PrintTo(const sp<T>& v, std::ostream* os) { in PrintTo() argument
111 reinterpret_cast<uintptr_t>(&*v), true /* prefix */); in PrintTo()
114 void PrintTo(const T* v, std::ostream* os) { in PrintTo() argument
116 reinterpret_cast<uintptr_t>(v), true /* prefix */); in PrintTo()
123 void PrintTo(const android::vintf::testing::HalManifestPtr& v, ostream* os);
125 void PrintTo(const T* v, ostream* os) { in PrintTo() argument
127 reinterpret_cast<uintptr_t>(v), true /* prefix */); in PrintTo()
Dutils.cpp146 void PrintTo(const android::vintf::testing::HalManifestPtr &v, ostream *os) { in PrintTo() argument
147 if (v == nullptr) { in PrintTo()
151 *os << to_string(v->type()) << " manifest"; in PrintTo()
/test/mlts/benchmark/results/
Dgenerate_result.py233 val=v, diff=d, span=get_diff_span(d, 1.0, positive_is_better=True))
234 for v, d in zip(val, diff)]
255 v = [MELCEPLOGF0_DIFF_TEMPLATE.format(
256 val=v, diff=d, span=get_diff_span(d, 1.0, positive_is_better=False))
257 for v, d in zip(val, diff)]
259 max_log_f0=v[0],
260 max_mel_cep_distortion=v[1],
261 max_single_error=v[2],
277 v = [PHONE_ERROR_RATE_DIFF_TEMPLATE.format(
278 val=v, diff=d, span=get_diff_span(d, 1.0, positive_is_better=False))
[all …]
DChart.bundle.min.js10v||void 0!==e.value?this.setValues("hsv",e):void 0!==e.w||void 0!==e.whiteness?this.setValues("hwb…
/test/framework/harnesses/host_controller/build/
Dbuild_info.py62 for k, v in other.items() if isinstance(
64 self[k] = v
65 for k, v in kwargs.items():
66 self[k] = v
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNControls.java128 public void btnRun(View v) { in btnRun() argument
184 public void btnSelAll(View v) { in btnSelAll() argument
190 public void btnSelNone(View v) { in btnSelNone() argument
208 public void btnSettings(View v) { in btnSettings() argument
213 public void btnRunDogfood(View v) { in btnRunDogfood() argument
227 btnRun(v); in btnRunDogfood()
DBenchmarkTestBase.java128 Log.v(NNBenchmark.TAG, in run()
151 Log.v(NNBenchmark.TAG, "waiting for action running on UI thread is interrupted: " + in runOnUiThread()
DNNBenchmark.java155 Log.v(TAG, "Test: " + r.toString()); in getBenchmark()
/test/vts-testcase/fuzz/template/libfuzzer_test/
Dlibfuzzer_test_case.py69 ['--%s=%s' % (k, v) for k, v in self._additional_params.items()])
71 ['-%s=%s' % (k, v) for k, v in self._libfuzzer_params.items()])
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java308 float rebase(float v, float baselineSec) { in rebase() argument
309 if (v > 0.001) { in rebase()
310 v = baselineSec / v; in rebase()
312 return v; in rebase()
357 float v = (iresult.mComputeTimeSec - inferenceMean); in fromInferenceResults() local
358 variance += v * v; in fromInferenceResults()
/test/vts/runners/host/
Drecords.py172 l = ["%s = %s" % (k, v) for k, v in d.items()]
466 l = ["%s %d" % (k, v) for k, v in self.summaryDict().items()]
Dbase_test.py287 for k, v in kwargs.items():
288 setattr(self, k, v)
/test/vts/drivers/hal/libcodecoverage/
DGcdaParser.cpp34 char m[4], v[4]; in ParseMagic() local
44 GCOV_UNSIGNED2STRING(v, version); in ParseMagic()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DHistogram.java130 for (long v : profilingPoint.getValues()) { in addData()
131 double value = v; in addData()
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py278 v = self.readVhalProperty(prop, areaId=zone)["value"]
279 self.setVhalProperty(prop, v, areaId=zone)
282 propVals[prop] = v
497 for v in val[valType]:
500 v < a[valBoundNames[0]],
502 (c["prop"], a["areaId"], valType, v,
506 v > a[valBoundNames[1]],
508 (c["prop"], a["areaId"], valType, v,
/test/vts-testcase/security/poc/host/
DSecurityPoCKernelTest.py123 params = ["%s=%s" % (k, v) for k, v in host_input["params"].items()]
/test/vts/testcases/template/llvmfuzzer_test/
Dllvmfuzzer_test.py122 return " ".join(["-%s=%s" % (k, v) for k, v in params.items()])
/test/vts/testcases/template/mobly/
Dmobly_test.py267 for k, v in doc.items():
268 logging.debug(str(k) + ": " + str(v))
/test/vts-testcase/kernel/api/sysfs/
DKernelApiSysfsTest.py195 for v in values:
197 unused = int(v)
/test/vts/utils/python/controllers/
Dandroid_device.py298 for k, v in kwargs.items():
301 elif getattr(ad, k) != v:
748 for k, v in config.items():
753 setattr(self, k, v)
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsFuzzTestResultParser.java124 Log.v(LOG_TAG, line); in processNewLines()
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_graph.jsp214 hist.percentile_values.forEach(function(v) {
215 tableHtml += '<td>' + v + '</td>';
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowCoverageOverviewServlet.java394 v -> dateTimeFormatter.print(v.getId() / 1000))); in getCoverageDataTable()
/test/mlts/models/assets/ssd_mobilenet_v1_coco_quantized/
Dtarmac.output71 …5FWEZQ1WKCd�DDcV_Gchj�YP]_bZCQJAH@B\H.LBL45JDeT\`EcDCLDDMK=GA9:KKFDcTK`HUOD�v~w�suryyVC_TguKWecj`=…
/test/vti/dashboard/
DREADME.md51 $ mvn -v

12