Home
last modified time | relevance | path

Searched defs:copy_func (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-gobject-structs.cc63 #define HB_DEFINE_BOXED_TYPE(name,copy_func,free_func) \ argument
/external/python/asn1crypto/asn1crypto/
Dcore.py571 def _copy(self, other, copy_func): argument
784 def _copy(self, other, copy_func): argument
977 def _copy(self, other, copy_func): argument
1308 def _copy(self, other, copy_func): argument
1501 def _copy(self, other, copy_func): argument
1817 def _copy(self, other, copy_func): argument
2059 def _copy(self, other, copy_func): argument
2411 def _copy(self, other, copy_func): argument
2603 def _copy(self, other, copy_func): argument
2818 def _copy(self, other, copy_func): argument
[all …]
/external/crosvm/common/audio_streams/src/
Dcapture.rs370 let mut copy_func = |b: &mut CaptureBuffer| { in sixteen_bit_stereo() localVariable
387 let mut copy_func = |b: &mut CaptureBuffer| { in consumption_rate() localVariable
448 let copy_func = |buf: &mut AsyncCaptureBuffer| { in consumption_rate_async() localVariable
Daudio_streams.rs1022 let copy_func = |buf: &mut AsyncPlaybackBuffer| { in consumption_rate_async() localVariable
/external/python/jinja/tests/
Dtest_utils.py56 def test_copy(self, copy_func): argument
/external/rust/crates/quiche/deps/boringssl/src/crypto/stack/
Dstack.c400 stack_copy_func copy_func, in sk_deep_copy()
/external/boringssl/src/crypto/stack/
Dstack.c434 OPENSSL_sk_copy_func copy_func, in sk_deep_copy()
/external/cronet/third_party/boringssl/src/crypto/stack/
Dstack.c434 OPENSSL_sk_copy_func copy_func, in sk_deep_copy()
/external/python/cpython3/Lib/test/
Dtest_shutil.py1160 def _test_copy_dir(self, copy_func): argument
/external/selinux/libsepol/cil/src/
Dcil_copy_ast.c1711 int (*copy_func)(struct cil_db *db, void *data, void **copy, symtab_t *symtab) = NULL; in __cil_copy_node_helper() local