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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_compiler.py 94 json_filename = os.path.join(output_directory, json_basename)
95 with open(json_filename, 'w') as json_file:
  /external/skia/tools/
submit_try 114 def RetrieveTrybotList(json_filename):
120 connection.request('GET', '/json/%s' % json_filename)
219 using_bots = RetrieveTrybotList(json_filename='cqtrybots')
294 trybots = RetrieveTrybotList(json_filename='trybots')

Completed in 110 milliseconds