Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 52) sorted by relevance

123

/tools/tradefederation/core/
Derror_prone_rules.mk18 -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 …]
DAndroid.bp22 "-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/
DChangeIdProcessor.java21 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/
DReporter.kt20 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()
348ERROR -> 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/
DRemoteManager.java287 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/
DRemoteOperation.java29 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/
DLogRegistryTest.java100 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/
Drepackage-common.sh191 typeset -i ERROR=0
198 ERROR=1
233 if [[ $ERROR = 1 ]]; then
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/
Dlogcat.py47 return logging.ERROR
57 return logging.ERROR
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DLogcatEventParserTest.java99 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/
DOptionsTest.kt503 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/
DLogcatEventType.java29 ERROR, enumConstant
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/
DUnsupportedAppUsageProcessor.java18 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/
Dpython_output3.txt13 ERROR
26 ERROR: test_reconnect (__main__.ConnectionTest)
Dpython_output1.txt18 Ensure that the emulator can connect. ... ERROR
31 ERROR: test_emulator_connect (__main__.EmulatorTest)
/tools/asuite/asuite_plugin/src/java/com/android/atest/widget/
DAtestNotification.java35 super(ATEST_GROUP_ID, ATEST_TITLE, content, NotificationType.ERROR); in AtestNotification()
/tools/test/connectivity/acts/framework/tests/
Dacts_utils_test.py260 (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/
Dgradlew.bat27 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/
Dgradlew.bat27 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/
Dgradlew.bat27 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/
Dlogcat_test.py90 self.assertEqual(level, logging.ERROR)
96 self.assertEqual(level, logging.ERROR)
/tools/metalava/
Dgradlew.bat27 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/
DIssueConfiguration.kt42 setSeverity(issue, Severity.ERROR) in error()
/tools/asuite/aidegen/
Daidegen_run_unittests.py25 logging.disable(logging.ERROR)
/tools/tradefederation/core/atest/
Datest_run_unittests.py25 logging.disable(logging.ERROR)

123