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

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
concatenate_module_descriptors.py 22 for json_filename in module_jsons:
23 if not path.exists(json_filename):
25 module_name = path.basename(path.dirname(json_filename))
26 json = read_file(json_filename).replace('{', '{"name":"%s",' % module_name, 1)
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
download_actuals.py 36 json_filename=DEFAULT_JSON_FILENAME,
44 json_filename: The JSON filename to read from within each directory.
49 self._json_filename = json_filename
server.py 187 json_filename=DEFAULT_JSON_FILENAME,
195 json_filename: basename of the JSON summary file to load for each builder
196 gm_summaries_bucket: Google Storage bucket to download json_filename
211 self._json_filename = json_filename
656 'JSON_FILENAME files from. '
685 json_filename=args.json_filename,
  /external/skia/gm/rebaseline_server/
download_actuals.py 36 json_filename=DEFAULT_JSON_FILENAME,
44 json_filename: The JSON filename to read from within each directory.
49 self._json_filename = json_filename
server.py 187 json_filename=DEFAULT_JSON_FILENAME,
195 json_filename: basename of the JSON summary file to load for each builder
196 gm_summaries_bucket: Google Storage bucket to download json_filename
211 self._json_filename = json_filename
656 'JSON_FILENAME files from. '
685 json_filename=args.json_filename,

Completed in 454 milliseconds