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

12

  /external/autotest/frontend/client/src/autotest/afe/
HostDetailView.java 36 import com.google.gwt.json.client.JSONString;
70 row.put("type", new JSONString("Job"));
118 hostFilter.setParameter("start_time", new JSONString(startTime));
120 hostFilter.setParameter("end_time", new JSONString(endTime));
136 JSONString blank = new JSONString("");
137 JSONString jobId = blank, owner = blank, name = blank;
140 jobId = new JSONString(Integer.toString(id));
226 params.put("id", new JSONString(getObjectId()));
232 params.put("hostname", new JSONString(hostname))
    [all...]
JobDetailView.java 30 import com.google.gwt.json.client.JSONString;
414 queueEntryFilterData.put("extra_where", new JSONString(sql));
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewPresenter.java 47 import com.google.gwt.json.client.JSONString;
361 params.put("test_source_build", new JSONString(testSourceBuild));
378 profilers.set(profilers.size(), new JSONString(profiler.getText()));
764 args.put("name", new JSONString(display.getJobName().getText()));
767 args.put("control_file", new JSONString(display.getControlFile().getText()));
769 new JSONString(controlTypeSelect.getControlType()));
    [all...]
  /external/autotest/frontend/client/src/autotest/common/
JsonRpcProxy.java 9 import com.google.gwt.json.client.JSONString;
69 request.put("method", new JSONString(method));
Utils.java 10 import com.google.gwt.json.client.JSONString;
36 * </code> of <code>JSONString</code>s.
41 result.set(result.size(), new JSONString(s));
87 result.put(entry.getKey(), new JSONString(entry.getValue()));
216 JSONString string;
  /external/autotest/frontend/client/src/autotest/moblab/
CredentialsUploadView.java 11 import com.google.gwt.json.client.JSONString;
100 params.put(uploadInfo.rpcArgName, new JSONString(fileName));
ConfigSettingsView.java 14 import com.google.gwt.json.client.JSONString;
99 configValuePair.set(0, new JSONString(configValue.getKey()));
100 configValuePair.set(1, new JSONString(configValue.getValue().getText()));
  /external/autotest/frontend/client/src/autotest/tko/
TkoUtils.java 13 import com.google.gwt.json.client.JSONString;
50 params.put("extra_where", new JSONString(condition));
SavedQueriesControl.java 19 import com.google.gwt.json.client.JSONString;
105 args.put("owner", new JSONString(staticData.getCurrentUserLogin()));
149 args.put("name", new JSONString(addQueryDialog.widget.getText()));
150 args.put("url_token", new JSONString(CustomHistory.getLastHistoryToken().toString()));
TestLabelManager.java 13 import com.google.gwt.json.client.JSONString;
177 args.put("name", new JSONString(name));
196 args.put("label_id", new JSONString(label));
MetricsPlotFrontend.java 14 import com.google.gwt.json.client.JSONString;
196 params.put("graph_type", new JSONString("metrics"));
247 queries.put("__main__", new JSONString(sql.toString()));
251 queries.put("__" + series.getName() + "__", new JSONString(drilldownQuery));
ContentSelect.java 16 import com.google.gwt.json.client.JSONString;
101 extraInfo.set(extraInfo.size(), new JSONString(contentSelect.getValue(i)));
GraphingFrontend.java 17 import com.google.gwt.json.client.JSONString;
61 params.put("url_token", new JSONString(CustomHistory.getLastHistoryToken().toString()));
CommonPanel.java 11 import com.google.gwt.json.client.JSONString;
177 conditionArgs.put(key, new JSONString(value));
TestDetailView.java 17 import com.google.gwt.json.client.JSONString;
84 params.put("path", new JSONString(getLogUrl()));
ExistingGraphsFrontend.java 17 import com.google.gwt.json.client.JSONString;
253 tests.set(tests.size(), new JSONString(multiBenchmark.getValue(i)));
SpreadsheetView.java 29 import com.google.gwt.json.client.JSONString;
263 args.put("extra_where", new JSONString(condition));
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONObject.java     [all...]
Test.java 26 * Obj is a typical class that implements JSONString. It also
31 class Obj implements JSONString {
198 j.put("Testing JSONString interface", obj);
  /external/robolectric/v1/lib/main/
json-20080701.jar 
  /external/robolectric/v3/runtime/
json-20080701.jar 
  /prebuilts/tools/common/m2/repository/org/json/json/20080701/
json-20080701.jar 
  /prebuilts/tools/common/m2/repository/org/json/json/20141113/
json-20141113.jar 
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 492 milliseconds

12