/tools/tradefederation/core/ |
D | error_prone_rules.mk | 18 -Xep:ArrayToString:ERROR \ 19 -Xep:BoxedPrimitiveConstructor:ERROR \ 20 -Xep:CatchFail:ERROR \ 21 -Xep:ConstantField:ERROR \ 22 -Xep:DeadException:ERROR \ 23 -Xep:EqualsIncompatibleType:ERROR \ 24 -Xep:ExtendingJUnitAssert:ERROR \ 25 -Xep:FormatString:ERROR \ 26 -Xep:GetClassOnClass:ERROR \ 27 -Xep:IdentityBinaryExpression:ERROR \ [all …]
|
D | Android.bp | 22 "-Xep:ArrayToString:ERROR", 23 "-Xep:BoxedPrimitiveConstructor:ERROR", 24 "-Xep:CatchFail:ERROR", 25 "-Xep:ConstantField:ERROR", 26 "-Xep:DeadException:ERROR", 27 "-Xep:EqualsIncompatibleType:ERROR", 28 "-Xep:ExtendingJUnitAssert:ERROR", 29 "-Xep:FormatString:ERROR", 30 "-Xep:GetClassOnClass:ERROR", 31 "-Xep:IdentityBinaryExpression:ERROR", [all …]
|
/tools/platform-compat/java/android/processor/compat/changeid/ |
D | ChangeIdProcessor.java | 21 import static javax.tools.Diagnostic.Kind.ERROR; 99 messager.printMessage(ERROR, "Failed to write output: " + e); in process() 135 ERROR, in isValidChangeId() 142 ERROR, in isValidChangeId() 149 ERROR, in isValidChangeId() 156 ERROR, in isValidChangeId() 163 ERROR, in isValidChangeId() 222 ERROR, in verifyChange() 228 ERROR, in verifyChange()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Reporter.kt | 20 import com.android.tools.metalava.Severity.ERROR in <lambda>() 75 ERROR("error"); in <lambda>() 186 if (severity == LINT || severity == WARNING || severity == ERROR) { in isSuppressed() 306 ERROR in doReport() 308 ERROR in doReport() 313 if (effectiveSeverity == ERROR) { in doReport() 348 … ERROR -> sb.append(terminalAttributes(foreground = TerminalColor.RED)).append("error: ") in format() 367 ERROR -> sb.append("error ") in format() 378 ERROR -> sb.append("error: ") in format() 448 val output = if (severity == ERROR) { in severity()
|
/tools/tradefederation/core/src/com/android/tradefed/command/remote/ |
D | RemoteManager.java | 287 result.put(RemoteOperation.ERROR, "Unrecognized operation"); in processClientOperations() 308 result.put(RemoteOperation.ERROR, "Failed to handle remote command: " + in addErrorToResult() 368 result.put(RemoteOperation.ERROR, msg); in processAllocate() 385 result.put(RemoteOperation.ERROR, msg); in processFree() 395 result.put(RemoteOperation.ERROR, "Failed to add command"); in processAdd() 400 result.put(RemoteOperation.ERROR, "Config error: " + e.toString()); in processAdd() 412 result.put(RemoteOperation.ERROR, "Config error: " + e.toString()); in processAddCommandFile() 422 result.put(RemoteOperation.ERROR, msg); in processExecCommand() 432 result.put(RemoteOperation.ERROR, msg); in processExecCommand() 444 result.put(RemoteOperation.ERROR, "Config error: " + e.toString()); in processExecCommand()
|
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/ |
D | RemoteOperation.java | 29 static final String ERROR = "error"; field in RemoteOperation 164 if (jsonData.has(ERROR)) { in unpackResponseFromString() 165 throw new RemoteException(jsonData.getString(ERROR)); in unpackResponseFromString()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/log/ |
D | LogRegistryTest.java | 100 EasyMock.expect(mockLogger.getLogLevel()).andReturn(LogLevel.ERROR); in testPrintLog_lowerLogLevel() 144 EasyMock.expect(mockLogger.getLogLevel()).andReturn(LogLevel.ERROR); in testThreadedLogging() 145 mockLogger.printLog(LogLevel.ERROR, LOG_TAG, testMessage); in testThreadedLogging()
|
/tools/currysrc/scripts/ |
D | repackage-common.sh | 191 typeset -i ERROR=0 198 ERROR=1 233 if [[ $ERROR = 1 ]]; then
|
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/ |
D | logcat.py | 47 return logging.ERROR 57 return logging.ERROR
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | LogcatEventParserTest.java | 99 LogcatEventType.ERROR); in testParseEventTypePartialMatch() 104 assertEquals(LogcatEventType.ERROR, mParser.pollForEvent().getEventType()); in testParseEventTypePartialMatch() 129 "update_engine", "finished with ErrorCode", LogcatEventType.ERROR); in testParseEventTypeMatchOrder()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | OptionsTest.kt | 503 assertEquals(Severity.ERROR, defaultConfiguration.getSeverity(Issues.ARRAY_RETURN)) in Test issue severity options() 521 assertEquals(Severity.ERROR, defaultConfiguration.getSeverity(Issues.REMOVED_CLASS)) in Test issue severity options with inheriting issues() 522 … assertEquals(Severity.ERROR, defaultConfiguration.getSeverity(Issues.REMOVED_DEPRECATED_CLASS)) in Test issue severity options with inheriting issues()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | LogcatEventType.java | 29 ERROR, enumConstant
|
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/ |
D | UnsupportedAppUsageProcessor.java | 18 import static javax.tools.Diagnostic.Kind.ERROR; 115 messager.printMessage(ERROR, "Could not write CSV file: " + exception); in process() 172 messager.printMessage(ERROR, String.format( in getSourcePositionOverride()
|
/tools/tradefederation/core/tests/res/testtype/ |
D | python_output3.txt | 13 ERROR 26 ERROR: test_reconnect (__main__.ConnectionTest)
|
D | python_output1.txt | 18 Ensure that the emulator can connect. ... ERROR 31 ERROR: test_emulator_connect (__main__.EmulatorTest)
|
/tools/asuite/asuite_plugin/src/java/com/android/atest/widget/ |
D | AtestNotification.java | 35 super(ATEST_GROUP_ID, ATEST_TITLE, content, NotificationType.ERROR); in AtestNotification()
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_utils_test.py | 260 (logging.DEBUG, logging.INFO, logging.ERROR)] 264 with utils.SuppressLogOutput(log, [logging.INFO, logging.ERROR]): 268 any(handler.level in (logging.INFO, logging.ERROR)
|
/tools/ndkports/ |
D | gradlew.bat | 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
/tools/asuite/asuite_plugin/ |
D | gradlew.bat | 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
/tools/trebuchet/ |
D | gradlew.bat | 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
/tools/test/connectivity/acts/framework/tests/controllers/android_lib/ |
D | logcat_test.py | 90 self.assertEqual(level, logging.ERROR) 96 self.assertEqual(level, logging.ERROR)
|
/tools/metalava/ |
D | gradlew.bat | 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | IssueConfiguration.kt | 42 setSeverity(issue, Severity.ERROR) in error()
|
/tools/asuite/aidegen/ |
D | aidegen_run_unittests.py | 25 logging.disable(logging.ERROR)
|
/tools/tradefederation/core/atest/ |
D | atest_run_unittests.py | 25 logging.disable(logging.ERROR)
|