/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-loop-convert-reverse.cpp | 65 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()
|
D | readability-qualified-auto.cpp | 144 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/ |
D | ObserverListTest.java | 26 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/ |
D | FunctionTests.cpp | 26 Event<int>::Subscription SubB = E.observe([&](int) { ++N; }); in TEST() 31 SubA = E.observe([&](int) { ++N; }); in TEST()
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 11 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/ |
D | Makefile | 44 sudo snap connect bcc:mount-observe 45 sudo snap connect bcc:system-observe
|
D | README.md | 26 sudo snap connect bcc:mount-observe 27 sudo snap connect bcc:system-observe
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | DebugSink.h | 19 bool observe(char c) in observe() function 132 if (observer.observe(*p)) in onWrite()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-qualified-auto.rst | 20 observe(*Data); 31 observe(*Data);
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/animation-app/app/src/main/java/org/jetbrains/kotlinx/animation/ |
D | MainActivity.kt | 20 animationModel.observe(this, animationView) in onCreate()
|
D | Animation.kt | 70 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/ |
D | document-style-lib.js | 50 observer.observe(document, {childList: true, subtree: true});
|
/external/autotest/server/site_tests/network_WiFi_RoamNatural/ |
D | control | 12 Bring up two APs and attenuate them around several values to observe and assess
|
/external/autotest/server/site_tests/network_WiFi_RoamDiagnostics/ |
D | control | 12 Bring up two APs and attenuate them around several values to observe and assess
|
/external/autotest/client/site_tests/network_DhcpRenewWithOptionSubset/ |
D | control | 13 DHCP parameters it sent in the original DHCPOFFER, and observe
|
/external/vboot_reference/msc/ |
D | README.txt | 25 - observe the output generated in %MOD%
|
/external/dtc/tests/ |
D | delete_reinstate_multilabel.dts | 27 * deleted. Failure to observe this note may result in the test passing when
|
/external/jackson-databind/.github/ |
D | ISSUE_TEMPLATE.md | 7 …* 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/ |
D | Function.h | 75 Subscription observe(Listener L) { in observe() function
|
/external/rust/crates/walkdir/ |
D | README.md | 104 `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/ |
D | ISSUE_TEMPLATE.md | 8 …* 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/ |
D | tfsa-2020-006.md | 8 operator, then, depending on the operator, we can observe a segmentation fault
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | inner-loop-by-latch-cond-unknown.ll | 23 ; it will observe umax generated by this select.
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | CustomElements.js | 135 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/ |
D | document-watcher.js | 161 observer.observe(node, {childList: true, subtree: true});
|