Searched defs:json (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/util/ |
D | JsonReaderTest.java | 78 String json = "{\n" + in testHelloWorld() local 121 String json = "[\"a\"," in testCharacterUnescaping() local 175 String json = "[-0.0," in testDoubles() local 211 String json = "[" in testLenientDoubles() local 245 String json = "[\"" + new String(pad) + "\",33333]"; in testBufferBoundary() local 257 String json = "[\"" + new String(pad) + "\",33333"; in testTruncatedBufferBoundary() local 286 String json = "[" + new String(longNumber) + "]"; in testLongNumericLiterals() local 296 String json = "[0,0,0," in testLongs() local 344 String json = "[9223372036854775806.000]"; in testHighPrecisionLong() local 352 String json = "[-1,99,-0,0,0e1,0e+1,0e-1,0E1,0E+1,0E-1,0.0,1.0,-1.0,1.0e0,1.0e+1,1.0e-1]"; in testMatchingValidNumbers() local [all …]
|