Searched refs:output_file_name (Results 1 - 18 of 18) sorted by relevance

/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
H A Datrace_from_file_agent_unittest.py29 output_file_name = util.generate_random_filename_for_test()
36 output_file_name])
38 with contextlib.nested(open(output_file_name, 'r'),
47 if os.path.exists(output_file_name):
48 os.remove(output_file_name)
56 output_file_name = os.path.join(TEST_DIR, 'compressed_atrace_data.html')
63 with contextlib.nested(open(output_file_name, 'r'),
72 if os.path.exists(output_file_name):
73 os.remove(output_file_name)
H A Datrace_agent_unittest.py53 output_file_name = util.generate_random_filename_for_test()
71 output_file_name,
77 with open(output_file_name, 'r') as f:
83 if os.path.exists(output_file_name):
84 os.remove(output_file_name)
/external/chromium-trace/catapult/systrace/systrace/
H A Doutput_generator.py36 def NewGenerateHTMLOutput(trace_results, output_file_name):
42 trace_data_builder.AsData().Serialize(output_file_name, _SYSTRACE_HEADER)
45 def GenerateHTMLOutput(trace_results, output_file_name):
50 output_file_name: The name of the HTML file that the trace viewer
65 NewGenerateHTMLOutput(trace_results, output_file_name)
66 return os.path.abspath(output_file_name)
89 html_file = open(output_file_name, 'wb')
107 final_path = os.path.abspath(output_file_name)
123 def GenerateJSONOutput(trace_results, output_file_name):
128 output_file_name
[all...]
H A Doutput_generator_unittest.py57 output_file_name = util.generate_random_filename_for_test()
59 output_file_name)
60 with open(output_file_name, 'r') as f:
/external/swiftshader/third_party/subzero/pydir/
H A Drun-pnacl-sz.py184 output_file_name = None
187 output_file_name = args.output
193 if not output_file_name:
199 output_file_name = asm_temp.name
203 ['-filetype=obj', '-o', output_file_name])
204 elif output_file_name:
205 cmd += ['-o', output_file_name]
212 [output_file_name])
218 os.remove(output_file_name)
/external/autotest/client/tools/
H A Dhtml_report.py1378 def make_html_file(metadata, results, tag, host, output_file_name, dirname):
1386 @param output_file_name: Output file name. If empty string, prints to
1414 if output_file_name:
1415 output = open(output_file_name, "w")
1537 if output_file_name:
1700 def create_report(dirname, html_path='', output_file_name=None):
1710 @param output_file_name: Path to the report file.
1742 if output_file_name is None:
1743 output_file_name = os.path.join(dirname, 'job_report.html')
1744 make_html_file(metalist, results_data, tag, host, output_file_name,
[all...]
/external/v8/tools/profviz/
H A Dworker.js126 var output_file_name = "output.svg";
147 output("set output \""+ output_file_name + "\"");
159 displayplot(FS.findObject(output_file_name));
/external/webrtc/webrtc/tools/barcode_tools/
H A Dyuv_cropper.py47 def crop_frames(yuv_file_name, output_file_name, width, height, crop_height):
55 output_file_name(string): The name of the output file where the result will
68 output_file = open(output_file_name, 'wb')
H A Dbarcode_encoder.py52 output_file_name = base_file_name + suffix + ".png"
57 "--output=%s" % (output_file_name), "%s" % (content)]
119 def combine_yuv_frames_into_one_file(output_file_name, input_directory='.'):
128 output_file_name(string): The name of the file to produce.
133 output_file = open(output_file_name, "wb")
205 barcodes_file_name, base_file_name, output_file_name):
216 output_file_name(string): The name of the output file where the overlaid
229 output_file = open(output_file_name, 'wb')
/external/webrtc/webrtc/tools/converter/
H A Dconverter.cc36 std::string output_file_name,
38 FILE* output_file = fopen(output_file_name.c_str(), "wb");
43 output_file_name.c_str());
35 ConvertRGBAToI420Video(std::string frames_dir, std::string output_file_name, bool delete_frames) argument
H A Dconverter.h30 std::string output_file_name, bool delete_frames);
/external/autotest/server/cros/chaos_lib/
H A Dchaos_analyzer.py240 output_file_name = (
246 output_file_name = "_".join([trace_dir_name,
247 output_file_name])
249 os.path.join(output_dir, output_file_name))
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_sequence_coder.cc118 std::string output_file_name = parser->GetFlag("output_file"); local
119 FILE* output_file = fopen(output_file_name.c_str(), "wb");
187 input_file_name.c_str(), output_file_name.c_str(),
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_rtpplay.cc470 std::string output_file_name = argv[2]; local
472 if (output_file_name.size() >= 4 &&
473 output_file_name.substr(output_file_name.size() - 4) == ".wav") {
476 new webrtc::test::OutputWavFile(output_file_name, sample_rate_hz));
479 output.reset(new webrtc::test::OutputAudioFile(output_file_name));
/external/skia/tools/shape/
H A Dusing_skia_and_harfbuzz.cpp116 StringOption output_file_name = member in struct:Config
123 &line_spacing_ratio, &output_file_name}, argc, argv);
201 SkFILEWStream wStream(config.output_file_name.value.c_str());
/external/skqp/tools/shape/
H A Dusing_skia_and_harfbuzz.cpp116 StringOption output_file_name = member in struct:Config
123 &line_spacing_ratio, &output_file_name}, argc, argv);
201 SkFILEWStream wStream(config.output_file_name.value.c_str());
/external/webrtc/webrtc/common_video/libyuv/
H A Dlibyuv_unittest.cc137 std::string output_file_name = webrtc::test::OutputPath() + local
139 FILE* output_file = fopen(output_file_name.c_str(), "wb");
273 std::string output_file_name = webrtc::test::OutputPath() + local
275 FILE* output_file = fopen(output_file_name.c_str(), "wb");
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module_unittest_oldapi.cc912 const std::string output_file_name = local
919 test::OutputAudioFile output_file(output_file_name);
939 remove(output_file_name.c_str());
1111 const std::string output_file_name = local
1118 test::OutputAudioFile output_file(output_file_name);
1143 remove(output_file_name.c_str());
1698 const std::string output_file_name = local
1705 test::OutputAudioFile output_file(output_file_name);
1723 remove(output_file_name.c_str());

Completed in 4850 milliseconds