Home
last modified time | relevance | path

Searched refs:beginArray (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
DJsonReaderTest.java30 reader.beginArray(); in testReadArray()
39 reader.beginArray(); in testReadEmptyArray()
87 reader.beginArray(); in testHelloWorld()
104 new JsonReader(new StringReader("")).beginArray(); in testEmptyString()
142 reader.beginArray(); in testCharacterUnescaping()
168 reader.beginArray(); in testIntegersWithFractionalPartSpecified()
191 reader.beginArray(); in testDoubles()
221 reader.beginArray(); in testLenientDoubles()
247 reader.beginArray(); in testBufferBoundary()
260 reader.beginArray(); in testTruncatedBufferBoundary()
[all …]
DJsonWriterTest.java75 jsonWriter.beginArray().endArray(); in testMultipleTopLevelValues()
77 jsonWriter.beginArray(); in testMultipleTopLevelValues()
86 jsonWriter.beginArray(); in testBadNestingObject()
98 jsonWriter.beginArray(); in testBadNestingArray()
99 jsonWriter.beginArray(); in testBadNestingArray()
131 jsonWriter.beginArray(); in testNonFiniteDoubles()
152 jsonWriter.beginArray(); in testNonFiniteBoxedDoubles()
173 jsonWriter.beginArray(); in testDoubles()
199 jsonWriter.beginArray(); in testLongs()
217 jsonWriter.beginArray(); in testNumbers()
[all …]
/frameworks/base/core/java/android/util/
DJsonWriter.java202 public JsonWriter beginArray() throws IOException { in beginArray() method in JsonWriter
DJsonReader.java276 public void beginArray() throws IOException { in beginArray() method in JsonReader
/frameworks/base/api/
Dcurrent.txt21298 method public void beginArray() throws java.io.IOException;
21334 method public android.util.JsonWriter beginArray() throws java.io.IOException;
D14.txt21298 method public void beginArray() throws java.io.IOException;
21334 method public android.util.JsonWriter beginArray() throws java.io.IOException;