/third_party/protobuf/kokoro/release/python/windows/ |
H A D | build_single_artifact.bat | 28 REM done from inside the powershell script as it would require to restart
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | zsh.rs | 77 // Here's a snippet from rustup: 146 // A snippet from rustup: 252 segments.push(String::from(";;")); in get_subcommands_of() 305 // An example from the rustup command: 322 let mut segments = vec![String::from("_arguments \"${_arguments_options[@]}\" \\")]; in get_args_of() 353 segments.push(String::from("&& ret=0")); in get_args_of()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | cfg.rs | 126 fn from(value: bool) -> Self { in from() functions
|
/third_party/rust/crates/rustix/tests/process/ |
H A D | prctl.rs | 191 .map_err(|_r| io::Error::from(io::ErrorKind::InvalidData))?; in load_linux_kernel_config()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_round_trip.rs | 129 elapsed.as_secs() * 1000 + u64::from(elapsed.subsec_nanos()) / 1_000_000 in test()
|
/third_party/rust/crates/nix/src/sys/ptrace/ |
H A D | bsd.rs | 71 libc::pid_t::from(pid), in ptrace_other() 100 /// Detaches from the process specified by `pid` allowing it to run freely, optionally delivering a 177 /// Reads a word from a processes memory at the given address
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | snapshot.rs | 103 let index = Index::from(i); in format_field()
|
/third_party/rust/crates/regex/src/ |
H A D | re_set.rs | 27 /// regex set is constructed from those regexes, then searching the text 67 /// [`Captures`][crate::Captures] objects from a regex set. If you need these 119 /// Create a new regex set from an iterator of strings: 350 /// An owned iterator over the set of matches from a regex set. 390 /// A borrowed iterator over the set of matches from a regex set. 434 fn from(exec: Exec) -> Self { in from() functions
|
H A D | expand.rs | 113 fn from(x: &'a str) -> Ref<'a> { in from() functions 119 fn from(x: usize) -> Ref<'static> { in from() functions 147 // check via an unchecked conversion or by parsing the number straight from
|
/third_party/rust/crates/rust-cexpr/src/ |
H A D | literal.rs | 8 //! Parsing C literals from byte slices. 64 fn from(i: u8) -> CChar { in from() functions 213 map(byte!(0 ..= 91 /* \=92 */ | 93 ..= 255), CChar::from), in c_char()
|
/third_party/rust/crates/syn/examples/trace-var/trace-var/src/ |
H A D | lib.rs | 193 TokenStream::from(quote!(#output)) in trace_var()
|
/third_party/rust/crates/unicode-ident/generate/src/ |
H A D | main.rs | 63 for i in 0..(u32::from(char::MAX) + 1) / CHUNK as u32 / 8 { in main()
|
/third_party/rust/crates/syn/src/ |
H A D | macros.rs | 102 fn from(e: $member) -> $name { in from() functions
|
/third_party/node/deps/undici/ |
H A D | undici.js | 681 obj["content-disposition"] = Buffer.from(obj["content-disposition"]).toString("latin1"); 703 ret[contentDispositionIdx] = Buffer.from(ret[contentDispositionIdx]).toString("latin1"); 773 yield Buffer.isBuffer(chunk) ? chunk : Buffer.from(chunk); 782 if (ReadableStream.from) { 783 return ReadableStream.from(convertIterableToBuffer(iterable)); 798 const buf = Buffer.isBuffer(value) ? value : Buffer.from(value); 2565 needle = Buffer.from(needle); 2597 chunk = Buffer.from(chunk, "binary"); 2736 var B_DCRLF = Buffer.from("\r\n\r\n"); 2839 var B_ONEDASH = Buffer.from(" [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 31 % reports; you can get the latest version from: 55 % extent. You can get the existing language-specific files from the 390 \egroup % \vbox from first cropmarks clause 1063 % Called from \setfilename. 1172 % Extract \thiscolor definition from the marks. 1258 % come from Petr Olsak 1343 % since the encoding is unknown. For example, the eogonek from 1344 % Latin 2 (0xea) gets translated to a | character. Info from 2297 % (char 0x27), but instead the undirected quote from cmtt (char 0x0d). 2877 % delimiter character idea from \ver [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | render_text_overlay.cpp | 1063 const Dimension& from, const Dimension& to, bool reverse) in BuildStrokeWidthAnimation() 1065 auto widthFrameStart = AceType::MakeRefPtr<Keyframe<Dimension>>(KEYFRAME_BEGINNING, from); in BuildStrokeWidthAnimation() 1088 const RefPtr<KeyframeAnimation<double>>& offsetAnimation, double from, double to, bool reverse) in BuildEndPointOffsetAnimation() 1090 auto offsetFrameStart = AceType::MakeRefPtr<Keyframe<double>>(KEYFRAME_BEGINNING, from); in BuildEndPointOffsetAnimation() 1097 auto offsetFrameMid = AceType::MakeRefPtr<Keyframe<double>>(KEYFRAME_PERCENT_THIRTY, from); in BuildEndPointOffsetAnimation() 1113 const RefPtr<KeyframeAnimation<double>>& animation, double from, double to) in BuildFrictionAnimation() 1115 auto frameStart = AceType::MakeRefPtr<Keyframe<double>>(KEYFRAME_BEGINNING, from); in BuildFrictionAnimation() 1062 BuildStrokeWidthAnimation(const RefPtr<KeyframeAnimation<Dimension>>& widthAnimation, const Dimension& from, const Dimension& to, bool reverse) BuildStrokeWidthAnimation() argument 1087 BuildEndPointOffsetAnimation( const RefPtr<KeyframeAnimation<double>>& offsetAnimation, double from, double to, bool reverse) BuildEndPointOffsetAnimation() argument 1112 BuildFrictionAnimation( const RefPtr<KeyframeAnimation<double>>& animation, double from, double to) BuildFrictionAnimation() argument
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | ptrace.c | 11 * Derived from the x86 and Alpha versions. 69 * Collect the NaT bits for r1-r31 from scratch_unat and return a NaT 242 * merged in from pt->ar_rnat. 245 * backing store, rnat0/rnat1 gets its value from sw->ar_rnat. 280 /* some bits need to be merged in from pt->ar_rnat */ in get_rnat() 390 * Read a word from the user-level backing store of task CHILD. ADDR 391 * is the user-level address to read the word from, VAL a pointer to 541 /* now copy word for word from kernel rbs to user rbs: */ in ia64_sync_user_rbs() 561 /* now copy word for word from user rbs to kernel rbs: */ in ia64_sync_kernel_rbs() 598 * kernel after the task is resummed from trace 1547 unsigned int n, from, to; do_gpregs_set() local [all...] |
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | ptrace.c | 11 * Derived from the x86 and Alpha versions. 69 * Collect the NaT bits for r1-r31 from scratch_unat and return a NaT 242 * merged in from pt->ar_rnat. 245 * backing store, rnat0/rnat1 gets its value from sw->ar_rnat. 280 /* some bits need to be merged in from pt->ar_rnat */ in get_rnat() 390 * Read a word from the user-level backing store of task CHILD. ADDR 391 * is the user-level address to read the word from, VAL a pointer to 541 /* now copy word for word from kernel rbs to user rbs: */ in ia64_sync_user_rbs() 561 /* now copy word for word from user rbs to kernel rbs: */ in ia64_sync_kernel_rbs() 598 * kernel after the task is resummed from trace 1491 unsigned int n, from, to; do_gpregs_set() local [all...] |
/kernel/linux/linux-5.10/drivers/media/firewire/ |
H A D | firedtv-avc.c | 90 static inline void clear_operands(struct avc_command_frame *c, int from, int to) in clear_operands() argument 92 memset(&c->operand[from], 0, to - from + 1); in clear_operands() 95 static void pad_operands(struct avc_command_frame *c, int from) in pad_operands() argument 97 int to = ALIGN(from, 4); in pad_operands() 99 if (from <= to && to <= LAST_OPERAND) in pad_operands() 100 clear_operands(c, from, to); in pad_operands() 134 * filled with application_manufacturer from ca_app_info. 1117 /* We take the cmd_id from the programme level only! */ in avc_ca_pmt()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-clone-target.c | 389 * from interrupt context. 673 * Allocate a hydration from the hydration mempool. in alloc_hydration() 703 * hydration from the hash table. 721 /* Remove hydration from hash table */ in hydration_update_metadata() 733 * 2. Remove hydration from hash table. 803 struct dm_io_region from, to; in hydration_copy() local 829 from.bdev = clone->source_dev->bdev; in hydration_copy() 830 from.sector = region_to_sector(clone, region_start); in hydration_copy() 831 from.count = total_size; in hydration_copy() 834 to.sector = from in hydration_copy() [all...] |
/kernel/linux/linux-5.10/net/9p/ |
H A D | client.c | 91 * Some error codes are taken directly from the server replies, 126 * @opts: options string passed from mount 414 * p9_client_cb - call back from transport to client 511 * dump the response from server in p9_check_errors() 581 * dump the response from server in p9_check_zc_errors() 676 * remove it from the list in p9_client_flush() 1060 * followed by data accessed from userspace by read in p9_client_create() 1640 p9_client_write(struct p9_fid *fid, u64 offset, struct iov_iter *from, int *err) in p9_client_write() argument 1649 iov_iter_count(from)); in p9_client_write() 1651 while (iov_iter_count(from)) { in p9_client_write() [all...] |
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | rc-main.c | 381 * IR tables from other remotes. So, we support specifying a mask to in ir_establish_scancode() 392 /* Keytable is sorted from lowest to highest scancode */ in ir_establish_scancode() 465 * @from: the struct rc_map to copy entries from 471 static int ir_setkeytable(struct rc_dev *dev, const struct rc_map *from) in ir_setkeytable() argument 477 rc = ir_create_table(dev, rc_map, from->name, from->rc_proto, in ir_setkeytable() 478 from->size); in ir_setkeytable() 482 for (i = 0; i < from->size; i++) { in ir_setkeytable() 484 from in ir_setkeytable() [all...] |
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | rc-main.c | 381 * IR tables from other remotes. So, we support specifying a mask to in ir_establish_scancode() 392 /* Keytable is sorted from lowest to highest scancode */ in ir_establish_scancode() 465 * @from: the struct rc_map to copy entries from 471 static int ir_setkeytable(struct rc_dev *dev, const struct rc_map *from) in ir_setkeytable() argument 477 rc = ir_create_table(dev, rc_map, from->name, from->rc_proto, in ir_setkeytable() 478 from->size); in ir_setkeytable() 482 for (i = 0; i < from->size; i++) { in ir_setkeytable() 484 from in ir_setkeytable() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | splice.c | 7 * buffer that you can use to transfer data from one end to the other. 10 * that transfers data buffers to or from a pipe buffer. 12 * Named by Larry McVoy, original implementation from Linus, extended by 59 * Attempt to steal a page from a pipe buffer. This should perhaps go into 79 * from the pagecache. Otherwise truncate wont wait on the in page_cache_pipe_buf_try_steal() 100 * Raced with truncate or failed to remove folio from current in page_cache_pipe_buf_try_steal() 138 * Uh oh, read-error from disk. in page_cache_pipe_buf_confirm() 301 * copy_splice_read - Copy data from a file and splice the copy into a pipe 302 * @in: The file to read from 303 * @ppos: Pointer to the file position to read from 687 struct iov_iter from; iter_file_splice_write() local 1382 iter_to_pipe(struct iov_iter *from, struct pipe_inode_info *pipe, unsigned flags) iter_to_pipe() argument [all...] |
/kernel/linux/linux-6.6/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 [all...] |