Home
last modified time | relevance | path

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

/tools/tradefederation/core/
Derror_prone_rules.mk18 -Xep:ArrayToString:ERROR \
19 -Xep:BoxedPrimitiveConstructor:ERROR \
20 -Xep:ConstantField:ERROR \
21 -Xep:DeadException:ERROR \
22 -Xep:EqualsIncompatibleType:ERROR \
23 -Xep:FormatString:ERROR \
24 -Xep:GetClassOnClass:ERROR \
25 -Xep:IdentityBinaryExpression:ERROR \
26 -Xep:JUnit3TestNotRun:ERROR \
27 -Xep:JUnit4ClassUsedInJUnit3:ERROR \
[all …]
Dtradefed_win.bat53 echo "ERROR: Could not find tradefed jar files"
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DLogcatUpdaterEventParserTest.java118 assertEquals(UpdaterEventType.ERROR, mParser.parseEventType(log)); in testParseEventTypePartialMatch()
136 assertEquals(UpdaterEventType.ERROR, mParser.parseEventType(error1)); in testParseEventTypeError()
146 "update_engine", "finished with ErrorCode", UpdaterEventType.ERROR); in testParseEventTypeMatchOrder()
165 assertEquals(UpdaterEventType.ERROR, event); in testWaitForEventError()
198 assertEquals(UpdaterEventType.ERROR, event.getResult()); in testWaitForEventAsyncError()
/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()
146 EasyMock.expect(mockLogger.getLogLevel()).andReturn(LogLevel.ERROR); in testThreadedLogging()
147 mockLogger.printLog(LogLevel.ERROR, LOG_TAG, testMessage); in testThreadedLogging()
/tools/tradefederation/core/src/com/android/tradefed/util/
DLogcatUpdaterEventParser.java145 UpdaterEventType.ERROR); in LogcatUpdaterEventParser()
153 UpdaterEventType.ERROR); in LogcatUpdaterEventParser()
174 UpdaterEventType.ERROR); in LogcatUpdaterEventParser()
208 if (parsedEvent == UpdaterEventType.ERROR in internalWaitForEvent()
DUpdaterEventType.java30 ERROR, enumConstant
/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/tradefederation/core/src/com/android/tradefed/result/
DXmlResultReporter.java59 private static final String ERROR = "error"; field in XmlResultReporter
182 String result = testResult.getStatus().equals(TestStatus.FAILURE) ? FAILURE : ERROR; in print()
/tools/test/connectivity/acts/framework/
Dsetup.py140 level=log.ERROR)
/tools/tradefederation/core/src/com/android/tradefed/log/
DFileLogger.java48 private LogLevel mLogLevelDisplay = LogLevel.ERROR;
DLogRegistry.java137 printLog(LogLevel.ERROR, LOG_TAG, "Unregistering when thread has no logger " in unregisterLogger()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java127 CLog.logAndDisplay(LogLevel.ERROR, "FAILED: %s failed with message: %s", in testRunFailed()
DTestInvocation.java95 ERROR("error"), enumConstant
587 reportLogs(device, listener, Stage.ERROR); in invokeFetchBuild()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java118 TestInvocation.getDeviceLogName(TestInvocation.Stage.ERROR);
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java3992 case ERROR: in logLevelToLogcatLevel()