/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
H A D | XdsClientImplTestBase.java | 1311 ResourceWatcher<LdsUpdate> watcher1 = mock(ResourceWatcher.class); in multipleLdsWatchers() local 1314 xdsClient.watchXdsResource(XdsListenerResource.getInstance(),ldsResourceTwo, watcher1); in multipleLdsWatchers() local 1721 ResourceWatcher<RdsUpdate> watcher1 = mock(ResourceWatcher.class); in multipleRdsWatchers() local 1725 xdsClient.watchXdsResource(XdsRouteConfigureResource.getInstance(),rdsResourceTwo, watcher1); in multipleRdsWatchers() local 2657 ResourceWatcher<CdsUpdate> watcher1 = mock(ResourceWatcher.class); in multipleCdsWatchers() local 2660 xdsClient.watchXdsResource(XdsClusterResource.getInstance(),cdsResourceTwo, watcher1); in multipleCdsWatchers() local 3080 ResourceWatcher<EdsUpdate> watcher1 = mock(ResourceWatcher.class); in multipleEdsWatchers() local 3083 xdsClient.watchXdsResource(XdsEndpointResource.getInstance(),edsResourceTwo, watcher1); in multipleEdsWatchers() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | PropertyInvalidatedCacheTests.java | 507 try (NonceWatcher watcher1 = sysCache.getNonceWatcher()) { in testNonceWatcherChanged() 538 NonceWatcher watcher1 = sysCache.getNonceWatcher(); in testNonceWatcherWait() local
|
/aosp_15_r20/external/libchrome/base/synchronization/ |
H A D | waitable_event_watcher_unittest.cc | 222 WaitableEventWatcher watcher1; in TEST_P() local 261 WaitableEventWatcher watcher1; in TEST_P() local
|
/aosp_15_r20/external/cronet/base/synchronization/ |
H A D | waitable_event_watcher_unittest.cc | 231 WaitableEventWatcher watcher1; in TEST_P() local 273 WaitableEventWatcher watcher1; in TEST_P() local
|
/aosp_15_r20/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
H A D | ChildlessActivityTest.java | 148 final ActivityWatcher watcher1 = startWatcher(); in testLaunchAnotherActivity() local 183 final ActivityWatcher watcher1 = startWatcher(); in testLaunchAnotherActivity_onTopOfIt() local 1153 final ActivityWatcher watcher1 = startWatcher(); in setContentCaptureFeatureEnabledTest_disabledThenReEnabled() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/ |
D | uncaught_exceptions_np.cpp | 64 exception_watcher1 watcher1(level1_count, level2_count); in test_in_nested_destructors() local
|
/aosp_15_r20/external/cronet/base/message_loop/ |
H A D | message_pump_kqueue_unittest.cc | 157 PortWatcher watcher1(BindRepeating( in TEST_F() local
|
/aosp_15_r20/cts/tests/app/src/android/app/cts/ |
H A D | ActivityManagerTest.java | 1426 final WatchUidRunner watcher1 = new WatchUidRunner(mInstrumentation, ai.uid, waitForSec); in testTrimAppChildProcess() local 1642 final WatchUidRunner watcher1 = new WatchUidRunner(mInstrumentation, ai1.uid, waitForSec); in testTrimMemActivityFg() local
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_path_watcher_unittest.cc | 325 FilePathWatcher watcher1, watcher2; in TEST_F() local
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_path_watcher_unittest.cc | 687 FilePathWatcher watcher1, watcher2; in TEST_F() local 2156 FilePathWatcher watcher1, watcher2; in TEST_P() local
|
/aosp_15_r20/external/grpc-grpc/test/core/xds/ |
H A D | xds_client_test.cc | 3724 auto watcher1 = StartFooWatch("foo1"); in TEST_F() local
|
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/ |
H A D | TextViewTest.java | 1502 MockTextWatcher watcher1 = new MockTextWatcher(); in testTextChangedListener() local
|