/third_party/typescript/tests/baselines/reference/ |
H A D | es6ImportNameSpaceImportInEs5.js | 7 import * as nameSpaceBinding from "./es6ImportNameSpaceImportInEs5_0"; 9 import * as nameSpaceBinding2 from "./es6ImportNameSpaceImportInEs5_0"; // elide this
|
H A D | importElisionConstEnumMerge1.js | 9 import { Enum } from "./enum"; 16 import { Enum } from "./merge";
|
H A D | annotationDeclarationReexport2.js | 9 export * as AA from "./A"; 13 import {AA} from "./B";
|
H A D | typeOnlyMerge1.js | 8 import { A } from "./a"; 13 import { A } from "./b";
|
H A D | typeReferenceRelatedFiles.js | 16 import { FSWatcher } from "fs"; 34 import { FSWatcher } from "fs";
|
H A D | umdGlobalConflict.js | 12 import * as v1 from './v1'; 13 import * as v2 from './v2';
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_output.c | 460 /* Note: skb->sk can be different from sk, in case of tunnels */ 558 static void ip_copy_metadata(struct sk_buff *to, struct sk_buff *from) in ip_copy_metadata() argument 560 to->pkt_type = from->pkt_type; in ip_copy_metadata() 561 to->priority = from->priority; in ip_copy_metadata() 562 to->protocol = from->protocol; in ip_copy_metadata() 563 to->skb_iif = from->skb_iif; in ip_copy_metadata() 565 skb_dst_copy(to, from); in ip_copy_metadata() 566 to->dev = from->dev; in ip_copy_metadata() 567 to->mark = from->mark; in ip_copy_metadata() 569 skb_copy_hash(to, from); in ip_copy_metadata() 668 ip_frag_ipcb(struct sk_buff *from, struct sk_buff *to, bool first_frag) ip_frag_ipcb() argument 939 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) ip_generic_getfrag() argument 967 __ip_append_data(struct sock *sk, struct flowi4 *fl4, struct sk_buff_head *queue, struct inet_cork *cork, struct page_frag *pfrag, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb), void *from, int length, int transhdrlen, unsigned int flags) __ip_append_data() argument 1314 ip_append_data(struct sock *sk, struct flowi4 *fl4, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb), void *from, int length, int transhdrlen, struct ipcm_cookie *ipc, struct rtable **rtp, unsigned int flags) ip_append_data() argument 1633 ip_make_skb(struct sock *sk, struct flowi4 *fl4, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb), void *from, int length, int transhdrlen, struct ipcm_cookie *ipc, struct rtable **rtp, struct inet_cork *cork, unsigned int flags) ip_make_skb() argument [all...] |
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdcore.c | 437 * The @wunit argument can be extracted from an absolute offset using 470 * mtd_pairing_info_to_wunit - get wunit from pairing information 801 * Remove a device from the list of MTD devices present in the system, 1165 * Removes a callback function pair from the list of 'users' to be 1418 int mtd_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, in mtd_point() argument 1429 if (from < 0 || from >= mtd->size || len > mtd->size - from) in mtd_point() 1434 from = mtd_get_master_ofs(mtd, from); in mtd_point() 1440 mtd_unpoint(struct mtd_info *mtd, loff_t from, size_t len) mtd_unpoint() argument 1496 mtd_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) mtd_read() argument 1590 mtd_read_oob_std(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) mtd_read_oob_std() argument 1685 mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) mtd_read_oob() argument 2139 mtd_read_fact_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) mtd_read_fact_prot_reg() argument 2166 mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) mtd_read_user_prot_reg() argument 2203 mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len) mtd_lock_user_prot_reg() argument 2215 mtd_erase_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len) mtd_erase_user_prot_reg() argument [all...] |
/base/telephony/sms_mms/frameworks/js/napi/include/ |
H A D | napi_mms.h | 76 MmsAddress from; member 99 MmsAddress from; member 120 MmsAddress from; member 150 MmsAddress from; member 159 MmsAddress from; member
|
/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_decoder_v30.cpp | 124 std::string VCardDecoderV30::UnescapeText(const std::string &from) in UnescapeText() argument 127 for (size_t i = 0; i < from.length(); i++) { in UnescapeText() 128 auto ch = from[i]; in UnescapeText() 129 if (ch == '\\' && i < from.length() - 1) { in UnescapeText() 130 char nextCh = from[++i]; in UnescapeText()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_animate_declaration.h | 36 std::string from; member 158 return attribute.from; in GetFrom() 161 void SetFrom(const std::string& from) in SetFrom() argument 164 attribute.from = from; in SetFrom()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_navigation_function.cpp | 26 "from", &JsNavigationTransitionProxy::GetFromContentInfo, &JsNavigationTransitionProxy::SetFromContentInfo); in JSBind() 43 TAG_LOGI(AceLogTag::ACE_NAVIGATION, "navigation transition proxy can not support modify from attribute"); in SetFromContentInfo() 48 RefPtr<NG::NavDestinationContext> from; in GetFromContentInfo() local 50 from = proxy_->GetPreDestinationContext(); in GetFromContentInfo() 52 auto fromVal = ConvertContentInfo(from); in GetFromContentInfo() 121 JSRef<JSVal> JsNavigationFunction::Execute(RefPtr<NG::NavDestinationContext> from, in Execute() argument 124 JSRef<JSVal> fromVal = JsNavigationTransitionProxy::ConvertContentInfo(from); in Execute()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.h | 76 void OnDataMoved(size_t from, size_t to) override; 80 void OnDataMoveToNewPlace(size_t from, size_t to) override; 146 void RecycleItems(int32_t from, int32_t to) override; 162 void MoveData(int32_t from, int32_t to) override; 163 void FireOnMove(int32_t from, int32_t to) override;
|
/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_config_enhanced.cpp | 150 if (!range.from && !range.to) { in ToHeaderString() 153 std::string from = range.from ? std::to_string(range.from.value()) : ""; in ToHeaderString() local 155 s.append(from).append("-").append(to).append(", "); in ToHeaderString()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | uaccess.h | 74 * get_user: - Get a simple variable from user space. 81 * This macro copies a single simple variable from user space to kernel 108 * This macro copies a single simple value from kernel space to user 126 * __get_user: - Get a simple variable from user space, with less checking. 133 * This macro copies a single simple variable from user space to kernel 163 * This macro copies a single simple value from kernel space to user 324 extern unsigned long __copy_user(void *to, const void *from, __kernel_size_t n); 327 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() argument 329 return __copy_user(to, (__force const void *)from, n); in raw_copy_from_user() 333 raw_copy_to_user(void __user *to, const void *from, unsigne argument [all...] |
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | idals.h | 193 * Copy count bytes from an idal buffer to user memory 213 * Copy count bytes from user memory to an idal buffer 216 idal_buffer_from_user(struct idal_buffer *ib, const void __user *from, size_t count) in idal_buffer_from_user() argument 223 left = copy_from_user(ib->data[i], from, IDA_BLOCK_SIZE); in idal_buffer_from_user() 226 from = (void __user *) from + IDA_BLOCK_SIZE; in idal_buffer_from_user() 229 return copy_from_user(ib->data[i], from, count); in idal_buffer_from_user()
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/ |
H A D | swsusp.S | 21 ! - restore registers from swsusp_arch_regs_cpu0 89 ! - prepare pc for resume, return from function without swsusp_save on resume 103 add r3, r15 ! save from top of structure 113 stc r2_bank, k0 ! fetch old sp from r2_bank0 117 stc r0_bank, k3 ! fetch old pr from r0_bank0
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | uaccess.h | 217 * The "__put_user_xx()" macros tell gcc they read from memory 303 extern long __copy_user(void *to, const void *from, long len); 306 raw_copy_from_user(void *to, const void __user *from, unsigned long len) in raw_copy_from_user() argument 308 return __copy_user(to, (__force const void *)from, len); in raw_copy_from_user() 312 raw_copy_to_user(void __user *to, const void *from, unsigned long len) in raw_copy_to_user() argument 314 return __copy_user((__force void *)to, from, len); in raw_copy_to_user()
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | uaccess.h | 177 * The "__put_user_xx()" macros tell gcc they read from memory 263 extern long __copy_user(void *to, const void *from, long len); 266 raw_copy_from_user(void *to, const void __user *from, unsigned long len) in raw_copy_from_user() argument 268 return __copy_user(to, (__force const void *)from, len); in raw_copy_from_user() 272 raw_copy_to_user(void __user *to, const void *from, unsigned long len) in raw_copy_to_user() argument 274 return __copy_user((__force void *)to, from, len); in raw_copy_to_user()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_estats.c | 49 * only taking the necessary fields from kernel headers. 171 static __always_inline void unaligned_u32_set(unsigned char *to, __u8 *from) in unaligned_u32_set() argument 173 to[0] = _(from[0]); in unaligned_u32_set() 174 to[1] = _(from[1]); in unaligned_u32_set() 175 to[2] = _(from[2]); in unaligned_u32_set() 176 to[3] = _(from[3]); in unaligned_u32_set()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | idals.h | 205 * Copy count bytes from an idal buffer to user memory 225 * Copy count bytes from user memory to an idal buffer 228 idal_buffer_from_user(struct idal_buffer *ib, const void __user *from, size_t count) in idal_buffer_from_user() argument 235 left = copy_from_user(ib->data[i], from, IDA_BLOCK_SIZE); in idal_buffer_from_user() 238 from = (void __user *) from + IDA_BLOCK_SIZE; in idal_buffer_from_user() 241 return copy_from_user(ib->data[i], from, count); in idal_buffer_from_user()
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/ |
H A D | swsusp.S | 21 ! - restore registers from swsusp_arch_regs_cpu0 89 ! - prepare pc for resume, return from function without swsusp_save on resume 103 add r3, r15 ! save from top of structure 113 stc r2_bank, k0 ! fetch old sp from r2_bank0 117 stc r0_bank, k3 ! fetch old pr from r0_bank0
|
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H A D | phram.c | 46 static int phram_point(struct mtd_info *mtd, loff_t from, size_t len, in phram_point() argument 49 *virt = mtd->priv + from; in phram_point() 54 static int phram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in phram_unpoint() argument 59 static int phram_read(struct mtd_info *mtd, loff_t from, size_t len, in phram_read() argument 64 memcpy(buf, start + from, len); in phram_read() 286 * from kernel boot command line, phram_param_call() is in phram_param_call()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | base.c | 89 * Search for the next output device starting at @from. Release the reference to 90 * the @from device, and acquire a reference to the returned device if found. 92 struct omap_dss_device *omapdss_device_next_output(struct omap_dss_device *from) in omapdss_device_next_output() argument 105 * Start from the from entry if given or from omapdss_devices_list in omapdss_device_next_output() 108 list = from ? &from->list : &omapdss_devices_list; in omapdss_device_next_output() 127 if (from) in omapdss_device_next_output() 128 omapdss_device_put(from); in omapdss_device_next_output() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_estats.c | 49 * only taking the necessary fields from kernel headers. 171 static __always_inline void unaligned_u32_set(unsigned char *to, __u8 *from) in unaligned_u32_set() argument 173 to[0] = _(from[0]); in unaligned_u32_set() 174 to[1] = _(from[1]); in unaligned_u32_set() 175 to[2] = _(from[2]); in unaligned_u32_set() 176 to[3] = _(from[3]); in unaligned_u32_set()
|