Home
last modified time | relevance | path

Searched refs:active_ (Results 176 – 200 of 665) sorted by relevance

12345678910>>...27

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/compositor/
H A Dlayer_animation_observer.cc62 : active_(false), in ImplicitAnimationObserver()
73 active_ = active; in SetActive()
137 if (active_ && attached_sequences().empty()) { in CheckCompleted()
138 active_ = false; in CheckCompleted()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dmarking-worklist.h148 bool success = active_->Push(task_id_, object); in Push()
154 if (active_->Pop(task_id_, object)) return true; in Pop()
195 active_ = shared_; in SwitchToShared()
205 MarkingWorklist* active_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/compositor/
H A Dlayer_animation_observer.cc62 : active_(false), destroyed_(nullptr), first_sequence_scheduled_(false) {} in ImplicitAnimationObserver()
70 active_ = active; in SetActive()
134 if (active_ && attached_sequences().empty()) { in CheckCompleted()
135 active_ = false; in CheckCompleted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/os/
H A Dscoped_disable_wow64_redirection.cc80 : active_(false), previous_state_(nullptr) { in ScopedDisableWow64Redirection()
84 active_ = true; in ScopedDisableWow64Redirection()
91 if (active_) { in ~ScopedDisableWow64Redirection()
H A Dscoped_disable_wow64_redirection.h19 bool is_active() const { return active_; } in is_active()
22 bool active_;
/dports/games/freesynd/freesynd-0.7.5/src/
H A Dagent.cpp45 male_(male), active_(true) { in Agent()
62 file.write8b(active_); in saveToFile()
106 active_ = infile.read8b(); in loadFromFile()
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/target/core/sw/
H A Dsw_logic.cc200 while (!active_.empty()) { in evaluate()
201 auto* e = active_.back(); in evaluate()
202 active_.pop_back(); in evaluate()
227 while (!active_.empty()) { in update()
228 auto* e = active_.back(); in update()
229 active_.pop_back(); in update()
257 active_.push_back(n); in schedule_active()
287 while (!active_.empty()) { in silent_evaluate()
288 auto* e = active_.back(); in silent_evaluate()
289 active_.pop_back(); in silent_evaluate()
/dports/sysutils/cdrdao/cdrdao-1.2.4/gcdmaster/
H A DRecordTocDialog.cc48 active_ = 0; in RecordTocDialog()
104 if (!active_) { in start()
105 active_ = true; in start()
117 active_ = false; in stop()
125 if (!active_) in update()
H A DRecordCDSource.cc61 active_ = 0; in RecordCDSource()
139 if (active_) { in start()
144 active_ = 1; in start()
153 if (active_) { in stop()
155 active_ = 0; in stop()
161 if (!active_) in update()
/dports/science/bagel/bagel-1.2.2/src/asd/
H A Dgamma_tree.h43 bool active_; variable
46 GammaBranch() : active_(false) {} in GammaBranch()
55 void activate() { active_ = true; } in activate()
56 bool active() const { return active_; } in active()
/dports/chinese/librime/librime-1.7.3/src/rime/
H A Dswitcher.cc37 if (active_) { in ~Switcher()
56 if (!active_ && engine_) { in ProcessKeyEvent()
59 else if (active_) { in ProcessKeyEvent()
65 if (active_) { in ProcessKeyEvent()
246 active_ = true; in Activate()
252 active_ = false; in Deactivate()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/applied_forces/densityfitting/
H A Ddensityfittingoptions.cpp181 addDensityFittingMdpOutputValue(builder, parameters_.active_, c_activeTag_); in buildMdpOutput()
182 if (parameters_.active_) in buildMdpOutput()
232 section.addOption(BooleanOption(c_activeTag_.c_str()).store(&parameters_.active_)); in initMdpOptions()
262 return parameters_.active_; in active()
278 if (!parameters_.active_) in setFitGroupIndices()
297 if (!parameters_.active_) in readInternalParametersFromKvt()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dpayload_router.cc129 : active_(false), in PayloadRouter()
151 if (active_ == active) in SetActive()
153 active_ = active; in SetActive()
156 module->SetSendingStatus(active_); in SetActive()
157 module->SetSendingMediaStatus(active_); in SetActive()
163 return active_ && !rtp_modules_.empty(); in IsActive()
181 if (!active_) in OnEncodedImage()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dpayload_router.cc129 : active_(false), in PayloadRouter()
151 if (active_ == active) in SetActive()
153 active_ = active; in SetActive()
156 module->SetSendingStatus(active_); in SetActive()
157 module->SetSendingMediaStatus(active_); in SetActive()
163 return active_ && !rtp_modules_.empty(); in IsActive()
181 if (!active_) in OnEncodedImage()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/video/
H A Dpayload_router.cc129 : active_(false), in PayloadRouter()
151 if (active_ == active) in SetActive()
153 active_ = active; in SetActive()
156 module->SetSendingStatus(active_); in SetActive()
157 module->SetSendingMediaStatus(active_); in SetActive()
163 return active_ && !rtp_modules_.empty(); in IsActive()
181 if (!active_) in OnEncodedImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/
H A Dclipboard_image_model_factory_impl.cc48 active_ = true; in Activate()
53 active_ = false; in Deactivate()
72 if (pending_list_.empty() || !active_ || in StartNextRequest()
/dports/science/bagel/bagel-1.2.2/src/smith/
H A Dorthogonal.cc123 active_ = o.active_; in Orthogonal_Basis()
1331 for (auto& i2 : active_) in loop_over()
1332 for (auto& i0 : active_) in loop_over()
1336 for (auto& i0 : active_) in loop_over()
1341 for (auto& i3 : active_) in loop_over()
1346 for (auto& i3 : active_) in loop_over()
1347 for (auto& i1 : active_) in loop_over()
1351 for (auto& i3 : active_) in loop_over()
1352 for (auto& i2 : active_) in loop_over()
1358 for (auto& i3 : active_) in loop_over()
[all …]
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/src/
H A DAlpsTreeNode.h58 bool active_;
106 active_(false), in AlpsTreeNode()
183 inline bool isActive() const { return active_; } in isActive()
184 inline void setActive(const bool yesno) { active_ = yesno; } in setActive()
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dgraph_constraints.cc79 const std::vector<IntVar*> active_; member in operations_research::__anon93094cc70111::NoCycle
98 active_(active), in NoCycle()
255 if (active_[i]->Max() != 0) { in ComputeSupports()
331 if (active_[index]->Max() != 0) { in ComputeSupport()
681 active_(active), in BasePathCumul()
757 active_[index]->SetMax(0); in UpdateSupport()
891 active_(active), in DelayedPathCumul()
927 if (!active_[i]->Bound()) { in Post()
942 if (active_[i]->Bound()) { in InitialPropagate()
950 if (active_[index]->Min() > 0) { in NextBound()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dwindow_tree_host_manager.cc161 active_(nullptr) {} in FocusActivationStore()
173 active_ = activation_client_->GetActiveWindow(); in Store()
174 if (active_ && focused_ != active_) in Store()
175 tracker_.Add(active_); in Store()
180 if (clear_focus && active_) in Store()
198 } else if (active_ && tracker_.Contains(active_)) { in Restore()
199 activation_client_->ActivateWindow(active_); in Restore()
203 if (active_) in Restore()
204 tracker_.Remove(active_); in Restore()
206 active_ = nullptr; in Restore()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/libsampler/
H A Dsampler.h51 bool IsActive() const { return active_.load(std::memory_order_relaxed); } in IsActive()
80 active_.store(value, std::memory_order_relaxed); in SetActive()
88 std::atomic_bool active_{false};
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/libsampler/
H A Dsampler.h51 bool IsActive() const { return active_.load(std::memory_order_relaxed); } in IsActive()
80 active_.store(value, std::memory_order_relaxed); in SetActive()
88 std::atomic_bool active_{false};
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/supervised_user/child_accounts/
H A Dchild_account_service.cc73 active_(false), in ChildAccountService()
121 DCHECK(!active_); in Shutdown()
153 if (!profile_->IsChild() && !active_) in SetActive()
155 if (active_ == active) in SetActive()
157 active_ = active; in SetActive()
159 if (active_) { in SetActive()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/asmjs/
H A DWasmGenerator.cpp65 active_(nullptr) in ModuleGenerator()
149 MOZ_ASSERT(!active_); in startFunc()
163 active_ = fg; in startFunc()
171 MOZ_ASSERT(active_ == fg); in finishFunc()
189 active_ = nullptr; in finishFunc()
197 MOZ_ASSERT(!active_); in finish()
/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_timer.c90 t->active_ = value_false; in grib_get_timer()
114 t->active_ = value_true; in grib_timer_start()
129 if(!t->active_) in grib_timer_stop()
147 t->active_=value_false; in grib_timer_stop()
236 t->active_ = 0; in grib_reset_all_timers()

12345678910>>...27