Searched refs:JSONTokener (Results 1 - 11 of 11) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DCDL.java51 * @param x A JSONTokener of the source text.
55 private static String getValue(JSONTokener x) throws JSONException {
77 * @param x A JSONTokener of the source text.
81 public static JSONArray rowToJSONArray(JSONTokener x) throws JSONException {
111 * @param x A JSONTokener of the source text.
115 public static JSONObject rowToJSONObject(JSONArray names, JSONTokener x)
129 return toJSONArray(new JSONTokener(string));
135 * @param x The JSONTokener containing the comma delimited text.
139 public static JSONArray toJSONArray(JSONTokener x) throws JSONException {
153 return toJSONArray(names, new JSONTokener(strin
[all...]
H A DHTTPTokener.java28 * The HTTPTokener extends the JSONTokener to provide additional methods
33 public class HTTPTokener extends JSONTokener {
H A DCookie.java85 JSONTokener x = new JSONTokener(string);
158 int d = JSONTokener.dehexchar(s.charAt(i + 1));
159 int e = JSONTokener.dehexchar(s.charAt(i + 2));
H A DCookieList.java51 JSONTokener x = new JSONTokener(string);
H A DJSONTokener.java33 * A JSONTokener takes a source string and extracts characters and tokens from
39 public class JSONTokener { class
48 * Construct a JSONTokener from a string.
52 public JSONTokener(Reader reader) { method in class:JSONTokener
61 * Construct a JSONTokener from a string.
65 public JSONTokener(String s) { method in class:JSONTokener
415 * Make a printable string of this JSONTokener.
H A DXMLTokener.java28 * The XMLTokener extends the JSONTokener to provide additional methods
33 public class XMLTokener extends JSONTokener {
H A DJSONArray.java100 * Construct a JSONArray from a JSONTokener.
101 * @param x A JSONTokener
104 public JSONArray(JSONTokener x) throws JSONException {
157 this(new JSONTokener(source));
H A DJSONObject.java169 * Construct a JSONObject from a JSONTokener.
170 * @param x A JSONTokener object containing the source string.
174 public JSONObject(JSONTokener x) throws JSONException {
420 this(new JSONTokener(source));
H A DTest.java358 JSONTokener jt = new JSONTokener("{op:'test', to:'session', pre:1}{op:'test', to:'session', pre:2}");
/external/robolectric/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 227 milliseconds