/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
Makefile | 15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest 22 @echo " json to make JSON files" 48 json: 49 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json 51 @echo "Build finished; now you can process the JSON files."
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
Makefile | 15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest 22 @echo " json to make JSON files" 48 json: 49 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json 51 @echo "Build finished; now you can process the JSON files."
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/identity/ |
layer1.py | 24 from boto.compat import json 139 body=json.dumps(params)) 152 body=json.dumps(params)) 166 body=json.dumps(params)) 196 body=json.dumps(params)) 219 body=json.dumps(params)) 282 body=json.dumps(params)) 305 body=json.dumps(params)) 323 body=json.dumps(params)) 376 body=json.dumps(params) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kinesis/ |
layer1.py | 30 from boto.compat import json 89 body=json.dumps(params)) 163 body=json.dumps(params)) 197 body=json.dumps(params)) 247 body=json.dumps(params)) 327 body=json.dumps(params)) 422 body=json.dumps(params)) 461 body=json.dumps(params)) 489 body=json.dumps(params)) 557 body=json.dumps(params) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/kinesis/ |
test_kinesis.py | 23 from boto.compat import json 39 body = json.loads(self.actual_request.body) 50 body = json.loads(self.actual_request.body) 69 body = json.loads(self.actual_request.body)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/ |
run_system_tests.sh | 26 # Convert encrypted JSON key file into decrypted file to be used. 29 -in tests/data/key.json.enc \ 36 # Convert encrypted User JSON key file into decrypted file to be used. 39 -in tests/data/user-key.json.enc \
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
HTTPTokener.java | 1 package com.google.polo.json; 4 Copyright (c) 2002 JSON.org 30 * @author JSON.org
|
JSONException.java | 1 package com.google.polo.json; 4 * The JSONException is thrown by the JSON.org classes then things are amiss. 5 * @author JSON.org
|
/external/libchrome/base/json/ |
json_reader.h | 5 // A JSON parser. Converts strings of JSON into a Value object (see 54 // the JSON object, which speeds up certain operations on children. However, 94 // Reads and parses |json|, returning a Value. The caller owns the returned 95 // instance. If |json| is not a properly formed JSON string, returns NULL. 96 static scoped_ptr<Value> Read(const StringPiece& json); 98 // Reads and parses |json|, returning a Value owned by the caller. The 101 static scoped_ptr<Value> Read(const StringPiece& json, int options); 103 // Reads and parses |json| like Read(). |error_code_out| and |error_msg_out [all...] |
/external/libweave/third_party/chromium/base/json/ |
json_reader.h | 5 // A JSON parser. Converts strings of JSON into a Value object (see 54 // the JSON object, which speeds up certain operations on children. However, 94 // Reads and parses |json|, returning a Value. The caller owns the returned 95 // instance. If |json| is not a properly formed JSON string, returns NULL. 96 static scoped_ptr<Value> Read(const StringPiece& json); 98 // Reads and parses |json|, returning a Value owned by the caller. The 101 static scoped_ptr<Value> Read(const StringPiece& json, int options); 103 // Reads and parses |json| like Read(). |error_code_out| and |error_msg_out [all...] |
/external/mesa3d/src/gallium/docs/ |
Makefile | 15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest 22 @echo " json to make JSON files" 48 json: 49 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json 51 @echo "Build finished; now you can process the JSON files."
|
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/ |
PostExample.java | 11 public static final MediaType JSON 12 = MediaType.parse("application/json; charset=utf-8"); 16 String post(String url, String json) throws IOException { 17 RequestBody body = RequestBody.create(JSON, json); 40 String json = example.bowlingJson("Jesse", "Jake"); local 41 String response = example.post("http://www.roundsapp.com/post", json);
|
/external/v8/test/mjsunit/regress/ |
regress-369450.js | 10 var json = JSON.stringify(v); variable 11 assertEquals("[]", json);
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
RTCSessionDescription+JSON.m | 11 #import "RTCSessionDescription+JSON.h" 16 @implementation RTCSessionDescription (JSON) 26 NSDictionary *json = @{ 30 return [NSJSONSerialization dataWithJSONObject:json options:0 error:nil];
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
AbstractAssetMatcher.java | 19 import org.json.JSONException; 38 * Creates a new AssetMatcher from its JSON string representation.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
JsonBackedSuggestionExtras.java | 18 import org.json.JSONException; 19 import org.json.JSONObject; 36 public JsonBackedSuggestionExtras(String json) throws JSONException { 37 mExtras = new JSONObject(json); 62 Log.w(TAG, "Could not extract JSON extra", e);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_default.py | 1 from json.tests import PyTest, CTest
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_default.py | 1 from json.tests import PyTest, CTest
|
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/ |
registration.py | 7 import json 30 return json.loads(url_h.read()) 47 headers = {'Content-Type': 'application/json'} 51 request = urllib2.Request(self.get_url([ticket_id]), json.dumps(data), 59 return json.loads(url_h.read()) 67 headers = {'Content-Type': 'application/json', 73 request = urllib2.Request(self.get_url(), json.dumps(data), headers) 75 return json.loads(url_h.read()) 86 return json.loads(url_h.read())
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
edit_anomalies.py | 7 import json 37 JSON which indicates the result. If an error has occurred, the field 39 expected to be JSON. 49 self.response.out.write(json.dumps({ 65 json.dumps({'error': 'No bug ID or new revision specified.'})) 76 self.response.out.write(json.dumps({ 83 self.response.out.write(json.dumps({'bug_id': bug_id})) 92 json.dumps({'error': 'Invalid revisions %s, %s' % (start, end)})) 99 self.response.out.write(json.dumps({'success': 'Alerts nudged.'}))
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_web.py | 19 import json 24 WEBCFG_FULL = json.loads('{"notFoundPage": "404", "mainPageSuffix": "main"}\n') 25 WEBCFG_MAIN = json.loads('{"mainPageSuffix": "main"}\n') 26 WEBCFG_ERROR = json.loads('{"notFoundPage": "404"}\n') 43 self.assertEquals(json.loads(stdout), WEBCFG_FULL) 50 self.assertEquals(json.loads(stdout), WEBCFG_MAIN) 57 self.assertEquals(json.loads(stdout), WEBCFG_ERROR)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/codedeploy/ |
layer1.py | 24 from boto.compat import json 176 body=json.dumps(params)) 191 body=json.dumps(params)) 204 body=json.dumps(params)) 260 body=json.dumps(params)) 297 body=json.dumps(params)) 381 body=json.dumps(params)) 394 body=json.dumps(params)) 411 body=json.dumps(params)) 432 body=json.dumps(params) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kms/ |
layer1.py | 24 from boto.compat import json 156 body=json.dumps(params)) 221 body=json.dumps(params)) 255 body=json.dumps(params)) 288 body=json.dumps(params)) 304 body=json.dumps(params)) 319 body=json.dumps(params)) 333 body=json.dumps(params)) 347 body=json.dumps(params)) 362 body=json.dumps(params) [all...] |
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/ |
MessageHandler.java | 16 import org.json.JSONException; 17 import org.json.JSONObject; 99 JSONObject json; local 102 json = JsonRpcResult.error(id, (Throwable) result); 104 json = JsonRpcResult.result(id, result); 107 // There was an error converting the result to JSON. This shouldn't 109 Log.e("Caught exception when filling JSON result.", e); 113 Log.d("Returning result: " + json.toString()); 114 reply.putString(SL4A_RESULT, json.toString());
|
/build/soong/common/ |
variable.go | 55 Platform_sdk_version *int `json:",omitempty"` 57 DeviceName *string `json:",omitempty"` 58 DeviceArch *string `json:",omitempty"` 59 DeviceArchVariant *string `json:",omitempty"` 60 DeviceCpuVariant *string `json:",omitempty"` 61 DeviceAbi *[]string `json:",omitempty"` 62 DeviceUsesClang *bool `json:",omitempty"` 64 DeviceSecondaryArch *string `json:",omitempty"` 65 DeviceSecondaryArchVariant *string `json:",omitempty"` 66 DeviceSecondaryCpuVariant *string `json:",omitempty" [all...] |