/build/tools/ |
merge-event-log-tags.py | 18 Usage: merge-event-log-tags.py [-o output_file] [input_files...] 41 output_file = None variable 61 output_file = a variable 184 event_log_tags.WriteOutput(output_file, buffer)
|
/external/chromium_org/third_party/icu/source/tools/ |
icu-svnprops-check.py | 140 output_file = os.popen(cmd); 141 output_text = output_file.read(); 142 exit_status = output_file.close();
|
/external/eigen/bench/btl/data/ |
mean.cxx | 143 ofstream output_file ("../order_lib",ios::out) ; 146 output_file << is->_lib_name << endl ; 149 output_file.close();
|
smooth.cxx | 162 ofstream output_file (filename.c_str(),ios::out) ; 166 output_file << tab_sizes[i] << " " << tab_mflops[i] << endl ; 169 output_file.close();
|
/external/icu4c/tools/ |
icu-svnprops-check.py | 140 output_file = os.popen(cmd); 141 output_text = output_file.read(); 142 exit_status = output_file.close();
|
/external/chromium_org/tools/grit/grit/format/ |
rc_unittest.py | 198 output_file = '%s/HTML_FILE1_include_test.html' % tempfile.gettempdir() 205 build.RcBuilder.ProcessNode(root, DummyOutput('rc_all', 'en', output_file), 215 file_contents = util.ReadFile(output_file, util.RAW_TEXT) 259 output_file = '%s/HTML_FILE1_chrome_html.html' % tempfile.gettempdir() 272 build.RcBuilder.ProcessNode(root, DummyOutput('rc_all', 'en', output_file), 281 file_contents = util.ReadFile(output_file, util.RAW_TEXT)
|
/external/jpeg/ |
cjpeg.c | 471 FILE * output_file; local 550 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 556 output_file = write_stdout(); 577 jpeg_stdio_dest(&cinfo, output_file); 596 if (output_file != stdout) 597 fclose(output_file);
|
jpegtran.c | 346 FILE * output_file; local 420 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 426 output_file = write_stdout(); 470 jpeg_stdio_dest(&dstinfo, output_file); 494 if (output_file != stdout) 495 fclose(output_file);
|
djpeg.c | 434 FILE * output_file; local 515 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 521 output_file = write_stdout(); 573 dest_mgr->output_file = output_file; 606 if (output_file != stdout) 607 fclose(output_file);
|
wrbmp.c | 219 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t) 14) 221 if (JFWRITE(dest->pub.output_file, bmpinfoheader, 40) != (size_t) 40) 276 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t) 14) 278 if (JFWRITE(dest->pub.output_file, bmpcoreheader, 12) != (size_t) 12) 297 FILE * outfile = dest->pub.output_file; 347 register FILE * outfile = dest->pub.output_file;
|
/external/qemu/distrib/jpeg-6b/ |
cjpeg.c | 471 FILE * output_file; local 550 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 556 output_file = write_stdout(); 577 jpeg_stdio_dest(&cinfo, output_file); 596 if (output_file != stdout) 597 fclose(output_file);
|
jpegtran.c | 346 FILE * output_file; local 420 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 426 output_file = write_stdout(); 470 jpeg_stdio_dest(&dstinfo, output_file); 494 if (output_file != stdout) 495 fclose(output_file);
|
djpeg.c | 434 FILE * output_file; local 515 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 521 output_file = write_stdout(); 573 dest_mgr->output_file = output_file; 606 if (output_file != stdout) 607 fclose(output_file);
|
wrbmp.c | 219 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t) 14) 221 if (JFWRITE(dest->pub.output_file, bmpinfoheader, 40) != (size_t) 40) 276 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t) 14) 278 if (JFWRITE(dest->pub.output_file, bmpcoreheader, 12) != (size_t) 12) 297 FILE * outfile = dest->pub.output_file; 347 register FILE * outfile = dest->pub.output_file;
|
/external/chromium_org/chrome/browser/component_updater/ |
component_patcher_win.cc | 68 const base::FilePath& output_file, 82 cl.AppendSwitchPath(installer::switches::kOutputFile, output_file);
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
generate_devtools_grd.py | 116 with open(parsed_args.output_filename, 'w') as output_file: 117 output_file.write(doc.toxml(encoding='UTF-8'))
|
/external/chromium_org/third_party/npapi/npspy/ |
analyze_streams.py | 99 output_file = argv[1].replace('.', '_analyzed.')
101 WriteFile(output_file, '\n'.join(output))
|
/external/chromium_org/tools/grit/grit/tool/ |
menu_from_parts.py | 35 output_file = args[1] 77 with util.WrapOutputStream(open(output_file, 'w')) as f:
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_measurement_unittest_base.py | 45 options.output_file = None
|
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 163 OutputFile output_file(pOutputPath, FileBase::kTruncate); 165 if (output_file.hasError()) { 167 << "'! (detail: " << output_file.getErrorMessage() << ")\n"; 172 Compiler::ErrorCode result = pCompiler.compile(pScript, output_file);
|
/external/chromium_org/chrome/browser/media/ |
chrome_webrtc_audio_quality_browsertest.cc | 168 bool StartRecording(int duration_sec, const base::FilePath& output_file, 202 command_line.AppendArgPath(output_file); 214 command_line.AppendArgPath(output_file); 266 const base::FilePath& output_file) { 288 command_line.AppendArgPath(output_file);
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
msvs_emulation.py | 314 output_file = self._Setting((root, 'OutputFile'), config) 315 if output_file: 316 output_file = expand_special(self.ConvertVSMacros( 317 output_file, config=config)) 318 return output_file 324 output_file = self._Setting(('VCLinkerTool', 'ProgramDatabaseFile'), config) 325 if output_file: 326 output_file = expand_special(self.ConvertVSMacros( 327 output_file, config=config)) 328 return output_file [all...] |
/external/sepolicy/tools/ |
check_seapp.c | 133 static FILE *output_file = NULL; variable 594 if(!output_file) { 595 output_file = fopen(out_file_name, "w+"); 596 if (!output_file) { 710 output_file = stdout; 947 rule_map_print(output_file, r); 949 fprintf(output_file, "\n"); 960 if (out_file_name && output_file) { 962 fclose(output_file);
|
/external/chromium_org/base/test/ |
gtest_xml_util.cc | 90 bool ProcessGTestOutput(const base::FilePath& output_file, 96 if (!ReadFileToString(output_file, &xml_contents))
|
/external/chromium_org/chrome/test/functional/media/ |
audio_tools.py | 50 def __init__(self, duration, output_file, record_mono=False): 54 self._output_file = output_file
|