OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NONEMPTY_OBJECT
(Results
1 - 7
of
7
) sorted by null
/cts/libs/json/src/com/android/json/stream/
JsonScope.java
52
NONEMPTY_OBJECT
,
JsonWriter.java
206
return close(JsonScope.EMPTY_OBJECT, JsonScope.
NONEMPTY_OBJECT
, "}");
422
if (context == JsonScope.
NONEMPTY_OBJECT
) { // first in object
461
replaceTop(JsonScope.
NONEMPTY_OBJECT
);
JsonReader.java
327
case
NONEMPTY_OBJECT
:
658
replaceTop(JsonScope.
NONEMPTY_OBJECT
);
[
all
...]
/frameworks/base/core/java/android/util/
JsonScope.java
52
NONEMPTY_OBJECT
,
JsonWriter.java
231
return close(JsonScope.EMPTY_OBJECT, JsonScope.
NONEMPTY_OBJECT
, "}");
478
if (context == JsonScope.
NONEMPTY_OBJECT
) { // first in object
517
replaceTop(JsonScope.
NONEMPTY_OBJECT
);
JsonReader.java
348
case
NONEMPTY_OBJECT
:
687
replaceTop(JsonScope.
NONEMPTY_OBJECT
);
[
all
...]
/libcore/json/src/main/java/org/json/
JSONStringer.java
101
NONEMPTY_OBJECT
,
167
return close(Scope.EMPTY_OBJECT, Scope.
NONEMPTY_OBJECT
, "}");
385
if (context == Scope.
NONEMPTY_OBJECT
) { // first in object
413
replaceTop(Scope.
NONEMPTY_OBJECT
);
Completed in 82 milliseconds