/third_party/node/test/parallel/ |
H A D | test-util-isDeepStrictEqual.js | 347 m1.set(1, obj); 348 m1.set(2, 'hi'); 349 m1.set(3, [1, 2, 3]); 351 m2.set(2, 'hi'); // different order 352 m2.set(1, obj); 353 m2.set(3, [1, 2, 3]); // Deep equal, but not reference equal. 363 m1.set(1, m1); 364 m2.set(1, new Map()); 399 m1.set(2, m1); 401 m2.set( [all...] |
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/ |
H A D | entry.js | 256 this.response.headers.set('x-local-cache-status', 'skip') 270 // we only set a body if the status is a 200, redirects are 309 // note: we do not set the x-local-cache-hash header because we do not know 313 this.response.headers.set('x-local-cache', encodeURIComponent(this.options.cachePath)) 314 this.response.headers.set('x-local-cache-key', encodeURIComponent(this.key)) 315 this.response.headers.set('x-local-cache-mode', 'stream') 316 this.response.headers.set('x-local-cache-status', status) 317 this.response.headers.set('x-local-cache-time', new Date().toISOString()) 374 response.headers.set('x-local-cache', encodeURIComponent(this.options.cachePath)) 375 response.headers.set(' [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | timex.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions 189 self._bitfield_1.set(0usize, 32u8, val as u64) in set_a() 202 self._bitfield_1.set(32usize, 32u8, val as u64) in set_b() 215 self._bitfield_1.set(64usize, 32u8, val as u64) in set_c() 228 self._bitfield_1.set(96usize, 32u8, val as u64) in set_d() 241 self._bitfield_1.set(128usize, 32u8, val as u64) in set_e() 254 self._bitfield_1.set(160usize, 32u8, val as u64) in set_f() 267 self._bitfield_1.set(192usize, 32u8, val as u64) in set_g() 280 self._bitfield_1.set(224usize, 32u8, val as u64) in set_h() 293 self._bitfield_1.set(25 in set_i() [all...] |
/third_party/python/Lib/test/ |
H A D | test_http_cookies.py | 250 # Test that all valid keys are reported as reserved and set them 263 # tests the .set method to set keys and their values 265 # Makes sure that all reserved keys can't be set this way 267 M.set, i, '%s_value' % i, '%s_value' % i) 272 M.set(i, "%s_val" % i, "%s_coded_val" % i) 290 M.set, i, '%s_value' % i, '%s_value' % i) 311 morsel_a.set(*base_case) 314 morsel_b.set(*base_case) 326 morsel_b.set(*case_ [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.cpp | 233 Reserved.set(SystemZ::R11D); in getReservedRegs() 234 Reserved.set(SystemZ::R11L); in getReservedRegs() 235 Reserved.set(SystemZ::R11H); in getReservedRegs() 236 Reserved.set(SystemZ::R10Q); in getReservedRegs() 240 Reserved.set(SystemZ::R15D); in getReservedRegs() 241 Reserved.set(SystemZ::R15L); in getReservedRegs() 242 Reserved.set(SystemZ::R15H); in getReservedRegs() 243 Reserved.set(SystemZ::R14Q); in getReservedRegs() 246 Reserved.set(SystemZ::A0); in getReservedRegs() 247 Reserved.set(System in getReservedRegs() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | thisTypeInObjectLiterals2.js | 22 set e(value) { 158 set?(value: T): void; 176 set(value: number) { 190 set(value: number) { 206 set?(value: T): void; 232 set(value: string) { 266 set e(value) {
360 set: function (value) {
373 set: function (value) {
395 set [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 42 set _off_chk, 0x00 43 set _off_divbyzero, 0x04 44 set _off_trace, 0x08 45 set _off_access, 0x0c 46 set _off_done, 0x10 48 set _off_cas, 0x14 49 set _off_cas2, 0x18 50 set _off_lock, 0x1c 51 set _off_unlock, 0x20 53 set _off_im [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 42 set _off_chk, 0x00 43 set _off_divbyzero, 0x04 44 set _off_trace, 0x08 45 set _off_access, 0x0c 46 set _off_done, 0x10 48 set _off_cas, 0x14 49 set _off_cas2, 0x18 50 set _off_lock, 0x1c 51 set _off_unlock, 0x20 53 set _off_im [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | sysfs.c | 93 enum btrfs_feature_set set) in get_features() 96 if (set == FEAT_COMPAT) in get_features() 98 else if (set == FEAT_COMPAT_RO) in get_features() 105 enum btrfs_feature_set set, u64 features) in set_features() 108 if (set == FEAT_COMPAT) in set_features() 110 else if (set == FEAT_COMPAT_RO) in set_features() 119 u64 set, clear; in can_modify_feature() local 122 set = BTRFS_FEATURE_COMPAT_SAFE_SET; in can_modify_feature() 126 set = BTRFS_FEATURE_COMPAT_RO_SAFE_SET; in can_modify_feature() 130 set in can_modify_feature() 92 get_features(struct btrfs_fs_info *fs_info, enum btrfs_feature_set set) get_features() argument 104 set_features(struct btrfs_fs_info *fs_info, enum btrfs_feature_set set, u64 features) set_features() argument 169 u64 features, set, clear; btrfs_feature_attr_store() local 909 int set; addrm_unknown_feature_attrs() local 1034 btrfs_feature_set_name(enum btrfs_feature_set set) btrfs_feature_set_name() argument 1039 btrfs_printable_features(enum btrfs_feature_set set, u64 flags) btrfs_printable_features() argument 1067 int set, i; init_feature_attrs() local 1719 btrfs_sysfs_feature_update(struct btrfs_fs_info *fs_info, u64 bit, enum btrfs_feature_set set) btrfs_sysfs_feature_update() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | pmf.c | 36 int local, int set); 40 int set, int local); 119 * only accessible locally to get/set passwd 208 * only accessible locally to get/set TMIN 308 int set, int local) in smt_build_pmf_response() 343 pcon.pc_badset = 0 ; /* no bad set count */ in smt_build_pmf_response() 347 * check authoriziation and set count in smt_build_pmf_response() 350 if (set) { in smt_build_pmf_response() 362 /* update 1035 and 1036 later if set */ in smt_build_pmf_response() 386 if (!set in smt_build_pmf_response() 307 smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, int set, int local) smt_build_pmf_response() argument 1071 smt_set_para(struct s_smc *smc, struct smt_para *pa, int index, int local, int set) smt_set_para() argument [all...] |
/kernel/linux/linux-5.10/drivers/memory/ |
H A D | stm32-fmc2-ebi.c | 153 * @reset_val: the default value that have to be set in case the property 158 * set in nanoseconds in the device tree in clock cycles or in 160 * @set: this callback applies the values in the registers 172 int (*set)(struct stm32_fmc2_ebi *ebi, member 723 .set = stm32_fmc2_ebi_set_trans_type, 731 .set = stm32_fmc2_ebi_set_bit_field, 739 .set = stm32_fmc2_ebi_set_bit_field, 744 .set = stm32_fmc2_ebi_set_buswidth, 751 .set = stm32_fmc2_ebi_set_bit_field, 759 .set [all...] |
/kernel/linux/linux-6.6/drivers/memory/ |
H A D | stm32-fmc2-ebi.c | 155 * @reset_val: the default value that have to be set in case the property 160 * set in nanoseconds in the device tree in clock cycles or in 162 * @set: this callback applies the values in the registers 174 int (*set)(struct stm32_fmc2_ebi *ebi, member 725 .set = stm32_fmc2_ebi_set_trans_type, 733 .set = stm32_fmc2_ebi_set_bit_field, 741 .set = stm32_fmc2_ebi_set_bit_field, 746 .set = stm32_fmc2_ebi_set_buswidth, 753 .set = stm32_fmc2_ebi_set_bit_field, 761 .set [all...] |
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | pmf.c | 32 int local, int set); 36 int set, int local); 115 * only accessible locally to get/set passwd 204 * only accessible locally to get/set TMIN 304 int set, int local) in smt_build_pmf_response() 339 pcon.pc_badset = 0 ; /* no bad set count */ in smt_build_pmf_response() 343 * check authoriziation and set count in smt_build_pmf_response() 346 if (set) { in smt_build_pmf_response() 358 /* update 1035 and 1036 later if set */ in smt_build_pmf_response() 382 if (!set in smt_build_pmf_response() 303 smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, int set, int local) smt_build_pmf_response() argument 1067 smt_set_para(struct s_smc *smc, struct smt_para *pa, int index, int local, int set) smt_set_para() argument [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 61 set(v); in ValueRef() 66 set(ref); in ValueRef() 72 this->set(NULL); in ~ValueRef() 111 set(v); in ValueDef() 116 set(def.get()); in ValueDef() 121 this->set(NULL); in ~ValueDef() 125 ValueRef::set(const ValueRef &ref) in set() function in nv50_ir::ValueRef 127 this->set(ref.get()); in set() 134 ValueRef::set(Value *refVal) in set() function in nv50_ir::ValueRef 147 ValueDef::set(Valu function in nv50_ir::ValueDef [all...] |
/kernel/linux/linux-6.6/fs/proc/ |
H A D | proc_sysctl.c | 83 .set = &sysctl_table_root.default_set, 191 struct ctl_table_root *root, struct ctl_table_set *set, in init_header() 202 head->set = set; in init_header() 340 struct ctl_table_set *set = &root->default_set; in lookup_header_set() local 342 set = root->lookup(root); in lookup_header_set() 343 return set; in lookup_header_set() 906 struct ctl_table_set *set = p->set; in sysctl_is_seen() local 911 else if (!set in sysctl_is_seen() 190 init_header(struct ctl_table_header *head, struct ctl_table_root *root, struct ctl_table_set *set, struct ctl_node *node, struct ctl_table *table, size_t table_size) init_header() argument 959 new_dir(struct ctl_table_set *set, const char *name, int namelen) new_dir() argument 999 struct ctl_table_set *set = dir->header.set; get_subdir() local 1046 xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) xlate_dir() argument 1064 struct ctl_table_set *set; sysctl_follow_link() local 1362 __register_sysctl_table( struct ctl_table_set *set, const char *path, struct ctl_table *table, size_t table_size) __register_sysctl_table() argument 1539 setup_sysctl_set(struct ctl_table_set *set, struct ctl_table_root *root, int (*is_seen)(struct ctl_table_set *)) setup_sysctl_set() argument 1548 retire_sysctl_set(struct ctl_table_set *set) retire_sysctl_set() argument [all...] |
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/ |
H A D | preprocessor.h | 13 #include <set>
48 static bool CheckAllFilesPath(const std::set<std::string> &sourceFiles);
50 static bool AnalyseImportInfo(std::set<std::string> sourceFiles, FileDetailMap &allFileDetails);
59 const FileDetail &ownerFileDetail, FileDetailMap &allFileDetails, std::set<std::string> &sourceFiles);
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | signal32.h | 12 /* We always set these two fields to 0 */ 57 int compat_setup_frame(int usig, struct ksignal *ksig, sigset_t *set, 59 int compat_setup_rt_frame(int usig, struct ksignal *ksig, sigset_t *set, 66 sigset_t *set, struct pt_regs *regs) in compat_setup_frame() 71 static inline int compat_setup_rt_frame(int usig, struct ksignal *ksig, sigset_t *set, in compat_setup_rt_frame() argument 65 compat_setup_frame(int usid, struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) compat_setup_frame() argument
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | io.c | 15 void atomic_io_modify_relaxed(void __iomem *reg, u32 mask, u32 set) in atomic_io_modify_relaxed() argument 22 value |= (set & mask); in atomic_io_modify_relaxed() 28 void atomic_io_modify(void __iomem *reg, u32 mask, u32 set) in atomic_io_modify() argument 35 value |= (set & mask); in atomic_io_modify()
|
/kernel/linux/linux-5.10/arch/mips/lib/ |
H A D | strncpy_user.S | 72 .set __strncpy_from_user_asm, __strncpy_from_kernel_asm 80 .set push 81 .set eva 83 .set pop
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | s32c1i_selftest.c | 23 * If *v == cmp, set *v = set. Return previous *v. 25 static inline int probed_compare_swap(int *v, int cmp, int set) in probed_compare_swap() argument 34 : "=a" (set), "=&a" (tmp) in probed_compare_swap() 35 : "a" (cmp), "a" (v), "a" (&rcw_probe_pc), "0" (set) in probed_compare_swap() 38 return set; in probed_compare_swap()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | signal32.h | 12 /* We always set these two fields to 0 */ 57 int compat_setup_frame(int usig, struct ksignal *ksig, sigset_t *set, 59 int compat_setup_rt_frame(int usig, struct ksignal *ksig, sigset_t *set, 66 sigset_t *set, struct pt_regs *regs) in compat_setup_frame() 71 static inline int compat_setup_rt_frame(int usig, struct ksignal *ksig, sigset_t *set, in compat_setup_rt_frame() argument 65 compat_setup_frame(int usid, struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) compat_setup_frame() argument
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | strncat.S | 23 mov $16, $0 # set up return value 33 cmpbge $31, $1, $2 # bits set iff byte == 0 41 $found: negq $2, $3 # clear all but least set bit 44 and $2, 0xf0, $3 # binary search for that set bit
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | io.c | 15 void atomic_io_modify_relaxed(void __iomem *reg, u32 mask, u32 set) in atomic_io_modify_relaxed() argument 22 value |= (set & mask); in atomic_io_modify_relaxed() 28 void atomic_io_modify(void __iomem *reg, u32 mask, u32 set) in atomic_io_modify() argument 35 value |= (set & mask); in atomic_io_modify()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | brcms_trace_brcmsmac.h | 44 __field(uint, set) 49 __entry->set = t->set; 53 "ms=%u set=%u periodic=%u", 54 __entry->ms, __entry->set, __entry->periodic
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | brcms_trace_brcmsmac.h | 44 __field(uint, set) 49 __entry->set = t->set; 53 "ms=%u set=%u periodic=%u", 54 __entry->ms, __entry->set, __entry->periodic
|