Home
last modified time | relevance | path

Searched defs:errors (Results 1 – 20 of 20) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/presubmit/
DTestMappingsValidation.java139 List<String> errors = new ArrayList<>(); in testValidTestMappingForParameterizedMainlineModules() local
183 List<String> errors = new ArrayList<>(); in testValidTestConfigForParameterizedMainlineModules() local
220 List<String> errors = new ArrayList<>(); in testTestSuiteSetting() local
247 List<String> errors = new ArrayList<>(); in testFilterOptions() local
272 List<String> errors = new ArrayList<>(); in validateFilterOption() local
311 StringBuilder errors = new StringBuilder(""); in getDetailedErrors() local
357 StringBuilder errors = new StringBuilder(""); in validateMainlineModuleConfig() local
DDeviceTestsConfigValidation.java59 List<String> errors = new ArrayList<>(); in testConfigsLoad() local
DGeneralTestsConfigValidation.java94 List<String> errors = new ArrayList<>(); in testConfigsLoad() local
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceAvdInfo.java77 String instanceName, HostAndPort hostAndPort, String errors, GceStatus status) { in GceAvdInfo()
172 String errors = data; in parseGceInfoFromString() local
226 JSONArray errors = response.getJSONArray("errors"); in parseErrorField() local
DGceManager.java195 String errors = in startGce() local
211 String errors = ""; in startGce() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/error/
DErrorIdentifierTest.java37 List<ErrorIdentifier> errors = new ArrayList<>(); in testUniqueErrors() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DRunAftersWithInfo.java45 List<Throwable> errors = new ArrayList<Throwable>(); in evaluate() local
DBaseHostJUnit4Test.java676 String errors = String.join("\n\n", messages); in runDeviceTests() local
/tools/asuite/atest/unittest_data/acloud/
Dcreate_failure.json19 "errors": [], array
Dcreate_success.json19 "errors": [], array
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DUserChecker.java104 ArrayList<String> errors = new ArrayList<>(); in postExecutionCheck() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DFakeTestTest.java87 final String[] errors = {"X", "X1", "P0", "P2F1E0", "2PF", "2PF1", " "}; in testDecodeRle() local
133 final String[] errors = { in testDecode() local
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java218 List<String> errors = new ArrayList<>(); in runTest() local
254 private List<String> parseResult(List<String> errors, JSONObject result) throws JSONException { in parseResult()
/tools/acloud/public/
Dreport.py139 def AddErrors(self, errors): argument
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestResult.java204 List<FailureDescription> errors = new ArrayList<>(); in merge() local
/tools/metalava/src/main/java/com/android/tools/metalava/
DReporter.kt90 private var errors = mutableListOf<String>() variable in com.android.tools.metalava.Reporter
DNullabilityAnnotationsValidator.kt74 private val errors: MutableList<Error> = mutableListOf() in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator
/tools/tradefederation/core/tests/src/com/android/tradefed/retry/
DResultAggregatorTest.java74 void addInvocationMetricRunError(String errors) { in addInvocationMetricRunError()
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java376 void addInvocationMetricRunError(String errors) { in addInvocationMetricRunError()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java257 List<Throwable> errors = executor.getErrors(); in doSetup() local