Searched defs:json (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DGpuService.cpp115 std::string json = VkJsonInstanceToJson(VkJsonGetInstance()); local
116 fwrite(json.data(), 1, json.size(), out);
/frameworks/base/services/core/java/com/android/server/storage/
H A DDiskStatsFileLogger.java27 import org.json.JSONArray;
28 import org.json.JSONException;
29 import org.json.JSONObject;
96 JSONObject json = new JSONObject();
98 json.put(LAST_QUERY_TIMESTAMP_KEY, System.currentTimeMillis());
99 json.put(PHOTOS_KEY, mResult.imagesSize);
100 json.put(VIDEOS_KEY, mResult.videosSize);
101 json.put(AUDIO_KEY, mResult.audioSize);
102 json.put(DOWNLOADS_KEY, mDownloadsSize);
103 json
114 addAppsToJson(JSONObject json) argument
[all...]
/frameworks/base/tools/bit/
H A Dmake.cpp23 #include <json/reader.h>
24 #include <json/value.h>
120 get_values(const Json::Value& json, const string& name, vector<string>* result) argument
124 const Json::Value& value = json.get(name, nullValue);
141 string filename(string(buildOut + "/target/product/") + device + "/module-info.json");
152 Json::Value json; local
154 if (!reader.parse(stream, json)) {
155 json_error(filename, "can't parse json format", quiet);
159 if (!json.isObject()) {
164 vector<string> names = json
[all...]
/frameworks/rs/rsov/compiler/spirit/
H A Dgenerate.py19 import json namespace
482 grammar = json.load(grammar_file)
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/model/
H A DMusicProvider.java23 import org.json.JSONArray;
24 import org.json.JSONException;
25 import org.json.JSONObject;
50 "http://storage.googleapis.com/automotive-media/music.json";
252 private MediaMetadataCompat buildFromJSON(JSONObject json, String basePath) throws JSONException { argument
253 String title = json.getString(JSON_TITLE);
254 String album = json.getString(JSON_ALBUM);
255 String artist = json.getString(JSON_ARTIST);
256 String genre = json.getString(JSON_GENRE);
257 String source = json
[all...]
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/model/
H A DMusicProvider.java23 import org.json.JSONArray;
24 import org.json.JSONException;
25 import org.json.JSONObject;
50 "http://storage.googleapis.com/automotive-media/music.json";
252 private MediaMetadataCompat buildFromJSON(JSONObject json, String basePath) throws JSONException { argument
253 String title = json.getString(JSON_TITLE);
254 String album = json.getString(JSON_ALBUM);
255 String artist = json.getString(JSON_ARTIST);
256 String genre = json.getString(JSON_GENRE);
257 String source = json
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jar ... e IllegalStateException e com.google.gson.JsonElement json java.lang.reflect.Type typeOfT com.
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jar ... e IllegalStateException e com.google.gson.JsonElement json java.lang.reflect.Type typeOfT com.

Completed in 723 milliseconds