Home
last modified time | relevance | path

Searched refs:active_ (Results 76 – 100 of 665) sorted by relevance

12345678910>>...27

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/common/frame_sinks/
H A Ddelay_based_time_source.cc26 active_(false), in DelayBasedTimeSource()
38 if (active == active_) in SetActive()
41 active_ = active; in SetActive()
43 if (active_) { in SetActive()
57 return active_; in Active()
69 DCHECK(active_); in OnTimerTick()
176 state->SetBoolean("active", active_); in AsValueInto()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/common/frame_sinks/
H A Ddelay_based_time_source.cc26 active_(false), in DelayBasedTimeSource()
38 if (active == active_) in SetActive()
41 active_ = active; in SetActive()
43 if (active_) { in SetActive()
57 return active_; in Active()
69 DCHECK(active_); in OnTimerTick()
176 state->SetBoolean("active", active_); in AsValueInto()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dmarking-worklist.cc106 active_ = std::move(shared); in Local()
117 active_ = std::move(*active_owner_); in Local()
123 DCHECK(active_.IsLocalEmpty()); in ~Local()
134 active_.Publish(); in Publish()
149 if (!active_.IsLocalEmpty() || !on_hold_.IsLocalEmpty() || in IsEmpty()
150 !active_.IsGlobalEmpty() || !on_hold_.IsGlobalEmpty()) { in IsEmpty()
171 if (!active_.IsLocalEmpty() && active_.IsGlobalEmpty()) { in ShareWork()
172 active_.Publish(); in ShareWork()
185 ? &active_ in MergeOnHold()
196 return active_.Pop(object); in PopContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dmarking-worklist.cc106 active_ = std::move(shared); in Local()
117 active_ = std::move(*active_owner_); in Local()
123 DCHECK(active_.IsLocalEmpty()); in ~Local()
134 active_.Publish(); in Publish()
149 if (!active_.IsLocalEmpty() || !on_hold_.IsLocalEmpty() || in IsEmpty()
150 !active_.IsGlobalEmpty() || !on_hold_.IsGlobalEmpty()) { in IsEmpty()
171 if (!active_.IsLocalEmpty() && active_.IsGlobalEmpty()) { in ShareWork()
172 active_.Publish(); in ShareWork()
185 ? &active_ in MergeOnHold()
196 return active_.Pop(object); in PopContext()
/dports/devel/codeworker/CodeWorker4_5_3/
H A DUtlTimer.h58 bool active_; variable
79 active_ = false; in clear()
87 active_ = true; in start()
97 active_ = false; in stop()
114 if (active_) { in getTimeInSec()
/dports/science/bagel/bagel-1.2.2/src/smith/relmrci/
H A DRelMRCI_sourceq.cc45 vector<IndexRange> I1308_index = {closed_, active_, active_, active_}; in make_sourceq()
70 vector<IndexRange> I1310_index = {active_, active_, closed_, virt_}; in make_sourceq()
107 vector<IndexRange> I1312_index = {active_, active_, active_, virt_}; in make_sourceq()
132 vector<IndexRange> I1314_index = {closed_, closed_, active_, active_}; in make_sourceq()
145 vector<IndexRange> I1320_index = {active_, closed_, closed_, virt_}; in make_sourceq()
186 vector<IndexRange> I1338_index = {active_, virt_, closed_, virt_}; in make_sourceq()
205 vector<IndexRange> I1342_index = {virt_, virt_, active_, active_}; in make_sourceq()
H A DRelMRCI_residualq4.cc48 vector<IndexRange> I109_index = {virt_, active_}; in make_residualq4()
62 vector<IndexRange> I112_index = {virt_, active_}; in make_residualq4()
121 vector<IndexRange> I868_index = {closed_, closed_, active_, active_}; in make_residualq4()
158 vector<IndexRange> I871_index = {closed_, closed_, active_, active_}; in make_residualq4()
195 vector<IndexRange> I874_index = {virt_, virt_, active_, active_}; in make_residualq4()
280 vector<IndexRange> I783_index = {virt_, active_}; in make_residualq4()
436 vector<IndexRange> I825_index = {closed_, virt_, active_, active_}; in make_residualq4()
444 vector<IndexRange> I826_index = {closed_, virt_, active_, active_}; in make_residualq4()
464 vector<IndexRange> I828_index = {closed_, virt_, active_, active_}; in make_residualq4()
472 vector<IndexRange> I829_index = {closed_, virt_, active_, active_}; in make_residualq4()
[all …]
/dports/sysutils/glogg/glogg-1.1.4/src/
H A Dquickfindpattern.cpp32 active_ = false; in QuickFindPattern()
55 active_ = true; in changeSearchPattern()
57 active_ = false; in changeSearchPattern()
74 if ( active_ ) { in matchLine()
90 if ( ! active_ ) in isLineMatching()
107 if ( ! active_ ) in isLineMatchingBackward()
/dports/science/bagel/bagel-1.2.2/src/smith/mrci/
H A DMRCI_sourceq.cc45 vector<IndexRange> I1728_index = {active_, active_, active_, closed_}; in make_sourceq()
70 vector<IndexRange> I1730_index = {active_, active_, closed_, virt_}; in make_sourceq()
107 vector<IndexRange> I1732_index = {active_, active_, closed_, virt_}; in make_sourceq()
144 vector<IndexRange> I1734_index = {active_, active_, active_, virt_}; in make_sourceq()
169 vector<IndexRange> I1736_index = {active_, active_, closed_, closed_}; in make_sourceq()
182 vector<IndexRange> I1742_index = {active_, closed_, closed_, virt_}; in make_sourceq()
223 vector<IndexRange> I1768_index = {virt_, closed_, virt_, active_}; in make_sourceq()
242 vector<IndexRange> I1772_index = {active_, active_, virt_, virt_}; in make_sourceq()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcNodeInfo.hpp284 return ((active_ & 7) == 7); in allActivated()
289 return ((active_ & 8) != 0); in marked()
294 active_ |= 8; in mark()
299 active_ &= ~8; in unmark()
304 return (active_ & 16) != 0; in symmetryWorked()
309 active_ |= 16; in setSymmetryWorked()
364 int active_; member in CbcNodeInfo
/dports/games/wesnoth/wesnoth-1.14.17/src/game_events/
H A Dmanager_impl.hpp38 handler_queue_t active_; member in game_events::event_handlers
56 : active_() in event_handlers()
72 return active_; in get_active()
77 return active_; in get_active()
103 return active_.size(); in size()
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/details/
H A Dperiodic_worker.h28 active_ = (interval > std::chrono::seconds::zero()); in periodic_worker()
29 if (!active_) in periodic_worker()
38 if (this->cv_.wait_for(lock, interval, [this] { return !this->active_; })) in periodic_worker()
57 active_ = false; in ~periodic_worker()
65 bool active_;
/dports/science/bagel/bagel-1.2.2/src/smith/caspt2/
H A DSPCASPT2.cc41 active_ = cas.active_; in SPCASPT2()
67 ardm1_ = fill_block<2,double>(ardm1, vector<int>(2,nclo), vector<IndexRange>(2,active_)); in SPCASPT2()
68 ardm2_ = fill_block<4,double>(ardm2, vector<int>(4,nclo), vector<IndexRange>(4,active_)); in SPCASPT2()
69 ardm3_ = fill_block<6,double>(ardm3, vector<int>(6,nclo), vector<IndexRange>(6,active_)); in SPCASPT2()
70 ardm4_ = fill_block<8,double>(ardm4, vector<int>(8,nclo), vector<IndexRange>(8,active_)); in SPCASPT2()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/
H A Ddnnl_memory.hpp44 active_ = (initialize(md, engine) == OK); in dnn_mem_t()
49 active_ = (initialize(md, engine, handle_info) == OK); in dnn_mem_t()
54 active_ = (initialize(ndims, dims, dt, tag, engine) == OK); in dnn_mem_t()
59 active_ = (initialize(ndims, dims, dt, strides, engine) == OK); in dnn_mem_t()
64 active_ = (initialize(md, dt, tag, engine) == OK); in dnn_mem_t()
69 active_ = (initialize(md, dt, tag::undef, engine) == OK); in dnn_mem_t()
75 if (active_) reorder(rhs); in dnn_mem_t()
89 active_ = rhs.active_; in operator =()
95 rhs.active_ = false; in operator =()
213 bool active_ = false; member
[all …]
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/
H A Ddnnl_memory.hpp44 active_ = (initialize(md, engine) == OK); in dnn_mem_t()
49 active_ = (initialize(md, engine, handle_info) == OK); in dnn_mem_t()
54 active_ = (initialize(ndims, dims, dt, tag, engine) == OK); in dnn_mem_t()
59 active_ = (initialize(ndims, dims, dt, strides, engine) == OK); in dnn_mem_t()
64 active_ = (initialize(md, dt, tag, engine) == OK); in dnn_mem_t()
69 active_ = (initialize(md, dt, tag::undef, engine) == OK); in dnn_mem_t()
75 if (active_) reorder(rhs); in dnn_mem_t()
89 active_ = rhs.active_; in operator =()
95 rhs.active_ = false; in operator =()
213 bool active_ = false; member
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_active_tableau.cxx22 , active_(true) in vgui_active_tableau()
54 if (!active_) in handle()
70 if (active_) in add_popup()
99 active_ = !active_; in toggle_active()
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbptr12/
H A Dr12ia.cc55 active_ = false; in R12IntsAcc()
67 int active; si.get(active); active_ = (bool) active; in R12IntsAcc()
88 so.put((int)active_); in save_data_state()
105 if (active_) in activate()
108 active_ = true; in activate()
116 active_ = false; in deactivate()
/dports/games/widelands/widelands-build21/src/ui_basic/
H A Dtabpanel.cc77 return parent->active_ == id; in active()
100 active_(0), in TabPanel()
113 if (active_ < tabs_.size()) { in layout()
114 Panel* const panel = tabs_[active_]->panel; in layout()
136 if (active_ < tabs_.size()) { in update_desired_size()
197 panel->set_visible(id == active_); in add_tab()
207 if (active_ < tabs_.size()) { in activate()
214 active_ = idx; in activate()
241 if (active_ > tabs_.size() - 1) { in remove_last_tab()
242 active_ = 0ul; in remove_last_tab()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl_transform_feedback.h54 bool active() const { return active_; } in active()
62 active_ = active; in SetActive()
63 DCHECK(active_ || !paused_); in SetActive()
67 DCHECK(active_ || !paused_); in SetPaused()
86 bool active_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Dwebgl_transform_feedback.h54 bool active() const { return active_; } in active()
62 active_ = active; in SetActive()
63 DCHECK(active_ || !paused_); in SetActive()
67 DCHECK(active_ || !paused_); in SetPaused()
86 bool active_; variable
/dports/sysutils/cdrdao/cdrdao-1.2.4/gcdmaster/
H A DRecordHDTarget.cc42 active_ = false; in RecordHDTarget()
78 active_ = true; in start()
85 if (active_) { in stop()
87 active_ = false; in stop()
93 if (!active_) in update()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dsocketpool.cc48 for (ConnectedList::iterator it = active_.begin(); it != active_.end(); in ~StreamCache()
66 active_.push_front(*it); in RequestConnectedStream()
71 return active_.front().second; in RequestConnectedStream()
76 active_.push_front(ConnectedStream(remote, stream)); in RequestConnectedStream()
78 return active_.front().second; in RequestConnectedStream()
84 for (ConnectedList::iterator it = active_.begin(); it != active_.end(); in ReturnConnectedStream()
98 active_.erase(it); in ReturnConnectedStream()
/dports/multimedia/snapcast/snapcast-0.25.0/server/publishZeroConf/
H A Dpublish_bonjour.cpp34 …:string& serviceName, boost::asio::io_context& ioc) : PublishmDNS(serviceName, ioc), active_(false) in PublishBonjour()
43 active_ = false; in ~PublishBonjour()
81 active_ = true; in worker()
82 while (active_) in worker()
100 active_ = false; in worker()
111 active_ = false; in worker()
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/dsp/
H A Dvoice.cxx48 active_( false ), in Voice()
88 active_ = true; in playLayer()
92 active_ = false; in playLayer()
133 active_ = true; in play()
156 active_ = false; in play()
329 active_ = false; in stopIfSample()
336 if( active_ ) { in stop()
346 if( active_ ) { in kill()
354 if( !active_ ) { in process()
390 active_ = false; in process()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dsocketpool.cc31 for (ConnectedList::iterator it = active_.begin(); it != active_.end(); in ~StreamCache()
49 active_.push_front(*it); in RequestConnectedStream()
54 return active_.front().second; in RequestConnectedStream()
59 active_.push_front(ConnectedStream(remote, stream)); in RequestConnectedStream()
61 return active_.front().second; in RequestConnectedStream()
67 for (ConnectedList::iterator it = active_.begin(); it != active_.end(); in ReturnConnectedStream()
81 active_.erase(it); in ReturnConnectedStream()

12345678910>>...27