Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DJsonReaderTest.java129 String json = "{\n" + in testHelloWorld() local
167 String json = "[\"a\"," in testCharacterUnescaping() local
223 String json = "[-0.0," in testDoubles() local
260 String json = "[" in testLenientDoubles() local
295 String json = "[\"" + new String(pad) + "\",33333]"; in testBufferBoundary() local
308 String json = "[\"" + new String(pad) + "\",33333"; in testTruncatedBufferBoundary() local
339 String json = "[" + new String(longNumber) + "]"; in verifyLongNumericLiterals() local
350 String json = "[0,0,0," in testLongs() local
403 String json = "[" in testHighPrecisionDouble_losesPrecision() local
418 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/libs/input/src/com/android/cts/input/
DHidDevice.java100 JSONObject json = new JSONObject(); in delay() local
121 JSONObject json = new JSONObject(); in sendHidReport() local
DHidJsonParser.java149 JSONObject json = new JSONObject(readRawResource(resourceId)); in readDeviceId() local
161 JSONArray json = getJsonArrayFromResource(resourceId); in getTestData() local
/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.java490 JSONObject json = new JSONObject(content); in VideoMetaInfo() local
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java1539 StringBuilder json = new StringBuilder(); in getCrashReport() local