Searched refs:toLong (Results 1 – 4 of 4) sorted by relevance
328 long[][] toLong = new long[3][3]; in test_waitJ() local338 if (count < toLong.length) { in test_waitJ()339 toLong[count][0] = i; in test_waitJ()340 toLong[count][1] = before; in test_waitJ()341 toLong[count][2] = after; in test_waitJ()344 if (error > (1000 + delay) || count == toLong.length) { in test_waitJ()348 sb.append(toLong[j][0]); in test_waitJ()350 sb.append(toLong[j][1]); in test_waitJ()352 sb.append(toLong[j][2]); in test_waitJ()354 sb.append(toLong[j][2] - toLong[j][1]); in test_waitJ()
72 static Long toLong(Object value) { in toLong() method in JSON
432 Long result = JSON.toLong(object); in getLong()453 Long result = JSON.toLong(object); in optLong()
526 Long result = JSON.toLong(object); in getLong()550 Long result = JSON.toLong(object); in optLong()