/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | set.rs | 13 set: UnorderedSet<T>, 23 set: UnorderedSet::new(), in new() 29 let new = self.set.insert(value); in insert() 41 self.set.contains(value) in contains() 49 self.set.get(value).copied() in get() 77 // Wrapper prohibits accidentally introducing iteration over the set, which
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | set.rs | 13 set: UnorderedSet<T>, 23 set: UnorderedSet::new(), in new() 29 let new = self.set.insert(value); in insert() 41 self.set.contains(value) in contains() 49 self.set.get(value).copied() in get() 77 // Wrapper prohibits accidentally introducing iteration over the set, which
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | TransformFeedback.cpp | 30 mBuffer[i].set(nullptr); in ~TransformFeedback() 101 mBuffer[index].set(buffer); in setBuffer() 106 mBuffer[index].set(buffer, static_cast<int>(offset), static_cast<int>(size)); in setBuffer() 115 mBuffer[i].set(nullptr); in detachBuffer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | LowerTypeTests.h | 22 #include <set> 34 // The indices of the set bits in the bitset. 35 std::set<uint64_t> Bits; 43 // Log2 alignment of the bit set relative to the combined global. 82 /// significantly reduce bit set sizes in many cases. 85 /// Each set of referenced globals causes the algorithm to create a new 86 /// fragment, which is assembled by appending each referenced global in the set 122 /// The bit set lowering pass assigns an object index to each object that needs 123 /// to be laid out, and calls addFragment for each bit set passing the object 140 void addFragment(const std::set<uint64_ [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | staticPropertyNotInClassType.js | 6 static set x(v) { } 26 static set x(v) { } 53 set: function (v) { },
78 set: function (v) { },
|
H A D | stringIndexerConstrainsPropertyDeclarations.js | 27 set X(v) { } // ok 94 set X(v) { }, 109 set: function (v) { } // ok
143 set X(v) { },
|
H A D | transformsElideNullUndefinedType.js | 33 set a2(p8: null) { } 34 set a3(p9: undefined) { } 83 set a2(p8) { }
84 set a3(p9) { }
|
H A D | derivedClassWithPrivateInstanceShadowingPublicInstance.js | 9 public set a(v) { } 20 private set a(v) { } 59 set: function (v) { },
76 set: function (v) { },
|
H A D | derivedClassWithPrivateStaticShadowingPublicStatic.js | 9 public static set a(v) { } 21 private static set a(v) { } 60 set: function (v) { },
78 set: function (v) { },
|
H A D | numericIndexerConstrainsPropertyDeclarations.js | 27 set X(v) { } // ok 94 set X(v) { }, 109 set: function (v) { } // ok
143 set X(v) { },
|
H A D | privateClassPropertyAccessibleWithinNestedClass.js | 7 private set y(x) { this.y = this.x; } 12 private static set y(x) { this.y = this.x; } 47 set: function (x) { this.y = this.x; },
54 set: function (x) { this.y = this.x; },
|
H A D | privateNameInLhsReceiverExpression.js | 17 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
27 _Test_y.set(this, 123);
33 _x.set(this, 1);
41 _x_1.set(this, 1);
|
H A D | privateNameWhenNotUseDefineForClassFieldsInEsNext(target=es2020).js | 64 _TestWithStatics_prop.set(this, 0);
71 _Inner_foo.set(this, 10);
96 _TestNonStatics_prop.set(this, 0);
100 _Inner_foo_1.set(this, 10);
|
H A D | privateNamesAndGenericClasses-2.js | 11 set baz(t: T) { 41 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
47 _C_foo.set(this, void 0);
51 set baz(t) {
|
H A D | protectedClassPropertyAccessibleWithinNestedClass.js | 7 protected set y(x) { this.y = this.x; } 12 protected static set y(x) { this.y = this.x; } 47 set: function (x) { this.y = this.x; },
54 set: function (x) { this.y = this.x; },
|
H A D | instancePropertyInClassType.js | 8 set y(v) { } 28 set y(v: U) { } 53 set: function (v) { },
78 set: function (v) { },
|
H A D | twiceNestedKeyofIndexInference.js | 12 declare function set<T, K1 extends keyof T>(source: T, path: [K1], value: T[K1]): Set1<T, K1>; 14 declare function set<T, K1 extends keyof T, K2 extends keyof T[K1]>(source: T, path: [K1, K2], value: T[K1][K2]): Set2<T, K1, K2>; 33 const newState: State = set(state, ["a", 'b'], 'why'); // shouldn't be an error
43 var newState = set(state, ["a", 'b'], 'why'); // shouldn't be an error
|
H A D | typeQueryOnClass.js | 19 static set sc(x) { 34 set ic(x) { 73 set: function (x) {
90 set: function (x) {
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_message_field.cc | 69 std::set<string>* fwd_decls) const { in DetermineForwardDeclarations() 76 std::set<string>* fwd_decls) const { in DetermineObjectiveCClassDefinitions() 92 std::set<string>* fwd_decls) const { in DetermineForwardDeclarations() 99 std::set<string>* fwd_decls) const { in DetermineObjectiveCClassDefinitions()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | set.rs | 13 set: UnorderedSet<T>, 23 set: UnorderedSet::new(), in new() 29 let new = self.set.insert(value); in insert() 41 self.set.contains(value) in contains() 49 self.set.get(value).copied() in get() 77 // Wrapper prohibits accidentally introducing iteration over the set, which
|
/third_party/rust/crates/cxx/syntax/ |
H A D | set.rs | 13 set: UnorderedSet<T>, 23 set: UnorderedSet::new(), in new() 29 let new = self.set.insert(value); in insert() 41 self.set.contains(value) in contains() 49 self.set.get(value).copied() in get() 77 // Wrapper prohibits accidentally introducing iteration over the set, which
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_native.c | 46 static inline void tlbiel_hash_set_isa206(unsigned int set, unsigned int is) in tlbiel_hash_set_isa206() argument 50 rb = (set << PPC_BITLSHIFT(51)) | (is << PPC_BITLSHIFT(53)); in tlbiel_hash_set_isa206() 56 * tlbiel instruction for hash, set invalidation 59 static __always_inline void tlbiel_hash_set_isa300(unsigned int set, unsigned int is, in tlbiel_hash_set_isa300() argument 67 rb = (set << PPC_BITLSHIFT(51)) | (is << PPC_BITLSHIFT(53)); in tlbiel_hash_set_isa300() 78 unsigned int set; in tlbiel_all_isa206() local 82 for (set = 0; set < num_sets; set++) in tlbiel_all_isa206() 83 tlbiel_hash_set_isa206(set, i in tlbiel_all_isa206() 90 unsigned int set; tlbiel_all_isa300() local [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sleep34xx.S | 91 mov r0, #25 @ set service ID for PPA 93 mov r1, #0 @ set task id for ROM code in r1 94 mov r2, #4 @ set some flags in r2, r6 121 * - only the minimum set of functions gets copied to internal SRAM at boot 412 mov r0, #40 @ set service ID for PPA 414 mov r1, #0 @ set task id for ROM code in r1 415 mov r2, #4 @ set some flags in r2, r6 420 /* Write to Aux control register to set some bits */ 421 mov r0, #42 @ set service ID for PPA 423 mov r1, #0 @ set tas [all...] |
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | signal.c | 200 a given sigcontext. This because it's impossible to set *all* 207 sigset_t set; in do_sigreturn() local 212 if (__get_user(set.sig[0], &sc->sc_mask)) in do_sigreturn() 215 set_current_blocked(&set); in do_sigreturn() 235 sigset_t set; in do_rt_sigreturn() local 240 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set))) in do_rt_sigreturn() 243 set_current_blocked(&set); in do_rt_sigreturn() 328 setup_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) in setup_frame() argument 338 err |= setup_sigcontext(&frame->sc, regs, set in setup_frame() 373 setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) setup_rt_frame() argument [all...] |
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | signal.c | 201 a given sigcontext. This because it's impossible to set *all* 208 sigset_t set; in do_sigreturn() local 213 if (__get_user(set.sig[0], &sc->sc_mask)) in do_sigreturn() 216 set_current_blocked(&set); in do_sigreturn() 236 sigset_t set; in do_rt_sigreturn() local 241 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set))) in do_rt_sigreturn() 244 set_current_blocked(&set); in do_rt_sigreturn() 329 setup_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) in setup_frame() argument 339 err |= setup_sigcontext(&frame->sc, regs, set in setup_frame() 374 setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) setup_rt_frame() argument [all...] |