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.py90 def expect_regex(self, s, regex, msg=None): argument
94 def assert_package_not_installed(self, package_name, msg=None): argument
97 def expect_package_not_installed(self, package_name, msg=None): argument
101 def expect_app_launched(self, tag, msg=None): argument
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DPropertyCheck.java69 String msg = in run() local
91 String msg = String.format("Expected \"%s\" but found \"%s\" for property: %s", in run() local
DDeviceInteractionHelperInstaller.java124 String msg = device.uninstallPackage(pkg); in tearDown() local
182 String msg = device.installPackage(apkFile, true, extraArgs.toArray(new String[] {})); in installHelperApk() local
/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/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/mlts/benchmark/crashtest/src/com/android/nn/crashtest/
DMainActivity.java208 void testStopped(String msg) { in testStopped()
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py696 def assertLessOrEqual(self, first, second, msg=None): argument