Home
last modified time | relevance | path

Searched refs:toLong (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DObjectTest.java328 long[][] toLong = new long[3][3]; in test_waitJ() local
338 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()
/libcore/json/src/main/java/org/json/
DJSON.java72 static Long toLong(Object value) { in toLong() method in JSON
DJSONArray.java432 Long result = JSON.toLong(object); in getLong()
453 Long result = JSON.toLong(object); in optLong()
DJSONObject.java526 Long result = JSON.toLong(object); in getLong()
550 Long result = JSON.toLong(object); in optLong()