/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | config.py | 1000 output_file_name = None 1015 output_file_name = opt_arg 1033 if not output_file_name: 1045 output_file_name = default_config_path 1064 output_file_name = default_config_path 1066 if output_file_name == '-': 1069 output_file = self._OpenConfigFile(output_file_name) 1073 % output_file_name)) + '\n') 1086 if output_file_name != '-': 1088 os.unlink(output_file_name) [all …]
|
/external/autotest/client/tools/ |
D | html_report.py | 1378 def make_html_file(metadata, results, tag, host, output_file_name, dirname): argument 1414 if output_file_name: 1415 output = open(output_file_name, "w") 1537 if output_file_name: 1700 def create_report(dirname, html_path='', output_file_name=None): argument 1742 if output_file_name is None: 1743 output_file_name = os.path.join(dirname, 'job_report.html') 1744 make_html_file(metalist, results_data, tag, host, output_file_name, 1753 output_file_name = None 1767 output_file_name = arg [all …]
|
/external/webrtc/webrtc/tools/barcode_tools/ |
D | barcode_encoder.py | 52 output_file_name = base_file_name + suffix + ".png" 57 "--output=%s" % (output_file_name), "%s" % (content)] 119 def combine_yuv_frames_into_one_file(output_file_name, input_directory='.'): argument 133 output_file = open(output_file_name, "wb") 205 barcodes_file_name, base_file_name, output_file_name): argument 229 output_file = open(output_file_name, 'wb')
|
D | yuv_cropper.py | 47 def crop_frames(yuv_file_name, output_file_name, width, height, crop_height): argument 68 output_file = open(output_file_name, 'wb')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/ |
D | gen_protorpc.py | 109 output_file_name = os.path.join(directory_name, 118 if not force_overwrite and os.path.exists(output_file_name): 120 output_file_name, package) 123 output_file = open(output_file_name, 'w') 126 file_descriptor.package, output_file_name)
|
/external/v8/tools/profviz/ |
D | worker.js | 128 var output_file_name = "output.svg"; 149 output("set output \""+ output_file_name + "\""); 161 displayplot(FS.findObject(output_file_name));
|
/external/webrtc/webrtc/tools/converter/ |
D | converter.cc | 36 std::string output_file_name, in ConvertRGBAToI420Video() argument 38 FILE* output_file = fopen(output_file_name.c_str(), "wb"); in ConvertRGBAToI420Video() 43 output_file_name.c_str()); in ConvertRGBAToI420Video()
|
D | converter.h | 30 std::string output_file_name, bool delete_frames);
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_analyzer.py | 240 output_file_name = ( 246 output_file_name = "_".join([trace_dir_name, 247 output_file_name]) 249 os.path.join(output_dir, output_file_name))
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | libyuv_unittest.cc | 137 std::string output_file_name = webrtc::test::OutputPath() + in TEST_F() local 139 FILE* output_file = fopen(output_file_name.c_str(), "wb"); in TEST_F() 273 std::string output_file_name = webrtc::test::OutputPath() + in TEST_F() local 275 FILE* output_file = fopen(output_file_name.c_str(), "wb"); in TEST_F()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_sequence_coder.cc | 118 std::string output_file_name = parser->GetFlag("output_file"); in SequenceCoder() local 119 FILE* output_file = fopen(output_file_name.c_str(), "wb"); in SequenceCoder() 187 input_file_name.c_str(), output_file_name.c_str(), in SequenceCoder()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_rtpplay.cc | 470 std::string output_file_name = argv[2]; in main() local 472 if (output_file_name.size() >= 4 && in main() 473 output_file_name.substr(output_file_name.size() - 4) == ".wav") { in main() 476 new webrtc::test::OutputWavFile(output_file_name, sample_rate_hz)); in main() 479 output.reset(new webrtc::test::OutputAudioFile(output_file_name)); in main()
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module_unittest_oldapi.cc | 912 const std::string output_file_name = in Run() local 919 test::OutputAudioFile output_file(output_file_name); in Run() 939 remove(output_file_name.c_str()); in Run() 1111 const std::string output_file_name = in Run() local 1118 test::OutputAudioFile output_file(output_file_name); in Run() 1143 remove(output_file_name.c_str()); in Run() 1698 const std::string output_file_name = in Run() local 1705 test::OutputAudioFile output_file(output_file_name); in Run() 1723 remove(output_file_name.c_str()); in Run()
|