Home
last modified time | relevance | path

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

/test/app_compat/csuite/integration_tests/
Dcsuite_crash_detection_test.py89 def expect_regex(self, s, regex, msg=None): argument
93 def assert_package_not_installed(self, package_name, msg=None): argument
96 def expect_package_not_installed(self, package_name, msg=None): argument
100 def expect_app_launched(self, tag, msg=None): argument
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNCrashTestActivity.java36 protected void logMessage(String msg) { in logMessage()
37 Log.i(getTag(), msg); in logMessage() local
DNNParallelTestActivity.java79 protected void showMessage(String msg) { in showMessage()
/test/vts-testcase/kernel/encryption/
Dadiantum.cpp187 static void Poly1305(const uint8_t key[kPoly1305KeySize], const uint8_t *msg, in Poly1305()
214 static uint64_t NH_Pass(const uint32_t *key, const uint8_t *msg, int msglen) { in NH_Pass()
229 static void NH(const uint32_t *key, const uint8_t *msg, int msglen, in NH()
243 const uint8_t iv[kAdiantumIVSize], const uint8_t *msg, in AdiantumHash()
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/
DMainActivity.java208 void testStopped(String msg) { in testStopped()
/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/
DBenchmarkJobService.java129 String msg = String.format("Background test %d of %d is running", getNumRuns(), NUM_RUNS); in showNotification() local
/test/vts-testcase/security/poc/target/kernel_wifi/32402310/
Dpoc.cpp79 struct nl_msg *msg; in send_testmode() local
/test/vts-testcase/security/poc/target/kernel_wifi/32219453/
Dpoc.cpp168 struct nl_msg *msg; in send_testmode() local
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py696 def assertLessOrEqual(self, first, second, msg=None): argument