Home
last modified time | relevance | path

Searched refs:write_json (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/
Dprofiler.py15 def _GetResults(trace_results, controller, output, compress, write_json, argument
37 if not write_json:
62 compress=False, write_json=False): argument
107 return _GetResults(all_results, controller, output, compress, write_json,
Dprofiler_unittest.py37 [fake_agent_2], write_json=True)
51 write_json=True)
Dmain.py155 write_json=options.write_json)
/external/chromium-trace/catapult/systrace/systrace/
Dsystrace_runner.py51 def OutputSystraceResults(self, write_json=False): argument
62 if write_json:
70 print '\nWrote trace %s file: file://%s\n' % (('JSON' if write_json
Dtracing_controller.py282 def __init__(self, output_file, trace_time, write_json, argument
288 self.write_json = write_json
300 options.write_json,
308 options.write_json, None, None, None, None,
Drun_systrace.py88 suffix = '.json' if options.write_json else '.html'
202 controller.OutputSystraceResults(write_json=options.write_json)
/external/chromium-trace/catapult/systrace/bin/
Dadb_profile_chrome_startup110 write_json=options.write_json)
/external/ot-br-posix/src/openwrt/controller/
Dthread.lua253 luci.http.write_json(result)
259 luci.http.write_json(networkdata())
276 luci.http.write_json(result)
/external/angle/src/tests/restricted_traces/
Dgen_restricted_traces.py52 def write_json(json_file, data): function
Dretrace_restricted_traces.py25 from gen_restricted_traces import read_json as read_json, write_json as write_json unknown
98 return write_json(json_file_name, data)