Searched refs:WriteJSON (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/tools_webrtc/mb/ |
D | mb.py | 643 self.WriteJSON({'output': output}, self.args.json_output) 737 self.WriteJSON( 965 self.WriteJSON({ 990 self.WriteJSON(gn_inp, gn_input_path) 996 self.WriteJSON({'output': output}, self.args.json_output) 1030 self.WriteJSON(outp, output_path) 1061 self.WriteJSON({'error': msg}, output_path, force_verbose=True) 1064 def WriteJSON(self, obj, path, force_verbose=False): member in MetaBuildWrapper
|
/external/libchrome/base/metrics/ |
D | histogram_base.h | 246 void WriteJSON(std::string* output, JSONVerbosityLevel verbosity_level) const;
|
D | histogram_base.cc | 144 void HistogramBase::WriteJSON(std::string* output, in WriteJSON() function in base::HistogramBase
|
D | statistics_recorder.cc | 170 histogram->WriteJSON(&json, verbosity_level); in ToJSON()
|