HomeSort by relevance Sort by last modified time
    Searched refs:output_file (Results 151 - 175 of 197) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/base/android/jni_generator/
jni_generator.py     [all...]
  /external/chromium_org/base/test/launcher/
test_launcher.cc 250 base::FilePath output_file; local
251 CHECK(base::CreateTemporaryFile(&output_file));
264 handle.Set(CreateFile(output_file.value().c_str(),
284 int output_file_fd = open(output_file.value().c_str(), O_RDWR);
309 CHECK(base::ReadFileToString(output_file, &output_file_contents));
311 if (!base::DeleteFile(output_file, false)) {
313 LOG(WARNING) << "Failed to delete " << output_file.AsUTF8Unsafe();
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 1264 const CodeGeneratorResponse::File& output_file = response.file(i); local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 1176 const CodeGeneratorResponse::File& output_file = response.file(i); local
    [all...]
  /external/chromium_org/tools/gn/
ninja_binary_target_writer.cc 163 OutputFile output_file = helper_.GetOutputFileForSource( local
165 object_files->push_back(output_file);
168 path_output_.WriteFile(out_, output_file);
  /external/markdown/markdown/
__init__.py 453 output_file = codecs.open(output, "w", encoding=encoding)
454 output_file.write(html)
455 output_file.close()
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 124 output_file = os.path.join(self.profiler_dir, page.file_safe_name)
126 output_file = _GetSequentialFileName(output_file)
127 self.browser.StartProfiling(finder_options.profiler, output_file)
  /external/harfbuzz_ng/util/
options.cc 379 {"output-file", 0, 0, G_OPTION_ARG_STRING, &this->output_file, "Set output file-name (default: stdout)","filename"},
557 if (output_file)
558 fp = fopen (output_file, "wb");
567 g_filename_display_name (output_file), strerror (errno));
  /external/jpeg/
cdjpeg.h 62 FILE * output_file; member in struct:djpeg_dest_struct
  /external/qemu/distrib/jpeg-6b/
cdjpeg.h 62 FILE * output_file; member in struct:djpeg_dest_struct
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 211 extern void fmt P_ ((const char *line, const char *line_end, int max_length, FILE *output_file));
fmt.c 208 fmt (const char *line, const char *line_end, int max_length, FILE *output_file)
212 outfile = output_file;
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 70 for output_file in @grammar.target_files
71 self.class.import( output_file )
  /external/chromium-trace/
systrace-legacy.py 39 parser.add_option('-o', dest='output_file', help='write HTML to FILE',
149 html_filename = options.output_file
206 print " done\n\n wrote file://%s\n" % (os.path.abspath(options.output_file))
systrace.py 68 parser.add_option('-o', dest='output_file', help='write HTML to FILE',
146 html_filename = options.output_file
239 print "\n wrote file://%s\n" % os.path.abspath(options.output_file)
  /external/chromium_org/tools/
licenses.py 400 print 'usage: licenses.py credits [output_file]'
445 with open(sys.argv[2], 'w') as output_file:
446 output_file.write(template_contents)
  /external/markdown/
test-markdown.py 236 output_file = os.path.join(dir, test + ".html")
238 expected_output = codecs.open(output_file, encoding=self.encoding).read()
  /external/chromium/testing/gtest/scripts/
pump.py 837 output_file = file(output_file_path, 'w')
838 output_file.write('// This file was GENERATED by command:\n')
839 output_file.write('// %s %s\n' %
841 output_file.write('// DO NOT EDIT BY HAND!!!\n\n')
842 output_file.write(output_str)
843 output_file.close()
  /external/chromium_org/testing/gtest/scripts/
pump.py 845 output_file = file(output_file_path, 'w')
846 output_file.write('// This file was GENERATED by command:\n')
847 output_file.write('// %s %s\n' %
849 output_file.write('// DO NOT EDIT BY HAND!!!\n\n')
850 output_file.write(output_str)
851 output_file.close()
  /external/e2fsprogs/misc/
badblocks.c 89 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
983 char * output_file = NULL; local
1036 output_file = optarg;
1186 if (output_file && strcmp (output_file, "-") != 0)
1188 out = fopen (output_file, "w");
1193 output_file);
  /external/gtest/scripts/
pump.py 837 output_file = file(output_file_path, 'w')
838 output_file.write('// This file was GENERATED by command:\n')
839 output_file.write('// %s %s\n' %
841 output_file.write('// DO NOT EDIT BY HAND!!!\n\n')
842 output_file.write(output_str)
843 output_file.close()
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py     [all...]
android.py     [all...]
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 482 bool CreateArchive(const base::FilePath& output_file,
493 .append(output_file.value())
504 << " while creating " << output_file.value();
  /external/chromium_org/chrome/test/functional/
stress.py 553 def _SymbolicateCrashDmp(self, dmp_file, symbols_dir, output_file):
559 output_file: the output file.
577 output_file,
583 # Since we are directly writing the info into output_file,
585 report = open(output_file, 'r').read()
598 open(output_file, 'w').write(report)

Completed in 1167 milliseconds

1 2 3 4 5 67 8