Home
last modified time | relevance | path

Searched refs:beginObject (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DJsonWriterTest.java42 jsonWriter.beginObject(); in testTwoNames()
54 jsonWriter.beginObject(); in testNameWithoutValue()
66 jsonWriter.beginObject(); in testValueWithoutName()
89 jsonWriter.beginObject(); in testBadNestingObject()
112 jsonWriter.beginObject(); in testNullName()
123 jsonWriter.beginObject(); in testNullStringValue()
314 jsonWriter.beginObject(); in testEmptyObject()
323 jsonWriter.beginObject(); in testObjectsInArrays()
327 jsonWriter.beginObject(); in testObjectsInArrays()
339 jsonWriter.beginObject(); in testArraysInObjects()
[all …]
DJsonReaderTest.java52 reader.beginObject(); in testReadObject()
63 reader.beginObject(); in testReadEmptyObject()
72 reader.beginObject(); in testSkipObject()
83 reader.beginObject(); in testSkipBeforeEndOfObject()
103 reader.beginObject(); in testSkipAfterEndOfDocument()
119 reader.beginObject(); in testHelloWorld()
144 new JsonReader(new StringReader("")).beginObject(); in testEmptyString()
477 reader.beginObject(); in testMissingValue()
488 reader.beginObject(); in testPrematureEndOfInput()
501 reader.beginObject(); in testPrematurelyClosed()
[all …]
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceInfoStore.java50 mJsonWriter.beginObject(); in open()
67 mJsonWriter.beginObject(); in startGroup()
76 mJsonWriter.beginObject(); in startGroup()
DReportLogDeviceInfoStore.java69 mJsonWriter.beginObject(); in open()
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DHostInfoStore.java50 mJsonWriter.beginObject(); in open()
67 mJsonWriter.beginObject(); in startGroup()
76 mJsonWriter.beginObject(); in startGroup()
DReportLogHostInfoStore.java69 mJsonWriter.beginObject(); in open()
/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java196 public JsonWriter beginObject() throws IOException { in beginObject() method in JsonWriter
DJsonReader.java271 public void beginObject() throws IOException { in beginObject() method in JsonReader
/cts/libs/vogar-expect/src/vogar/
DExpectationStore.java199 reader.beginObject(); in readExpectation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java365 writer.beginObject(); in writeVideoMetaInfo()
DRVCVXCheckAnalyzer.java140 writer.beginObject(); in writeJSONToStream()