Searched refs:json_dict (Results 1 – 6 of 6) sorted by relevance
/external/skia/tools/ |
D | jsondiff.py | 81 json_dict = gm_json.LoadFromString(contents) 82 all_expectations = json_dict[gm_json.JSONKEY_EXPECTEDRESULTS] 126 json_dict = gm_json.LoadFromString(contents) 127 all_result_types = json_dict[gm_json.JSONKEY_ACTUALRESULTS]
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | base_config.py | 374 json_dict = cls._GetJsonDict(dependencies) 380 json_dict, outfile, indent=2, sort_keys=True, separators=(',', ': ')) 381 return json_dict 386 json_dict = {'config_type': cls.GetConfigType(), 388 return json_dict
|
D | base_config_unittest.py | 189 json_dict = dependency_manager.BaseConfig._GetJsonDict() 190 self.assertEqual(expected_json_dict, json_dict) 195 json_dict = dependency_manager.BaseConfig._GetJsonDict(self.dependencies) 196 self.assertEqual(expected_json_dict, json_dict)
|
/external/autotest/frontend/afe/json_rpc/ |
D | serviceHandler.py | 164 json_dict = {'result': result_dict['result'], 167 data = json_encoder.encode(json_dict)
|
/external/autotest/server/cros/ap_configurators/ |
D | dynamic_ap_configurator.py | 256 json_dict = json.loads(response.read()) 257 if json_dict['status'] == 0: 259 session_url = os.path.join(url, json_dict['sessionId'])
|
/external/autotest/client/cros/enterprise/ |
D | enterprise_policy_base.py | 478 def _decode_dict(json_dict): argument 480 for key, value in json_dict.iteritems():
|