/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | LatencyResult.java | 58 float v = (result - latencyMean); in LatencyResult() local 59 variance += v * v; in LatencyResult() 124 private float rebase(float v, float baselineSec) { in rebase() argument 125 if (v > 0.001) { in rebase() 126 v = baselineSec / v; in rebase() 128 return v; in rebase()
|
/test/vts-testcase/hal/treble/vintf/ |
D | utils.h | 112 void PrintTo(const sp<T>& v, std::ostream* os) { in PrintTo() argument 114 reinterpret_cast<uintptr_t>(&*v), true /* prefix */); in PrintTo() 117 void PrintTo(const T* v, std::ostream* os) { in PrintTo() argument 119 reinterpret_cast<uintptr_t>(v), true /* prefix */); in PrintTo() 126 void PrintTo(const android::vintf::testing::HalManifestPtr& v, ostream* os); 128 void PrintTo(const T* v, ostream* os) { in PrintTo() argument 130 reinterpret_cast<uintptr_t>(v), true /* prefix */); in PrintTo()
|
D | utils.cpp | 137 void PrintTo(const android::vintf::testing::HalManifestPtr &v, ostream *os) { in PrintTo() argument 138 if (v == nullptr) { in PrintTo() 142 *os << to_string(v->type()) << " manifest"; in PrintTo()
|
/test/framework/harnesses/host_controller/build/ |
D | build_info.py | 62 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/ |
D | NNControls.java | 115 public void btnRun(View v) { in btnRun() argument 171 public void btnSelAll(View v) { in btnSelAll() argument 177 public void btnSelNone(View v) { in btnSelNone() argument 195 public void btnSettings(View v) { in btnSettings() argument 200 public void btnRunDogfood(View v) { in btnRunDogfood() argument 208 Log.v(NNBenchmark.TAG, "Dogfood run seed " + seed); in btnRunDogfood() 224 btnRun(v); in btnRunDogfood()
|
D | BenchmarkTestBase.java | 110 Log.v(NNBenchmark.TAG, "Waiting for the device to charge"); in waitUntilCharged() 121 Log.v(NNBenchmark.TAG, in waitUntilCharged() 132 Log.v(NNBenchmark.TAG, String.format("Battery level: %d%%", percentage)); in waitUntilCharged() 191 Log.v(NNBenchmark.TAG, String.format( in run() 225 Log.v(NNBenchmark.TAG, "Interrupted while waiting for action running", e); in join()
|
D | NNBenchmark.java | 123 Log.v(TAG, String.format("Starting benchmark with %d test", mTestList.length)); in onResume() 131 Log.v(TAG, "No test to run, doing nothing"); in onResume()
|
/test/vts-testcase/fuzz/template/libfuzzer_test/ |
D | libfuzzer_test_case.py | 69 ['--%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/results/ |
D | generate_result.py | 305 val=v, diff=d, span=get_diff_span(d, 1.0, positive_is_better=True)) 306 for v, d in zip(val, diff)] 327 v = [MELCEPLOGF0_DIFF_TEMPLATE.format( 328 val=v, diff=d, span=get_diff_span(d, 1.0, positive_is_better=False)) 329 for v, d in zip(val, diff)] 331 max_log_f0=v[0], 332 max_mel_cep_distortion=v[1], 333 max_single_error=v[2], 349 v = [PHONE_ERROR_RATE_DIFF_TEMPLATE.format( 350 val=v, diff=d, span=get_diff_span(d, 1.0, positive_is_better=False)) [all …]
|
D | Chart.bundle.min.js | 10 …v||void 0!==e.value?this.setValues("hsv",e):void 0!==e.w||void 0!==e.whiteness?this.setValues("hwb…
|
/test/vts-testcase/kernel/encryption/ |
D | adiantum.cpp | 46 static void put_unaligned_le32(uint32_t v, void *p) { in put_unaligned_le32() argument 47 __le32 x = cpu_to_le32(v); in put_unaligned_le32() 52 static void put_unaligned_le64(uint64_t v, void *p) { in put_unaligned_le64() argument 53 __le64 x = cpu_to_le64(v); in put_unaligned_le64() 62 static uint32_t rol32(uint32_t v, int n) { return (v << n) | (v >> (32 - n)); } in rol32() argument
|
/test/vts/drivers/hal/libcodecoverage/ |
D | GcdaParser.cpp | 34 char m[4], v[4]; in ParseMagic() local 44 GCOV_UNSIGNED2STRING(v, version); in ParseMagic()
|
/test/vts/runners/host/ |
D | records.py | 172 l = ["%s = %s" % (k, v) for k, v in d.items()] 466 l = ["%s %d" % (k, v) for k, v in self.summaryDict().items()]
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | Histogram.java | 130 for (long v : profilingPoint.getValues()) { in addData() 131 double value = v; in addData()
|
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 284 v = self.readVhalProperty(prop, areaId=zone)["value"] 285 self.setVhalProperty(prop, v, areaId=zone) 288 propVals[prop] = v 517 for v in val[valType]: 520 v < a[valBoundNames[0]], 522 (c["prop"], a["areaId"], valType, v, 526 v > a[valBoundNames[1]], 528 (c["prop"], a["areaId"], valType, v,
|
/test/vts-testcase/security/poc/host/ |
D | SecurityPoCKernelTest.py | 123 params = ["%s=%s" % (k, v) for k, v in host_input["params"].items()]
|
/test/mlts/benchmark/jni/ |
D | random_graph_test_jni.cpp | 224 [](bool v) { return v; }); in runRandomModel() argument 231 [](bool v) { return v; }); in runRandomModel() argument
|
/test/vts/testcases/template/llvmfuzzer_test/ |
D | llvmfuzzer_test.py | 122 return " ".join(["-%s=%s" % (k, v) for k, v in params.items()])
|
/test/vts-testcase/kernel/api/sysfs/ |
D | KernelApiSysfsTest.py | 195 for v in values: 197 unused = int(v)
|
/test/vts/testcases/template/mobly/ |
D | mobly_test.py | 267 for k, v in doc.items(): 268 logging.debug(str(k) + ": " + str(v))
|
/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/ |
D | MainActivity.java | 57 public void startStopTestClicked(View v) { in startStopTestClicked() argument
|
D | BenchmarkJobService.java | 144 Log.v(TAG, "Dogfood run seed " + seed); in randomModelList()
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/ |
D | VtsFuzzTestResultParser.java | 124 Log.v(LOG_TAG, line); in processNewLines()
|
/test/mlts/benchmark/src/com/android/nn/crashtest/core/ |
D | CrashTestService.java | 95 Log.v(TAG, "Instantiating test class name '" + testClassName + "'"); in onBind()
|
/test/vts/utils/python/controllers/ |
D | android_device.py | 311 for k, v in kwargs.items(): 314 elif getattr(ad, k) != v: 771 for k, v in config.items(): 776 setattr(self, k, v)
|