Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DJsonWriterTest.java77 jsonWriter.beginArray().endArray(); in testMultipleTopLevelValues()
91 jsonWriter.endArray(); in testBadNestingObject()
185 jsonWriter.endArray(); in testDoubles()
207 jsonWriter.endArray(); in testLongs()
224 jsonWriter.endArray(); in testNumbers()
238 jsonWriter.endArray(); in testBooleans()
247 jsonWriter.endArray(); in testNulls()
273 jsonWriter.endArray(); in testStrings()
299 jsonWriter.endArray(); in testUnicodeLineBreaksEscaped()
307 jsonWriter.endArray(); in testEmptyArray()
[all …]
DJsonReaderTest.java37 reader.endArray(); in testReadArray()
45 reader.endArray(); in testReadEmptyArray()
125 reader.endArray(); in testHelloWorld()
198 reader.endArray(); in testCharacterUnescaping()
242 reader.endArray(); in testDoubles()
274 reader.endArray(); in testLenientDoubles()
302 reader.endArray(); in testTruncatedBufferBoundary()
328 reader.endArray(); in testLongNumericLiterals()
371 reader.endArray(); in testLongs()
394 reader.endArray(); in testHighPrecisionDouble_losesPrecision()
[all …]
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceInfoStore.java109 public void endArray() throws IOException { in endArray() method in DeviceInfoStore
110 mJsonWriter.endArray(); in endArray()
184 mJsonWriter.endArray(); in addArrayResult()
198 mJsonWriter.endArray(); in addArrayResult()
212 mJsonWriter.endArray(); in addArrayResult()
226 mJsonWriter.endArray(); in addArrayResult()
240 mJsonWriter.endArray(); in addArrayResult()
254 mJsonWriter.endArray(); in addListResult()
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DHostInfoStore.java109 public void endArray() throws IOException { in endArray() method in HostInfoStore
110 mJsonWriter.endArray(); in endArray()
184 mJsonWriter.endArray(); in addArrayResult()
198 mJsonWriter.endArray(); in addArrayResult()
212 mJsonWriter.endArray(); in addArrayResult()
226 mJsonWriter.endArray(); in addArrayResult()
240 mJsonWriter.endArray(); in addArrayResult()
254 mJsonWriter.endArray(); in addListResult()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DMediaDeviceInfo.java63 store.endArray(); // codec_profile_level in collectDeviceInfo()
67 store.endArray(); in collectDeviceInfo()
71 store.endArray(); // media_codec_profile in collectDeviceInfo()
DLibraryDeviceInfo.java49 store.endArray(); in collectSystemLibs()
55 store.endArray(); in collectVendorLibs()
61 store.endArray(); in collectFrameworkJars()
DPackageDeviceInfo.java51 store.endArray(); // Package in collectDeviceInfo()
DPropertyDeviceInfo.java65 store.endArray(); in collectRoProperties()
DFeatureDeviceInfo.java72 store.endArray(); in collectDeviceInfo()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java158 mStore.endArray(); in storeStreamConfigurationMap()
201 mStore.endArray(); in storeColorSpaceTransform()
337 mStore.endArray(); in storeArrayEntry()
344 mStore.endArray(); in storeArrayEntry()
351 mStore.endArray(); in storeArrayEntry()
360 mStore.endArray(); in storeArrayEntry()
367 mStore.endArray(); in storeArrayEntry()
431 store.endArray(); // per_camera_info in collectDeviceInfo()
DVulkanDeviceInfo.java521 store.endArray(); in emitDevices()
536 store.endArray(); in emitDevices()
560 store.endArray(); in emitDevices()
566 store.endArray(); in emitDevices()
587 store.endArray(); in emitDevices()
611 store.endArray(); in emitLayers()
627 store.endArray(); in emitExtensions()
DSensorDeviceInfo.java86 store.endArray(); // Sensor in collectDeviceInfo()
/cts/libs/vogar-expect/src/vogar/
DExpectationStore.java183 jsonReader.endArray(); in parse()
258 reader.endArray(); in readStrings()
267 reader.endArray(); in readModes()
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DTestDeviceInfo.java79 store.endArray(); // test_groups in collectDeviceInfo()
/cts/common/util/src/com/android/compatibility/common/util/
DInfoStore.java67 abstract void endArray() throws IOException; in endArray() method in InfoStore
/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java186 public JsonWriter endArray() throws IOException { in endArray() method in JsonWriter
DJsonReader.java263 public void endArray() throws IOException { in endArray() method in JsonReader
/cts/tools/dex-tools/dex/
Dclasses0.out.dex107940 public org.json.JSONStringer endArray()