HomeSort by relevance Sort by last modified time
    Searched refs:replaceTop (Results 1 - 5 of 5) sorted by null

  /cts/libs/json/src/com/android/json/stream/
JsonWriter.java 249 private void replaceTop(JsonScope topOfStack) {
428 replaceTop(JsonScope.DANGLING_NAME);
446 replaceTop(JsonScope.NONEMPTY_DOCUMENT);
450 replaceTop(JsonScope.NONEMPTY_ARRAY);
461 replaceTop(JsonScope.NONEMPTY_OBJECT);
JsonReader.java 312 replaceTop(JsonScope.NONEMPTY_DOCUMENT);
549 private void replaceTop(JsonScope newTop) {
555 replaceTop(JsonScope.NONEMPTY_ARRAY);
636 replaceTop(JsonScope.DANGLING_NAME);
658 replaceTop(JsonScope.NONEMPTY_OBJECT);
    [all...]
  /frameworks/base/core/java/android/util/
JsonWriter.java 274 private void replaceTop(JsonScope topOfStack) {
484 replaceTop(JsonScope.DANGLING_NAME);
502 replaceTop(JsonScope.NONEMPTY_DOCUMENT);
506 replaceTop(JsonScope.NONEMPTY_ARRAY);
517 replaceTop(JsonScope.NONEMPTY_OBJECT);
JsonReader.java 333 replaceTop(JsonScope.NONEMPTY_DOCUMENT);
578 private void replaceTop(JsonScope newTop) {
584 replaceTop(JsonScope.NONEMPTY_ARRAY);
665 replaceTop(JsonScope.DANGLING_NAME);
687 replaceTop(JsonScope.NONEMPTY_OBJECT);
    [all...]
  /libcore/json/src/main/java/org/json/
JSONStringer.java 215 private void replaceTop(Scope topOfStack) {
391 replaceTop(Scope.DANGLING_KEY);
406 replaceTop(Scope.NONEMPTY_ARRAY);
413 replaceTop(Scope.NONEMPTY_OBJECT);

Completed in 1190 milliseconds