HomeSort by relevance Sort by last modified time
    Searched refs:json_dict (Results 1 - 7 of 7) sorted by null

  /external/skia/tools/
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/autotest/frontend/afe/json_rpc/
serviceHandler.py 171 json_dict = {'result': result_dict['result'],
174 data = json_encoder.encode(json_dict)
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config.py 369 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
base_config_unittest.py 188 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)
    [all...]
  /external/libweave/src/notification/
xmpp_channel.cc 281 auto json_dict = LoadJsonDict(json_data, nullptr); local
282 if (json_dict && delegate_)
283 ParseNotificationJson(*json_dict, delegate_, GetName());
  /external/autotest/server/cros/ap_configurators/
dynamic_ap_configurator.py 251 json_dict = json.loads(response.read())
252 if json_dict['status'] == 0:
254 session_url = os.path.join(url, json_dict['sessionId'])
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
input_readers.py     [all...]

Completed in 109 milliseconds