Home
last modified time | relevance | path

Searched defs:observe (Results 1 – 18 of 18) sorted by relevance

/external/libchrome/base/android/javatests/src/org/chromium/base/
DObserverListTest.java26 void observe(int x); in observe() method
38 public void observe(int x) { in observe() method in ObserverListTest.Foo
56 public void observe(int x) { in observe() method in ObserverListTest.FooAdder
74 public void observe(int x) { in observe() method in ObserverListTest.FooRemover
/external/llvm-project/clang-tools-extra/clangd/support/
DFunction.h75 Subscription observe(Listener L) { in observe() function
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DDebugSink.h19 bool observe(char c) in observe() function
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/animation-app/app/src/main/java/org/jetbrains/kotlinx/animation/
DAnimation.kt70 fun observe(owner: LifecycleOwner, observer: Observer<Set<AnimatedShape>>) = in observe() method
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DMutationObserver.js135 observe: function(target, options) { method in JsMutationObserver
DMutationObserver.min.js11 …){e.nodes_.forEach(function(t){var r=p.get(t);r&&r.forEach(function(t){t.observer===e&&t.removeTra… method in s
DCustomElements.js135 observe: function(target, options) { method in JsMutationObserver
652 function observe(inRoot) { function
DHTMLImports.min.js11 …){e.nodes_.forEach(function(t){var n=v.get(t);n&&n.forEach(function(t){t.observer===e&&t.removeTra… method in t
DHTMLImports.js135 observe: function(target, options) { method in JsMutationObserver
764 observe: function(root) { method in Observer
Dwebcomponents-lite.js698 observe: function(target, options) { method in JsMutationObserver
1498 observe: function(root) { method in Observer
2121 function observe(inRoot) { function
DCustomElements.min.js11 …){e.nodes_.forEach(function(t){var n=v.get(t);n&&n.forEach(function(t){t.observer===e&&t.removeTra… method in a
Dwebcomponents-lite.min.js11 …ent.querySelector('script[src*="'+e+'"]'),n={};if(!n.noOpts){if(location.search.slice(1).split("&"… argument
Dwebcomponents.js714 observe: function(target, options) { method in MutationObserver
5555 observe: function(target, options) { method in JsMutationObserver
6184 observe: function(root) { method in Observer
6807 function observe(inRoot) { function
Dwebcomponents.min.js11 …uerySelector('script[src*="'+e+'"]'),n={};if(!n.noOpts){if(location.search.slice(1).split("&").for… function
13 …unction(){return n.apply(N(this),arguments)}}var l=e.GetElementsByInterface,u=e.wrappers.Node,d=e.… class
14 …r(var t,n=0,r=e.length;n<r&&(t=e[n]);n++)t.addedNodes&&s(t.addedNodes)}).observe(document.head,{ch… method in t
DShadowDOM.min.js11 ….name="__st"+(1e9*Math.random()>>>0)+(t++ +"__")};n.prototype={set:function(t,n){var r=t[this.name… argument
DShadowDOM.js671 observe: function(target, options) { method in MutationObserver
/external/libchromeos-rs/src/sync/
Dcv.rs651 async fn observe(mu: &Arc<Mutex<usize>>, cv: &Arc<Condvar>) { in notify_one_with_cancel() function
/external/crosvm/cros_async/src/sync/
Dcv.rs615 async fn observe(mu: &Arc<Mutex<usize>>, cv: &Arc<Condvar>) { in notify_one_with_cancel() function