Searched refs:diff (Results 1 – 6 of 6) sorted by relevance
314 private String diff = null; field in TestCertUtils.TestCertificate328 public TestCertificate(String diff) { in TestCertificate() argument330 this.diff = diff; in TestCertificate()340 public TestCertificate(String diff, String type) { in TestCertificate() argument342 this.diff = diff; in TestCertificate()375 if (this.diff == null) { in equals()376 return that.diff == null; in equals()378 return this.diff.equals(that.diff); in equals()395 if (diff == null) { in writeObject()399 out.writeUTF(diff); in writeObject()[all …]
411 int diff = 16 - msbStr.length(); in toString() local412 for (int i = 0; i < diff; i++) { in toString()422 int diff = 16 - lsbStr.length(); in toString() local423 for (int i = 0; i < diff; i++) { in toString()
116 long diff = currentTime - sessionTime; in test_getCreationTime() local118 diff < 10000); in test_getCreationTime()138 long diff = currentTime - sessionTime; in test_getLastAccessedTime() local140 diff < 10000); in test_getLastAccessedTime()141 assertTrue ("diff should be < 10000 but is " + diff, diff < 10000); in test_getLastAccessedTime()
155 int diff = entryIn - inB; in closeEntry() local157 if (diff != 0) { in closeEntry()158 ((PushbackInputStream) in).unread(buf, len - diff, diff); in closeEntry()
216 long diff = time - x.time; in compareTo() local217 if (diff < 0) in compareTo()219 else if (diff > 0) in compareTo()226 long diff = getDelay(NANOSECONDS) - other.getDelay(NANOSECONDS); in compareTo() local227 return (diff < 0) ? -1 : (diff > 0) ? 1 : 0; in compareTo()
403 int diff = end - start - stringLength; in replace0() local404 if (diff > 0) { // replacing with fewer characters in replace0()418 } else if (diff < 0) { in replace0()420 move(-diff, end); in replace0()426 count -= diff; in replace0()