/aosp_15_r20/external/python/asn1crypto/asn1crypto/ |
D | core.py | 571 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 D | capture.rs | 370 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 D | audio_streams.rs | 1008 let copy_func = |buf: &mut AsyncPlaybackBuffer| { in consumption_rate_async() localVariable
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-gobject-structs.cc | 63 #define HB_DEFINE_BOXED_TYPE(name,copy_func,free_func) \ argument
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | ElfTestUtils.cpp | 61 TestCopyFuncType copy_func) { in TestInitGnuDebugdata()
|
/aosp_15_r20/external/python/jinja/tests/ |
D | test_utils.py | 56 def test_copy(self, copy_func): argument
|
/aosp_15_r20/external/mesa3d/src/util/perf/ |
H A D | u_trace.py | 157 length_arg=None, copy_func=None, is_indirect=False): argument
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/stack/ |
D | stack.c | 400 stack_copy_func copy_func, in sk_deep_copy()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/stack/ |
D | stack.c | 400 stack_copy_func copy_func, in sk_deep_copy()
|
/aosp_15_r20/external/boringssl/src/crypto/stack/ |
H A D | stack.c | 490 OPENSSL_sk_copy_func copy_func, in OPENSSL_sk_deep_copy()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/stack/ |
H A D | stack.c | 490 OPENSSL_sk_copy_func copy_func, in OPENSSL_sk_deep_copy()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_shutil.py | 1191 def _test_copy_dir(self, copy_func): argument
|
/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A D | cil_copy_ast.c | 1695 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 D | common_utils.py | 4932 def copy_func(f): function
|