Searched refs:toJSONObject (Results 1 - 13 of 13) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DTest.java76 j = XML.toJSONObject("<![CDATA[This is a collection of test patterns and examples for org.json.]]> Ignore the stuff past the end. ");
85 j = XML.toJSONObject(s);
89 j = JSONML.toJSONObject(s);
100 j = JSONML.toJSONObject(s);
111 j = XML.toJSONObject(s);
246 j = XML.toJSONObject(s);
263 j = XML.toJSONObject(s);
273 j = XML.toJSONObject("<?xml version=\"1.0\" ?><Book Author=\"Anonymous\"><Title>Sample Book</Title><Chapter id=\"1\">This is chapter 1. It is not very long or interesting.</Chapter><Chapter id=\"2\">This is chapter 2. Although it is longer than chapter 1, it is not any more interesting.</Chapter></Book>");
278 j = XML.toJSONObject("<!DOCTYPE bCard 'http://www.cs.caltech.edu/~adam/schemas/bCard'><bCard><?xml default bCard firstname = '' lastname = '' company = '' email = '' homepage = ''?><bCard firstname = 'Rohit' lastname = 'Khare' company = 'MCI' email = 'khare@mci.net' homepage = 'http://pest.w3.org/'/><bCard firstname = 'Adam' lastname = 'Rifkin' company = 'Caltech Infospheres Project' email = 'adam@cs.caltech.edu' homepage = 'http://www.cs.caltech.edu/~adam/'/></bCard>");
283 j = XML.toJSONObject("<
[all...]
H A DCookieList.java49 public static JSONObject toJSONObject(String string) throws JSONException { method in class:CookieList
H A DJSONML.java277 public static JSONObject toJSONObject(XMLTokener x) throws JSONException { method in class:JSONML
293 public static JSONObject toJSONObject(String string) throws JSONException { method in class:JSONML
294 return toJSONObject(new XMLTokener(string));
H A DCookie.java81 public static JSONObject toJSONObject(String string) throws JSONException { method in class:Cookie
H A DHTTP.java71 public static JSONObject toJSONObject(String string) throws JSONException { method in class:HTTP
H A DJSONArray.java833 public JSONObject toJSONObject(JSONArray names) throws JSONException { method in class:JSONArray
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Djson-20090211.jarMETA-INF/ META-INF/MANIFEST.MF org/json/CDL.class CDL.java package org ...
/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/ ...
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
H A DXmlMessageBuilder.java131 outerMessage = XML.toJSONObject(outerXml);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 186 milliseconds