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

1 2 3 4 5 67 8 910

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 1076 string output_file = local
1105 string output_file = local
    [all...]
  /external/chromium_org/third_party/skia/tools/
gen_bench_expectations_from_codereview.py 160 output_file = os.path.join(CHECKOUT_PATH, 'expectations', 'bench',
166 '-b', builder, '-o', output_file,
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
color_enhancement_test.cc 36 std::string output_file = webrtc::test::OutputPath() + local
38 FILE* modFile = fopen(output_file.c_str(), "w+b");
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 927 string output_file = local
931 CreateTempDir(output_file);
943 if (HasAlternateErrorSubstring(output_file + ": Permission denied")) {
948 ExpectErrorSubstring(output_file + ": Is a directory");
956 string output_file = local
960 CreateTempDir(output_file);
967 if (HasAlternateErrorSubstring(output_file + ": Permission denied")) {
972 ExpectErrorSubstring(output_file + ": Is a directory");
    [all...]
  /external/qemu/distrib/libsparse/
sources.mk 9 src/output_file.c \
  /external/skia/tools/
gen_bench_expectations_from_codereview.py 160 output_file = os.path.join(CHECKOUT_PATH, 'expectations', 'bench',
166 '-b', builder, '-o', output_file,
  /ndk/docs/tools/
ndk-markdown-substitutions.py 164 def process(input_file, output_file):
177 output_file.write(line)
  /external/chromium_org/chrome/tools/build/win/
resedit.py 52 def __init__(self, input_file, output_file):
57 output_file: (optional) path to the output file.
60 self._output_file = output_file
278 parser.add_option('', '--output_file',
279 help='On success, OUTPUT_FILE will be written with a copy of the '
289 if modify and not options.output_file:
301 editor = _ResourceEditor(args[0], options.output_file)
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
vie_video_verification_test.cc 283 const std::string output_file = remote_file_renderer_->GetFullOutputPath(); local
308 FixOutputFileForComparison(output_file, frame_length_in_bytes, all_frames);
311 size_t output_file_size = webrtc::test::GetFileSize(output_file);
323 CompareFiles(reference_file, output_file, &actual_psnr, &actual_ssim);
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h 87 // output_file The output file to modify (pad with frame copies
92 void FixOutputFileForComparison(const std::string& output_file,
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 270 OutputFile output_file(pOutputPath,
273 if (output_file.hasError()) {
275 output_file.getErrorMessage().c_str());
308 output_file, IRStream);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 113 std::string output_file_name = parser.GetFlag("output_file");
114 FILE* output_file = fopen(output_file_name.c_str(), "wb"); local
115 if (output_file == NULL) {
151 Vp8SequenceCoderDecodeCallback decoder_callback(output_file);
198 " --w=352 --h=288 --input_file=input.yuv --output_file=output.yuv "
206 " - output_file(string): The yuv decoded file (decoder output)."
224 parser.SetFlag("output_file", webrtc::test::OutputPath() + "vp8_decoded.yuv");
  /external/jpeg/
wrrle.c 187 header.rle_file = dest->pub.output_file;
266 fflush(dest->pub.output_file);
267 if (ferror(dest->pub.output_file))
  /external/qemu/distrib/jpeg-6b/
wrrle.c 187 header.rle_file = dest->pub.output_file;
266 fflush(dest->pub.output_file);
267 if (ferror(dest->pub.output_file))
  /external/elfutils/0.153/src/
unstrip.c 98 const char *output_file; member in struct:arg_info
123 if (info->output_file != NULL)
128 info->output_file = arg;
164 if (info->output_file != NULL && info->output_dir != NULL)
172 || info->output_file != NULL))
214 else if (info->output_file == NULL && info->output_dir == NULL
2096 char *output_file; local
    [all...]
  /external/chromium_org/ppapi/generators/
idl_gen_wrapper.py 66 self.output_file = None
70 self.output_file = fname
402 out_filename = self.output_file
  /external/chromium_org/testing/gtest/test/
gtest_xml_output_unittest.py 206 output_file = os.path.join(gtest_test_utils.GetTempDir(),
211 os.remove(output_file)
221 self.assert_(os.path.isfile(output_file))
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
generate-inspector-protocol-version 401 sys.stderr.write("Usage: %s -o OUTPUT_FILE INPUT_FILE [--show-changes]\n" % sys.argv[0])
405 output_file = open(output_path, "w")
434 output_file.write("""
473 output_file.close()
  /external/gtest/test/
gtest_xml_output_unittest.py 206 output_file = os.path.join(gtest_test_utils.GetTempDir(),
211 os.remove(output_file)
221 self.assert_(os.path.isfile(output_file))
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 196 output_file = os.path.join(gtest_test_utils.GetTempDir(),
201 os.remove(output_file)
211 self.assert_(os.path.isfile(output_file))
  /external/chromium_org/tools/grit/grit/tool/
transl2tc.py 46 will output a file (OUTPUT_FILE) you can import directly into the TC using the
84 with util.WrapOutputStream(open(args[2], 'w')) as output_file:
85 self.WriteTranslations(output_file, translations.items())
234 def WriteTranslations(output_file, translations):
240 output_file: util.WrapOutputStream(open('bingo.out', 'w'))
248 output_file.write(id)
249 output_file.write(' ')
250 output_file.write(text)
251 output_file.write('\n')
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_ninja.py 50 with open(workspace_file, 'w') as output_file:
51 output_file.write(output_string)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
powermetrics_power_monitor.py 245 with open(self._output_filename, 'rb') as output_file:
246 powermetrics_output = output_file.read()
  /system/core/libsparse/
Android.mk 7 output_file.c \
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 236 // Dumps the current set of the browser process's histograms to |output_file|.
239 void DumpBrowserHistograms(const base::FilePath& output_file) {
243 base::WriteFile(output_file, output_string.data(),
577 base::FilePath output_file(
579 if (!output_file.empty()) {
582 base::Bind(&DumpBrowserHistograms, output_file));

Completed in 1449 milliseconds

1 2 3 4 5 67 8 910