/tools/tradefederation/core/tests/src/com/android/tradefed/presubmit/ |
D | TestMappingsValidation.java | 139 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
|
D | DeviceTestsConfigValidation.java | 59 List<String> errors = new ArrayList<>(); in testConfigsLoad() local
|
D | GeneralTestsConfigValidation.java | 94 List<String> errors = new ArrayList<>(); in testConfigsLoad() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | GceAvdInfo.java | 77 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
|
D | GceManager.java | 195 String errors = in startGce() local 211 String errors = ""; in startGce() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/error/ |
D | ErrorIdentifierTest.java | 37 List<ErrorIdentifier> errors = new ArrayList<>(); in testUniqueErrors() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | RunAftersWithInfo.java | 45 List<Throwable> errors = new ArrayList<Throwable>(); in evaluate() local
|
D | BaseHostJUnit4Test.java | 676 String errors = String.join("\n\n", messages); in runDeviceTests() local
|
/tools/asuite/atest/unittest_data/acloud/ |
D | create_failure.json | 19 "errors": [], array
|
D | create_success.json | 19 "errors": [], array
|
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/ |
D | UserChecker.java | 104 ArrayList<String> errors = new ArrayList<>(); in postExecutionCheck() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | FakeTestTest.java | 87 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/ |
D | UiConductorTest.java | 218 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/ |
D | report.py | 139 def AddErrors(self, errors): argument
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | TestResult.java | 204 List<FailureDescription> errors = new ArrayList<>(); in merge() local
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Reporter.kt | 90 private var errors = mutableListOf<String>() variable in com.android.tools.metalava.Reporter
|
D | NullabilityAnnotationsValidator.kt | 74 private val errors: MutableList<Error> = mutableListOf() in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator
|
/tools/tradefederation/core/tests/src/com/android/tradefed/retry/ |
D | ResultAggregatorTest.java | 74 void addInvocationMetricRunError(String errors) { in addInvocationMetricRunError()
|
/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | ResultAggregator.java | 376 void addInvocationMetricRunError(String errors) { in addInvocationMetricRunError()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | InvocationExecution.java | 257 List<Throwable> errors = executor.getErrors(); in doSetup() local
|