OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSONString
(Results
26 - 38
of
38
) sorted by null
1
2
/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));
ContentSelect.java
16
import com.google.gwt.json.client.
JSONString
;
101
extraInfo.set(extraInfo.size(), new
JSONString
(contentSelect.getValue(i)));
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()));
SpreadsheetView.java
29
import com.google.gwt.json.client.
JSONString
;
263
args.put("extra_where", new
JSONString
(condition));
/external/autotest/frontend/client/src/autotest/afe/
JobListView.java
21
import com.google.gwt.json.client.
JSONString
;
108
params.put("created_on__gt", new
JSONString
(start_time));
115
params.put("created_on__lt", new
JSONString
(end_time));
JobDetailView.java
30
import com.google.gwt.json.client.
JSONString
;
414
queueEntryFilterData.put("extra_where", new
JSONString
(sql));
Completed in 278 milliseconds
1
2