Searched refs:errors (Results 1 – 10 of 10) sorted by relevance
53 List<String> errors = new ArrayList<String>(); in testSensorAdditionalInfo() local66 errors.add("Sensor: " + s.getName() + ", error: " + e.getMessage()); in testSensorAdditionalInfo()69 if (errors.size() > 0) { in testSensorAdditionalInfo()73 for (String error : errors) { in testSensorAdditionalInfo()
176 List<String> errors = new ArrayList<>(); in testStaticSensorId() local180 errors.add(String.format("sensor \"%s\" has id %d", s.getName(), s)); in testStaticSensorId()183 if (errors.size() > 0) { in testStaticSensorId()185 TextUtils.join(", ", errors) + " >"; in testStaticSensorId()
203 String errors = ""; in assertNoAccessibleListeningPorts() local217 errors += "\nFound port listening on addr=" in assertNoAccessibleListeningPorts()224 if (!errors.equals("")) { in assertNoAccessibleListeningPorts()225 throw new ListeningPortsAssertionError(errors); in assertNoAccessibleListeningPorts()
80 public Enumeration<TestFailure> errors() { in errors() method in GnssCtsTestResult81 return mWrappedTestResult.errors(); in errors()
82 public Enumeration<TestFailure> errors() { in errors() method in SensorCtsTestResult83 return mWrappedTestResult.errors(); in errors()
173 errors = error_file.read()174 summary += errors + "\n"
84 int errors; field in DAsm175 return errors; in errorCount()179 errors++; in report_error()1605 errors = 0; in readD()
70 # note). You have access to the variables errors warning, statement which71 # respectively contain the number of errors / warnings messages and the total
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
64710 public java.util.Enumeration errors()106892 protected java.util.List[] errors