Home
last modified time | relevance | path

Searched refs:json_entry (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/
Dassign_stable_images.py81 def _get_omaha_board(json_entry): argument
88 return json_entry['board']['public_codename']
91 def _get_omaha_version(json_entry): argument
98 milestone = json_entry['chrome_version'].split('.')[0]
99 build = json_entry['chrome_os_version']
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_helper.py87 for json_entry in ('client_id', 'client_email', 'private_key_id',
89 if json_entry not in json_key:
92 (private_key_filename, json_entry))