Searched defs:message (Results 1 – 16 of 16) sorted by relevance
| /test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
| D | BenchmarkException.java | 20 public BenchmarkException(String message) { in BenchmarkException()
|
| D | UnsupportedSdkException.java | 20 public UnsupportedSdkException(String message) { in UnsupportedSdkException()
|
| D | UnsupportedModelException.java | 20 public UnsupportedModelException(String message) { in UnsupportedModelException()
|
| D | NnApiDelegationFailure.java | 30 public NnApiDelegationFailure(String message) { in NnApiDelegationFailure()
|
| /test/vts/tests/gpu_test/src/com/android/gpu/vts/ |
| D | OpenGlEsTest.java | 67 final String message = String.format( in checkOpenGlEsDeqpLevelIsHighEnough() local
|
| D | VulkanTest.java | 211 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/ |
| D | CheckGmsPreparerTest.java | 242 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/ |
| D | CrashTest.java | 31 void testProgress(Optional<String> message); in testProgress()
|
| D | CrashTestService.java | 76 final Message message = Message.obtain(null, messageType); in notify() local
|
| /test/dittosuite/src/ |
| D | logger.cpp | 77 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/ |
| D | ApkInstaller.java | 242 private ApkInstallerException(String message) { in ApkInstallerException() 254 private ApkInstallerException(String message, Throwable cause) { in ApkInstallerException()
|
| D | AppCrawlTester.java | 107 private CrawlerException(String message) { in CrawlerException() 117 private CrawlerException(String message, Throwable cause) { in CrawlerException()
|
| D | TestUtils.java | 433 private TestUtilsException(String message) { in TestUtilsException() 443 private TestUtilsException(String message, Throwable cause) { in TestUtilsException()
|
| D | DeviceUtils.java | 744 private DeviceUtilsException(String message) { in DeviceUtilsException() 756 private DeviceUtilsException(String message, Throwable cause) { in DeviceUtilsException()
|
| /test/vts-testcase/vndk/files/ |
| D | vts_vndk_files_test.py | 67 def _Fail(self, unexpected_paths, message): argument
|
| /test/cts-root/hostsidetests/packageinstaller/app/src/com/android/cts_root/packageinstaller/ |
| D | SessionCleanUpTest.java | 71 private static <T> T retry(Supplier<T> supplier, Predicate<T> predicate, String message) in retry()
|