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

  /external/skia/gm/
gm_json.py 171 json_dict = json.loads(file_contents)
172 return json_dict
183 def WriteToFile(json_dict, file_path):
184 """Writes the JSON summary in json_dict out to file_path.
189 outfile.write(unicode(json.dumps(json_dict, outfile, sort_keys=True,
display_json_results.py 97 json_dict = gm_json.LoadFromFile(filepath)
98 actual_results = json_dict[gm_json.JSONKEY_ACTUALRESULTS]
  /external/chromium_org/third_party/skia/gm/
gm_json.py 180 json_dict = json.loads(file_contents)
181 return json_dict
192 def WriteToFile(json_dict, file_path):
193 """Writes the JSON summary in json_dict out to file_path.
198 outfile.write(unicode(json.dumps(json_dict, outfile, sort_keys=True,
display_json_results.py 97 json_dict = gm_json.LoadFromFile(filepath)
98 actual_results = json_dict[gm_json.JSONKEY_ACTUALRESULTS]
copy_config.py 73 gm_json.WriteToFile(json_dict=dic, file_path=path)
rename_config.py 73 gm_json.WriteToFile(json_dict=dic, file_path=path)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
layouttestresults.py 95 json_dict = json.loads(content_string)
96 if not json_dict:
98 return cls(json_dict)
  /external/chromium_org/third_party/skia/tools/
jsondiff.py 81 json_dict = gm_json.LoadFromString(contents)
82 all_expectations = json_dict[gm_json.JSONKEY_EXPECTEDRESULTS]
127 json_dict = gm_json.LoadFromString(contents)
128 all_result_types = json_dict[gm_json.JSONKEY_ACTUALRESULTS]
  /external/skia/tools/
jsondiff.py 81 json_dict = gm_json.LoadFromString(contents)
82 all_expectations = json_dict[gm_json.JSONKEY_EXPECTEDRESULTS]
127 json_dict = gm_json.LoadFromString(contents)
128 all_result_types = json_dict[gm_json.JSONKEY_ACTUALRESULTS]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
bot_test_expectations_unittest.py 100 json_dict = {
103 return bot_test_expectations.ResultsJSON('builder', json_dict)
bot_test_expectations.py 79 def __init__(self, builder_name, json_dict):
81 self._json = json_dict
  /external/chromium_org/chromeos/network/
network_connection_handler_unittest.cc 135 scoped_ptr<base::DictionaryValue> json_dict = local
137 if (!json_dict) {
142 *json_dict,
  /external/chromium_org/chrome/test/chromedriver/
run_buildbot_steps.py 109 json_dict = json.load(log_file)
111 return dict([(int(v[0]), v[1]) for v in json_dict.items()])
  /external/skia/gm/rebaseline_server/
server.py 609 def send_json_dict(self, json_dict):
614 json_dict: dictionary to send
619 json.dump(json_dict, self.wfile)
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
server.py     [all...]

Completed in 710 milliseconds