Home
last modified time | relevance | path

Searched refs:_copy (Results 1 – 20 of 20) sorted by relevance

/third_party/python/Lib/test/
Dtest_pty.py325 self.orig_pty__copy = pty._copy
342 pty._copy = self.orig_pty__copy
404 pty._copy(masters[0])
432 self.assertEqual(pty._copy(masters[0]), None)
445 pty._copy = lambda _1, _2, _3: None
Dtest_copy.py778 def _check_weakref(self, _copy): argument
783 y = _copy(x)
786 y = _copy(x)
Dtest_shutil.py723 def _copy(src, dst): function
726 shutil.copytree(src_dir, dst_dir, copy_function=_copy)
2112 def _copy(src, dst): function
2114 shutil.move(self.src_file, self.dst_dir, copy_function=_copy)
2120 def _copy(src, dst): function
2124 shutil.move(self.src_dir, self.dst_dir, copy_function=_copy)
/third_party/libsnd/src/
Dtest_endswap.tpl69 endswap_[+ (get "name") +]_copy (first, orig, ARRAY_LEN (first)) ;
70 endswap_[+ (get "name") +]_copy (second, first, ARRAY_LEN (second)) ;
95 endswap_[+ (get "name") +]_copy (first, orig, ARRAY_LEN (first)) ;
96 endswap_[+ (get "name") +]_copy (first, first, ARRAY_LEN (first)) ;
/third_party/elfio/
D.gitignore29 tests/elf_examples/*_copy
30 tests/elf_examples/*_copy.elf
/third_party/python/Lib/
Dpty.py134 def _copy(master_fd, master_read=_read, stdin_read=_read): function
181 _copy(master_fd, master_read, stdin_read)
/third_party/vk-gl-cts/framework/delibs/depool/
DdePoolArray.h115 DE_INLINE deBool TYPENAME##_copy (DE_PTR_TYPE(TYPENAME) dst, const TYPENAME* src) DE_UNUSED_FUN…
189 DE_INLINE deBool TYPENAME##_copy (DE_PTR_TYPE(TYPENAME) dst, const TYPENAME* src) \
/third_party/skia/modules/canvaskit/htmlcanvas/
Dpattern.js47 this._copy = function() { method in CanvasPattern
Dlineargradient.js37 this._copy = function() { method in LinearCanvasGradient
Dradialgradient.js40 this._copy = function() { method in RadialCanvasGradient
Dcanvas2dcontext.js907 if (this._fillStyle._copy) {
908 var fs = this._fillStyle._copy();
914 if (this._strokeStyle._copy) {
915 var ss = this._strokeStyle._copy();
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-serialize.hh538 _copy (const Type &src, hb_priority<1>, Ts&&... ds) HB_RETURN in _copy() function
542 _copy (const Type &src, hb_priority<0>) -> decltype (&(hb_declval<Type> () = src)) in _copy()
554 { return _copy (src, hb_prioritize, std::forward<Ts> (ds)...); } in copy()
/third_party/node/deps/v8/third_party/wasm-api/
Dwasm.h159 own wasm_##name##_t* wasm_##name##_copy(wasm_##name##_t*);
324 own wasm_##name##_t* wasm_##name##_copy(const wasm_##name##_t*); \
/third_party/node/lib/
Dbuffer.js208 function _copy(source, target, targetStart, sourceStart, sourceEnd) { function
821 return _copy(this, target, targetStart, sourceStart, sourceEnd);
/third_party/node/deps/v8/src/wasm/
Dc-api.cc2410 v2[i] = adopt_##name(wasm_##name##_copy(v->data[i])); \
2506 wasm_##name##_t* wasm_##name##_copy(wasm_##name##_t* t) { \
2728 wasm_##name##_t* wasm_##name##_copy(const wasm_##name##_t* t) { \
/third_party/libunwind/libunwind/doc/
Dlibunwind-dynamic.tex372 \_U\_dyn\_op\_copy\_state();
/third_party/node/deps/v8/test/torque/
Dtest-torque.tq797 const _copy = x;
/third_party/json/
DChangeLog.md1291 - is\_nothrow\_copy\_constructible fails for json::const\_iterator on MSVC2015 x86 Debug build [\#1…
/third_party/node/deps/openssl/openssl/
DCHANGES.md11751 (These simply call ..._new and ..._copy).
/third_party/openssl/
DCHANGES.md11573 (These simply call ..._new and ..._copy).