/external/mesa3d/src/gallium/targets/graw-null/ |
D | graw_util.c | 56 static char out_filename[256] = ""; variable 68 strncpy(out_filename, argv[*argi + 1], sizeof(out_filename) - 1); in graw_parse_args() 69 out_filename[sizeof(out_filename) - 1] = '\0'; in graw_parse_args() 83 filename = out_filename; in graw_save_surface_to_file()
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-null/ |
D | graw_util.c | 56 static char out_filename[256] = ""; variable 68 strncpy(out_filename, argv[*argi + 1], sizeof(out_filename) - 1); in graw_parse_args() 69 out_filename[sizeof(out_filename) - 1] = '\0'; in graw_parse_args() 83 filename = out_filename; in graw_save_surface_to_file()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/tools/ |
D | audio_codec_speed_test.cc | 73 std::string out_filename = in SetUp() local 78 while ((found = out_filename.find('/')) != std::string::npos) in SetUp() 79 out_filename.replace(found, 1, "_"); in SetUp() 81 out_filename = test::OutputPath() + out_filename + ".pcm"; in SetUp() 83 out_file_ = fopen(out_filename.c_str(), "wb"); in SetUp() 86 printf("Output to be saved in %s.\n", out_filename.c_str()); in SetUp()
|
/external/chromium_org/third_party/lcov/bin/ |
D | genpng | 77 my $out_filename; 87 "output-filename=s" => \$out_filename, 119 if (!$out_filename) 121 $out_filename = "$filename.png"; 124 genpng_process_file($filename, $out_filename, $width, $tab_size); 179 my $out_filename = $_[1]; 218 gen_png($out_filename, $width, $tab_size, @source);
|
/external/chromium_org/build/ |
D | escape_unicode.py | 36 out_filename = os.path.join(options.output_dir, os.path.basename( 39 WriteEscapedFile(in_filename, out_filename) 43 def WriteEscapedFile(in_filename, out_filename): argument 45 with codecs.open(out_filename, 'w', 'ascii') as out_file:
|
/external/chromium_org/native_client_sdk/src/doc/doxygen/ |
D | rst_index.py | 172 def GenerateRootIndex(channel, version, out_filename): argument 179 with open(out_filename, 'w') as f: 183 def GenerateCIndex(root_dir, channel, version, out_filename): argument 193 with open(out_filename, 'w') as f: 197 def GenerateCppIndex(root_dir, channel, version, out_filename): argument 207 with open(out_filename, 'w') as f:
|
/external/chromium_org/build/android/rezip/ |
D | rezip.cc | 58 const char* out_filename) { in CopySubfile() argument 75 LOG(ERROR) << "failed to write from " << out_filename << " in zipfile " in CopySubfile() 378 std::string out_filename = in_filename; in Rezip() local 380 out_filename = rename_fun(in_filename); in Rezip() 421 out_filename.c_str(), in Rezip() 441 << out_filename; in Rezip() 450 out_filename.c_str())) { in Rezip() 457 << out_filename; in Rezip()
|
/external/zopfli/src/zopflipng/ |
D | zopflipng_bin.cc | 322 std::string out_filename = user_out_filename; in main() local 326 out_filename = dir + prefix + file + ext; in main() 328 bool different_output_name = out_filename != files[i]; in main() 340 size_t origoutfilesize = GetFileSize(out_filename); in main() 364 printf("File %s exists, overwrite? (y/N) ", out_filename.c_str()); in main() 375 lodepng::save_file(resultpng, out_filename); in main()
|
/external/chromium_org/ppapi/generators/ |
D | idl_gen_wrapper.py | 402 out_filename = self.output_file 403 if out_filename is None: 407 InfoOut.Log("Generating %s for %s" % (out_filename, self.wrapper_prefix)) 409 out = IDLOutFile(out_filename)
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_quality_test.cc | 125 std::string out_filename) in NetEqQualityTest() argument 136 out_filename_(out_filename), in NetEqQualityTest() 137 log_filename_(out_filename + ".log"), in NetEqQualityTest()
|
D | neteq_quality_test.h | 71 std::string out_filename);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/ |
D | update_webgl_conformance_tests.py | 81 out_filename = os.path.join(out_dir, os.path.basename(in_filename)) 85 with open(out_filename, 'w') as out_file:
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/ |
D | process_test.cc | 153 std::string out_filename; in void_main() local 197 out_filename = argv[i]; in void_main() 469 if (out_filename.size() == 0) { in void_main() 470 out_filename = out_path + "out"; in void_main() 640 output_wav_file.reset(new WavFile(out_filename + ".wav", in void_main() 792 output_raw_file.reset(new RawFile(out_filename + ".pcm")); in void_main() 800 output_raw_file.reset(new RawFile(out_filename + ".float")); in void_main() 879 output_wav_file.reset(new WavFile(out_filename + ".wav", in void_main() 1029 output_raw_file.reset(new RawFile(out_filename + ".pcm")); in void_main() 1032 output_wav_file.reset(new WavFile(out_filename + ".wav", in void_main()
|
D | audio_processing_unittest.cc | 320 const std::string& out_filename, 1451 const std::string& out_filename, in ProcessDebugDump() argument 1480 EXPECT_NOERR(apm_->StartDebugRecording(out_filename.c_str())); in ProcessDebugDump() 1549 const std::string out_filename = in VerifyDebugDumpTest() local 1553 ProcessDebugDump(ref_filename, out_filename, format); in VerifyDebugDumpTest() 1556 FILE* out_file = fopen(out_filename.c_str(), "rb"); in VerifyDebugDumpTest()
|
/external/chromium_org/content/common/gpu/media/ |
D | video_encode_accelerator_unittest.cc | 130 std::string out_filename; member 291 test_stream->out_filename = fields[4]; in ParseAndReadTestStreamData() 665 CHECK(!test_stream_->out_filename.empty()); in VEAClient() 666 base::FilePath out_filename(test_stream_->out_filename); in VEAClient() local 669 EXPECT_EQ(0, base::WriteFile(out_filename, NULL, 0)); in VEAClient() 829 base::FilePath::FromUTF8Unsafe(test_stream_->out_filename), in BitstreamBufferReady() 1086 !g_env->test_streams_[test_stream_index]->out_filename.empty()); in TEST_P()
|
/external/chromium_org/net/tools/tld_cleanup/ |
D | tld_cleanup_util.h | 38 const base::FilePath& out_filename);
|
D | tld_cleanup_util.cc | 234 const base::FilePath& out_filename) { in NormalizeFile() argument 245 if (!WriteRules(rules, out_filename)) { in NormalizeFile()
|
/external/webrtc/src/modules/audio_processing/test/ |
D | process_test.cc | 150 const char* out_filename = NULL; in void_main() local 193 out_filename = argv[i]; in void_main() 399 if (!out_filename) { in void_main() 400 out_filename = out_file_default; in void_main() 447 out_file = fopen(out_filename, "wb"); in void_main() 449 << out_filename; in void_main()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/ |
D | neteq_isac_quality_test.cc | 56 DEFINE_string(out_filename, OutputPath() + "neteq4_isac_quality_test.pcm",
|
D | neteq_opus_fec_quality_test.cc | 55 DEFINE_string(out_filename, OutputPath() + "neteq4_opus_fec_quality_test.pcm",
|