/cts/tests/tests/util/src/android/util/cts/ |
D | JsonWriterTest.java | 91 jsonWriter.beginArray().endArray(); in testMultipleTopLevelValues() 106 jsonWriter.endArray(); in testBadNestingObject() 206 jsonWriter.endArray(); in testDoubles() 229 jsonWriter.endArray(); in testLongs() 247 jsonWriter.endArray(); in testNumbers() 262 jsonWriter.endArray(); in testBooleans() 272 jsonWriter.endArray(); in testNulls() 299 jsonWriter.endArray(); in testStrings() 326 jsonWriter.endArray(); in testUnicodeLineBreaksEscaped() 335 jsonWriter.endArray(); in testEmptyArray() [all …]
|
D | JsonReaderTest.java | 50 reader.endArray(); in testReadArray() 59 reader.endArray(); in testReadEmptyArray() 140 reader.endArray(); in testHelloWorld() 208 reader.endArray(); in testCharacterUnescaping() 254 reader.endArray(); in testDoubles() 287 reader.endArray(); in testLenientDoubles() 317 reader.endArray(); in testTruncatedBufferBoundary() 345 reader.endArray(); in verifyLongNumericLiterals() 389 reader.endArray(); in testLongs() 413 reader.endArray(); in testHighPrecisionDouble_losesPrecision() [all …]
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | DeviceInfoStore.java | 110 public void endArray() throws IOException { in endArray() method in DeviceInfoStore 111 mJsonWriter.endArray(); in endArray() 187 mJsonWriter.endArray(); in addArrayResult() 201 mJsonWriter.endArray(); in addArrayResult() 230 mJsonWriter.endArray(); in addArrayResult() 244 mJsonWriter.endArray(); in addArrayResult() 258 mJsonWriter.endArray(); in addListResult()
|
/cts/hostsidetests/edi/src/android/edi/cts/ |
D | LibraryDeviceInfo.java | 43 store.endArray(); in collectSystemLibs() 49 store.endArray(); in collectVendorLibs() 55 store.endArray(); in collectFrameworkJars()
|
D | ClasspathDeviceInfo.java | 58 store.endArray(); in collectDeviceInfo() 133 store.endArray(); in collectClassInfo()
|
D | PropertyDeviceInfo.java | 55 store.endArray(); in collectDeviceInfo()
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | JsonPrinter.java | 89 mJsonWriter.endArray(); in writeProperties() 111 mJsonWriter.endArray(); in writeTargetFileInfo() 146 mJsonWriter.endArray(); in writeAppInfo() 161 mJsonWriter.endArray(); in writeFeatureCollection() 174 mJsonWriter.endArray(); in writeLibraryCollection() 183 mJsonWriter.endArray(); in writeStringCollection() 199 mJsonWriter.endArray(); in writePackageFileContent()
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | MediaDeviceInfo.java | 74 store.endArray(); // codec_profile_level in collectDeviceInfo() 132 store.endArray(); in collectDeviceInfo() 136 store.endArray(); // media_codec_profile in collectDeviceInfo()
|
D | ClientIdDeviceInfo.java | 51 store.endArray(); in collectClientIds()
|
D | VintfDeviceInfo.java | 66 store.endArray(); in collectDeviceInfo()
|
D | PackageDeviceInfo.java | 131 store.endArray(); // "package" in collectDeviceInfo() 169 store.endArray(); in collectPermissions()
|
D | FeatureDeviceInfo.java | 72 store.endArray(); in collectDeviceInfo()
|
D | LocaleDeviceInfo.java | 99 store.endArray(); in collectLocaleDataFilesInfo()
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | CameraDeviceInfo.java | 177 mStore.endArray(); in storeStreamConfigurationMap() 197 mStore.endArray(); in storeStreamConfigurationMap() 215 mStore.endArray(); in storeStreamConfigurationMap() 229 mStore.endArray(); in storeStreamConfigurationMap() 273 mStore.endArray(); in storeColorSpaceTransform() 409 mStore.endArray(); in storeArrayEntry() 416 mStore.endArray(); in storeArrayEntry() 423 mStore.endArray(); in storeArrayEntry() 432 mStore.endArray(); in storeArrayEntry() 439 mStore.endArray(); in storeArrayEntry() [all …]
|
D | VulkanDeviceInfo.java | 380 store.endArray(); in emitDeviceGroups() 604 store.endArray(); in emitDevices() 619 store.endArray(); in emitDevices() 643 store.endArray(); in emitDevices() 649 store.endArray(); in emitDevices() 669 store.endArray(); in emitDevices() 778 store.endArray(); in emitDevices() 794 store.endArray(); in emitDevices() 799 store.endArray(); in emitDevices() 823 store.endArray(); in emitLayers() [all …]
|
D | SensorDeviceInfo.java | 106 store.endArray(); // Sensor in collectDeviceInfo()
|
/cts/libs/vogar-expect/src/vogar/expect/ |
D | ExpectationStore.java | 180 jsonReader.endArray(); in parse() 255 reader.endArray(); in readStrings() 264 reader.endArray(); in readModes()
|
/cts/libs/input/src/com/android/cts/input/ |
D | VirtualInputDevice.java | 119 mReader.endArray(); in readData() 121 mReader.endArray(); in readData()
|
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/ |
D | TestDeviceInfo.java | 79 store.endArray(); // test_groups in collectDeviceInfo()
|
/cts/libs/json/src/com/android/json/stream/ |
D | JsonWriter.java | 191 public JsonWriter endArray() throws IOException { in endArray() method in JsonWriter
|
D | JsonReader.java | 263 public void endArray() throws IOException { in endArray() method in JsonReader
|