| /third_party/typescript/tests/baselines/reference/ |
| H A D | moduleAugmentationDeclarationEmit1.js | 4 import { Observable } from "./observable" function
|
| H A D | moduleAugmentationDeclarationEmit2.js | 4 import { Observable } from "./observable" function
|
| H A D | moduleAugmentationExtendAmbientModule2.js | 4 import { Observable } from "observable" function
|
| H A D | moduleAugmentationExtendFileModule1.js | 4 import { Observable } from "./observable" function
|
| H A D | moduleAugmentationExtendFileModule2.js | 4 import { Observable } from "./observable" function
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/ |
| H A D | conv.rs | 108 fn from(c: *mut T) -> ArgReg<'a, Num> { in from() functions 115 fn from(c: *const T) -> ArgReg<'a, Num> { in from() functions 123 fn from(c: &'a CStr) -> Self { in from() functions 131 fn from(t: Option<&'a CStr>) -> Self { in from() functions 145 fn from(fd: BorrowedFd<'a>) -> Self { in from() functions 273 fn from(i: ClockId) -> Self { in from() functions 281 fn from( functions 295 fn from(mode: Mode) -> Self { from() functions 303 fn from(pair: (Mode, FileType)) -> Self { from() functions 311 fn from(flags: crate::fs::AtFlags) -> Self { from() functions 319 fn from(flags: crate::fs::MemfdFlags) -> Self { from() functions 327 fn from(flags: crate::fs::RenameFlags) -> Self { from() functions 335 fn from(flags: crate::fs::StatxFlags) -> Self { from() functions 342 fn from(flags: crate::io::FdFlags) -> Self { from() functions 349 fn from(flags: crate::io::PipeFlags) -> Self { from() functions 356 fn from(flags: crate::io::DupFlags) -> Self { from() functions 363 fn from(flags: crate::io::ReadWriteFlags) -> Self { from() functions 370 fn from(flags: crate::io::EventfdFlags) -> Self { from() functions 377 fn from(flags: crate::io::epoll::CreateFlags) -> Self { from() functions 385 fn from(flags: crate::backend::mm::types::ProtFlags) -> Self { from() functions 393 fn from(flags: crate::backend::mm::types::MsyncFlags) -> Self { from() functions 401 fn from(flags: crate::backend::mm::types::MremapFlags) -> Self { from() functions 409 fn from(flags: crate::backend::mm::types::MlockFlags) -> Self { from() functions 417 fn from(flags: crate::backend::mm::types::MapFlags) -> Self { from() functions 425 fn from(flags: crate::backend::mm::types::MprotectFlags) -> Self { from() functions 433 fn from(flags: crate::backend::mm::types::UserfaultfdFlags) -> Self { from() functions 442 fn from(cmd: crate::backend::process::types::MembarrierCommand) -> Self { from() functions 449 fn from(cpuid: crate::process::Cpuid) -> Self { from() functions 490 fn from(oflags: OFlags) -> Self { from() functions 505 fn from(flags: crate::fs::FallocateFlags) -> Self { from() functions 513 fn from(resource: Resource) -> Self { from() functions 520 fn from(pid: Pid) -> Self { from() functions 532 fn from(sig: Signal) -> Self { from() functions 540 fn from(advice: crate::fs::Advice) -> Self { from() functions 548 fn from(flags: crate::fs::SealFlags) -> Self { from() functions 556 fn from(flags: crate::io_uring::IoringEnterFlags) -> Self { from() functions 564 fn from(flags: crate::time::TimerfdFlags) -> Self { from() functions 572 fn from(flags: crate::time::TimerfdTimerFlags) -> Self { from() functions 580 fn from(flags: crate::rand::GetRandomFlags) -> Self { from() functions 588 fn from(flags: crate::net::RecvFlags) -> Self { from() functions 596 fn from(flags: crate::net::SendFlags) -> Self { from() functions 604 fn from(flags: crate::net::AcceptFlags) -> Self { from() functions 612 fn from(family: crate::net::AddressFamily) -> Self { from() functions 622 fn from(pair: (crate::net::SocketType, crate::net::SocketFlags)) -> Self { from() functions 632 fn from(pair: (crate::thread::FutexOperation, crate::thread::FutexFlags)) -> Self { from() functions 640 fn from(access: crate::fs::Access) -> Self { from() functions 648 fn from(type_: crate::net::SocketType) -> Self { from() functions 656 fn from(protocol: crate::net::Protocol) -> Self { from() functions 663 fn from(t: &'a mut MaybeUninit<T>) -> Self { from() functions 672 fn from(flags: crate::backend::fs::types::MountFlagsArg) -> Self { from() functions [all...] |
| /base/security/asset/frameworks/definition/src/ |
| H A D | macros.rs | 173 fn from(value: $t) -> Self { in from() functions
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| H A D | osal_addr.c | 75 unsigned long osal_copy_from_user(void *to, const void *from, unsigned long n) in osal_copy_from_user() argument 81 unsigned long osal_copy_to_user(void *to, const void *from, unsigned long n) in osal_copy_to_user() argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_specific.h | 61 MALI_STATIC_INLINE u32 _mali_osk_copy_from_user(void *to, void *from, u32 n) in _mali_osk_copy_from_user() argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_specific.h | 62 MALI_STATIC_INLINE u32 _mali_osk_copy_from_user(void *to, void *from, u32 n) in _mali_osk_copy_from_user() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | shadow.cpp | 23 Shadow Shadow::Blend(const Shadow& to, const Shadow& from, float progress) in Blend() argument
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| H A D | quaternion.cpp | 33 Quaternion from = *this; in Slerp() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
| H A D | data_change_listener.cpp | 56 void CJDataChangeListener::OnDataMoved(size_t from, size_t to) in OnDataMoved() argument
|
| /foundation/arkui/ace_engine/test/mock/core/render/ |
| H A D | mock_paragraph.cpp | 49 void MockParagraph::UpdateColor(size_t from, size_t to, const Color& color) {} in UpdateColor() argument
|
| /foundation/arkui/ace_engine/test/unittest/base/ |
| H A D | transform_util_test.cpp | 113 TransformOperation from = TransformOperation::Create(TransformOperationType::UNDEFINED); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
| H A D | for_each_base_node.h | 29 virtual void RecycleItems(int32_t from, int32_t to) {} in RecycleItems() argument 30 virtual void FireOnMove(int32_t from, int32_t to) in FireOnMove() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
| H A D | endian_convert.h | 33 template<typename T> T HostToNet(const T &from) in HostToNet() argument 49 template<typename T> T NetToHost(const T &from) in NetToHost() argument
|
| /kernel/linux/linux-5.10/arch/x86/lib/ |
| H A D | mmx_32.c | 39 void *_mmx_memcpy(void *to, const void *from, size_t len) in _mmx_memcpy() argument 169 static void fast_copy_page(void *to, void *from) in fast_copy_page() argument 291 fast_copy_page(void *to, void *from) fast_copy_page() argument 369 slow_copy_page(void *to, void *from) slow_copy_page() argument 381 mmx_copy_page(void *to, void *from) mmx_copy_page() argument [all...] |
| H A D | memcpy_32.c | 8 __visible void *memcpy(void *to, const void *from, size_t n) in memcpy() argument
|
| H A D | copy_mc.c | 30 copy_mc_fragile_handle_tail(char *to, char *from, unsigned len) in copy_mc_fragile_handle_tail() argument
|
| /kernel/linux/linux-5.10/arch/x86/um/asm/ |
| H A D | processor_64.h | 28 static inline void arch_copy_thread(struct arch_thread *from, in arch_copy_thread() argument
|
| /kernel/linux/linux-5.10/arch/arm64/lib/ |
| H A D | uaccess_flushcache.c | 28 unsigned long __copy_user_flushcache(void *to, const void __user *from, in __copy_user_flushcache() argument
|
| /kernel/linux/linux-5.10/arch/arm/mm/ |
| H A D | copypage-xscale.c | 35 static void mc_copy_user_page(void *from, void *to) in mc_copy_user_page() argument 83 void xscale_mc_copy_user_highpage(struct page *to, struct page *from, in xscale_mc_copy_user_highpage() argument 89 __flush_dcache_page(page_mapping_file(from), from); in xscale_mc_copy_user_highpage() local
|
| H A D | copypage-v6.c | 75 __flush_dcache_page(page_mapping_file(from), from); in v6_copy_user_highpage_aliasing() local 29 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 68 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
|
| H A D | copypage-v4mc.c | 39 static void mc_copy_user_page(void *from, void *to) in mc_copy_user_page() argument 63 void v4_mc_copy_user_highpage(struct page *to, struct page *from, in v4_mc_copy_user_highpage() argument 69 __flush_dcache_page(page_mapping_file(from), from); in v4_mc_copy_user_highpage() local
|