Home
last modified time | relevance | path

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

/external/cronet/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/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/angle/src/compiler/translator/msl/
DDebugSink.h19 bool observe(char c) in observe() function
/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… field in c
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/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DUnconfinedTestDispatcherTest.kt36 fun <T> ObservableValue<T>.observe(): Flow<T> = in <lambda>() method in kotlinx.coroutines.test.UnconfinedTestDispatcherTest
/external/openthread/src/cli/
Dcli_coap.cpp622 uint64_t observe = 0; in HandleRequest() local
/external/openthread/src/core/coap/
Dcoap.cpp313 bool observe; in SendMessage() local
/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.rs638 async fn observe(mu: &Arc<Mutex<usize>>, cv: &Arc<Condvar>) { in notify_one_with_cancel() function