/tools/tradefederation/core/ |
D | error_prone_rules.mk | 18 -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 …]
|
D | tradefed_win.bat | 53 echo "ERROR: Could not find tradefed jar files"
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | LogcatUpdaterEventParserTest.java | 118 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/ |
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() 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/ |
D | LogcatUpdaterEventParser.java | 145 UpdaterEventType.ERROR); in LogcatUpdaterEventParser() 153 UpdaterEventType.ERROR); in LogcatUpdaterEventParser() 174 UpdaterEventType.ERROR); in LogcatUpdaterEventParser() 208 if (parsedEvent == UpdaterEventType.ERROR in internalWaitForEvent()
|
D | UpdaterEventType.java | 30 ERROR, enumConstant
|
/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/tradefederation/core/src/com/android/tradefed/result/ |
D | XmlResultReporter.java | 59 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/ |
D | setup.py | 140 level=log.ERROR)
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | FileLogger.java | 48 private LogLevel mLogLevelDisplay = LogLevel.ERROR;
|
D | LogRegistry.java | 137 printLog(LogLevel.ERROR, LOG_TAG, "Unregistering when thread has no logger " in unregisterLogger()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | ShardListener.java | 127 CLog.logAndDisplay(LogLevel.ERROR, "FAILED: %s failed with message: %s", in testRunFailed()
|
D | TestInvocation.java | 95 ERROR("error"), enumConstant 587 reportLogs(device, listener, Stage.ERROR); in invokeFetchBuild()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 118 TestInvocation.getDeviceLogName(TestInvocation.Stage.ERROR);
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 3992 case ERROR: in logLevelToLogcatLevel()
|