/external/skia/dm/ |
DMJsonWriter.cpp | 42 Json::Value root; 54 Json::Value result; 74 Json::Value result; 89 SkString path = SkOSPath::Join(FLAGS_writePath[0], "dm.json"); 92 stream.writeText(Json::StyledWriter().write(root).c_str()); 97 SkAutoTUnref<SkData> json(SkData::NewFromFileName(path)); 98 if (!json) { 102 Json::Reader reader; 103 Json::Value root; 104 const char* data = (const char*)json->data() [all...] |
/external/v8/test/mjsunit/es6/ |
mirror-symbols.js | 9 // Create mirror and JSON representation. 12 var json = JSON.stringify(serializer.serializeValue(mirror)); 28 // Parse JSON representation and check. 29 var fromJSON = eval('(' + json + ')');
|
/external/v8/test/simdjs/ |
harness-adapt.js | 25 // add to resources in SimdJs.json as well as the script 26 // to re-generate SimdJs.json.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
AbstractSuggestionExtras.java | 18 import org.json.JSONException; 24 * Abstract SuggestionExtras supporting flattening to JSON.
|
/prebuilts/go/darwin-x86/doc/progs/ |
json3.go | 8 "encoding/json" 18 err := json.Unmarshal(b, &f)
|
/prebuilts/go/linux-x86/doc/progs/ |
json3.go | 8 "encoding/json" 18 err := json.Unmarshal(b, &f)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_fail.py | 1 from json.tests import PyTest, CTest 5 # http://json.org/JSON_checker/test/fail1.json 6 '"A JSON payload should be an object or array, not a string."', 7 # http://json.org/JSON_checker/test/fail2.json 9 # http://json.org/JSON_checker/test/fail3.json 11 # http://json.org/JSON_checker/test/fail4.json [all...] |
test_separators.py | 2 from json.tests import PyTest, CTest
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_fail.py | 1 from json.tests import PyTest, CTest 5 # http://json.org/JSON_checker/test/fail1.json 6 '"A JSON payload should be an object or array, not a string."', 7 # http://json.org/JSON_checker/test/fail2.json 9 # http://json.org/JSON_checker/test/fail3.json 11 # http://json.org/JSON_checker/test/fail4.json [all...] |
test_separators.py | 2 from json.tests import PyTest, CTest
|
/prebuilts/go/darwin-x86/src/cmd/trace/ |
trace.go | 8 "encoding/json" 69 // httpJsonTrace serves json trace, requested from within templTrace HTML. 98 err = json.NewEncoder(w).Encode(generateTrace(params)) 135 Events []*ViewerEvent `json:"traceEvents"` 136 Frames map[string]ViewerFrame `json:"stackFrames"` 137 TimeUnit string `json:"displayTimeUnit"` 141 Name string `json:"name,omitempty"` 142 Phase string `json:"ph"` 143 Scope string `json:"s,omitempty"` 144 Time float64 `json:"ts" [all...] |
/prebuilts/go/linux-x86/src/cmd/trace/ |
trace.go | 8 "encoding/json" 69 // httpJsonTrace serves json trace, requested from within templTrace HTML. 98 err = json.NewEncoder(w).Encode(generateTrace(params)) 135 Events []*ViewerEvent `json:"traceEvents"` 136 Frames map[string]ViewerFrame `json:"stackFrames"` 137 TimeUnit string `json:"displayTimeUnit"` 141 Name string `json:"name,omitempty"` 142 Phase string `json:"ph"` 143 Scope string `json:"s,omitempty"` 144 Time float64 `json:"ts" [all...] |
/build/core/tasks/ |
module-info.mk | 3 MODULE_INFO_JSON := $(PRODUCT_OUT)/module-info.json
|
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/ |
AssetUtils.java | 24 import org.json.JSONException; 25 import org.json.JSONObject; 53 Log.e(TAG, "Failed to parse JSON asset " + asset + ": " + e);
|
/developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/ |
AssetUtils.java | 24 import org.json.JSONException; 25 import org.json.JSONObject; 53 Log.e(TAG, "Failed to parse JSON asset " + asset + ": " + e);
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
AssetUtils.java | 24 import org.json.JSONException; 25 import org.json.JSONObject; 53 Log.e(TAG, "Failed to parse JSON asset " + asset + ": " + e);
|
/external/autotest/client/common_lib/cros/tendo/ |
webserver_config.py | 6 import json 70 # Each handler gets a JSON dict. 78 f.write(json.dumps(config, indent=True))
|
/external/autotest/client/site_tests/platform_CrosDisksFormat/ |
platform_CrosDisksFormat.py | 6 import json 72 test_configs.extend(json.load(f))
|
/external/autotest/frontend/client/src/autotest/common/table/ |
SearchFilter.java | 8 import com.google.gwt.json.client.JSONString; 9 import com.google.gwt.json.client.JSONValue;
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
adb_run_shell_cmd.py | 7 import json 28 parser.add_argument('--json-output', 29 help='File to dump json output to.') 64 json.dump(data, f)
|
/external/chromium-trace/catapult/experimental/ |
commits.py | 10 import json 61 parameters = urllib.urlencode((('n', revision_count), ('format', 'JSON'))) 63 data = json.loads(''.join(urllib2.urlopen(url).read().splitlines()[1:]))
|
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/ |
upload.py | 5 import json 64 config_json = json.loads(scenario_config)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/ |
test_document.py | 9 import json 42 body=json.dumps(self.response).encode('utf-8'), 43 content_type="application/json") 68 args = json.loads(HTTPretty.last_request.body.decode('utf-8'))[0] 83 args = json.loads(HTTPretty.last_request.body.decode('utf-8'))[0] 98 args = json.loads(HTTPretty.last_request.body.decode('utf-8'))[0] 152 args = json.loads(HTTPretty.last_request.body.decode('utf-8')) 195 args = json.loads(HTTPretty.last_request.body.decode('utf-8'))[0] 227 args = json.loads(HTTPretty.last_request.body.decode('utf-8'))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/ |
fetch_gae_sdk.py | 11 import json 28 version_info = json.loads(version_info_json)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
http_mock.py | 17 import json 108 content = json.dumps(headers)
|