HomeSort by relevance Sort by last modified time
    Searched refs:output_file_name (Results 1 - 25 of 25) sorted by null

  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_from_file_agent_unittest.py 26 output_file_name = util.generate_random_filename_for_test()
33 output_file_name])
35 with contextlib.nested(open(output_file_name, 'r'),
43 if os.path.exists(output_file_name):
44 os.remove(output_file_name)
  /external/chromium-trace/catapult/systrace/systrace/
output_generator.py 25 def GenerateHTMLOutput(trace_results, output_file_name):
30 output_file_name: The name of the HTML file that the trace viewer
57 html_file = open(output_file_name, 'wb')
78 final_path = os.path.abspath(output_file_name)
94 def GenerateJSONOutput(trace_results, output_file_name):
99 output_file_name: The name of the JSON file that the trace viewer
107 with open(output_file_name, 'w') as json_file:
109 final_path = os.path.abspath(output_file_name)
output_generator_unittest.py 54 output_file_name = util.generate_random_filename_for_test()
56 output_file_name)
57 with open(output_file_name, 'r') as f:
84 output_file_name = util.generate_random_filename_for_test()
86 output_file_name)
87 with open(output_file_name, 'r') as f:
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
config.py     [all...]
  /external/webrtc/webrtc/tools/converter/
converter.h 30 std::string output_file_name, bool delete_frames);
converter.cc 36 std::string output_file_name,
38 FILE* output_file = fopen(output_file_name.c_str(), "wb");
43 output_file_name.c_str());
  /external/webrtc/webrtc/tools/barcode_tools/
yuv_cropper.py 47 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')
barcode_encoder.py 52 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/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/
gen_protorpc.py 109 output_file_name = os.path.join(directory_name,
118 if not force_overwrite and os.path.exists(output_file_name):
120 output_file_name, package)
123 output_file = open(output_file_name, 'w')
126 file_descriptor.package, output_file_name)
  /system/tools/aidl/
aidl.cpp 260 const string& output_file_name) {
278 write_common_dep_file(output_file_name, source_aidl, writer.get());
683 string output_file_name = options.output_file_name_; local
685 if (output_file_name.empty() && !options.output_base_folder_.empty()) {
686 output_file_name = generate_outputFileName(options, *interface);
690 if (!io_delegate.CreatePathForFile(output_file_name)) {
694 if (!write_java_dep_file(options, imports, io_delegate, output_file_name)) {
698 return generate_java(output_file_name, options.input_file_name_.c_str(),
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 118 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/v8/tools/profviz/
worker.js 126 var output_file_name = "output.svg";
147 output("set output \""+ output_file_name + "\"");
159 displayplot(FS.findObject(output_file_name));
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc 470 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/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 137 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/
audio_coding_module_unittest_oldapi.cc 912 const std::string output_file_name = local
919 test::OutputAudioFile output_file(output_file_name);
1111 const std::string output_file_name = local
1698 const std::string output_file_name = local
    [all...]
  /external/autotest/client/tools/
html_report.py     [all...]
  /toolchain/binutils/binutils-2.25/gold/
main.cc 178 write_debug_script(command_line.options().output_file_name(),
gold.cc 73 unlink_if_ordinary(parameters->options().output_file_name());
206 Output_file* of = new Output_file(options.output_file_name());
symtab.h     [all...]
layout.cc 375 this->symtab_->detect_odr_violations(task, this->options_.output_file_name());
395 of = new Output_file(parameters->options().output_file_name());
    [all...]
dynobj.cc     [all...]
options.h 1392 output_file_name() const function in class:gold::General_options
    [all...]
symtab.cc     [all...]
  /frameworks/native/cmds/installd/
commands.cpp 750 const char* output_file_name, const char *pkgname ATTRIBUTE_UNUSED, const char *instruction_set)
773 PATCHOAT_BIN, instruction_set, input_fd, input_file_name, oat_fd, output_file_name);
790 const char* output_file_name, int swap_fd, const char *instruction_set,
    [all...]
  /external/v8/tools/gyp/pylib/gyp/generator/
ninja.py 210 output_file, toplevel_build, output_file_name, flavor,
225 self.output_file_name = output_file_name
361 output_file_base = os.path.splitext(self.output_file_name)[0]
    [all...]

Completed in 576 milliseconds