Home
last modified time | relevance | path

Searched refs:set (Results 2876 - 2900 of 14180) sorted by relevance

1...<<111112113114115116117118119120>>...568

/kernel/linux/linux-6.6/tools/perf/util/include/linux/
H A Dlinkage.h53 .set .L__sym_size_##name, .-name ASM_NL \
61 .set alias, name ASM_NL \
63 .set .L__sym_size_##alias, .L__sym_size_##name ASM_NL \
/third_party/benchmark/test/
H A Dmultiple_ranges_test.cc3 #include <set>
63 std::set<std::vector<int64_t>> expectedValues;
64 std::set<std::vector<int64_t>> actualValues;
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp20 * Modifies the trie index to make the BMP linear, and uses the original set
37 TrieSet(const UnicodeSet &set, UErrorCode &errorCode) in TrieSet() argument
38 : trieData(NULL), latin1(NULL), restSet(set.clone()) { in TrieSet()
50 UnicodeSetIterator iter(set); in TrieSet()
/third_party/libwebsockets/lib/drivers/led/
H A Dled-gpio.c69 lgc->gpio_ops->set(map->gpio, 0); in lws_led_gpio_create()
72 lgc->gpio_ops->set(map->gpio, in lws_led_gpio_create()
118 lgc->gpio_ops->set(map->gpio, in lws_led_gpio_intensity()
/third_party/jerryscript/tests/jerry/
H A Dobject-literal.js57 set property2 (a) {
63 set property3 (b) { this.property1 = b; }
83 set q (v)
85 flow += ', set: ' + (typeof q);
92 assert (flow == 'get: undefined, set: undefined');
/third_party/ltp/lib/
H A Dtst_capability.c26 static void do_cap_drop(uint32_t *set, uint32_t mask, const struct tst_cap *cap) in do_cap_drop() argument
28 if (*set & mask) { in do_cap_drop()
30 *set &= ~mask; in do_cap_drop()
/third_party/musl/src/process/
H A Dfork.c49 sigset_t set; in fork() local
51 __block_app_sigs(&set); in fork()
86 __restore_sigs(&set); in fork()
/third_party/musl/src/unistd/
H A Dfaccessat.c40 sigset_t set; in faccessat() local
48 __block_all_sigs(&set); in faccessat()
58 __restore_sigs(&set); in faccessat()
/third_party/musl/src/linux/liteos_a/
H A Dclone.c33 sigset_t set; in __start_child() local
37 __block_all_sigs(&set); in __start_child()
47 __restore_sigs(&set); in __start_child()
/third_party/musl/porting/liteos_a/user/src/linux/
H A Dclone.c18 sigset_t set; in __start_child() local
22 __block_all_sigs(&set); in __start_child()
32 __restore_sigs(&set); in __start_child()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dshortnumberinfo.h24 #include <set>
35 using std::set;
192 scoped_ptr<std::set<string> >
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/
H A D4-1.c42 static int is_changed(sigset_t set, int sig) in is_changed() argument
61 if (sigismember(&set, sig) != 1) { in is_changed()
66 if (sigismember(&set, siglist[i]) != 0) { in is_changed()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
H A D5-1.c13 * - set a timer to expire in TIMERSEC
14 * - set the clock back CLOCKOFFSET seconds
51 sigset_t set; in main() local
60 * set up sigevent for timer in main()
61 * set up signal set for sigwait in main()
62 * set up sigaction to catch signal in main()
70 if (sigemptyset(&set) != 0 || sigemptyset(&act.sa_mask) != 0) { in main()
75 if (sigaddset(&set, SIGTOTEST) != 0) { in main()
H A D5-2.c13 * - set a timer to expire in TIMERSEC
14 * - set the clock forward CLOCKOFFSET seconds
51 sigset_t set; in main() local
60 * set up sigevent for timer in main()
61 * set up signal set for sigwait in main()
62 * set up sigaction to catch signal in main()
70 if (sigemptyset(&set) != 0 || sigemptyset(&act.sa_mask) != 0) { in main()
75 if (sigaddset(&set, SIGTOTEST) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H A D12-1.c14 pthread_sigmask() function, use a set which contains SIGABRT and SIGALRM.
30 static int is_changed(sigset_t set, int sig) in is_changed() argument
49 if (sigismember(&set, sig) != 1) { in is_changed()
54 if (sigismember(&set, siglist[i]) != 0) { in is_changed()
/third_party/node/deps/v8/src/objects/
H A Dproperty-array.h38 inline void set(int index, Object value);
39 inline void set(int index, Object value, SeqCstAccessTag tag);
41 inline void set(int index, Object value, WriteBarrierMode mode);
/third_party/skia/src/pathops/
H A DSkPathOpsRect.cpp14 set(sub[0]); in setBounds()
31 set(sub[0]); in setBounds()
48 set(sub[0]); in setBounds()
/third_party/skia/src/sksl/analysis/
H A DSkSLIsConstantExpression.cpp23 ConstantExpressionVisitor(const std::set<const Variable*>* loopIndices) in ConstantExpressionVisitor()
93 const std::set<const Variable*>* fLoopIndices;
102 const std::set<const Variable*>* loopIndices) { in IsConstantIndexExpression()
/third_party/skia/src/xml/
H A DSkXMLParser.h42 void setNoun(const SkString& str) { fNoun.set(str); } in setNoun()
43 void setNoun(const char* ch) { fNoun.set(ch); } in setNoun()
44 void setNoun(const char* ch, size_t len) { fNoun.set(ch, len); } in setNoun()
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
H A Dwgpu_structs.cpp36 {% set CppType = as_cppType(type.name) %}
37 {% set CType = as_cType(type.name) %}
47 {% set memberName = member.name.camelCase() %}
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/
H A DClientHandlers.cpp31 {% set Type = member.handle_type.name.CamelCase() %}
32 {% set name = as_varName(member.name) %}
76 {% set Suffix = command.name.CamelCase() %} in HandleCommandsImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandEncoder.h98 std::set<BufferBase*> mTopLevelBuffers;
99 std::set<TextureBase*> mTopLevelTextures;
100 std::set<QuerySetBase*> mUsedQuerySets;
H A DBindGroupTracker.h47 mDirtyBindGroups.set(index); in OnSetBindGroup()
48 mDirtyBindGroupsObjectChangedOrIsDynamic.set(index); in OnSetBindGroup()
52 mDirtyBindGroupsObjectChangedOrIsDynamic.set(index); in OnSetBindGroup()
116 // |mPipelineLayout| is the current pipeline layout set on the command buffer.
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Dhb-set-fuzzer.cc10 // Only allow ~5,000 set values between the two input sets.
32 hb_set_t *set = hb_set_create (); in create_set() local
34 hb_set_add (set, value_array[i]); in create_set()
35 return set; in create_set()
/third_party/typescript/tests/baselines/reference/
H A DclassStaticBlock16.js32 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
43 _C_x.set(this, 1);
56 _D_y.set(this, 1);

Completed in 13 milliseconds

1...<<111112113114115116117118119120>>...568