Home
last modified time | relevance | path

Searched refs:copy_to (Results 1 – 25 of 1411) sorted by relevance

12345678910>>...57

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/rust/stracciatella/src/config/
H A Dja2_json.rs57 macro_rules! copy_to { in apply_to_engine_options() macro
72 copy_to!(content.game_dir, engine_options.vanilla_game_dir); in apply_to_engine_options()
75 copy_to!(content.mods, engine_options.mods); in apply_to_engine_options()
76 copy_to!(content.res, engine_options.resolution); in apply_to_engine_options()
77 copy_to!(content.brightness, engine_options.brightness); in apply_to_engine_options()
80 copy_to!(content.scaling, engine_options.scaling_quality); in apply_to_engine_options()
89 macro_rules! copy_to { in write() macro
109 copy_to!(engine_options.mods, content.mods); in write()
110 copy_to!(engine_options.resolution, content.res); in write()
111 copy_to!(engine_options.brightness, content.brightness); in write()
[all …]
/dports/textproc/p5-HTML-Copy/HTML-Copy-1.31/t/
H A Dparse.t80 $p->copy_to($destination);
102 ##=== copy_to shift_jis
104 $p->copy_to($destination);
160 ##=== copy_to
161 $p->copy_to($destination);
173 $p->copy_to($out);
187 $p->copy_to($out);
255 ##=== copy_to
256 $p->copy_to($destination);
305 ##=== copy_to
[all …]
/dports/sysutils/dar/dar-2.5.14-bis/src/testing/
H A Dtest_compressor.cpp82 src1.copy_to(c1); in f1()
83 src2.copy_to(c2); in f1()
84 src3.copy_to(c3); in f1()
90 src2.copy_to(c2); in f1()
96 src3.copy_to(c3); in f1()
126 c1.copy_to(dst1); in f1()
130 c2.copy_to(dst2); in f1()
137 c2.copy_to(dst2); in f1()
142 c3.copy_to(dst3); in f1()
149 c3.copy_to(dst3); in f1()
H A Dtest_generic_thread.cpp86 t1->copy_to(dst); in f1()
93 t1->copy_to(dst); in f1()
100 t1->copy_to(dst); in f1()
106 dst.copy_to(*t1); in f1()
118 src_f->copy_to(t1); in f2()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/background_migration/
H A Dcopy_column_using_background_migration_job.rb29 … perform(start_id, end_id, batch_table, batch_column, sub_batch_size, pause_ms, copy_from, copy_to) argument
31 copy_to = Array.wrap(copy_to)
33 …rror, 'number of source and destination columns must match' unless copy_from.count == copy_to.count
35 assignment_clauses = column_assignment_clauses(copy_from, copy_to)
63 def column_assignment_clauses(copy_from, copy_to) argument
64 assignments = copy_from.zip(copy_to).map do |from_column, to_column|
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/devices/impl/
H A DDeviceMediaRendererManual.java420 File copy_to = getCopyToFolder(); in doCopy() local
457 if ( isLivenessDetectable() && !isAlive() && ( copy_to == null || !copy_to.exists())){ in doCopy()
470 if ( copy_to == null ){ in doCopy()
476 }else if ( !copy_to.exists()){ in doCopy()
482 File parent = copy_to.getParentFile(); in doCopy()
486 copy_to.mkdir(); in doCopy()
489 if ( !copy_to.exists()){ in doCopy()
502 if ( !copy_to.canWrite()){ in doCopy()
561 File target = new File( copy_to, file.getName()); in doCopy()
578 log( "Copied file '" + file + ": to " + copy_to ); in doCopy()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp29 a.copy_to(buffer, ex::element_aligned_tag()); in test_store()
37 a.copy_to(buffer, ex::vector_aligned_tag()); in test_store()
45 a.copy_to(buffer, ex::overaligned_tag<32>()); in test_store()
54 a.copy_to(buffer, ex::element_aligned); in test_store()
62 a.copy_to(buffer, ex::vector_aligned); in test_store()
70 a.copy_to(buffer, ex::overaligned<32>); in test_store()
82 a.copy_to(buffer, ex::element_aligned_tag()); in test_converting_store()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp29 a.copy_to(buffer, ex::element_aligned_tag()); in test_store()
37 a.copy_to(buffer, ex::vector_aligned_tag()); in test_store()
45 a.copy_to(buffer, ex::overaligned_tag<32>()); in test_store()
54 a.copy_to(buffer, ex::element_aligned); in test_store()
62 a.copy_to(buffer, ex::vector_aligned); in test_store()
70 a.copy_to(buffer, ex::overaligned<32>); in test_store()
82 a.copy_to(buffer, ex::element_aligned_tag()); in test_converting_store()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp29 a.copy_to(buffer, ex::element_aligned_tag()); in test_store()
37 a.copy_to(buffer, ex::vector_aligned_tag()); in test_store()
45 a.copy_to(buffer, ex::overaligned_tag<32>()); in test_store()
54 a.copy_to(buffer, ex::element_aligned); in test_store()
62 a.copy_to(buffer, ex::vector_aligned); in test_store()
70 a.copy_to(buffer, ex::overaligned<32>); in test_store()
82 a.copy_to(buffer, ex::element_aligned_tag()); in test_converting_store()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp29 a.copy_to(buffer, ex::element_aligned_tag()); in test_store()
37 a.copy_to(buffer, ex::vector_aligned_tag()); in test_store()
45 a.copy_to(buffer, ex::overaligned_tag<32>()); in test_store()
54 a.copy_to(buffer, ex::element_aligned); in test_store()
62 a.copy_to(buffer, ex::vector_aligned); in test_store()
70 a.copy_to(buffer, ex::overaligned<32>); in test_store()
82 a.copy_to(buffer, ex::element_aligned_tag()); in test_converting_store()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp29 a.copy_to(buffer, ex::element_aligned_tag()); in test_store()
37 a.copy_to(buffer, ex::vector_aligned_tag()); in test_store()
45 a.copy_to(buffer, ex::overaligned_tag<32>()); in test_store()
54 a.copy_to(buffer, ex::element_aligned); in test_store()
62 a.copy_to(buffer, ex::vector_aligned); in test_store()
70 a.copy_to(buffer, ex::overaligned<32>); in test_store()
82 a.copy_to(buffer, ex::element_aligned_tag()); in test_converting_store()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp29 a.copy_to(buffer, ex::element_aligned_tag()); in test_store()
37 a.copy_to(buffer, ex::vector_aligned_tag()); in test_store()
45 a.copy_to(buffer, ex::overaligned_tag<32>()); in test_store()
54 a.copy_to(buffer, ex::element_aligned); in test_store()
62 a.copy_to(buffer, ex::vector_aligned); in test_store()
70 a.copy_to(buffer, ex::overaligned<32>); in test_store()
82 a.copy_to(buffer, ex::element_aligned_tag()); in test_converting_store()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp29 a.copy_to(buffer, ex::element_aligned_tag()); in test_store()
37 a.copy_to(buffer, ex::vector_aligned_tag()); in test_store()
45 a.copy_to(buffer, ex::overaligned_tag<32>()); in test_store()
54 a.copy_to(buffer, ex::element_aligned); in test_store()
62 a.copy_to(buffer, ex::vector_aligned); in test_store()
70 a.copy_to(buffer, ex::overaligned<32>); in test_store()
82 a.copy_to(buffer, ex::element_aligned_tag()); in test_converting_store()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp29 a.copy_to(buffer, ex::element_aligned_tag()); in test_store()
37 a.copy_to(buffer, ex::vector_aligned_tag()); in test_store()
45 a.copy_to(buffer, ex::overaligned_tag<32>()); in test_store()
54 a.copy_to(buffer, ex::element_aligned); in test_store()
62 a.copy_to(buffer, ex::vector_aligned); in test_store()
70 a.copy_to(buffer, ex::overaligned<32>); in test_store()
82 a.copy_to(buffer, ex::element_aligned_tag()); in test_converting_store()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp29 a.copy_to(buffer, ex::element_aligned_tag()); in test_store()
37 a.copy_to(buffer, ex::vector_aligned_tag()); in test_store()
45 a.copy_to(buffer, ex::overaligned_tag<32>()); in test_store()
54 a.copy_to(buffer, ex::element_aligned); in test_store()
62 a.copy_to(buffer, ex::vector_aligned); in test_store()
70 a.copy_to(buffer, ex::overaligned<32>); in test_store()
82 a.copy_to(buffer, ex::element_aligned_tag()); in test_converting_store()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp29 a.copy_to(buffer, ex::element_aligned_tag()); in test_store()
37 a.copy_to(buffer, ex::vector_aligned_tag()); in test_store()
45 a.copy_to(buffer, ex::overaligned_tag<32>()); in test_store()
54 a.copy_to(buffer, ex::element_aligned); in test_store()
62 a.copy_to(buffer, ex::vector_aligned); in test_store()
70 a.copy_to(buffer, ex::overaligned<32>); in test_store()
82 a.copy_to(buffer, ex::element_aligned_tag()); in test_converting_store()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp29 a.copy_to(buffer, ex::element_aligned_tag()); in test_store()
37 a.copy_to(buffer, ex::vector_aligned_tag()); in test_store()
45 a.copy_to(buffer, ex::overaligned_tag<32>()); in test_store()
54 a.copy_to(buffer, ex::element_aligned); in test_store()
62 a.copy_to(buffer, ex::vector_aligned); in test_store()
70 a.copy_to(buffer, ex::overaligned<32>); in test_store()
82 a.copy_to(buffer, ex::element_aligned_tag()); in test_converting_store()
/dports/databases/py-PyGreSQL/PyGreSQL-5.2/tests/
H A Dtest_dbapi20_copy.py425 call = self.cursor.copy_to
443 ret = self.copy_to()
455 ret = self.copy_to(decode=False)
466 ret = self.copy_to(decode=True)
476 ret = self.copy_to()
490 ret = list(self.copy_to(sep='-'))
497 ret = list(self.copy_to())
525 ret = self.copy_to(format='csv')
539 ret = self.copy_to(format='binary')
557 ret = self.cursor.copy_to(
[all …]
/dports/www/py-django-extensions/django-extensions-3.0.5/django_extensions/management/commands/
H A Dcreate_template_tags.py38 def copy_template(template_name, copy_to, tag_library_name): argument
48 if relative_dir and not os.path.exists(os.path.join(copy_to, relative_dir)):
49 os.mkdir(os.path.join(copy_to, relative_dir))
57 path_new = os.path.join(copy_to, relative_dir, f.replace('sample', tag_library_name))
59 path_new = os.path.join(copy_to, relative_dir, f)
/dports/security/clamav-lts/clamav-0.103.5/win32/compat/
H A Dw32_stat.c100 wchar_t *copy_from, *copy_to; in uncpath() local
103 copy_to = stripme; in uncpath()
107 copy_to = wcsrchr(strip_from, L'\\'); in uncpath()
108 if (!copy_to) in uncpath()
109 copy_to = stripme; in uncpath()
115 *copy_to = *copy_from; in uncpath()
117 copy_to++; in uncpath()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Revoropt/include/Revoropt/Tools/
H A Dcontainer_wrapper.hpp135 void copy_to(SimiliIterator<T>** target) const { in copy_to() function in Revoropt::EndIterator
228 void copy_to( SimiliIterator<T>** target ) const { in copy_to() function in Revoropt::IteratorWrapper
294 void copy_to( SimiliIterator<T>** target ) const { in copy_to() function in Revoropt::IteratorWrapper
366 void copy_to( SimiliIterator<T>** target ) const { in copy_to() function in Revoropt::IteratorFlattener
432 void copy_to( SimiliIterator<T>** target ) const { in copy_to() function in Revoropt::IteratorFlattener
467 rhs.it_->copy_to(&it_) ; in GenericIterator()
473 rhs.it_->copy_to(&it_) ; in operator =()
547 rhs.it_->copy_to(&it_) ; in GenericIterator()
550 rhs.it_->copy_to(&it_) ; in GenericIterator()
556 rhs.it_->copy_to(&it_) ; in operator =()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/tools/
H A Dpacket.cc124 void Packet::ConvertHeader(WebRtcRTPHeader* copy_to) const { in ConvertHeader()
125 memcpy(&copy_to->header, &header_, sizeof(header_)); in ConvertHeader()
126 copy_to->frameType = kAudioFrameSpeech; in ConvertHeader()
127 copy_to->type.Audio.numEnergy = 0; in ConvertHeader()
128 copy_to->type.Audio.channel = 1; in ConvertHeader()
129 copy_to->type.Audio.isCNG = false; in ConvertHeader()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/tools/
H A Dpacket.cc129 void Packet::ConvertHeader(WebRtcRTPHeader* copy_to) const { in ConvertHeader()
130 memcpy(&copy_to->header, &header_, sizeof(header_)); in ConvertHeader()
131 copy_to->frameType = kAudioFrameSpeech; in ConvertHeader()
132 copy_to->type.Audio.numEnergy = 0; in ConvertHeader()
133 copy_to->type.Audio.channel = 1; in ConvertHeader()
134 copy_to->type.Audio.isCNG = false; in ConvertHeader()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dpacket.cc124 void Packet::ConvertHeader(WebRtcRTPHeader* copy_to) const { in ConvertHeader()
125 memcpy(&copy_to->header, &header_, sizeof(header_)); in ConvertHeader()
126 copy_to->frameType = kAudioFrameSpeech; in ConvertHeader()
127 copy_to->type.Audio.numEnergy = 0; in ConvertHeader()
128 copy_to->type.Audio.channel = 1; in ConvertHeader()
129 copy_to->type.Audio.isCNG = false; in ConvertHeader()
/dports/security/clamav/clamav-0.104.2/win32/compat/
H A Dw32_stat.c100 wchar_t *copy_from, *copy_to; in uncpath() local
103 copy_to = stripme; in uncpath()
107 copy_to = wcsrchr(strip_from, L'\\'); in uncpath()
108 if (!copy_to) in uncpath()
109 copy_to = stripme; in uncpath()
115 *copy_to = *copy_from; in uncpath()
117 copy_to++; in uncpath()

12345678910>>...57