Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/
DHostUnitTestsConfigValidation.java93 List<String> errors = new ArrayList<>(); in testConfigsLoad() local
171 List<String> errors = getErrors("presubmit"); in testNotInTestMappingPresubmit() local
185 List<String> errors = getErrors("postsubmit"); in testNotInTestMappingPostsubmit() local
206 List<String> errors = new ArrayList<>(); in getErrors() local
DTestMappingsValidation.java283 List<String> errors = new ArrayList<>(); in testValidTestConfigForParameterizedMainlineModules() local
326 List<String> errors = new ArrayList<>(); in testValidateTestEntry() local
392 List<String> errors = new ArrayList<>(); in testTestSuiteSetting() local
515 StringBuilder errors = new StringBuilder(""); in getDetailedErrors() local
573 StringBuilder errors = new StringBuilder(""); in validateMainlineModuleConfig() local
688 List<String> errors = new ArrayList<>(); in validateMainlineTest() local
738 List<String> errors = new ArrayList<>(); in validateConfigsOfSharedPool() local
DDeviceTestsConfigValidation.java73 List<String> errors = new ArrayList<>(); in testConfigsLoad() local
DGeneralTestsConfigValidation.java344 List<String> errors = new ArrayList<>(); in testConfigsLoad() local
/tools/tradefederation/core/proto/resultdb/
Dfailure_reason.proto71 repeated Error errors = 2; field
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/config/
DBaseConfigParserTest.kt60 var errors = "" in runTest() variable
/tools/tradefederation/core/javatests/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
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/config/
DConfigParser.kt35 private val errors = StringBuilder() in <lambda>() constant
/tools/asuite/atest/unittest_data/acloud/
Dcreate_failure.json19 "errors": [], array
Dcreate_success.json19 "errors": [], array
Dcreate_success_local_instance.json28 "errors": [], array
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceAvdInfo.java191 String errors, in GceAvdInfo()
255 public void setErrors(String errors) { in setErrors()
361 String errors = data; in parseGceInfoFromString() local
530 static InfraErrorIdentifier refineOxygenErrorType(String errors) { in refineOxygenErrorType()
542 JSONArray errors = response.getJSONArray("errors"); in parseErrorField() local
DGceManager.java664 String errors = in startGceWithAcloud() local
685 String errors = ""; in startGceWithAcloud() local
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DUserChecker.java104 ArrayList<String> errors = new ArrayList<>(); in postExecutionCheck() local
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DFakeTestTest.java92 final String[] errors = {"X", "X1", "P0", "P2F1E0", "2PF", "2PF1", " "}; in testDecodeRle() local
141 final String[] errors = { in testDecode() local
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java321 List<String> errors = parseTestResultJson(new JSONObject(resultContent)); in verifyTestResultFile() local
342 List<String> errors = new ArrayList<>(); in parseTestResultJson() local
/tools/metalava/metalava-reporter/src/main/java/com/android/tools/metalava/reporter/
DDefaultReporter.kt223 val errors = reports.filter { it.severity == ERROR }.take(maxErrors) in printErrors() constant
/tools/acloud/public/
Dreport.py158 def AddErrors(self, errors): argument
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestResult.java223 List<FailureDescription> errors = new ArrayList<>(); in merge() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DRemoteZip.java294 List<Throwable> errors = executor.getErrors(); in downloadFiles() local
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DNullabilityAnnotationsValidator.kt80 private val errors: MutableList<Error> = mutableListOf() in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java467 void addInvocationMetricRunError(String errors) { in addInvocationMetricRunError()
/tools/tradefederation/core/javatests/com/android/tradefed/retry/
DResultAggregatorTest.java83 void addInvocationMetricRunError(String errors) { in addInvocationMetricRunError()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java439 List<Throwable> errors = executor.getErrors(); in runLabPreparersSetup() local
505 List<Throwable> errors = executor.getErrors(); in runPreparersSetup() local

12