Home
last modified time | relevance | path

Searched refs:observe (Results 1 – 25 of 143) sorted by relevance

123456

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-loop-convert-reverse.cpp65 void observe(const T &);
71 observe(*I); in constContainer()
80 observe(*I); in constContainer()
90 observe(*I); in constContainer()
93 observe(*I); in constContainer()
108 observe(*I); in nonConstContainer()
Dreadability-qualified-auto.cpp144 void observe(const int &);
153 observe(Data); in loopRef()
166 observe(*Data); in loopPtr()
181 observe(*Data); in tempLoopPtr()
198 observe(*Data); in operator ()()
/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
101 for (Observer obs : observerList) obs.observe(10); in testRemoveWhileIteration()
110 for (Observer obs : observerList) obs.observe(10); in testRemoveWhileIteration()
138 for (Observer obs : observerList) obs.observe(10); in testAddWhileIteration()
/external/llvm-project/clang-tools-extra/clangd/unittests/support/
DFunctionTests.cpp26 Event<int>::Subscription SubB = E.observe([&](int) { ++N; }); in TEST()
31 SubA = E.observe([&](int) { ++N; }); in TEST()
/external/iproute2/examples/diffserv/
Dregression-testing11 generate all possible DSCPs and observe that they
19 and observe that they get marked as expected.
26 *observe that the metering/policing works correctly (and the marking
34 *observe that the metering/policing works correctly (and the marking
80 *observe that the metering/policing works correctly (and the marking
/external/bcc/snapcraft/
DMakefile44 sudo snap connect bcc:mount-observe
45 sudo snap connect bcc:system-observe
DREADME.md26 sudo snap connect bcc:mount-observe
27 sudo snap connect bcc:system-observe
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DDebugSink.h19 bool observe(char c) in observe() function
132 if (observer.observe(*p)) in onWrite()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-qualified-auto.rst20 observe(*Data);
31 observe(*Data);
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/animation-app/app/src/main/java/org/jetbrains/kotlinx/animation/
DMainActivity.kt20 animationModel.observe(this, animationView) in onCreate()
DAnimation.kt70 fun observe(owner: LifecycleOwner, observer: Observer<Set<AnimatedShape>>) = in observe() method in AnimationModel
71 shapes.observe(owner, observer) in observe()
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/examples/
Ddocument-style-lib.js50 observer.observe(document, {childList: true, subtree: true});
/external/autotest/server/site_tests/network_WiFi_RoamNatural/
Dcontrol12 Bring up two APs and attenuate them around several values to observe and assess
/external/autotest/server/site_tests/network_WiFi_RoamDiagnostics/
Dcontrol12 Bring up two APs and attenuate them around several values to observe and assess
/external/autotest/client/site_tests/network_DhcpRenewWithOptionSubset/
Dcontrol13 DHCP parameters it sent in the original DHCPOFFER, and observe
/external/vboot_reference/msc/
DREADME.txt25 - observe the output generated in %MOD%
/external/dtc/tests/
Ddelete_reinstate_multilabel.dts27 * deleted. Failure to observe this note may result in the test passing when
/external/jackson-databind/.github/
DISSUE_TEMPLATE.md7 …* For example: if you observe an issue with version `2.4.1`, first upgrade to `2.4.6` to ensure pr…
/external/llvm-project/clang-tools-extra/clangd/support/
DFunction.h75 Subscription observe(Listener L) { in observe() function
/external/rust/crates/walkdir/
DREADME.md104 `nftw` on both a warm and cold file cache. In fact, I cannot observe any
117 # If you want to observe perf on a cold file cache, run this before *each*
/external/jackson-annotations/.github/
DISSUE_TEMPLATE.md8 …* For example: if you observe an issue with version `2.4.1`, first upgrade to `2.4.6` to ensure pr…
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-006.md8 operator, then, depending on the operator, we can observe a segmentation fault
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/
Dinner-loop-by-latch-cond-unknown.ll23 ; it will observe umax generated by this select.
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DCustomElements.js135 observe: function(target, options) { method in JsMutationObserver
598 observe(root);
652 function observe(inRoot) { function
657 observer.observe(inRoot, {
668 observe(doc);
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Ddocument-watcher.js161 observer.observe(node, {childList: true, subtree: true});

123456