Searched defs:json (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/util/src/android/util/cts/ |
D | JsonReaderTest.java | 129 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/ |
D | InputJsonParser.java | 154 JSONObject json = new JSONObject(readRawResource(resourceId)); in readDeviceId() local 169 JSONObject json = new JSONObject(readRawResource(resourceId)); in readVendorId() local 184 JSONObject json = new JSONObject(readRawResource(resourceId)); in readSources() local 199 JSONObject json = new JSONObject(readRawResource(resourceId)); in readProductId() local 252 JSONArray json = getJsonArrayFromResource(resourceId); in getHidTestData() local 285 JSONArray json = getJsonArrayFromResource(resourceId); in getHidVibratorTestData() local 325 JSONArray json = getJsonArrayFromResource(resourceId); in getHidBatteryTestData() local 358 JSONArray json = getJsonArrayFromResource(resourceId); in getHidLightTestData() local 396 JSONArray json = getJsonArrayFromResource(resourceId); in getUinputVibratorTestData() local 421 JSONArray json = getJsonArrayFromResource(resourceId); in getUinputVibratorManagerTestData() local [all …]
|
D | HidDevice.java | 121 JSONObject json = new JSONObject(); in sendHidReport() local
|
D | UinputDevice.java | 119 JSONObject json = new JSONObject(); in injectEvents() local
|
D | VirtualInputDevice.java | 162 JSONObject json = new JSONObject(); in delay() local
|
/cts/tools/cts-media/ |
D | get_achievable_rates.py | 305 def parse_json(self, json, device, build): argument
|
/cts/tests/tests/view/src/android/view/cts/input/ |
D | InputDeviceKeyLayoutMapTest.java | 167 JSONObject json = new JSONObject(); in createDeviceRegisterCommand() local
|
D | InputDeviceMultiDeviceKeyEventTest.java | 129 JSONObject json = new JSONObject(); in createDeviceRegisterCommand() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 507 JSONObject json = new JSONObject(content); in VideoMetaInfo() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | StagefrightTest.java | 1929 StringBuilder json = new StringBuilder(); in getCrashReport() local
|