Home
last modified time | relevance | path

Searched refs:dst_file (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
Dupdate.py276 with open(dst, 'w') as dst_file:
279 print(line, file=dst_file, end='')
280 print('', file=dst_file)
282 file=dst_file)
283 print('#define __i386__ 1', file=dst_file)
284 print('#endif', file=dst_file)
285 print('', file=dst_file)
287 … '#if !defined(__x86_64__) && (defined(_M_AMD64) || defined (_M_X64))', file=dst_file)
288 print('#define __x86_64__ 1', file=dst_file)
289 print('#endif', file=dst_file)
[all …]
/third_party/ffmpeg/doc/examples/
Dscaling_video.c60 FILE *dst_file; in main() local
83 dst_file = fopen(dst_filename, "wb"); in main()
84 if (!dst_file) { in main()
127 fwrite(dst_data[0], 1, dst_bufsize, dst_file); in main()
135 fclose(dst_file); in main()
Dresampling_audio.c91 FILE *dst_file; in main() local
108 dst_file = fopen(dst_filename, "wb"); in main()
109 if (!dst_file) { in main()
192 fwrite(dst_data[0], 1, dst_bufsize, dst_file); in main()
202 fclose(dst_file); in main()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.h289 unsigned dst_file, in tgsi_transform_op1_inst() argument
300 inst.Dst[0].Register.File = dst_file, in tgsi_transform_op1_inst()
313 unsigned dst_file, in tgsi_transform_op2_inst() argument
327 inst.Dst[0].Register.File = dst_file, in tgsi_transform_op2_inst()
342 unsigned dst_file, in tgsi_transform_op3_inst() argument
357 inst.Dst[0].Register.File = dst_file, in tgsi_transform_op3_inst()
373 unsigned dst_file, in tgsi_transform_op1_swz_inst() argument
385 inst.Dst[0].Register.File = dst_file, in tgsi_transform_op1_swz_inst()
414 unsigned dst_file, in tgsi_transform_op2_swz_inst() argument
430 inst.Dst[0].Register.File = dst_file, in tgsi_transform_op2_swz_inst()
[all …]
/third_party/boost/libs/mpl/preprocessed/
Dpreprocess.py38 dst_file = os.path.join( dst_dir, filename )
40 if os.path.exists( dst_file ):
41 shutil.copymode( filename, dst_file )
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h81 rc_register_file dst_file,
Dradeon_compiler_util.c316 rc_register_file dst_file, in rc_src_reads_dst_mask() argument
320 if (src_file != dst_file || src_idx != dst_idx) { in rc_src_reads_dst_mask()
Dradeon_dataflow.c683 rc_register_file dst_file, in get_readers_for_single_write() argument
698 d->DstFile = dst_file; in get_readers_for_single_write()
/third_party/glib/gio/tests/
Dlive-g-file.c768 GFile *dst_dir, *src_file, *dst_file; in do_copy_move() local
781 dst_file = g_file_get_child (dst_dir, item.filename); in do_copy_move()
782 g_assert_nonnull (dst_file); in do_copy_move()
787 g_file_copy (src_file, dst_file, in do_copy_move()
794 g_file_move (src_file, dst_file, G_FILE_COPY_NOFOLLOW_SYMLINKS, NULL, in do_copy_move()
863 g_object_unref (dst_file); in do_copy_move()
/third_party/python/Lib/test/
Dtest_shutil.py1256 dst_file = os.path.join(dst_dir, 'bar')
1259 rv = shutil.copyfile(src_file, dst_file)
1261 self.assertEqual(read_file(src_file), read_file(dst_file))
1944 self.dst_file = os.path.join(self.dst_dir, filename)
1964 self._check_move_file(self.src_file, self.dst_file, self.dst_file)
1968 self._check_move_file(self.src_file, self.dst_dir, self.dst_file)
1973 self._check_move_file(src, self.dst_dir, self.dst_file)
1978 self._check_move_file(self.src_file, dst, self.dst_file)
2024 with open(self.dst_file, "wb"):
2062 shutil.move(dst, self.dst_file)
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c1757 enum brw_reg_file dst_file = brw_inst_dst_reg_file(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
1870 (BRW_ARCHITECTURE_REGISTER_FILE == dst_file && in special_requirements_for_handling_double_precision_data_types()
1902 (dst_file == BRW_ARCHITECTURE_REGISTER_FILE && in special_requirements_for_handling_double_precision_data_types()
Dbrw_eu_compact.c1775 enum brw_reg_file dst_file = brw_inst_dst_reg_file(devinfo, &inst); in precompact() local
1778 brw_inst_set_dst_file_type(devinfo, &inst, dst_file, BRW_REGISTER_TYPE_UD); in precompact()
/third_party/jsframework/
DBUILD.gn278 dst_file = rebase_path(ark_abc_path)