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

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dconcatenate_css_files.py63 output_file_name = argv[2]
78 if os.path.exists(output_file_name):
79 os.remove(output_file_name);
80 with open(output_file_name, 'w') as output_file:
87 output_dir_name = os.path.dirname(output_file_name)
H A Dconcatenate_module_scripts.py64 output_file_name = argv[2]
79 output_root_dir = path.join(path.dirname(output_file_name), '..')
84 write_file(output_file_name, output_script if no_minify else rjsmin.jsmin(output_script))
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Daggregate_generated_bindings.py164 def write_content(content, output_file_name):
165 parent_path, file_name = os.path.split(output_file_name)
169 with open(output_file_name, 'w') as f:
/external/chromium_org/v8/tools/profviz/
H A Dworker.js128 var output_file_name = "output.svg";
149 output("set output \""+ output_file_name + "\"");
161 displayplot(FS.findObject(output_file_name));
/external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/tools/ipc_fuzzer/mutate/
H A Dmessage_util.cc106 std::string output_file_name; local
114 output_file_name = args[1];
150 base::FilePath(output_file_name), output_message_vector)) {
H A Dmutate.cc668 std::string output_file_name = args[1]; local
719 if (!MessageFile::Write(base::FilePath(output_file_name), message_vector))
H A Dgenerate.cc1296 std::string output_file_name = args[0]; local
1334 if (!MessageFile::Write(base::FilePath(output_file_name), message_vector))
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_sequence_coder.cc113 std::string output_file_name = parser.GetFlag("output_file"); local
114 FILE* output_file = fopen(output_file_name.c_str(), "wb");
184 input_file_name.c_str(), output_file_name.c_str(),
/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dlibyuv_unittest.cc138 std::string output_file_name = webrtc::test::OutputPath() + local
140 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/chromium_org/printing/backend/
H A Dwin_helper.cc64 const LPCWSTR output_file_name,
302 const LPCWSTR output_file_name,
312 output_file_name,
299 StartXpsPrintJob( const LPCWSTR printer_name, const LPCWSTR job_name, const LPCWSTR output_file_name, HANDLE progress_event, HANDLE completion_event, UINT8* printable_pages_on, UINT32 printable_pages_on_count, IXpsPrintJob** xps_print_job, IXpsPrintJobStream** document_stream, IXpsPrintJobStream** print_ticket_stream) argument
H A Dwin_helper.h155 const LPCWSTR output_file_name,
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_unittest.cc544 const std::string output_file_name = local
551 test::OutputAudioFile output_file(output_file_name);
652 const std::string output_file_name = local
660 test::OutputAudioFile output_file(output_file_name);
H A Daudio_coding_module_unittest_oldapi.cc551 const std::string output_file_name = local
558 test::OutputAudioFile output_file(output_file_name);
666 const std::string output_file_name = local
673 test::OutputAudioFile output_file(output_file_name);
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dninja.py217 output_file, toplevel_build, output_file_name, flavor,
232 self.output_file_name = output_file_name
365 output_file_base = os.path.splitext(self.output_file_name)[0]

Completed in 367 milliseconds