/aosp_15_r20/external/pytorch/torch/csrc/api/src/serialize/ |
H A D | input-archive.cpp | 137 const std::function<size_t(uint64_t, void*, size_t)>& read_func, in load_from() 144 const std::function<size_t(uint64_t, void*, size_t)>& read_func, in load_from()
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl_to_cpp_common.h | 125 read_func; member
|
/aosp_15_r20/external/tremolo/Tremolo/ |
H A D | ivorbisfile.h | 60 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource); member
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/arch/aarch64/ |
D | arch_features.h | 18 #define CREATE_FEATURE_SUPPORTED(name, read_func, guard) \ argument
|
/aosp_15_r20/external/bsdiff/ |
H A D | bspatch.cc | 69 const std::function<bool(uint8_t*, size_t)>& read_func) { in ReadStreamAndWriteAll()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/arch/aarch32/ |
D | arch_features.h | 18 #define CREATE_FEATURE_SUPPORTED(name, read_func, guard) \ argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_meta/src/ |
D | reader.rs | 227 fn read_func(&mut self) -> Result<FnMetadata> { in read_func() method
|
/aosp_15_r20/system/extras/libfec/ |
H A D | fec_private.h | 157 typedef ssize_t (*read_func)(fec_handle *f, uint8_t *dest, size_t count, typedef
|
/aosp_15_r20/system/unwinding/libunwindstack/ |
H A D | Memory.cpp | 335 size_t (*read_func)(pid_t, uint64_t, void*, size_t) = in Read() local
|
/aosp_15_r20/external/flashrom/include/ |
H A D | flash.h | 281 enum read_func { enum
|
/aosp_15_r20/external/flashrom/ |
H A D | flashrom.c | 644 read_func_t *read_func = lookup_read_func_ptr(flash->chip); in read_flash() local
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_io.py | 1672 def check_flush_and_read(self, read_func): argument
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | cPickle.c | 377 Py_ssize_t (*read_func)(struct Unpicklerobject *, char **, Py_ssize_t); member
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_io.py | 2235 def check_flush_and_read(self, read_func): argument
|