/third_party/typescript/tests/baselines/reference/ |
H A D | APISample_transform.js | 18 import * as ts from "typescript";
|
H A D | tsxDefaultImports.js | 12 import {default as Def} from "./a"
|
H A D | tsxStatelessComponentDefaultProps.js | 4 import React from 'react';
|
H A D | typeReferenceDirectives8.js | 10 import {foo} from "./mod1";
|
H A D | umd3.js | 10 import * as Foo from './foo';
|
H A D | umd4.js | 10 import * as Bar from './foo';
|
H A D | umd5.js | 10 import * as Bar from './foo';
|
H A D | umd8.js | 15 import * as ff from './foo';
|
H A D | unionExcessPropertyCheckNoApparentPropTypeMismatchErrors.js | 9 declare function forEach<T>(from: IStringDictionary<T> | INumberDictionary<T>, callback: (entry: { key: any; value: T; }, remove: () => void) => any);
|
H A D | unusedImports6.js | 17 import d from "./file1"
|
H A D | unusedImports7.js | 17 import * as n from "./file1"
|
H A D | unusedLocalsStartingWithUnderscore.js | 2 import * as _ from "./a";
|
/third_party/rust/crates/proc-macro-error/test-crate/proc-macro-hack-test/demo-hack-impl/src/ |
H A D | lib.rs | 15 TokenStream::from(quote! { in add_one()
|
/third_party/rust/crates/rust-cexpr/src/ |
H A D | token.rs | 32 fn from((kind, value): (Kind, &'a [u8])) -> Token { in from() functions 40 /// Remove all comment tokens from a vector of tokens
|
/third_party/rust/crates/syn/dev/ |
H A D | parse.rs | 12 TokenStream::from(quote! { in r()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | machine.c | 237 * from there, just calling thread__delete() straight away. in machine__exit() 427 * Maps are created from MMAP events which provide the pid and in machine__update_thread_pid() 1008 /* Figure out the start address of kernel map from /proc/kallsyms. 1615 /* If we have maps from kcore then we do not need or want any others */ in machine__process_kernel_mmap_event() 1639 * Should be there already, from the build-id table in in machine__process_kernel_mmap_event() 1844 * will be called and we will remove it from the dead_threads list. in __machine__remove_thread() 2176 ip__resolve_ams(al->thread, &bi[i].from, entries[i].from); in sample__resolve_bstack() 2212 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops() 2217 } else if (l[chash[h]].from in remove_loops() [all...] |
H A D | symbol-elf.c | 273 * We need to figure out if the object was created from C++ sources in demangle_sym() 1095 * Modules may already have symbols from kallsyms, but those symbols in dso__load_sym() 1397 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in copy_bytes() argument 1410 if (lseek(from, from_offs, SEEK_SET) != from_offs) in copy_bytes() 1418 r = read(from, buf, n); in copy_bytes() 1511 static int kcore__copy_hdr(struct kcore *from, struct kcore *to, size_t count) in kcore__copy_hdr() argument 1514 GElf_Ehdr *kehdr = &from->ehdr; in kcore__copy_hdr() 1528 if (from->elfclass == ELFCLASS32) { in kcore__copy_hdr() 1915 static int kcore_copy__compare_fds(int from, int to) in kcore_copy__compare_fds() argument 1930 ret = read(from, buf_fro in kcore_copy__compare_fds() 1956 int from, to, err = -1; kcore_copy__compare_files() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx10.asm | 267 // Read second-level TBA/TMA from first-level TMA and jump if available. 306 // Rewind the PC to prevent this from occurring. 345 s_mov_b32 s_save_exec_lo, exec_lo //save EXEC and use EXEC for the go signal from SPI 442 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 489 v_mov_b32 v0, 0x0 //Offset[31:0] from buffer resource 490 v_mov_b32 v1, 0x0 //Offset[63:32] from buffer resource 596 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 679 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 758 //save shared_vgpr will start from the index of m0 789 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from no [all...] |
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 544 * binder_dequeue_work() - Removes an item from the work list 546 * @work: struct binder_work to remove from list 548 * Removes the specified work item from whatever list it is on. 634 * @proc: process to select a thread from 999 * Take reference on node to prevent the node from being freed 1283 * binder_get_node_from_ref() - get the node from the given proc/desc 1463 BUG_ON(target_thread->transaction_stack->from != target_thread); in binder_pop_transaction_ilocked() 1466 t->from = NULL; in binder_pop_transaction_ilocked() 1475 * extract t->from from 1535 struct binder_thread *from; binder_get_txn_from() local 1560 struct binder_thread *from; global() variable 1574 binder_thread_dec_tmpref(from); global() variable 2927 struct binder_thread *from = binder_get_txn_from_and_acq_inner(t); binder_set_txn_from_error() local 3164 struct binder_thread *from; binder_transaction() local [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | file.c | 41 * Remove the dirty flags from a span of pages. 505 cifs_dbg(FYI, "Reset oplock val from read to None due to mand locks\n"); in cifs_new_fileinfo() 609 * @wait_oplock_handler: must be false if called from oplock_break_handler 643 /* remove it from the lists */ in _cifsFileInfo_put() 1047 cifs_dbg(FYI, "Reset oplock val from read to None due to mand locks\n"); in cifs_reopen_file() 1121 /* return code from the ->release op is always ignored */ in cifs_close() 1855 * a lock from the file's list. in cifs_unlock_range() 1880 * request - add all locks from the tmp in cifs_unlock_range() 1967 * Windows 7 server can delay breaking lease from read to None in cifs_setlk() 2162 filemap_fdatawait from her in cifs_write() 2562 cifs_partialpagewrite(struct page *page, unsigned from, unsigned to) cifs_partialpagewrite() argument 3403 cifs_write_from_iter(loff_t fpos, size_t len, struct iov_iter *from, struct cifsFileInfo *open_file, struct cifs_sb_info *cifs_sb, struct list_head *wdata_list, struct cifs_aio_ctx *ctx) cifs_write_from_iter() argument 3598 __cifs_writev( struct kiocb *iocb, struct iov_iter *from, bool direct) __cifs_writev() argument 3721 cifs_direct_writev(struct kiocb *iocb, struct iov_iter *from) cifs_direct_writev() argument 3729 cifs_user_writev(struct kiocb *iocb, struct iov_iter *from) cifs_user_writev() argument 3735 cifs_writev(struct kiocb *iocb, struct iov_iter *from) cifs_writev() argument 3771 cifs_strict_writev(struct kiocb *iocb, struct iov_iter *from) cifs_strict_writev() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 87 struct sockaddr_storage *from, in hostapd_ctrl_iface_attach() 90 return ctrl_iface_attach(&hapd->ctrl_dst, from, fromlen, input); in hostapd_ctrl_iface_attach() 95 struct sockaddr_storage *from, in hostapd_ctrl_iface_detach() 98 return ctrl_iface_detach(&hapd->ctrl_dst, from, fromlen); in hostapd_ctrl_iface_detach() 103 struct sockaddr_storage *from, in hostapd_ctrl_iface_level() 107 return ctrl_iface_level(&hapd->ctrl_dst, from, fromlen, level); in hostapd_ctrl_iface_level() 3509 struct sockaddr_storage *from, in hostapd_ctrl_iface_receive_process() 3572 if (hostapd_ctrl_iface_attach(hapd, from, fromlen, NULL)) in hostapd_ctrl_iface_receive_process() 3575 if (hostapd_ctrl_iface_attach(hapd, from, fromlen, buf + 7)) in hostapd_ctrl_iface_receive_process() 3578 if (hostapd_ctrl_iface_detach(hapd, from, fromle in hostapd_ctrl_iface_receive_process() 86 hostapd_ctrl_iface_attach(struct hostapd_data *hapd, struct sockaddr_storage *from, socklen_t fromlen, const char *input) hostapd_ctrl_iface_attach() argument 94 hostapd_ctrl_iface_detach(struct hostapd_data *hapd, struct sockaddr_storage *from, socklen_t fromlen) hostapd_ctrl_iface_detach() argument 102 hostapd_ctrl_iface_level(struct hostapd_data *hapd, struct sockaddr_storage *from, socklen_t fromlen, char *level) hostapd_ctrl_iface_level() argument 3506 hostapd_ctrl_iface_receive_process(struct hostapd_data *hapd, char *buf, char *reply, int reply_size, struct sockaddr_storage *from, socklen_t fromlen) hostapd_ctrl_iface_receive_process() argument 4042 struct sockaddr_storage from; hostapd_ctrl_iface_receive() local 4475 hostapd_global_ctrl_iface_attach(struct hapd_interfaces *interfaces, struct sockaddr_storage *from, socklen_t fromlen, char *input) hostapd_global_ctrl_iface_attach() argument 4484 hostapd_global_ctrl_iface_detach(struct hapd_interfaces *interfaces, struct sockaddr_storage *from, socklen_t fromlen) hostapd_global_ctrl_iface_detach() argument 4748 hostapd_global_ctrl_iface_ifname(struct hapd_interfaces *interfaces, const char *ifname, char *buf, char *reply, int reply_size, struct sockaddr_storage *from, socklen_t fromlen) hostapd_global_ctrl_iface_ifname() argument 4778 struct sockaddr_storage from; hostapd_global_ctrl_iface_receive() local [all...] |
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_input.c | 222 /* At present NewIP only uses linear regions, uses skb_trim to remove end from a buffer; in tcp_nip_right_overlap() 223 * If the nonlinear region is also used later, use pskb_trim to remove end from a buffer; in tcp_nip_right_overlap() 242 * @from: buffer to add in queue 245 * Before queueing skb @from after @to, try to merge them 249 * Returns true if caller should free @from instead of queueing it 253 struct sk_buff *from, in tcp_nip_try_coalesce() 261 if (TCP_SKB_CB(from)->seq != TCP_SKB_CB(to)->end_seq) in tcp_nip_try_coalesce() 264 if (!skb_try_coalesce(to, from, fragstolen, &delta)) { in tcp_nip_try_coalesce() 272 TCP_SKB_CB(to)->end_seq = TCP_SKB_CB(from)->end_seq; in tcp_nip_try_coalesce() 273 TCP_SKB_CB(to)->ack_seq = TCP_SKB_CB(from) in tcp_nip_try_coalesce() 251 tcp_nip_try_coalesce(struct sock *sk, struct sk_buff *to, struct sk_buff *from, bool *fragstolen) tcp_nip_try_coalesce() argument 285 tcp_nip_ooo_try_coalesce(struct sock *sk, struct sk_buff *to, struct sk_buff *from, bool *fragstolen) tcp_nip_ooo_try_coalesce() argument [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_tty.c | 172 void *from = read_buf_addr(ldata, tail); in tty_copy() local 175 tty_audit_add_data(tty, from, size); in tty_copy() 176 memcpy(to, from, size); in tty_copy() 177 zero_buffer(tty, from, size); in tty_copy() 180 from = ldata->read_buf; in tty_copy() 183 tty_audit_add_data(tty, from, n); in tty_copy() 184 memcpy(to, from, n); in tty_copy() 185 zero_buffer(tty, from, n); in tty_copy() 324 * Called from n_tty_open() and n_tty_flush_buffer(). 498 * (also, this is called from n_tty_writ 1971 unsigned char *from = read_buf_addr(ldata, tail); copy_from_read_buf() local [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | filemap.c | 51 * FIXME: remove all knowledge of the buffer layer from the core VM 228 * Delete a page from the page cache and free it. Caller has to make 260 * delete_from_page_cache - delete page from page cache 261 * @page: the page which the kernel is trying to remove from page cache 282 * page_cache_delete_batch - delete several pages from page cache 287 * from the mapping. The function expects @pvec to be sorted by page index 313 * pages locked so they are protected from being removed. in page_cache_delete_batch() 696 * Grab the wb_err from the mapping. If it matches what we have in the file, 949 * The page might have been evicted from cache only in add_to_page_cache_lru() 953 * data from th in add_to_page_cache_lru() 3192 generic_file_direct_write(struct kiocb *iocb, struct iov_iter *from) generic_file_direct_write() argument 3400 __generic_file_write_iter(struct kiocb *iocb, struct iov_iter *from) __generic_file_write_iter() argument 3488 generic_file_write_iter(struct kiocb *iocb, struct iov_iter *from) generic_file_write_iter() argument [all...] |
/kernel/linux/linux-5.10/drivers/rapidio/ |
H A D | rio.c | 66 * @port: RIO master port from which to get the deviceid 68 * Reads the base/extended device id from the local device 155 * Writes the base/extended device id from a device. 196 * rio_del_device - removes a RIO device from the device model 223 * @mport: RIO master port from which to allocate the mailbox resource 279 * @mport: RIO master port from which to release the mailbox resource 308 * @mport: RIO master port from which to allocate the mailbox resource 363 * @mport: RIO master port from which to release the mailbox resource 423 * @mport: RIO master port from which to allocate the doorbell resource 466 * @mport: RIO master port from whic 840 rio_get_comptag(u32 comp_tag, struct rio_dev *from) rio_get_comptag() argument 1345 rio_mport_get_efb(struct rio_mport *port, int local, u16 destid, u8 hopcount, u32 from) rio_mport_get_efb() argument 1432 rio_get_asm(u16 vid, u16 did, u16 asm_vid, u16 asm_did, struct rio_dev *from) rio_get_asm() argument 1474 rio_get_device(u16 vid, u16 did, struct rio_dev *from) rio_get_device() argument [all...] |