Home
last modified time | relevance | path

Searched defs:obs (Results 251 – 275 of 2937) sorted by relevance

1...<<11121314151617181920>>...118

/dports/lang/spidermonkey78/firefox-78.9.0/intl/locale/
H A DLocaleService.cpp146 nsCOMPtr<nsIObserverService> obs = in GetInstance() local
161 nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in ~LocaleService() local
173 nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in AssignAppLocales() local
185 nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in AssignRequestedLocales() local
199 nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in RequestedLocalesChanged() local
230 nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in LocalesChanged() local
/dports/mail/thunderbird/thunderbird-91.8.0/intl/locale/
H A DLocaleService.cpp146 nsCOMPtr<nsIObserverService> obs = in GetInstance() local
164 nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in RemoveObservers() local
177 nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in AssignAppLocales() local
189 nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in AssignRequestedLocales() local
203 nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in RequestedLocalesChanged() local
234 nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in LocalesChanged() local
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mediacontrol/
H A DMediaControlService.cpp104 RefPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS() local
196 RefPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in Observe() local
223 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in RegisterActiveMediaController() local
241 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in UnregisterActiveMediaController() local
484 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in UpdateMainControllerInternal() local
H A DMediaControlKeyManager.cpp105 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in StopMonitoringControlKeys() local
129 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in SetPlaybackState() local
153 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in SetMediaMetadata() local
/dports/www/firefox/firefox-99.0/dom/media/mediacontrol/
H A DMediaControlService.cpp104 RefPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS() local
193 RefPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in Observe() local
220 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in RegisterActiveMediaController() local
238 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in UnregisterActiveMediaController() local
481 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in UpdateMainControllerInternal() local
H A DMediaControlKeyManager.cpp105 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in StopMonitoringControlKeys() local
129 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in SetPlaybackState() local
153 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in SetMediaMetadata() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mediacontrol/
H A DMediaControlService.cpp104 RefPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS() local
196 RefPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in Observe() local
223 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in RegisterActiveMediaController() local
241 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in UnregisterActiveMediaController() local
484 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in UpdateMainControllerInternal() local
H A DMediaControlKeyManager.cpp105 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in StopMonitoringControlKeys() local
129 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in SetPlaybackState() local
153 if (nsCOMPtr<nsIObserverService> obs = services::GetObserverService()) { in SetMediaMetadata() local
/dports/misc/openmvg/openMVG-2.0/src/openMVG/sfm/
H A Dsfm_data_triangulation.cpp48 const Observations & obs, in track_triangulation()
109 const Observations & obs, in track_check_predicate()
193 const Observations & obs = tracks_it.second.obs; in triangulate() local
302 const Observations & obs, in ObservationsSampler()
322 const Observations & obs, in robust_triangulation()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_tableau_cam.h38 void set_observer(bwm_observer_cam* obs) { my_observer_ = obs;} in set_observer()
165 bwm_tableau_cam(bwm_observer_cam* obs) in bwm_tableau_cam()
/dports/finance/R-cran-vars/vars/R/
H A Dsummary.varest.R4 obs <- nrow(object$datamat) functionVar
21 …mes, varresult = eqest, covres = covres, corres = corres, logLik = logLik, obs = obs, roots = root… nameattr
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webspeech/recognition/test/
H A DFakeSpeechRecognitionService.cpp35 nsCOMPtr<nsIObserverService> obs = services::GetObserverService(); in Initialize() local
74 nsCOMPtr<nsIObserverService> obs = services::GetObserverService(); in Observe() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/display/
H A Ddisplay_change_notifier.cc35 void DisplayChangeNotifier::AddObserver(DisplayObserver* obs) { in AddObserver()
39 void DisplayChangeNotifier::RemoveObserver(DisplayObserver* obs) { in RemoveObserver()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/display/
H A Ddisplay_change_notifier.cc35 void DisplayChangeNotifier::AddObserver(DisplayObserver* obs) { in AddObserver()
39 void DisplayChangeNotifier::RemoveObserver(DisplayObserver* obs) { in RemoveObserver()
/dports/www/firefox/firefox-99.0/dom/media/webspeech/recognition/test/
H A DFakeSpeechRecognitionService.cpp35 nsCOMPtr<nsIObserverService> obs = services::GetObserverService(); in Initialize() local
74 nsCOMPtr<nsIObserverService> obs = services::GetObserverService(); in Observe() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webspeech/recognition/test/
H A DFakeSpeechRecognitionService.cpp35 nsCOMPtr<nsIObserverService> obs = services::GetObserverService(); in Initialize() local
74 nsCOMPtr<nsIObserverService> obs = services::GetObserverService(); in Observe() local
/dports/science/clipper/clipper-2.1/clipper/contrib/
H A Dsfscale.h84 const T& obs( const datatypes::F_sigF<T>& f ) { return f.f(); } in obs() function
85 const T& obs( const datatypes::I_sigI<T>& f ) { return f.I(); } in obs() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/crypto/
H A DWebCryptoThreadPool.cpp51 nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in Init() local
99 nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService(); in Shutdown() local
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webspeech/recognition/test/
H A DFakeSpeechRecognitionService.cpp35 nsCOMPtr<nsIObserverService> obs = services::GetObserverService(); in Initialize() local
74 nsCOMPtr<nsIObserverService> obs = services::GetObserverService(); in Observe() local
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/fitting/
H A DGaussianCurveFitterTest.java339 final WeightedObservedPoints obs = new WeightedObservedPoints(); in testMath519() local
356 final WeightedObservedPoints obs = new WeightedObservedPoints(); in testMath798() local
389 final WeightedObservedPoints obs = new WeightedObservedPoints(); in createDataset() local
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/src/
H A DKmeans_TEST.cc28 std::vector<math::Vector3d> obs; in TEST() local
111 std::vector<math::Vector3d> obs, obs2, obsTotal; in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/content_settings/core/browser/
H A Dcookie_settings.h139 void AddObserver(Observer* obs) { observers_.AddObserver(obs); } in AddObserver()
141 void RemoveObserver(Observer* obs) { observers_.RemoveObserver(obs); } in RemoveObserver()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/content_settings/core/browser/
H A Dcookie_settings.h139 void AddObserver(Observer* obs) { observers_.AddObserver(obs); } in AddObserver()
141 void RemoveObserver(Observer* obs) { observers_.RemoveObserver(obs); } in RemoveObserver()
/dports/games/trenchbroom/TrenchBroom-ed46601/test/src/
H A DNotifierTest.cpp56 Observed obs; in TEST() local
93 Observed obs; in TEST() local
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/stable_baselines/
H A Denjoy.py78 obs = env.reset() variable
84 obs, reward, done, _info = env.step(action) variable

1...<<11121314151617181920>>...118