Searched defs:msg (Results 1 – 9 of 9) sorted by relevance
/test/app_compat/csuite/integration_tests/ |
D | csuite_crash_detection_test.py | 90 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/ |
D | PropertyCheck.java | 69 String msg = in run() local 91 String msg = String.format("Expected \"%s\" but found \"%s\" for property: %s", in run() local
|
D | DeviceInteractionHelperInstaller.java | 124 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/ |
D | NNCrashTestActivity.java | 36 protected void logMessage(String msg) { in logMessage() 37 Log.i(getTag(), msg); in logMessage() local
|
D | NNParallelTestActivity.java | 79 protected void showMessage(String msg) { in showMessage()
|
/test/vts-testcase/kernel/encryption/ |
D | adiantum.cpp | 187 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/ |
D | BenchmarkJobService.java | 129 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/ |
D | MainActivity.java | 208 void testStopped(String msg) { in testStopped()
|
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 696 def assertLessOrEqual(self, first, second, msg=None): argument
|