Searched
refs:json (Results
551 -
575 of
1526) sorted by null
<<21222324252627282930>>
/external/autotest/client/site_tests/policy_ManagedBookmarks/ |
policy_ManagedBookmarks.py | 5 import json 70 @param policies_json: policy JSON data to send to the fake DM server. 123 json_bookmarks = json.loads('[%s]' % policy_bookmarks)
|
/external/autotest/client/site_tests/security_RootfsStatefulSymlinks/ |
security_RootfsStatefulSymlinks.py | 6 import json 25 baseline = json.loads(bfile.read())
|
/external/autotest/frontend/client/src/autotest/common/table/ |
ListFilter.java | 7 import com.google.gwt.json.client.JSONString; 8 import com.google.gwt.json.client.JSONValue;
|
/external/autotest/frontend/client/src/autotest/tko/ |
DynamicGraphingFrontend.java | 10 import com.google.gwt.json.client.JSONObject; 11 import com.google.gwt.json.client.JSONValue;
|
/external/autotest/server/site_tests/power_BatteryStateOnResume/ |
power_BatteryStateOnResume.py | 5 import json, re, time 91 status = json.loads(cmd_out)
|
/external/boringssl/src/util/bot/ |
vs_toolchain.py | 5 import json 15 json_data_file = os.path.join(script_dir, 'win_toolchain.json') 33 toolchain_data = json.load(tempf) 81 this revision. The update outputs a .json of the various configuration 93 '--output-json', json_data_file,
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
parsed_trace_events.py | 5 import json 31 # throwing the string at JSON.parse. 42 events = json.loads(t)
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
buildbucket_service_test.py | 5 import json 75 parameters = json.loads(parameters_json)
|
graph_revisions.py | 18 import json 39 A JSON list of 3-item lists [revision, value, timestamp]. 45 self.response.out.write(json.dumps(rows))
|
load_from_prod.py | 11 import json 74 protos = json.loads(response.content)
|
post_bisect_results.py | 7 import json 35 Bisect results come from a "data" parameter, which is a JSON encoding of a 41 data: JSON encoding of a dictionary. 60 data = json.loads(self.request.get('data')) 62 self.ReportError('Invalid JSON string.', status=400)
|
/external/chromium-trace/catapult/dashboard/dashboard/models/ |
try_job.py | 14 import json 101 return json.loads(self.config.split('=', 1)[1])
|
/external/chromium-trace/catapult/firefighter/default/handlers/ |
query.py | 5 import json 24 self.response.headers['Content-Type'] = 'application/json' 30 self.response.headers['Content-Type'] = 'application/json' 31 self.response.out.write(json.dumps(trace_events, separators=(',', ':')))
|
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/ |
create.py | 4 import json 70 self.response.out.write(json.dumps(response))
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
tab_list_backend.py | 5 import json 36 response = json.loads(response)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
devtools_http.py | 7 import json 66 path: The DevTools URL path, without the /json/ prefix. 77 endpoint = '/json' 97 """Sends a request and parse the response as JSON. 100 path: The DevTools URL path, without the /json/ prefix. 105 ValueError: If the response is not a valid JSON. 107 return json.loads(self.Request(path, timeout))
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
trace_data_unittest.py | 6 import json 21 json.loads(d)
|
tracing_config.py | 5 import json 52 This produces the trace config JSON string for Chrome tracing. For the details 53 about the JSON string format, see base/trace_event/trace_config.h. 101 return json.dumps(result, sort_keys=True)
|
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/ |
errors.py | 24 import json 47 data = json.loads(self.content) 66 """The JSON returned could not be parsed."""
|
/external/chromium-trace/catapult/third_party/coverage/ci/ |
download_appveyor.py | 34 return response.json() 48 artifacts = response.json()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
regioninfo.py | 26 from boto.compat import json 32 Loads a given JSON file & returns it. 34 :param path: The path to the JSON file 40 return json.load(endpoints_file) 70 Actually load the region/endpoint information from the JSON files. 72 By default, this loads from the default included ``boto/endpoints.json`` 77 which should be an absolute path to the user's JSON file. 106 This leverages the ``endpoints.json`` file (+ optional user overrides) to
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sns/ |
test_sns_sqs_subscription.py | 33 from boto.compat import json 48 policy = json.loads(attrs.get('Policy', "{}"))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
devshell.py | 17 import json 40 # always an empty PBLite-formatted JSON object, so just define it as a constant. 48 PBLite-formatted JSON array with fields encoded by their index in the array: 55 """Initialize the response data from JSON PBLite array.""" 56 pbl = json.loads(json_string) 130 'Cannot load Developer Shell credentials from JSON.')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
test_gce.py | 64 json = c.to_json() 65 c2 = Credentials.new_from_json(json)
|
/external/chromium-trace/catapult/third_party/html5lib-python/utils/ |
entities.py | 1 import json 82 json.dump(tests_json, open("namedEntities.test", "w"), indent=4)
|
Completed in 1415 milliseconds
<<21222324252627282930>>