Searched refs:std_err (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/tools/quic/benchmark/
H A Drun_client.py107 _std_out, std_err = ps_proc.communicate()
112 for line in std_err.splitlines():
/external/oprofile/pp/
H A Dopannotate.cpp443 ostringstream std_err; local
445 reader.get_data(std_out, std_err);
446 if (std_err.str().length()) {
448 cerr << std_err.str() << endl;
/external/chromium_org/tools/gn/
H A Dfunction_exec_script.cc48 std::string* std_err,
145 std::string* std_err,
45 ExecProcess(const CommandLine& cmdline, const base::FilePath& startup_dir, std::string* std_out, std::string* std_err, int* exit_code) argument
142 ExecProcess(const CommandLine& cmdline, const base::FilePath& startup_dir, std::string* std_out, std::string* std_err, int* exit_code) argument
/external/chromium_org/tools/
H A Drun-bisect-perf-regression.py230 std_err = bisect.CalculatePooledStandardError(
235 (percent_diff_in_means, std_err))
240 ('%.02f' % results_with_patch[0]['std_err']).center(20, ' '))
243 ('%.02f' % results_without_patch[0]['std_err']).center(20, ' '))

Completed in 116 milliseconds