/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/ |
H A D | normalize.js | 111 changes?.push(`Whitespace was trimmed from "name"`) 170 // expand "bundleDependencies: true or translate from object" 174 changes?.push(`"bundleDependencies" was changed from "false" to "[]"`) 177 changes?.push(`"bundleDependencies" was auto-populated from "dependencies"`) 181 changes?.push(`"bundleDependencies" was changed from an object to an array`) 234 // strip "node_modules/.bin" from scripts entries 427 // "normalizeData" from "read-package-json", which was just a call through to 442 changes?.push('"repository" was changed from a string to an object') 473 changes?.push(`"${type}" was converted from a string into an object`) 479 changes?.push(`"${type}" was converted from a [all...] |
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 244 static int subdir_symlink(const char *from, const char *path) in subdir_symlink() argument 250 err = fuse_fs_symlink(d->next, from, newpath); in subdir_symlink() 256 static int subdir_rename(const char *from, const char *to, unsigned int flags) in subdir_rename() argument 261 int err = subdir_addpath(d, from, &newfrom); in subdir_rename() 273 static int subdir_link(const char *from, const char *to) in subdir_link() argument 278 int err = subdir_addpath(d, from, &newfrom); in subdir_link()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | node.cc | 26 // Extract the inputs from the old use and input pointers and copy them in ExtractFrom() 318 if (use->from() != owner) { in OwnedBy() 328 Node* from = use->from(); in OwnedBy() local 329 if (from == owner1) { in OwnedBy() 331 } else if (from == owner2) { in OwnedBy() 452 DCHECK_EQ(edge.from(), this); in Verify()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 8 * Deviations from posix: 65 // Callback from crunch_str to represent unprintable chars 77 char *to = buf, *from = buf+24; in crunch_qb() local 80 memcpy(from, to, 8); in crunch_qb() 83 if (strchr(TT.escmore, from[i])) *to++ = from[i]; in crunch_qb() 84 else if (-1 != (j = stridx("\\\a\b\033\f\n\r\t\v", from[i]))) in crunch_qb() 86 else to += sprintf(to, "%03o", from[i]); in crunch_qb() 178 // callback from dirtree_recurse() determining how to handle this entry. 204 // Work around kernel bug that won't let us read this "metadata" from in filter() [all...] |
/third_party/toybox/toys/posix/ |
H A D | ls.c | 8 * Deviations from posix: 66 // Callback from crunch_str to represent unprintable chars 78 char *to = buf, *from = buf+24; in crunch_qb() local 81 memcpy(from, to, 8); in crunch_qb() 84 if (strchr(TT.escmore, from[i])) *to++ = from[i]; in crunch_qb() 85 else if (-1 != (j = stridx("\\\a\b\033\f\n\r\t\v", from[i]))) in crunch_qb() 87 else to += sprintf(to, "%03o", from[i]); in crunch_qb() 179 // callback from dirtree_recurse() determining how to handle this entry. 211 // Work around kernel bug that won't let us read this "metadata" from in filter() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | genericRestParameters1.js | 155 // Repro from #25871 170 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
171 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
172 if (ar || !(i in from)) {
173 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
174 ar[i] = from[i];
177 return to.concat(ar || Array.prototype.slice.call(from));
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector.h | 137 // Creates an inlined vector with elements constructed from the provided 152 // Creates an inlined vector with elements constructed from the provided input 411 // Returns a `reverse_iterator` from the end of the inlined vector. 415 // `const_reverse_iterator` from the end of the inlined vector. 422 // Returns a `reverse_iterator` from the beginning of the inlined vector. 426 // from the beginning of the inlined vector. 433 // Returns a `const_reverse_iterator` from the end of the inlined vector. 438 // Returns a `const_reverse_iterator` from the beginning of the inlined 551 // is larger than `size()`, new elements are copied-constructed from `v`. 692 // range [`from`, `t [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | kvm_fpu.h | 74 extern void kvm_cvt_fd(u32 *from, u64 *to); 75 extern void kvm_cvt_df(u64 *from, u32 *to);
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | gmap.h | 113 int gmap_map_segment(struct gmap *gmap, unsigned long from, 120 void gmap_discard(struct gmap *, unsigned long from, unsigned long to);
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | string_64.h | 14 extern void *memcpy(void *to, const void *from, size_t len); 15 extern void *__memcpy(void *to, const void *from, size_t len);
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | kup-radix.h | 163 static __always_inline void allow_user_access(void __user *to, const void __user *from, 178 static inline void prevent_user_access(void __user *to, const void __user *from,
|
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | fpu_system.h | 110 #define FPU_copy_from_user(to, from, n) \ 111 do { if (copy_from_user(to, from, n)) FPU_abort; } while (0)
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | k3-udma.h | 119 int xudma_alloc_gp_rflow_range(struct udma_dev *ud, int from, int cnt); 120 int xudma_free_gp_rflow_range(struct udma_dev *ud, int from, int cnt);
|
/kernel/linux/linux-6.6/arch/csky/include/asm/ |
H A D | uaccess.h | 195 unsigned long raw_copy_from_user(void *to, const void *from, unsigned long n); 196 unsigned long raw_copy_to_user(void *to, const void *from, unsigned long n);
|
/kernel/linux/linux-6.6/arch/microblaze/include/asm/ |
H A D | page.h | 48 # define copy_page(to, from) memcpy((to), (from), PAGE_SIZE)
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | mte.h | 22 unsigned long mte_copy_tags_from_user(void *to, const void __user *from, 24 unsigned long mte_copy_tags_to_user(void __user *to, void *from,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | kvm_fpu.h | 74 extern void kvm_cvt_fd(u32 *from, u64 *to); 75 extern void kvm_cvt_df(u64 *from, u32 *to);
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
H A D | exc_validate.c | 54 unsigned long COPY_LOOP(void *to, const void *from, unsigned long size); 55 unsigned long test_copy_tofrom_user_reference(void *to, const void *from, unsigned long size); 69 printf("FAIL from=%p to=%p len=%ld returned %ld, expected %ld\n", in do_one_test() 108 // printf("from=%p to=%p len=%ld\n", q+dst, q+src, len); in test_copy_exception()
|
/kernel/linux/linux-6.6/arch/nios2/include/asm/ |
H A D | uaccess.h | 57 raw_copy_from_user(void *to, const void __user *from, unsigned long n); 59 raw_copy_to_user(void __user *to, const void *from, unsigned long n);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | gmap.h | 113 int gmap_map_segment(struct gmap *gmap, unsigned long from, 120 void gmap_discard(struct gmap *, unsigned long from, unsigned long to);
|
/kernel/linux/linux-5.10/include/net/ |
H A D | udplite.h | 20 static __inline__ int udplite_getfrag(void *from, char *to, int offset, in udplite_getfrag() argument 23 struct msghdr *msg = from; in udplite_getfrag()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | userfaultfd_k.h | 24 * from userfaultfd, in order to leave a free define-space for 88 unsigned long from, unsigned long to, 160 unsigned long from, in mremap_userfaultfd_complete() 159 mremap_userfaultfd_complete(struct vm_userfaultfd_ctx *ctx, unsigned long from, unsigned long to, unsigned long len) mremap_userfaultfd_complete() argument
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | ioctl.c | 6 * adapted from Remy Card's ext2/ioctl.c 41 static long jfs_map_ext2(unsigned long flags, int from) in jfs_map_ext2() argument 47 if (from) { in jfs_map_ext2()
|
/kernel/linux/linux-5.10/fs/udf/ |
H A D | symlink.c | 9 * License (GPL). Copies of the GPL can be obtained from: 32 static int udf_pc_to_char(struct super_block *sb, unsigned char *from, in udf_pc_to_char() argument 43 pc = (struct pathComponent *)(from + elen); in udf_pc_to_char()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.h | 31 * conversion to/from disk. 107 struct xfs_attr_leafblock *from); 110 struct xfs_attr3_icleaf_hdr *from);
|