/kernel/linux/linux-6.6/tools/perf/util/include/linux/ |
H A D | linkage.h | 53 .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 D | multiple_ranges_test.cc | 3 #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 D | trieset.cpp | 20 * 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 D | led-gpio.c | 69 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 D | object-literal.js | 57 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 D | tst_capability.c | 26 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 D | fork.c | 49 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 D | faccessat.c | 40 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 D | clone.c | 33 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 D | clone.c | 18 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 D | shortnumberinfo.h | 24 #include <set> 35 using std::set; 192 scoped_ptr<std::set<string> >
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/ |
H A D | 4-1.c | 42 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 D | 5-1.c | 13 * - 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 D | 5-2.c | 13 * - 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 D | 12-1.c | 14 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 D | property-array.h | 38 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 D | SkPathOpsRect.cpp | 14 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 D | SkSLIsConstantExpression.cpp | 23 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 D | SkXMLParser.h | 42 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 D | wgpu_structs.cpp | 36 {% 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 D | ClientHandlers.cpp | 31 {% 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 D | CommandEncoder.h | 98 std::set<BufferBase*> mTopLevelBuffers; 99 std::set<TextureBase*> mTopLevelTextures; 100 std::set<QuerySetBase*> mUsedQuerySets;
|
H A D | BindGroupTracker.h | 47 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 D | hb-set-fuzzer.cc | 10 // 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 D | classStaticBlock16.js | 32 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);
|