HomeSort by relevance Sort by last modified time
    Searched refs:output_file (Results 201 - 225 of 256) sorted by null

1 2 3 4 5 6 7 891011

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_unittest_oldapi.cc 558 test::OutputAudioFile output_file(output_file_name);
559 test::AudioSinkFork output(&checksum, &output_file);
673 test::OutputAudioFile output_file(output_file_name);
675 test::AudioSinkFork output(&audio_checksum, &output_file);
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 128 output_file = os.path.join(self.profiler_dir, page.file_safe_name)
132 output_file = util.GetSequentialFileName(output_file)
134 finder_options.profiler, output_file)
page_runner_unittest.py 253 output_file = tempfile.NamedTemporaryFile(delete=False).name
257 options.output_file = output_file
271 with open(output_file) as f:
282 os.remove(output_file)
  /external/chromium_org/tools/telemetry/telemetry/unittest/
page_test_test_case.py 69 options.output_file = None
  /external/harfbuzz_ng/util/
options.cc 421 {"output-file", 0, 0, G_OPTION_ARG_STRING, &this->output_file, "Set output file-name (default: stdout)","filename"},
627 if (output_file)
628 fp = fopen (output_file, "wb");
637 g_filename_display_name (output_file), strerror (errno));
  /external/jpeg/
cdjpeg.h 62 FILE * output_file; member in struct:djpeg_dest_struct
  /external/pdfium/core/src/fxcodec/libjpeg/
cdjpeg.h 62 FXSYS_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))
  /external/chromium_org/remoting/webapp/
build-webapp.py 64 def processJinjaTemplate(input_file, output_file, context):
74 io.open(output_file, 'w', encoding='utf-8').write(rendered)
  /external/chromium_org/tools/
licenses.py 408 print 'usage: licenses.py credits [output_file]'
453 with open(sys.argv[2], 'w') as output_file:
454 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_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 91 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
1038 char * output_file = NULL; local
1093 output_file = optarg;
1253 if (output_file && strcmp (output_file, "-") != 0)
1255 out = fopen (output_file, "w");
1260 output_file);
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py     [all...]
android.py     [all...]
  /external/chromium_org/base/prefs/
json_pref_store_unittest.cc 165 const base::FilePath& output_file,
224 EXPECT_TRUE(TextContentsEqual(golden_output_file, output_file));
225 ASSERT_TRUE(base::DeleteFile(output_file, false));
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 481 bool CreateArchive(const base::FilePath& output_file,
492 .append(output_file.value())
503 << " while creating " << output_file.value();
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
audio_processing_test.cc 373 std::string output_file = output_path + "apm_debug.txt"; local
375 EXPECT_EQ(0, voe_apm_->StartDebugRecording(output_file.c_str()));
  /external/chromium_org/tools/gn/
header_checker.cc 240 SourceFile output_file = RemoveRootGenDirFromFile(target, outputs[i]); local
241 PublicGeneratedPair* pair = &files_to_public[output_file];
  /external/chromium_org/tools/grit/grit/tool/
build.py 408 output_file = os.path.relpath(os.path.join(
415 depfile_contents = output_file + ': ' + deps_text
  /external/chromium_org/tools/json_schema_compiler/
h_generator.py 41 output_file = os.path.splitext(self._namespace.source_file)[0] + '.h'
42 ifndef_name = cpp_util.GenerateIfndefName(output_file)

Completed in 1112 milliseconds

1 2 3 4 5 6 7 891011