Searched refs:_copy (Results 1 - 14 of 14) sorted by relevance
/third_party/python/Lib/ |
H A D | pty.py | 128 def _copy(master_fd, master_read=_read, stdin_read=_read): function 139 _copy(master_fd, master_read=master_read, stdin_read=stdin_read) 211 _copy(master_fd, master_read, stdin_read)
|
/third_party/python/Lib/test/ |
H A D | test_pty.py | 306 self.orig_pty__copy = pty._copy 323 pty._copy = self.orig_pty__copy 386 pty._copy(masters[0]) 395 """Test that spawn resets the tty mode no when _copy returns normally.""" 405 pty._copy = lambda _1, _2, _3: None
|
H A D | test_copy.py | 806 def _check_weakref(self, _copy): 811 y = _copy(x) 814 y = _copy(x)
|
H A D | test_shutil.py | 748 def _copy(src, dst): function 751 shutil.copytree(src_dir, dst_dir, copy_function=_copy) 2171 def _copy(src, dst): function 2173 shutil.move(self.src_file, self.dst_dir, copy_function=_copy) 2179 def _copy(src, dst): function 2183 shutil.move(self.src_dir, self.dst_dir, copy_function=_copy)
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | lineargradient.js | 37 this._copy = function() {
|
H A D | pattern.js | 47 this._copy = function() {
|
H A D | radialgradient.js | 40 this._copy = function() {
|
H A D | canvas2dcontext.js | 907 if (this._fillStyle._copy) { 908 var fs = this._fillStyle._copy(); 914 if (this._strokeStyle._copy) { 915 var ss = this._strokeStyle._copy();
|
/third_party/vk-gl-cts/framework/delibs/depool/ |
H A D | dePoolArray.h | 115 DE_INLINE deBool TYPENAME##_copy (DE_PTR_TYPE(TYPENAME) dst, const TYPENAME* src) DE_UNUSED_FUNCTION; \ 189 DE_INLINE deBool TYPENAME##_copy (DE_PTR_TYPE(TYPENAME) dst, const TYPENAME* src) \
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-serialize.hh | 538 _copy (const Type &src, hb_priority<1>, Ts&&... ds) HB_RETURN 542 _copy (const Type &src, hb_priority<0>) -> decltype (&(hb_declval<Type> () = src)) 554 { return _copy (src, hb_prioritize, std::forward<Ts> (ds)...); }
|
/third_party/node/deps/v8/third_party/wasm-api/ |
H A D | wasm.h | 159 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/ |
H A D | buffer.js | 208 function _copy(source, target, targetStart, sourceStart, sourceEnd) { function 821 return _copy(this, target, targetStart, sourceStart, sourceEnd);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 2410 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/ |
H A D | libunwind-dynamic.tex | 372 \_U\_dyn\_op\_copy\_state();
|
Completed in 30 milliseconds