Home
last modified time | relevance | path

Searched refs:JSONNull (Results 1 – 6 of 6) sorted by relevance

/external/autotest/frontend/client/src/autotest/moblab/rpc/
DWifiInfo.java3 import com.google.gwt.json.client.JSONNull;
71 object.put(JSON_FIELD_AP_NAME, JSONNull.getInstance()); in toJson()
76 object.put(JSON_FIELD_AP_PASS, JSONNull.getInstance()); in toJson()
DMoblabRpcHelper.java3 import com.google.gwt.json.client.JSONNull;
/external/autotest/frontend/client/src/autotest/common/
DJsonRpcProxy.java6 import com.google.gwt.json.client.JSONNull;
81 if (params.get(key) != JSONNull.getInstance()) in processParams()
/external/mesa3d/src/util/
Dparson.c1280 case JSONNull: in json_serialize_to_buffer_r()
1705 new_value->type = JSONNull; in json_value_init_null()
1790 case JSONNull: in json_value_deep_copy()
2322 if (schema_type != value_type && schema_type != JSONNull) { /* null represents all values */ in json_validate()
2363 case JSONString: case JSONNumber: case JSONBoolean: case JSONNull: in json_validate()
2428 case JSONNull: in json_value_equals()
Dparson.h52 JSONNull = 1, enumerator
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java44 import com.google.gwt.json.client.JSONNull;
690 synchCount = JSONNull.getInstance(); in submitJob()