Home
last modified time | relevance | path

Searched refs:JSONObject (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
DReceiver.java33 import org.json.JSONObject;
104 JSONObject jsonObj = new JSONObject(rulesJSON); in parsePackageNames()
113 JSONObject rule = rules.getJSONObject(i); in parsePackageNames()
122 JSONObject app = apps.optJSONObject(j); in parsePackageNames()
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DStateAdapter.java20 import org.json.JSONObject;
104 private void populateView(JSONObject item, View view) throws JSONException { in populateView()
160 private View inflateItemView(JSONObject item) throws JSONException { in inflateItemView()
174 JSONObject stateObject = mStateJson.getJSONObject(i); in updateDrawer()
/third_party/python/Lib/json/
Ddecoder.py136 def JSONObject(s_and_end, strict, scan_once, object_hook, object_pairs_hook, function
325 self.parse_object = JSONObject