Home
last modified time | relevance | path

Searched refs:set (Results 1576 - 1600 of 10113) sorted by relevance

1...<<61626364656667686970>>...405

/third_party/nghttp2/src/
H A Dshrpx_signal.cc78 int shrpx_signal_set(sigset_t *set) { in shrpx_signal_set() argument
82 rv = pthread_sigmask(SIG_SETMASK, set, nullptr); in shrpx_signal_set()
91 return sigprocmask(SIG_SETMASK, set, nullptr); in shrpx_signal_set()
/third_party/musl/src/linux/
H A Dmembarrier.c33 sigset_t set; in __membarrier() local
34 __block_app_sigs(&set); in __membarrier()
53 __restore_sigs(&set); in __membarrier()
/third_party/musl/src/misc/
H A Dforkpty.c13 sigset_t set, oldset; in forkpty() local
17 sigfillset(&set); in forkpty()
18 pthread_sigmask(SIG_BLOCK, &set, &oldset); in forkpty()
/third_party/musl/src/process/
H A D_Fork.c49 sigset_t set; in _Fork() local
51 __block_all_sigs(&set); in _Fork()
61 __restore_sigs(&set); in _Fork()
/third_party/ninja/src/
H A Dclean.h18 #include <set>
47 /// @param generator If set, also clean files created by generator rules.
104 std::set<std::string> removed_;
105 std::set<Node*> cleaned_;
/third_party/node/deps/icu-small/source/common/unicode/
H A Denumset.h41 inline void add(T toAdd) { set(toAdd, 1); } in add()
42 inline void remove(T toRemove) { set(toRemove, 0); } in remove()
44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set() function in EnumSet
H A Dusetiter.h40 * UnicodeSetIterator it(set);
45 * <p>Each item in the set is accessed as a string. Set elements
52 * UnicodeSetIterator it(set);
101 * Create an iterator over the given set. The iterator is valid
102 * only so long as <tt>set</tt> is valid.
103 * @param set set to iterate over
106 UnicodeSetIterator(const UnicodeSet& set);
111 * constructor allowing the target to be set later.
185 * Advances the iteration position to the next element in the set,
267 const UnicodeSet* set; global() member in final
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H A D8-3.c13 that no other signal in the set is in oactl.
24 static int is_changed(sigset_t set, int sig) in is_changed() argument
43 if (sigismember(&set, sig) != 1) { in is_changed()
48 if (sigismember(&set, siglist[i]) != 0) { in is_changed()
H A D8-1.c13 that no other signal in the set is in oactl.
24 static int is_changed(sigset_t set, int sig) in is_changed() argument
43 if (sigismember(&set, sig) != 1) { in is_changed()
48 if (sigismember(&set, siglist[i]) != 0) { in is_changed()
H A D8-2.c15 that no other signal in the set is in oactl.
26 static int is_changed(sigset_t set, int sig) in is_changed() argument
45 if (sigismember(&set, sig) != 1) { in is_changed()
50 if (sigismember(&set, siglist[i]) != 0) { in is_changed()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_batch.h41 struct set *sampler_views;
42 struct set *surfaces;
43 struct set *objects;
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dsighold.c52 sigset_t set = {0}; in sighold_0100() local
53 result = sigprocmask(SIG_SETMASK, NULL, &set); in sighold_0100()
59 result = sigismember(&set, sig); in sighold_0100()
H A Dsigpause.c52 sigset_t set = {0}; in sigpause_0100() local
53 result = sigprocmask(SIG_SETMASK, NULL, &set); in sigpause_0100()
59 result = sigismember(&set, sig); in sigpause_0100()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dlinkcheck.py30 internals = set()
31 externals = set()
45 anchors = set()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Ddata_structures.py48 """Ensure the set for the given key exists."""
50 self.d[k] = set()
56 if not isinstance(v, set):
57 v = set(v)
/third_party/skia/src/gpu/
H A DGrFixedClip.h23 SkAssertResult(fScissorState.set(scissorRect)); in GrFixedClip()
34 return fScissorState.set(irect); in setScissor()
46 fWindowRectsState.set(windows, mode); in setWindowRectangles()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DValidateSwitch.h19 #include <set>
56 std::set<int> mCasesSigned;
57 std::set<unsigned int> mCasesUnsigned;
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfix_storage_class.h52 std::set<uint32_t>* seen);
62 std::set<uint32_t>* seen);
80 std::set<uint32_t>* seen);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfix_storage_class.h52 std::set<uint32_t>* seen);
62 std::set<uint32_t>* seen);
80 std::set<uint32_t>* seen);
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-bimap.cc36 bm.set (1, 4); in main()
37 bm.set (2, 5); in main()
38 bm.set (3, 6); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/
H A DStage.h20 #include <set>
29 std::set<HWEventListener *> Listeners;
35 const std::set<HWEventListener *> &getListeners() const { return Listeners; } in getListeners()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
H A DRemarkLinker.h22 #include <set>
43 /// A set holding unique remarks.
44 /// FIXME: std::set is probably not the most appropriate data structure here.
47 std::set<std::unique_ptr<Remark>, RemarkPtrCompare> Remarks;
52 /// Keep this remark. If it's already in the set, discard it.
84 pointee_iterator<std::set<std::unique_ptr<Remark>>::iterator>;
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Denumset.h41 inline void add(T toAdd) { set(toAdd, 1); } in add()
42 inline void remove(T toRemove) { set(toRemove, 0); } in remove()
44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set() function in EnumSet
H A Dusetiter.h42 * UnicodeSetIterator it(set);
47 * <p>Each item in the set is accessed as a string. Set elements
54 * UnicodeSetIterator it(set);
107 * Create an iterator over the given set. The iterator is valid
108 * only so long as <tt>set</tt> is valid.
109 * @param set set to iterate over
112 UnicodeSetIterator(const UnicodeSet& set);
117 * constructor allowing the target to be set later.
174 * Advances the iteration position to the next element in the set,
257 const UnicodeSet* set; global() member in UnicodeSetIterator
[all...]
/third_party/typescript/tests/baselines/reference/
H A DautoAccessor6(target=es2015,usedefineforclassfields=false).js25 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
30 _C1_a_accessor_storage.set(this, void 0);
33 set a(value) { __classPrivateFieldSet(this, _C1_a_accessor_storage, value, "f"); }

Completed in 10 milliseconds

1...<<61626364656667686970>>...405