Home
last modified time | relevance | path

Searched defs:write_json (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/
Dprofiler.py15 def _GetResults(trace_results, controller, output, compress, write_json, argument
62 compress=False, write_json=False): argument
/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/
Djson_parser.hpp93 void write_json(std::basic_ostream< in write_json() function
117 void write_json(const std::string &filename, in write_json() function
/external/chromium-trace/catapult/systrace/systrace/
Dsystrace_runner.py51 def OutputSystraceResults(self, write_json=False): argument
Dtracing_controller.py282 def __init__(self, output_file, trace_time, write_json, argument
/external/angle/src/tests/restricted_traces/
Dgen_restricted_traces.py58 def write_json(json_file, data): function
Dretrace_restricted_traces.py26 from gen_restricted_traces import read_json as read_json, write_json as write_json unknown
/external/chromium-crossbench/crossbench/probes/
Djson.py225 def write_json(self, run: Run, json_data: Json) -> ProbeResult: member in JsonResultProbeContext