Home
last modified time | relevance | path

Searched defs:json (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DJsonReaderTest.java128 String json = "{\n" + in testHelloWorld() local
166 String json = "[\"a\"," in testCharacterUnescaping() local
222 String json = "[-0.0," in testDoubles() local
259 String json = "[" in testLenientDoubles() local
294 String json = "[\"" + new String(pad) + "\",33333]"; in testBufferBoundary() local
307 String json = "[\"" + new String(pad) + "\",33333"; in testTruncatedBufferBoundary() local
338 String json = "[" + new String(longNumber) + "]"; in verifyLongNumericLiterals() local
349 String json = "[0,0,0," in testLongs() local
402 String json = "[" in testHighPrecisionDouble_losesPrecision() local
417 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/tools/cts-media/
Dget_achievable_rates.py305 def parse_json(self, json, device, build): argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java489 JSONObject json = new JSONObject(content); in VideoMetaInfo() local