Home
last modified time | relevance | path

Searched defs:message (Results 1 – 16 of 16) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkException.java20 public BenchmarkException(String message) { in BenchmarkException()
DUnsupportedSdkException.java20 public UnsupportedSdkException(String message) { in UnsupportedSdkException()
DUnsupportedModelException.java20 public UnsupportedModelException(String message) { in UnsupportedModelException()
DNnApiDelegationFailure.java30 public NnApiDelegationFailure(String message) { in NnApiDelegationFailure()
/test/vts/tests/gpu_test/src/com/android/gpu/vts/
DOpenGlEsTest.java67 final String message = String.format( in checkOpenGlEsDeqpLevelIsHighEnough() local
DVulkanTest.java211 final String message = String.format( in checkVulkanDeqpLevelIsHighEnough() local
248 final String message = in checkVulkanDeviceMemoryReportSupport() local
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/
DCheckGmsPreparerTest.java242 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
247 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
264 LogItem(LogLevel logLevel, @SuppressWarnings("unused") String tag, String message) { in LogItem()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTest.java31 void testProgress(Optional<String> message); in testProgress()
DCrashTestService.java76 final Message message = Message.obtain(null, messageType); in notify() local
/test/dittosuite/src/
Dlogger.cpp77 void Logger::WriteLogMessage(const LogLevel log_level, const std::string& message, in WriteLogMessage()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DApkInstaller.java242 private ApkInstallerException(String message) { in ApkInstallerException()
254 private ApkInstallerException(String message, Throwable cause) { in ApkInstallerException()
DAppCrawlTester.java107 private CrawlerException(String message) { in CrawlerException()
117 private CrawlerException(String message, Throwable cause) { in CrawlerException()
DTestUtils.java433 private TestUtilsException(String message) { in TestUtilsException()
443 private TestUtilsException(String message, Throwable cause) { in TestUtilsException()
DDeviceUtils.java744 private DeviceUtilsException(String message) { in DeviceUtilsException()
756 private DeviceUtilsException(String message, Throwable cause) { in DeviceUtilsException()
/test/vts-testcase/vndk/files/
Dvts_vndk_files_test.py67 def _Fail(self, unexpected_paths, message): argument
/test/cts-root/hostsidetests/packageinstaller/app/src/com/android/cts_root/packageinstaller/
DSessionCleanUpTest.java71 private static <T> T retry(Supplier<T> supplier, Predicate<T> predicate, String message) in retry()