/test/app_compat/csuite/integration_tests/ |
D | csuite_crash_detection_test.py | 43 msg=str(completed_process)) 44 self.expect_app_launched(test_app_package, msg=str(completed_process)) 46 msg=str(completed_process)) 57 msg=str(completed_process)) 60 msg=str(completed_process)) 62 msg=str(completed_process)) 90 def expect_regex(self, s, regex, msg=None): argument 92 self.assertRegex(s, regex, msg=msg) 94 def assert_package_not_installed(self, package_name, msg=None): argument 95 self.assertNotIn(package_name, self.adb.list_packages(), msg=msg) [all …]
|
D | csuite_cli_test.py | 29 msg=str(completed_process)) 31 msg=str(completed_process))
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | PropertyCheck.java | 69 String msg = in run() local 74 throw new TargetSetupError(msg, device.getDeviceDescriptor(), in run() 77 CLog.w(msg); in run() 91 String msg = String.format("Expected \"%s\" but found \"%s\" for property: %s", in run() local 95 throw new TargetSetupError(msg, device.getDeviceDescriptor(), in run() 98 CLog.w(msg); in run()
|
D | DeviceInteractionHelperInstaller.java | 124 String msg = device.uninstallPackage(pkg); in tearDown() local 125 if (msg != null) { in tearDown() 126 CLog.w(String.format("Error uninstalling package '%s': %s", pkg, msg)); in tearDown() 182 String msg = device.installPackage(apkFile, true, extraArgs.toArray(new String[] {})); in installHelperApk() local 183 if (msg != null) { in installHelperApk() 185 String.format("Failed to install %s: %s", apkFile.getName(), msg), in installHelperApk()
|
/test/vts-testcase/kernel/encryption/ |
D | adiantum.cpp | 187 static void Poly1305(const uint8_t key[kPoly1305KeySize], const uint8_t *msg, in Poly1305() argument 200 CRYPTO_poly1305_update(&state, msg, msglen); in Poly1305() 214 static uint64_t NH_Pass(const uint32_t *key, const uint8_t *msg, int msglen) { in NH_Pass() argument 219 sum += NH_Add(msg + 0, key[0]) * NH_Add(msg + 8, key[2]); in NH_Pass() 220 sum += NH_Add(msg + 4, key[1]) * NH_Add(msg + 12, key[3]); in NH_Pass() 222 msg += kNHMessageUnit; in NH_Pass() 229 static void NH(const uint32_t *key, const uint8_t *msg, int msglen, in NH() argument 234 put_unaligned_le64(NH_Pass(key, msg, msglen), &result[i]); in NH() 243 const uint8_t iv[kAdiantumIVSize], const uint8_t *msg, in AdiantumHash() argument 268 memcpy(padded_msg.get(), msg, msglen); in AdiantumHash()
|
/test/mlts/benchmark/src/com/android/nn/crashtest/app/ |
D | NNCrashTestActivity.java | 36 protected void logMessage(String msg) { in logMessage() argument 37 Log.i(getTag(), msg); in logMessage() local
|
D | NNParallelTestActivity.java | 79 protected void showMessage(String msg) { in showMessage() argument 80 runOnUiThread(() -> mTestResultView.append(msg)); in showMessage()
|
/test/vts/vndk_utils/library/vtable/ |
D | vtable_dumper.py | 82 msg = ('vtable {} {} entries begin_addr={:#x} size={:#x}' 88 msg += ('\n{:#x} {} {:#x} {}' 93 return msg
|
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/ |
D | MainActivity.java | 208 void testStopped(String msg) { in testStopped() argument 209 Log.i(TAG, "Test stopped " + msg); in testStopped() 212 mMessage.append(msg + "\n"); in testStopped()
|
/test/vts-testcase/kernel/checkpoint/ |
D | vts_kernel_checkpoint_test.py | 78 self.fail("Exception thrown waiting for device:" + e.msg())
|
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 696 def assertLessOrEqual(self, first, second, msg=None): argument 700 if msg: 701 fullMsg = "%s %s" % (fullMsg, msg) 713 msg = "Value %s is out of range [%s, %s] for property 0x%x" % ( 715 self.assertLessOrEqual(rangeBegin, value, msg) 716 self.assertLessOrEqual(value, rangeEnd, msg)
|
/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/app_compat/csuite/ |
D | pylintrc | 169 #msg-template=
|