Home
last modified time | relevance | path

Searched defs:from (Results 276 - 300 of 2517) sorted by relevance

1...<<11121314151617181920>>...101

/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dcfg.rs126 fn from(value: bool) -> Self { in from() functions
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dspinlock_wait.h33 uint32_t from; member
/third_party/rust/crates/rustix/src/net/
H A Dsocket_addr_any.rs37 fn from(from: SocketAddrV4) -> Self { in from() functions
44 fn from(from: SocketAddrV6) -> Self { in from() functions
52 fn from(from: SocketAddrUnix) -> Self { in from() functions
[all...]
/third_party/rust/crates/nom/tests/
H A Dcustom_errors.rs16 fn from(error: (&'a str, ErrorKind)) -> Self { in from() functions
/third_party/rust/crates/regex/src/
H A Dexpand.rs113 fn from(x: &'a str) -> Ref<'a> { in from() functions
119 fn from(x: usize) -> Ref<'static> { in from() functions
/third_party/rust/crates/syn/src/
H A Dmacros.rs102 fn from(e: $member) -> $name { in from() functions
/drivers/peripheral/user_auth/hdi_service/database/src/
H A Dfile_manager_utils.c72 ResultCode StreamWrite(Buffer *parcel, void *from, uint32_t size) in StreamWrite() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dchecked_cast.h51 bad_checked_cast(std::type_info const &from, std::type_info const &to) : from(&from), to(&to) in bad_checked_cast() argument
71 std::type_info const *from; member in bad_checked_cast::std
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_model_ng.cpp23 Create( uint32_t totalCount, const std::map<std::string, std::pair<bool, uint32_t>>& templateCachedCountMap, const std::function<void(uint32_t forIndex)>& onCreateNode, const std::function<void(const std::string& fromKey, uint32_t forIndex)>& onUpdateNode, const std::function<std::list<std::string>(uint32_t from, uint32_t to)>& onGetKeys4Range, const std::function<std::list<std::string>(uint32_t from, uint32_t to)>& onGetTypes4Range, const std::function<void(int32_t from, int32_t to)>& onSetActiveRange) Create() argument
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avcallmetadata_fuzzer/
H A Davcallmetadata_fuzzer.cpp76 AVCallMetaData from; in AVCallMetaDataFuzzTest() local
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmod.rs175 fn from(value: Uploader<R, U>) -> Self { in from() functions
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Derror.rs88 fn from(err: reqwest::Error) -> Self { in from() functions
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dsession_manager.cpp39 Session SessionManager::GetSession(const SessionPoint &from, const std::string &targetDeviceId) const in GetSession() argument
83 GetAuthParams(const SessionPoint &from, std::string &bundleName, int32_t &auth) const GetAuthParams() argument
104 CheckSession(const SessionPoint &from, const SessionPoint &to) const CheckSession() argument
[all...]
/foundation/filemanagement/app_file_service/tests/mock/b_filesystem/
H A Db_file_mock.cpp82 bool BFile::CopyFile(const string &from, const string &to) in CopyFile() argument
87 bool BFile::MoveFile(const string &from, const string &to) in MoveFile() argument
/kernel/linux/linux-5.10/arch/x86/um/asm/
H A Dprocessor_32.h44 static inline void arch_copy_thread(struct arch_thread *from, in arch_copy_thread() argument
/kernel/linux/linux-5.10/block/partitions/
H A Dcheck.h15 sector_t from; member
38 put_partition(struct parsed_partitions *p, int n, sector_t from, sector_t size) in put_partition() argument
/kernel/linux/linux-5.10/arch/arm/lib/
H A Duaccess_with_memcpy.c90 __copy_to_user_memcpy(void __user *to, const void *from, unsigned long n) in __copy_to_user_memcpy() argument
143 arm_copy_to_user(void __user *to, const void *from, unsigned long n) in arm_copy_to_user() argument
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dusercopy_32.c97 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel() argument
332 unsigned long __copy_user_ll(void *to, const void *from, unsigned long n) in __copy_user_ll() argument
200 __copy_user_intel_nocache(void *to, const void __user *from, unsigned long size) __copy_user_intel_nocache() argument
344 __copy_from_user_ll_nocache_nozero(void *to, const void __user *from, unsigned long n) __copy_from_user_ll_nocache_nozero() argument
[all...]
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dalternative.c47 u32 *from, cond, replacement; in apply_alternatives() local
/kernel/linux/linux-5.10/arch/ia64/mm/
H A Dnuma.c39 int __node_distance(int from, int to) in __node_distance() argument
/kernel/linux/linux-5.10/drivers/mtd/maps/
H A Dpxa2xx-flash.c25 static void pxa2xx_map_inval_cache(struct map_info *map, unsigned long from, in pxa2xx_map_inval_cache() argument
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Duaccess.h243 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() argument
249 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() argument
/kernel/linux/linux-6.6/arch/arm/lib/
H A Duaccess_with_memcpy.c93 __copy_to_user_memcpy(void __user *to, const void *from, unsigned long n) in __copy_to_user_memcpy() argument
141 arm_copy_to_user(void __user *to, const void *from, unsigned long n) in arm_copy_to_user() argument
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dcopypage-v6.c30 v6_copy_user_highpage_nonaliasing(struct page *to, struct page *from, unsigned long vaddr, struct vm_area_struct *vma) v6_copy_user_highpage_nonaliasing() argument
69 v6_copy_user_highpage_aliasing(struct page *to, struct page *from, unsigned long vaddr, struct vm_area_struct *vma) v6_copy_user_highpage_aliasing() argument
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dalternative.c48 u32 *from, replacement; in apply_alternatives() local

Completed in 14 milliseconds

1...<<11121314151617181920>>...101