HomeSort by relevance Sort by last modified time
    Searched refs:JSONArrayList (Results 1 - 12 of 12) sorted by null

  /external/autotest/frontend/client/src/autotest/common/
JSONArrayList.java 11 public class JSONArrayList<T extends JSONValue> extends AbstractList<T> {
14 public JSONArrayList() {
18 public JSONArrayList(JSONArray array) {
Utils.java 113 return getSingleObjectFromList(new JSONArrayList<JSONObject>(array));
313 for (JSONObject object : new JSONArrayList<JSONObject>(objects)) {
  /external/autotest/frontend/client/src/autotest/afe/
HostDataSource.java 4 import autotest.common.JSONArrayList;
62 JSONArrayList<JSONString> aclsList =
63 new JSONArrayList<JSONString>(host.get("acls").isArray());
AbortSynchronousDialog.java 3 import autotest.common.JSONArrayList;
96 for (JSONObject groupParams : new JSONArrayList<JSONObject>(synchronousJobArgs)) {
AfeUtils.java 4 import autotest.common.JSONArrayList;
171 for (JSONValue value : new JSONArrayList<JSONValue>(newValues)) {
301 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) {
308 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) {
315 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) {
TestSelector.java 4 import autotest.common.JSONArrayList;
174 for (JSONObject test : new JSONArrayList<JSONObject>(tests)) {
  /external/autotest/frontend/client/src/autotest/common/table/
DynamicTableSelectionManager.java 3 import autotest.common.JSONArrayList;
77 JSONArrayList<JSONNumber> idList = new JSONArrayList<JSONNumber>();
RpcDataSource.java 3 import autotest.common.JSONArrayList;
92 return new JSONArrayList<JSONObject>(result.isArray());
  /external/autotest/frontend/client/src/autotest/tko/
TestGroupDataSource.java 3 import autotest.common.JSONArrayList;
70 return new JSONArrayList<JSONObject>(resultObject.get("groups").isArray());
99 for (JSONArray header : new JSONArrayList<JSONArray>(headerList)) {
TkoUtils.java 3 import autotest.common.JSONArrayList;
40 for (JSONArray fieldTuple : new JSONArrayList<JSONArray>(fieldArray)) {
SavedQueriesControl.java 4 import autotest.common.JSONArrayList;
109 for (JSONObject query : new JSONArrayList<JSONObject>(result.isArray())) {
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewPresenter.java 14 import autotest.common.JSONArrayList;
263 for (JSONObject host : new JSONArrayList<JSONObject>(hostInfo)) {
313 for(JSONObject profiler : new JSONArrayList<JSONObject>(tests)) {
    [all...]

Completed in 675 milliseconds