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

  /external/chromium_org/tools/win/sizeviewer/
sizeviewer.py 49 json_path = dll_path + '.json'
53 '--output-file=' + json_path)
54 jsons.append(json_path)
  /external/skia/tools/skpdiff/
skpdiff_server.py 378 json_path = os.path.join(self._expectations_dir, device_name,
380 expectations = gm_json.LoadFromFile(json_path)
386 gm_json.WriteToFile(expectations, json_path)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py 334 def _upload_json(self, test_results_server, json_path, host_path="/api/report", file_uploader=FileUploader):
338 response = uploader.upload_single_text_file(self._host.filesystem, 'application/json', json_path)
perftestsrunner_integrationtest.py 314 def mock_upload_json(hostname, json_path, host_path=None):
317 self.assertIn(json_path, ['/mock-checkout/output.json'])

Completed in 2380 milliseconds