Home | History | Annotate | Download | only in sensorverification

Lines Matching refs:failures

98                 new StringBuilder(" Incorrect timestamp clock source failures: ");
101 List<IndexedEvent> failures;
104 failures = verifyTimestampClockSource(errorMessageBuilder);
105 failuresCount = failures.size();
109 getIndexArray(failures));
110 success = failures.isEmpty();
145 ArrayList<IndexedEvent> failures = new ArrayList<IndexedEvent>();
148 if (failures.size() < TRUNCATE_MESSAGE_LENGTH) {
162 if (failures.size() < TRUNCATE_MESSAGE_LENGTH) {
171 failures.add(new IndexedEvent(i, event));
174 if (failures.size() >= TRUNCATE_MESSAGE_LENGTH) {
177 return failures;