Home
last modified time | relevance | path

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

/aosp_15_r20/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 …]
/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A 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
H A Daudio_streams.rs1008 let copy_func = |buf: &mut AsyncPlaybackBuffer| { in consumption_rate_async() localVariable
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-gobject-structs.cc63 #define HB_DEFINE_BOXED_TYPE(name,copy_func,free_func) \ argument
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DElfTestUtils.cpp61 TestCopyFuncType copy_func) { in TestInitGnuDebugdata()
/aosp_15_r20/external/python/jinja/tests/
Dtest_utils.py56 def test_copy(self, copy_func): argument
/aosp_15_r20/external/mesa3d/src/util/perf/
H A Du_trace.py157 length_arg=None, copy_func=None, is_indirect=False): argument
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/stack/
Dstack.c400 stack_copy_func copy_func, in sk_deep_copy()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/stack/
Dstack.c400 stack_copy_func copy_func, in sk_deep_copy()
/aosp_15_r20/external/boringssl/src/crypto/stack/
H A Dstack.c490 OPENSSL_sk_copy_func copy_func, in OPENSSL_sk_deep_copy()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/stack/
H A Dstack.c490 OPENSSL_sk_copy_func copy_func, in OPENSSL_sk_deep_copy()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_shutil.py1191 def _test_copy_dir(self, copy_func): argument
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_copy_ast.c1695 int (*copy_func)(struct cil_db *db, void *data, void **copy, symtab_t *symtab) = NULL; in __cil_copy_node_helper() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py4932 def copy_func(f): function