Searched defs:json (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/util/src/android/util/cts/ |
D | JsonReaderTest.java | 114 String json = "{\n" + in testHelloWorld() local 157 String json = "[\"a\"," in testCharacterUnescaping() local 211 String json = "[-0.0," in testDoubles() local 247 String json = "[" in testLenientDoubles() local 281 String json = "[\"" + new String(pad) + "\",33333]"; in testBufferBoundary() local 293 String json = "[\"" + new String(pad) + "\",33333"; in testTruncatedBufferBoundary() local 322 String json = "[" + new String(longNumber) + "]"; in testLongNumericLiterals() local 332 String json = "[0,0,0," in testLongs() local 384 String json = "[" in testHighPrecisionDouble_losesPrecision() local 398 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 …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 489 JSONObject json = new JSONObject(content); in VideoMetaInfo() local
|