Home
last modified time | relevance | path

Searched defs:fromJSON (Results 1 – 12 of 12) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/ajax/
DJSONDateConvertor.java53 public JSONDateConvertor(boolean fromJSON) in JSONDateConvertor()
58 public JSONDateConvertor(String format,TimeZone zone,boolean fromJSON) in JSONDateConvertor()
67 public JSONDateConvertor(String format, TimeZone zone, boolean fromJSON, Locale locale) in JSONDateConvertor()
76 public Object fromJSON(Map map) in fromJSON() method in JSONDateConvertor
DJSONObjectConvertor.java48 public JSONObjectConvertor(boolean fromJSON) in JSONObjectConvertor()
58 public JSONObjectConvertor(boolean fromJSON,String[] excluded) in JSONObjectConvertor()
65 public Object fromJSON(Map map) in fromJSON() method in JSONObjectConvertor
DJSONEnumConvertor.java60 public JSONEnumConvertor(boolean fromJSON) in JSONEnumConvertor()
65 public Object fromJSON(Map map) in fromJSON() method in JSONEnumConvertor
DJSONPojoConvertorFactory.java49 public JSONPojoConvertorFactory(JSON json,boolean fromJSON) in JSONPojoConvertorFactory()
83 public Object fromJSON(Map object) in fromJSON() method in JSONPojoConvertorFactory
DJSONCollectionConvertor.java35 public Object fromJSON(Map object) in fromJSON() method in JSONCollectionConvertor
DJSONPojoConvertor.java92 public JSONPojoConvertor(Class<?> pojoClass, Set<String> excluded, boolean fromJSON) in JSONPojoConvertor()
104 public JSONPojoConvertor(Class<?> pojoClass, boolean fromJSON) in JSONPojoConvertor()
179 public Object fromJSON(Map object) in fromJSON() method in JSONPojoConvertor
DJSON.java256 public Object fromJSON(String json) in fromJSON() method in JSON
1568 public void fromJSON(Map object); in fromJSON() method
1586 public Object fromJSON(Map object); in fromJSON() method
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonDeserializable.java23 public JSONObject fromJSON() throws JSONException; in fromJSON() method
/external/v8/test/mjsunit/
Dmirror-null.js49 var fromJSON = eval('(' + json + ')'); variable
Dmirror-undefined.js49 var fromJSON = eval('(' + json + ')'); variable
Dmirror-unresolved-function.js69 var fromJSON = eval('(' + json + ')'); variable
/external/skia/tools/debugger/
DSkDrawCommand.cpp263 SkDrawCommand* SkDrawCommand::fromJSON(Json::Value& command, UrlDataManager& urlDataManager) { in fromJSON() function in SkDrawCommand
1562 SkClearCommand* SkClearCommand::fromJSON(Json::Value& command, UrlDataManager& urlDataManager) { in fromJSON() function in SkClearCommand
1595 SkClipPathCommand* SkClipPathCommand::fromJSON(Json::Value& command, in fromJSON() function in SkClipPathCommand
1623 SkClipRegionCommand* SkClipRegionCommand::fromJSON(Json::Value& command, in fromJSON() function in SkClipRegionCommand
1652 SkClipRectCommand* SkClipRectCommand::fromJSON(Json::Value& command, in fromJSON() function in SkClipRectCommand
1688 SkClipRRectCommand* SkClipRRectCommand::fromJSON(Json::Value& command, in fromJSON() function in SkClipRRectCommand
1714 SkConcatCommand* SkConcatCommand::fromJSON(Json::Value& command, UrlDataManager& urlDataManager) { in fromJSON() function in SkConcatCommand
1764 SkDrawBitmapCommand* SkDrawBitmapCommand::fromJSON(Json::Value& command, in fromJSON() function in SkDrawBitmapCommand
1831 SkDrawBitmapNineCommand* SkDrawBitmapNineCommand::fromJSON(Json::Value& command, in fromJSON() function in SkDrawBitmapNineCommand
1914 SkDrawBitmapRectCommand* SkDrawBitmapRectCommand::fromJSON(Json::Value& command, in fromJSON() function in SkDrawBitmapRectCommand
[all …]