Home
last modified time | relevance | path

Searched refs:set (Results 2276 - 2300 of 12130) sorted by relevance

1...<<919293949596979899100>>...486

/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dset.rs13 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 Dset.rs13 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 DTransformFeedback.cpp30 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 DLowerTypeTests.h22 #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 DstaticPropertyNotInClassType.js6 static set x(v) { }
26 static set x(v) { }
53 set: function (v) { },
78 set: function (v) { },
H A DstringIndexerConstrainsPropertyDeclarations.js27 set X(v) { } // ok
94 set X(v) { },
109 set: function (v) { } // ok
143 set X(v) { },
H A DtransformsElideNullUndefinedType.js33 set a2(p8: null) { }
34 set a3(p9: undefined) { }
83 set a2(p8) { }
84 set a3(p9) { }
H A DderivedClassWithPrivateInstanceShadowingPublicInstance.js9 public set a(v) { }
20 private set a(v) { }
59 set: function (v) { },
76 set: function (v) { },
H A DderivedClassWithPrivateStaticShadowingPublicStatic.js9 public static set a(v) { }
21 private static set a(v) { }
60 set: function (v) { },
78 set: function (v) { },
H A DnumericIndexerConstrainsPropertyDeclarations.js27 set X(v) { } // ok
94 set X(v) { },
109 set: function (v) { } // ok
143 set X(v) { },
H A DprivateClassPropertyAccessibleWithinNestedClass.js7 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 DprivateNameInLhsReceiverExpression.js17 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 DprivateNameWhenNotUseDefineForClassFieldsInEsNext(target=es2020).js64 _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 DprivateNamesAndGenericClasses-2.js11 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 DprotectedClassPropertyAccessibleWithinNestedClass.js7 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 DinstancePropertyInClassType.js8 set y(v) { }
28 set y(v: U) { }
53 set: function (v) { },
78 set: function (v) { },
H A DtwiceNestedKeyofIndexInference.js12 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 DtypeQueryOnClass.js19 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 Dobjectivec_message_field.cc69 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 Dset.rs13 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 Dset.rs13 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 Dhash_native.c46 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 Dsleep34xx.S91 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 Dsignal.c200 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 Dsignal.c201 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...]

Completed in 13 milliseconds

1...<<919293949596979899100>>...486