Searched refs:toJSONArray (Results 1 – 6 of 6) sorted by relevance
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
D | CDL.java | 128 public static JSONArray toJSONArray(String string) throws JSONException { in toJSONArray() method in CDL 129 return toJSONArray(new JSONTokener(string)); in toJSONArray() 139 public static JSONArray toJSONArray(JSONTokener x) throws JSONException { in toJSONArray() method in CDL 140 return toJSONArray(rowToJSONArray(x), x); in toJSONArray() 151 public static JSONArray toJSONArray(JSONArray names, String string) in toJSONArray() method in CDL 153 return toJSONArray(names, new JSONTokener(string)); in toJSONArray() 164 public static JSONArray toJSONArray(JSONArray names, JSONTokener x) in toJSONArray() method in CDL 256 sb.append(rowToString(jo.toJSONArray(names))); in toString()
|
D | Test.java | 94 a = JSONML.toJSONArray(s); in main() 105 a = JSONML.toJSONArray(s); in main() 251 ja = JSONML.toJSONArray(s); in main() 257 ja = JSONML.toJSONArray(s); in main() 268 ja = JSONML.toJSONArray(s); in main() 368 …a = CDL.toJSONArray("No quotes, 'Single Quotes', \"Double Quotes\"\n1,'2',\"3\"\n,'It is \"good,\"… in main() 455 a = JSONML.toJSONArray(s); in main() 491 ja = JSONML.toJSONArray(s); in main() 582 ja = JSONML.toJSONArray(s); in main() 591 ja = JSONML.toJSONArray(s); in main()
|
D | JSONML.java | 241 public static JSONArray toJSONArray(String string) throws JSONException { in toJSONArray() method in JSONML 242 return toJSONArray(new XMLTokener(string)); in toJSONArray() 258 public static JSONArray toJSONArray(XMLTokener x) throws JSONException { in toJSONArray() method in JSONML
|
D | JSONObject.java | 1301 public JSONArray toJSONArray(JSONArray names) throws JSONException { in toJSONArray() method in JSONObject
|
/external/robolectric/lib/main/ |
D | json-20080701.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/json/
org/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |