Searched refs:JSONArrayList (Results 1 – 12 of 12) sorted by relevance
11 public class JSONArrayList<T extends JSONValue> extends AbstractList<T> { class14 public JSONArrayList() { in JSONArrayList() method in JSONArrayList18 public JSONArrayList(JSONArray array) { in JSONArrayList() method in JSONArrayList
112 return getSingleObjectFromList(new JSONArrayList<JSONObject>(array)); in getSingleObjectFromArray()312 for (JSONObject object : new JSONArrayList<JSONObject>(objects)) { in createList()
3 import autotest.common.JSONArrayList;77 JSONArrayList<JSONNumber> idList = new JSONArrayList<JSONNumber>(); in selectedIdList()
3 import autotest.common.JSONArrayList;92 return new JSONArrayList<JSONObject>(result.isArray()); in handleJsonResult()
4 import autotest.common.JSONArrayList;62 JSONArrayList<JSONString> aclsList = in processHost()63 new JSONArrayList<JSONString>(host.get("acls").isArray()); in processHost()
4 import autotest.common.JSONArrayList;181 for (JSONValue value : new JSONArrayList<JSONValue>(newValues)) { in extendJsonArray()382 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) { in populateRadioChooser()389 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) { in populateListBox()396 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) { in populateListBox()
3 import autotest.common.JSONArrayList;96 for (JSONObject groupParams : new JSONArrayList<JSONObject>(synchronousJobArgs)) { in onClick()
4 import autotest.common.JSONArrayList;174 for (JSONObject test : new JSONArrayList<JSONObject>(tests)) { in populateTests()
3 import autotest.common.JSONArrayList;70 return new JSONArrayList<JSONObject>(resultObject.get("groups").isArray()); in handleJsonResult()99 for (JSONArray header : new JSONArrayList<JSONArray>(headerList)) { in getHeaderGroupValues()
3 import autotest.common.JSONArrayList;40 for (JSONArray fieldTuple : new JSONArrayList<JSONArray>(fieldArray)) { in getFieldList()
4 import autotest.common.JSONArrayList;109 for (JSONObject query : new JSONArrayList<JSONObject>(result.isArray())) { in fillQueryList()
14 import autotest.common.JSONArrayList;253 for (JSONObject host : new JSONArrayList<JSONObject>(hostInfo)) { in cloneJob()303 for(JSONObject profiler : new JSONArrayList<JSONObject>(tests)) { in populateProfilers()