Home
last modified time | relevance | path

Searched defs:v (Results 1 – 5 of 5) sorted by relevance

/test/vts-testcase/hal/treble/vintf/
Dutils.h109 void PrintTo(const sp<T>& v, std::ostream* os) { in PrintTo()
114 void PrintTo(const T* v, std::ostream* os) { in PrintTo()
125 void PrintTo(const T* v, ostream* os) { in PrintTo()
Dutils.cpp146 void PrintTo(const android::vintf::testing::HalManifestPtr &v, ostream *os) { in PrintTo()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNControls.java128 public void btnRun(View v) { in btnRun()
184 public void btnSelAll(View v) { in btnSelAll()
190 public void btnSelNone(View v) { in btnSelNone()
208 public void btnSettings(View v) { in btnSettings()
213 public void btnRunDogfood(View v) { in btnRunDogfood()
/test/vts/drivers/hal/libcodecoverage/
DGcdaParser.cpp34 char m[4], v[4]; in ParseMagic() local
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java308 float rebase(float v, float baselineSec) { in rebase()
357 float v = (iresult.mComputeTimeSec - inferenceMean); in fromInferenceResults() local