OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSONValue
(Results
1 - 25
of
46
) sorted by null
1
2
/device/google/contexthub/util/common/
JSONObject.h
34
struct
JSONValue
{
46
static ssize_t Parse(const char *data, size_t size,
JSONValue
*out);
48
JSONValue
();
49
JSONValue
(const
JSONValue
&);
50
JSONValue
&operator=(const
JSONValue
&);
51
~
JSONValue
();
98
friend struct
JSONValue
;
108
JSONValue
value;
[
all
...]
JSONObject.cpp
55
ssize_t
JSONValue
::Parse(const char *data, size_t size,
JSONValue
*out) {
83
JSONValue
val;
130
JSONValue
key;
153
JSONValue
val;
356
JSONValue
::
JSONValue
()
360
JSONValue
::
JSONValue
(const
JSONValue
&other
[
all
...]
/external/autotest/frontend/client/src/autotest/common/table/
SimpleFilter.java
4
import com.google.gwt.json.client.
JSONValue
;
13
public void setParameter(String key,
JSONValue
value) {
19
JSONValue
value = from.get(key);
FieldFilter.java
4
import com.google.gwt.json.client.
JSONValue
;
18
public abstract
JSONValue
getMatchValue();
MultipleListFilter.java
5
import com.google.gwt.json.client.
JSONValue
;
21
public
JSONValue
getMatchValue() {
RpcDataSource.java
12
import com.google.gwt.json.client.
JSONValue
;
47
public void onSuccess(
JSONValue
result) {
65
public void onSuccess(
JSONValue
result) {
91
protected List<JSONObject> handleJsonResult(
JSONValue
result) {
SearchFilter.java
9
import com.google.gwt.json.client.
JSONValue
;
60
public
JSONValue
getMatchValue() {
ListFilter.java
8
import com.google.gwt.json.client.
JSONValue
;
64
public
JSONValue
getMatchValue() {
/external/autotest/frontend/client/src/autotest/tko/
TestViewDataSource.java
6
import com.google.gwt.json.client.
JSONValue
;
19
protected List<JSONObject> handleJsonResult(
JSONValue
result) {
Plot.java
13
import com.google.gwt.json.client.
JSONValue
;
31
public void onSuccess(
JSONValue
result) {}
94
public void onSuccess(
JSONValue
result) {
MetricsPlot.java
12
import com.google.gwt.json.client.
JSONValue
;
38
public void onSuccess(
JSONValue
result) {
TestLabelManager.java
14
import com.google.gwt.json.client.
JSONValue
;
119
public void onSuccess(
JSONValue
result) {
180
public void onSuccess(
JSONValue
result) {
199
public void onSuccess(
JSONValue
result) {
208
public void onSuccess(
JSONValue
result) {
/external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewTab.java
6
import com.google.gwt.json.client.
JSONValue
;
39
public void cloneJob(
JSONValue
cloneInfo) {
/external/autotest/frontend/client/src/autotest/common/
CommonClassFactory.java
3
import com.google.gwt.json.client.
JSONValue
;
32
public void onSuccess(
JSONValue
result) {
JSONArrayList.java
4
import com.google.gwt.json.client.
JSONValue
;
11
public class JSONArrayList<T extends
JSONValue
> extends AbstractList<T> {
JsonRpcCallback.java
7
import com.google.gwt.json.client.
JSONValue
;
17
public abstract void onSuccess(
JSONValue
result);
StaticDataRepository.java
5
import com.google.gwt.json.client.
JSONValue
;
40
public void onSuccess(
JSONValue
result) {
61
public
JSONValue
getData(String key) {
68
public void setData(String key,
JSONValue
data) {
JsonRpcProxy.java
10
import com.google.gwt.json.client.
JSONValue
;
91
JSONValue
error = responseObject.get("error");
102
JSONValue
result = responseObject.get("result");
XhrJsonRpcProxy.java
12
import com.google.gwt.json.client.
JSONValue
;
72
JSONValue
responseValue = null;
/external/autotest/frontend/client/src/autotest/afe/
HostTableDecorator.java
16
import com.google.gwt.json.client.
JSONValue
;
31
private
JSONValue
username;
39
public
JSONValue
getMatchValue() {
50
public
JSONValue
getMatchValue() {
LabelFilter.java
9
import com.google.gwt.json.client.
JSONValue
;
47
public
JSONValue
getMatchValue() {
AfeUtils.java
18
import com.google.gwt.json.client.
JSONValue
;
133
JSONValue
idListValue = entry.get("id_list");
138
JSONValue
id = entry.get("id");
181
for (
JSONValue
value : new JSONArrayList<
JSONValue
>(newValues)) {
191
public void onSuccess(
JSONValue
result) {
211
public void onSuccess(
JSONValue
result) {
231
public void onSuccess(
JSONValue
result) {
248
public void onSuccess(
JSONValue
result) {
269
JSONValue
rebootBefore = staticData.getData("reboot_before_options").isArray().get(0)
[
all
...]
HostDataSource.java
11
import com.google.gwt.json.client.
JSONValue
;
29
protected List<JSONObject> handleJsonResult(
JSONValue
result) {
JobOwnerFilter.java
14
import com.google.gwt.json.client.
JSONValue
;
80
public
JSONValue
getMatchValue() {
/external/autotest/frontend/client/src/autotest/moblab/
ConfigSettingsView.java
14
import com.google.gwt.json.client.
JSONValue
;
41
loadData((
JSONValue
) source);
122
public void onSuccess(
JSONValue
result) {
129
private void loadData(
JSONValue
result) {
170
public void onSuccess(
JSONValue
result) {
180
public void onSuccess(
JSONValue
result) {
Completed in 1021 milliseconds
1
2