Searched refs:endObject (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DAssetJsonWriter.java96 mWriter.endObject();
H A DJsonParser.java71 reader.endObject();
/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DEvent.java195 mReader.endObject();
199 mReader.endObject();
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java207 proto.endObject(token);
221 proto.endObject(token);
264 proto.endObject(bundleToken);
/frameworks/base/core/java/android/view/
H A DViewHierarchyEncoder.java25 * e.endObject();
78 public void endObject() { method in class:ViewHierarchyEncoder
H A DViewGroup.java7618 encoder.endObject();
H A DView.java26130 stream.endObject();
/frameworks/base/core/java/android/util/
H A DJsonWriter.java45 * Finally close the object using {@link #endObject()}.
98 * writer.endObject();
105 * writer.endObject();
217 * with a call to {@link #endObject}.
230 public JsonWriter endObject() throws IOException { method in class:JsonWriter
H A DJsonReader.java51 * read the object's closing brace by calling {@link #endObject}.
129 * reader.endObject();
159 * reader.endObject();
300 public void endObject() throws IOException { method in class:JsonReader
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/base/core/java/android/content/res/
H A DResources.java1662 encoder.endObject();
/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java33 * and then endObject when you are done.
96 * not yet called endObject, we maintain a linked list of the tokens
99 * correctly matched pairs of startObject and endObject calls, and issue
196 * and stored in the buffer until endObject is called, where the two
200 * the caller of endObject uses a stale token that they didn't intend
206 * The object token we are expecting in endObject. If another call to
2002 * Bit 60 - true if the object is repeated (lets us require endObject or endRepeatedObject)
2086 * Returns a token which should be passed to endObject. Calls to endObject must be
2105 public void endObject(lon method in class:ProtoOutputStream
[all...]

Completed in 691 milliseconds