Home
last modified time | relevance | path

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

/test/vts-testcase/hal/treble/vintf/
Dutils.h115 void PrintTo(const sp<T>& v, std::ostream* os) { in PrintTo()
120 void PrintTo(const T* v, std::ostream* os) { in PrintTo()
131 void PrintTo(const T* v, ostream* os) { in PrintTo()
Dutils.cpp169 void PrintTo(const android::vintf::testing::HalManifestPtr &v, ostream *os) { in PrintTo()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNControls.java114 public void btnRun(View v) { in btnRun()
170 public void btnSelAll(View v) { in btnSelAll()
176 public void btnSelNone(View v) { in btnSelNone()
194 public void btnSettings(View v) { in btnSettings()
199 public void btnRunDogfood(View v) { in btnRunDogfood()
/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/
DMainActivity.java57 public void startStopTestClicked(View v) { in startStopTestClicked()
/test/vts/drivers/hal/libcodecoverage/
DGcdaParser.cpp34 char m[4], v[4]; in ParseMagic() local
/test/vts-testcase/kernel/encryption/
Dadiantum.cpp46 static void put_unaligned_le32(uint32_t v, void *p) { in put_unaligned_le32()
52 static void put_unaligned_le64(uint64_t v, void *p) { in put_unaligned_le64()
62 static uint32_t rol32(uint32_t v, int n) { return (v << n) | (v >> (32 - n)); } in rol32()
/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