Home
last modified time | relevance | path

Searched refs:endArray (Results 1 – 25 of 28) sorted by relevance

12

/cts/tests/tests/util/src/android/util/cts/
DJsonWriterTest.java91 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 …]
DJsonReaderTest.java50 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/
DDeviceInfoStore.java110 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/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DPermissionDeviceInfo.java55 store.endArray(); // "signature_permission_allowlists" in collectSignaturePermissionAllowlists()
72 store.endArray(); // "permissions" in collectSignaturePermissionAllowlist()
91 store.endArray(); // "permissions" in collectSignaturePermissionAllowlist()
94 store.endArray(); // "packages" in collectSignaturePermissionAllowlist()
DMediaDeviceInfo.java71 store.endArray(); // codec_profile_level in collectDeviceInfo()
168 store.endArray(); in collectDeviceInfo()
172 store.endArray(); // media_codec_profile in collectDeviceInfo()
DHapticsDeviceInfo.java54 store.endArray(); in collectDeviceInfo()
133 store.endArray(); in collectEffectsSupport()
158 store.endArray(); in collectPrimitivesSupport()
DClientIdDeviceInfo.java51 store.endArray(); in collectClientIds()
DPackageDeviceInfo.java178 store.endArray(); // "package" in collectDeviceInfo()
211 store.endArray(); in collectRequestedPermissions()
231 store.endArray(); in collectDefinedPermissions()
391 store.endArray(); in collectRoles()
438 store.endArray(); // "packages" in collectSharedUidAllowlist()
DBiometricsDeviceInfo.java151 store.endArray(); // "component_info" in collectDeviceInfo()
154 store.endArray(); // "biometric_properties" in collectDeviceInfo()
DVintfDeviceInfo.java66 store.endArray(); in collectDeviceInfo()
DMediaDrmDeviceInfo.java67 store.endArray(); in collectDeviceInfo()
DFeatureDeviceInfo.java72 store.endArray(); in collectDeviceInfo()
/cts/hostsidetests/edi/src/android/edi/cts/
DLibraryDeviceInfo.java43 store.endArray(); in collectSystemLibs()
49 store.endArray(); in collectVendorLibs()
55 store.endArray(); in collectFrameworkJars()
DPropertyDeviceInfo.java54 store.endArray(); in collectDeviceInfo()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DJsonPrinter.java89 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/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java184 mStore.endArray(); in storeStreamConfigurationMap()
204 mStore.endArray(); in storeStreamConfigurationMap()
222 mStore.endArray(); in storeStreamConfigurationMap()
236 mStore.endArray(); in storeStreamConfigurationMap()
305 mStore.endArray(); in storeColorSpaceProfiles()
308 mStore.endArray(); in storeColorSpaceProfiles()
326 mStore.endArray(); in storeColorSpaceTransform()
400 mStore.endArray(); in storeMultiResStreamConfigurationMap()
535 mStore.endArray(); in storeArrayEntry()
542 mStore.endArray(); in storeArrayEntry()
[all …]
DDisplayDeviceInfo.java68 store.endArray(); // HDR_CAPABILITIES in collectDeviceInfo()
DVulkanDeviceInfo.java550 store.endArray(); in emitDeviceGroups()
983 store.endArray(); in emitDevices()
998 store.endArray(); in emitDevices()
1022 store.endArray(); in emitDevices()
1028 store.endArray(); in emitDevices()
1048 store.endArray(); in emitDevices()
1157 store.endArray(); in emitDevices()
1173 store.endArray(); in emitDevices()
1178 store.endArray(); in emitDevices()
1202 store.endArray(); in emitLayers()
[all …]
DSensorDeviceInfo.java106 store.endArray(); // Sensor in collectDeviceInfo()
/cts/tests/sensor/src/android/hardware/cts/accessories/
DHidCommand.kt143 reader.endArray() in readData()
145 reader.endArray() in readData()
148 reader.endArray() in readData()
/cts/libs/vogar-expect/src/vogar/expect/
DExpectationStore.java180 jsonReader.endArray(); in parse()
255 reader.endArray(); in readStrings()
264 reader.endArray(); in readModes()
/cts/libs/input/src/com/android/cts/input/
DVirtualInputDevice.java123 mReader.endArray(); in readData()
125 mReader.endArray(); in readData()
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DTestDeviceInfo.java79 store.endArray(); // test_groups in collectDeviceInfo()
/cts/hostsidetests/classpath/src/android/classpath/cts/
DClasspathDeviceInfo.java96 store.endArray(); in testCollectClasspathDeviceInfo()
198 store.endArray(); in collectClassInfo()
/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java191 public JsonWriter endArray() throws IOException { in endArray() method in JsonWriter

12