Searched refs:json_dict (Results 1 - 7 of 7) sorted by relevance

/external/skia/tools/
H A Djsondiff.py81 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/
H A Dbase_config.py369 json_dict = cls._GetJsonDict(dependencies)
375 json_dict, outfile, indent=2, sort_keys=True, separators=(',', ': '))
376 return json_dict
381 json_dict = {'config_type': cls.GetConfigType(),
383 return json_dict
H A Dbase_config_unittest.py188 json_dict = dependency_manager.BaseConfig._GetJsonDict()
189 self.assertEqual(expected_json_dict, json_dict)
194 json_dict = dependency_manager.BaseConfig._GetJsonDict(self.dependencies)
195 self.assertEqual(expected_json_dict, json_dict)
/external/autotest/frontend/afe/json_rpc/
H A DserviceHandler.py171 json_dict = {'result': result_dict['result'],
174 data = json_encoder.encode(json_dict)
/external/autotest/server/cros/ap_configurators/
H A Ddynamic_ap_configurator.py251 json_dict = json.loads(response.read())
252 if json_dict['status'] == 0:
254 session_url = os.path.join(url, json_dict['sessionId'])
/external/libweave/src/notification/
H A Dxmpp_channel.cc281 auto json_dict = LoadJsonDict(json_data, nullptr); local
282 if (json_dict && delegate_)
283 ParseNotificationJson(*json_dict, delegate_, GetName());
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
H A Dinput_readers.py1236 json_dict = {self.KEY_RANGE_PARAM: key_ranges_json,
1242 return json_dict

Completed in 2501 milliseconds