/external/pigweed/pw_build/py/ |
D | zip_test.py | 89 out_filename = f'{tmp_path}/out.zip' 92 zip_up(input_list, out_filename) 94 with zipfile.ZipFile(out_filename, 'r') as zip_file: 110 out_filename = f'{tmp_path}/out.zip' 113 zip_up(input_list, out_filename) 115 with zipfile.ZipFile(out_filename, 'r') as zip_file: 140 out_filename = f'{tmp_path}/out.zip' 143 zip_up(input_list, out_filename) 145 with zipfile.ZipFile(out_filename, 'r') as zip_file: 163 out_filename = f'{tmp_path}/out.zip' [all …]
|
/external/cronet/build/android/pylib/output/ |
D | remote_output_manager.py | 29 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 33 return LogdogArchivedFile(out_filename, out_subdir, datatype) 40 out_filename, out_subdir, datatype, self._bucket) 45 def __init__(self, out_filename, out_subdir, datatype): argument 46 super().__init__(out_filename, out_subdir, datatype) 47 self._stream_name = '%s_%s' % (out_subdir, out_filename) 59 def __init__(self, out_filename, out_subdir, datatype, bucket): argument 60 super().__init__(out_filename, out_subdir, datatype)
|
D | local_output_manager.py | 31 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 33 out_filename, out_subdir, datatype, self._output_root) 38 def __init__(self, out_filename, out_subdir, datatype, out_root): argument 39 super().__init__(out_filename, out_subdir, datatype) 40 self._output_path = os.path.join(out_root, out_subdir, out_filename)
|
D | noop_output_manager.py | 17 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 18 del out_filename, out_subdir, datatype
|
/external/angle/build/android/pylib/output/ |
D | remote_output_manager.py | 29 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 33 return LogdogArchivedFile(out_filename, out_subdir, datatype) 40 out_filename, out_subdir, datatype, self._bucket) 45 def __init__(self, out_filename, out_subdir, datatype): argument 46 super().__init__(out_filename, out_subdir, datatype) 47 self._stream_name = '%s_%s' % (out_subdir, out_filename) 59 def __init__(self, out_filename, out_subdir, datatype, bucket): argument 60 super().__init__(out_filename, out_subdir, datatype)
|
D | local_output_manager.py | 31 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 33 out_filename, out_subdir, datatype, self._output_root) 38 def __init__(self, out_filename, out_subdir, datatype, out_root): argument 39 super().__init__(out_filename, out_subdir, datatype) 40 self._output_path = os.path.join(out_root, out_subdir, out_filename)
|
D | noop_output_manager.py | 17 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 18 del out_filename, out_subdir, datatype
|
/external/webrtc/modules/audio_coding/test/ |
D | TestVADDTX.cc | 117 absl::string_view out_filename, in Run() argument 133 out_file.Open(out_filename, kOutputFreqHz, "ab"); in Run() 135 out_file.Open(out_filename, kOutputFreqHz, "wb"); in Run() 209 rtc::StringBuilder out_filename; in Test() local 210 out_filename << webrtc::test::OutputPath() << "testWebRtcVadDtx_outFile_" in Test() 213 out_filename.str(), !new_outfile, expects); in Test() 221 std::string out_filename = in Perform() local 229 out_filename, false, expects); in Perform() 237 out_filename, true, expects); in Perform() 240 out_filename = webrtc::test::OutputPath() + "testOpusDtx_outFile_stereo.pcm"; in Perform() [all …]
|
/external/mesa3d/src/gallium/targets/graw-null/ |
D | graw_util.c | 60 static char out_filename[256] = ""; variable 72 strncpy(out_filename, argv[*argi + 1], sizeof(out_filename) - 1); in graw_parse_args() 73 out_filename[sizeof(out_filename) - 1] = '\0'; in graw_parse_args() 87 filename = out_filename; in graw_save_surface_to_file()
|
/external/webrtc/modules/audio_coding/codecs/tools/ |
D | audio_codec_speed_test.cc | 75 std::string out_filename = in SetUp() local 80 while ((found = out_filename.find('/')) != std::string::npos) in SetUp() 81 out_filename.replace(found, 1, "_"); in SetUp() 83 out_filename = test::OutputPath() + out_filename + ".pcm"; in SetUp() 85 out_file_ = fopen(out_filename.c_str(), "wb"); in SetUp() 88 printf("Output to be saved in %s.\n", out_filename.c_str()); in SetUp()
|
/external/angle/build/android/pylib/base/ |
D | output_manager.py | 34 self, out_filename, out_subdir, datatype=Datatype.TEXT): argument 54 f = self.CreateArchivedFile(out_filename, out_subdir, datatype) 60 def CreateArchivedFile(self, out_filename, out_subdir, argument 63 return self._CreateArchivedFile(out_filename, out_subdir, datatype) 65 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 105 def __init__(self, out_filename, out_subdir, datatype): argument 106 self._out_filename = out_filename
|
/external/cronet/build/android/pylib/base/ |
D | output_manager.py | 34 self, out_filename, out_subdir, datatype=Datatype.TEXT): argument 54 f = self.CreateArchivedFile(out_filename, out_subdir, datatype) 60 def CreateArchivedFile(self, out_filename, out_subdir, argument 63 return self._CreateArchivedFile(out_filename, out_subdir, datatype) 65 def _CreateArchivedFile(self, out_filename, out_subdir, datatype): argument 105 def __init__(self, out_filename, out_subdir, datatype): argument 106 self._out_filename = out_filename
|
/external/zopfli/src/zopflipng/ |
D | zopflipng_bin.cc | 391 std::string out_filename = user_out_filename; in main() local 395 out_filename = dir + prefix + file + ext; in main() 397 bool different_output_name = out_filename != files[i]; in main() 409 bool already_exists = FileExists(out_filename); in main() 410 size_t origoutfilesize = GetFileSize(out_filename); in main() 434 printf("File %s exists, overwrite? (y/N) ", out_filename.c_str()); in main() 445 if (lodepng::save_file(resultpng, out_filename) != 0) { in main() 446 printf("Failed to write to file %s\n", out_filename.c_str()); in main()
|
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_quality_test.cc | 41 out_filename, 233 const std::string out_filename = in NetEqQualityTest() local 235 const std::string log_filename = out_filename + ".log"; in NetEqQualityTest() 239 if (out_filename.size() >= 4 && in NetEqQualityTest() 240 out_filename.substr(out_filename.size() - 4) == ".wav") { in NetEqQualityTest() 243 new webrtc::test::OutputWavFile(out_filename, 1000 * out_sampling_khz)); in NetEqQualityTest() 246 output_.reset(new webrtc::test::OutputAudioFile(out_filename)); in NetEqQualityTest()
|
/external/igt-gpu-tools/tools/ |
D | intel_guc_logger.c | 64 char *out_filename; variable 285 outfile_fd = open(out_filename ? : DEFAULT_OUTPUT_FILE_NAME, in open_output_file() 290 free(out_filename); in open_output_file() 341 out_filename = strdup(optarg); in parse_options() 342 igt_assert_f(out_filename, "Couldn't allocate the o/p filename\n"); in parse_options() 343 igt_debug("logs to be stored in file %s\n", out_filename); in parse_options()
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | ipynb.py | 33 def process_file(in_filename, out_filename, upgrader): argument 54 report_text = upgrader._format_log(log, in_filename, out_filename) 57 shutil.move(temp_file.name, out_filename)
|
D | tf_upgrade_v2_main.py | 35 def process_file(in_filename, out_filename, upgrader): argument 40 upgrader.process_file(in_filename, out_filename) 43 ipynb.process_file(in_filename, out_filename, upgrader)
|
/external/mesa3d/src/intel/tools/ |
D | error2aub.c | 231 char *out_filename = NULL, *in_filename = NULL; in main() local 246 out_filename = strdup(optarg); in main() 264 if (out_filename == NULL) { in main() 266 out_filename = malloc(out_filename_size); in main() 267 snprintf(out_filename, out_filename_size, "%s.aub", in_filename); in main() 273 FILE *aub_file = fopen(out_filename, "w"); in main() 544 free(out_filename); in main()
|
/external/cronet/third_party/icu/scripts/ |
D | asm_to_inline_asm.py | 16 def asm_to_inl_asm(in_filename, out_filename): argument 17 with open(in_filename, 'r') as infile, open(out_filename, 'w') as outfile:
|
D | icuhash.py | 49 out_filename = sys.argv[2] variable 57 with open(out_filename, "wb") as out_file:
|
/external/libffi/ |
D | generate-darwin-source-and-headers.py | 100 out_filename = filename 104 out_filename = filename 107 out_filename = "%s_%s%s" % (split_name[0], file_suffix, split_name[1]) 110 with open(os.path.join(dst_dir, out_filename), 'w') as out_file:
|
/external/python/cpython3/Tools/freeze/ |
D | regen_frozen.py | 44 out_filename = sys.argv[1] 46 with open(out_filename, 'w') as fp:
|
/external/toolchain-utils/binary_search_tool/cros_pkg/ |
D | create_cleanup_script.py | 95 out_filename = "cros_pkg/" + options.board + "_cleanup.sh" 97 with open(out_filename, "w", encoding="utf-8") as out_file:
|
/external/angle/build/ |
D | zip_helpers.py | 189 out_filename = output.filename 193 out_filename = output 196 crc_by_name = {i.filename: (out_filename, i.CRC) for i in out_zip.infolist()}
|
/external/cronet/build/ |
D | zip_helpers.py | 189 out_filename = output.filename 193 out_filename = output 196 crc_by_name = {i.filename: (out_filename, i.CRC) for i in out_zip.infolist()}
|