HomeSort by relevance Sort by last modified time
    Searched defs:endArray (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
MediaDeviceInfo.java 65 store.endArray(); // codec_profile_level
120 store.endArray();
124 store.endArray(); // media_codec_profile
VintfDeviceInfo.java 66 store.endArray();
FeatureDeviceInfo.java 72 store.endArray();
PackageDeviceInfo.java 51 store.endArray(); // Package
PropertyDeviceInfo.java 65 store.endArray();
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
DeviceInfoStore.java 109 public void endArray() throws IOException {
110 mJsonWriter.endArray();
186 mJsonWriter.endArray();
200 mJsonWriter.endArray();
229 mJsonWriter.endArray();
243 mJsonWriter.endArray();
257 mJsonWriter.endArray();
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
HostInfoStore.java 108 public void endArray() throws IOException {
109 mJsonWriter.endArray();
183 mJsonWriter.endArray();
197 mJsonWriter.endArray();
211 mJsonWriter.endArray();
225 mJsonWriter.endArray();
239 mJsonWriter.endArray();
253 mJsonWriter.endArray();
  /cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
TestDeviceInfo.java 79 store.endArray(); // test_groups
  /cts/common/util/src/com/android/compatibility/common/util/
InfoStore.java 66 abstract void endArray() throws IOException;
  /cts/hostsidetests/edi/src/android/edi/cts/
LibraryDeviceInfo.java 43 store.endArray();
49 store.endArray();
55 store.endArray();
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
AssetJsonWriter.java 82 mWriter.endArray();
JsonParser.java 90 reader.endArray();
StatementParser.java 61 reader.endArray();
  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 183 jsonReader.endArray();
258 reader.endArray();
267 reader.endArray();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCurvesRepresentation.java 132 writer.endArray();
134 writer.endArray();
159 sreader.endArray();
162 sreader.endArray();
FilterChanSatRepresentation.java 178 writer.endArray();
205 sreader.endArray();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
JsonUtils.java 59 reader.endArray();
85 writer.endArray();
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
ManualDiscovery.java 140 writer.endArray();
164 reader.endArray();
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
SensorDeviceInfo.java 106 store.endArray(); // Sensor
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONWriter.java 40 * and <code>endArray</code> methods that make and bound array values, and
134 * <code>endArray</code> will be appended to this array. The
135 * <code>endArray</code> method must be called to mark the array's end.
161 "Misplaced endArray.");
179 public JSONWriter endArray() throws JSONException {
  /libcore/json/src/test/java/org/json/
JSONStringerTest.java 35 stringer.endArray();
49 stringer.endArray();
61 stringer.endArray();
71 stringer.endArray();
100 stringer.endArray();
125 stringer.endArray();
146 new JSONStringer().endArray();
156 new JSONStringer().object().endArray();
226 new JSONStringer().array().value(original).endArray().toString());
236 stringer.endArray();
    [all...]
  /packages/services/Car/obd2-lib/src/com/android/car/obd2/
Obd2LiveFrameGenerator.java 98 jsonWriter.endArray();
119 jsonWriter.endArray();
  /packages/services/Car/tests/CarDiagnosticVerifier/src/com/google/android/car/diagnosticverifier/
DiagnosticJsonConverter.java 50 reader.endArray();
  /packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/
Obd2CollectionTask.java 60 mJsonWriter.endArray();
  /packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
Obd2FreezeFrameGeneratorTest.java 101 jsonWriter.endArray();

Completed in 3164 milliseconds

1 2 3 4