Home
last modified time | relevance | path

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

/test/vts-testcase/hal/treble/vintf/
Dutils.h116 void PrintTo(const sp<T>& v, std::ostream* os) { in PrintTo()
121 void PrintTo(const T* v, std::ostream* os) { in PrintTo()
132 void PrintTo(const T* v, ostream* os) { in PrintTo()
Dutils.cpp124 void PrintTo(const android::vintf::testing::HalManifestPtr &v, ostream *os) { in PrintTo()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNControls.java115 public void btnRun(View v) { in btnRun()
171 public void btnSelAll(View v) { in btnSelAll()
177 public void btnSelNone(View v) { in btnSelNone()
196 public void btnSettings(View v) { in btnSettings()
201 public void btnRunDogfood(View v) { in btnRunDogfood()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DLatencyResult.java58 float v = (result - latencyMean); in LatencyResult() local
135 private float rebase(float v, float baselineSec) { in rebase()
/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/crashtest/src/com/android/nn/crashtest/
DMainActivity.java217 public void startTestClicked(View v) { in startTestClicked()
/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp224 [](bool v) { return v; }); in runRandomModel()
231 [](bool v) { return v; }); in runRandomModel()