HomeSort by relevance Sort by last modified time
    Searched defs:fromJSON (Results 1 - 18 of 18) sorted by null

  /external/v8/test/mjsunit/
mirror-null.js 49 var fromJSON = eval('(' + json + ')');
50 assertEquals('null', fromJSON.type);
mirror-undefined.js 49 var fromJSON = eval('(' + json + ')');
50 assertEquals('undefined', fromJSON.type);
mirror-unresolved-function.js 69 var fromJSON = eval('(' + json + ')');
70 assertEquals('function', fromJSON.type, 'Unexpected mirror type in JSON');
71 assertEquals('Function', fromJSON.className, 'Unexpected mirror class name in JSON');
72 assertEquals(mirror.constructorFunction().handle(), fromJSON.constructorFunction.ref, 'Unexpected constructor function handle in JSON');
73 assertEquals('undefined', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
74 assertEquals(mirror.protoObject().handle(), fromJSON.protoObject.ref, 'Unexpected proto object handle in JSON');
75 assertEquals('undefined', refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON');
76 assertEquals(mirror.prototypeObject().handle(), fromJSON.prototypeObject.ref, 'Unexpected prototype object handle in JSON');
77 assertEquals('undefined', refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype object type in JSON');
78 assertFalse(fromJSON.resolved)
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonDeserializable.java 23 public JSONObject fromJSON() throws JSONException;
  /external/jetty/src/java/org/eclipse/jetty/util/ajax/
JSONCollectionConvertor.java 35 public Object fromJSON(Map object)
JSONDateConvertor.java 36 * If fromJSON is true in the constructor, the JSON generated will
38 * If fromJSON is false, then only the string value of the date is generated.
53 public JSONDateConvertor(boolean fromJSON)
55 this(DateCache.DEFAULT_FORMAT,TimeZone.getTimeZone("GMT"),fromJSON);
58 public JSONDateConvertor(String format,TimeZone zone,boolean fromJSON)
62 _fromJSON=fromJSON;
67 public JSONDateConvertor(String format, TimeZone zone, boolean fromJSON, Locale locale)
71 _fromJSON = fromJSON;
76 public Object fromJSON(Map map)
JSONEnumConvertor.java 32 * If fromJSON is true in the constructor, the JSON generated will
34 * If fromJSON is false, then only the string value of the enum is generated.
60 public JSONEnumConvertor(boolean fromJSON)
62 _fromJSON=fromJSON;
65 public Object fromJSON(Map map)
JSONPojoConvertorFactory.java 45 * @param fromJSON If true, the class name of the objects is included
49 public JSONPojoConvertorFactory(JSON json,boolean fromJSON)
56 _fromJson=fromJSON;
83 public Object fromJSON(Map object)
105 return convertor.fromJSON(object);
JSONObjectConvertor.java 48 public JSONObjectConvertor(boolean fromJSON)
50 _fromJSON=fromJSON;
55 * @param fromJSON
58 public JSONObjectConvertor(boolean fromJSON,String[] excluded)
60 _fromJSON=fromJSON;
65 public Object fromJSON(Map map)
JSONPojoConvertor.java 39 * - returns the actual object from Convertor.fromJSON (JSONObjectConverter returns a Map)
90 * @param fromJSON If true, add a class field to the JSON
92 public JSONPojoConvertor(Class<?> pojoClass, Set<String> excluded, boolean fromJSON)
96 _fromJSON = fromJSON;
102 * @param fromJSON If true, add a class field to the JSON
104 public JSONPojoConvertor(Class<?> pojoClass, boolean fromJSON)
106 this(pojoClass, (Set<String>)null, fromJSON);
179 public Object fromJSON(Map object)
JSON.java 256 public Object fromJSON(String json)
369 public void fromJSON(Map object)
607 conv.fromJSON(map);
619 return convertor.fromJSON(map);
925 return c.fromJSON(map);
    [all...]
  /external/jetty/lib/
jetty-util-6.1.26.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /external/skia/tools/debugger/
SkDrawCommand.cpp 262 (FROM_JSON) Sk ## name ## Command::fromJSON)
263 SkDrawCommand* SkDrawCommand::fromJSON(Json::Value& command, UrlDataManager& urlDataManager) {
    [all...]
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 

Completed in 312 milliseconds