HomeSort by relevance Sort by last modified time
    Searched refs:JSONString (Results 1 - 25 of 50) sorted by null

1 2

  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONString.java 3 * The <code>JSONString</code> interface allows a <code>toJSONString()</code>
10 public interface JSONString {
  /external/autotest/frontend/client/src/autotest/tko/
TestSet.java 4 import com.google.gwt.json.client.JSONString;
22 condition.put("extra_where", new JSONString(sqlCondition));
MachineQualHistogramFrontend.java 8 import com.google.gwt.json.client.JSONString;
37 params.put("graph_type", new JSONString("qual"));
41 private JSONString buildQuery() {
69 return new JSONString(sql.toString());
72 private JSONString buildFilterString() {
87 return new JSONString(filterString.toString());
MetricsPlot.java 11 import com.google.gwt.json.client.JSONString;
34 params.put("query", new JSONString(query));
35 params.put("param", new JSONString(param));
PreconfigSelector.java 12 import com.google.gwt.json.client.JSONString;
65 params.put("name", new JSONString(name));
66 params.put("type", new JSONString(preconfigType));
TestGroupDataSource.java 9 import com.google.gwt.json.client.JSONString;
76 groupByFields.set(groupByFields.size(), new JSONString(field));
87 groupByFields.set(groupByFields.size(), new JSONString(field));
ParameterizedField.java 7 import com.google.gwt.json.client.JSONString;
93 fieldValueList.set(fieldValueList.size(), new JSONString(getValue()));
Plot.java 12 import com.google.gwt.json.client.JSONString;
91 params.put("drilldown_callback", new JSONString(callbackName));
  /external/autotest/frontend/client/src/autotest/afe/
HostDataSource.java 10 import com.google.gwt.json.client.JSONString;
43 JSONString jsonPlatform = host.get("platform").isString();
60 host.put(OTHER_LABELS, new JSONString(labelString.toString()));
62 JSONArrayList<JSONString> aclsList =
63 new JSONArrayList<JSONString>(host.get("acls").isArray());
65 host.put(HOST_ACLS, new JSONString(aclString));
JobTable.java 11 import com.google.gwt.json.client.JSONString;
51 row.put(HOSTS_SUMMARY, new JSONString(statusCountString));
60 row.put(RESULTS_SUMMARY, new JSONString(resultCountString));
65 row.put("priority", new JSONString(priorityName));
LabelFilter.java 8 import com.google.gwt.json.client.JSONString;
54 labels.set(labels.size(), new JSONString(platformString));
JobStatusDataSource.java 10 import com.google.gwt.json.client.JSONString;
54 queueEntry.put("status", new JSONString(translation));
60 queueEntry.put("hostname", new JSONString("(hostless)"));
121 entry.put("hostname", new JSONString(label + " (label)"));
122 entry.put("status", new JSONString(Integer.toString(count) + " " + status));
AfeUtils.java 17 import com.google.gwt.json.client.JSONString;
98 public static JSONString getLockedText(JSONObject host) {
100 return new JSONString(locked ? "Yes" : "No");
271 updateData.put("lock_reason", new JSONString(""));
274 updateData.put("lock_reason", new JSONString(lockReason.trim()));
301 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) {
308 for (JSONString jsonOption : new JSONArrayList<JSONString>(options)) {
315 for (JSONString jsonOption : new JSONArrayList<JSONString>(options))
    [all...]
HostTableDecorator.java 15 import com.google.gwt.json.client.JSONString;
34 username = new JSONString(StaticDataRepository.getRepository().getCurrentUserLogin());
JobOwnerFilter.java 13 import com.google.gwt.json.client.JSONString;
82 return new JSONString(userList.getSelectedName());
HostSelector.java 20 import com.google.gwt.json.client.JSONString;
217 oneTimeObject.put("hostname", new JSONString(hostname));
218 oneTimeObject.put("platform", new JSONString(ONE_TIME));
246 metaObject.put("hostname", new JSONString(META_PREFIX + number));
247 metaObject.put("platform", new JSONString(label));
249 metaObject.put("status", new JSONString(""));
289 JSONString platform = row.get("platform").isString();
  /external/autotest/frontend/client/src/autotest/moblab/rpc/
CloudStorageInfo.java 5 import com.google.gwt.json.client.JSONString;
102 object.put(JSON_FIELD_BOTO_KEY_ID, new JSONString(botoKey));
105 object.put(JSON_FIELD_BOTO_SECRET_KEY, new JSONString(botoSecret));
108 object.put(JSON_FIELD_IMAGE_STORAGE_URL, new JSONString(imageStorageServer));
111 object.put(JSON_FIELD_RESULT_STORAGE_URL, new JSONString(resultStorageServer));
113 object.put(JSON_FIELD_RESULT_STORAGE_URL, new JSONString(""));
MoblabRpcHelper.java 6 import com.google.gwt.json.client.JSONString;
186 params.put("ipaddress", new JSONString(dutIpAddress));
206 params.put("ipaddress", new JSONString(dutIpAddress));
227 params.put("ipaddress", new JSONString(dutIpAddress));
228 params.put("label_name", new JSONString(labelName));
249 params.put("ipaddress", new JSONString(dutIpAddress));
250 params.put("label_name", new JSONString(labelName));
297 params.put("board_name", new JSONString(board_name));
314 params.put("board_name", new JSONString(board_name));
331 params.put("board", new JSONString(board))
    [all...]
OperationStatus.java 5 import com.google.gwt.json.client.JSONString;
55 object.put(JSON_FIELD_STATUS_DETAILS, new JSONString(details));
NetworkInfo.java 6 import com.google.gwt.json.client.JSONString;
70 serverIpsArray.set(index, new JSONString(serverIps[index]));
  /external/autotest/frontend/client/src/autotest/common/
JsonRpcCallback.java 6 import com.google.gwt.json.client.JSONString;
31 JSONString tracebackString = errorObject.get("traceback").isString();
  /external/autotest/frontend/client/src/autotest/common/table/
MultipleListFilter.java 4 import com.google.gwt.json.client.JSONString;
27 new JSONString(getItemText(i)));
RpcDataSource.java 11 import com.google.gwt.json.client.JSONString;
38 sortList.set(sortList.size(), new JSONString(sortSpec.toString()));
43 pageParams.put("include_current_job", new JSONString("true"));
SearchFilter.java 8 import com.google.gwt.json.client.JSONString;
61 return new JSONString(activeSearch);
ListFilter.java 7 import com.google.gwt.json.client.JSONString;
65 return new JSONString(getSelectedText());

Completed in 147 milliseconds

1 2