Home
last modified time | relevance | path

Searched defs:watcher1 (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DXdsClientImplTestBase.java1311 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 DPropertyInvalidatedCacheTests.java507 try (NonceWatcher watcher1 = sysCache.getNonceWatcher()) { in testNonceWatcherChanged()
538 NonceWatcher watcher1 = sysCache.getNonceWatcher(); in testNonceWatcherWait() local
/aosp_15_r20/external/libchrome/base/synchronization/
H A Dwaitable_event_watcher_unittest.cc222 WaitableEventWatcher watcher1; in TEST_P() local
261 WaitableEventWatcher watcher1; in TEST_P() local
/aosp_15_r20/external/cronet/base/synchronization/
H A Dwaitable_event_watcher_unittest.cc231 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 DChildlessActivityTest.java148 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/
Duncaught_exceptions_np.cpp64 exception_watcher1 watcher1(level1_count, level2_count); in test_in_nested_destructors() local
/aosp_15_r20/external/cronet/base/message_loop/
H A Dmessage_pump_kqueue_unittest.cc157 PortWatcher watcher1(BindRepeating( in TEST_F() local
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DActivityManagerTest.java1426 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 Dfile_path_watcher_unittest.cc325 FilePathWatcher watcher1, watcher2; in TEST_F() local
/aosp_15_r20/external/cronet/base/files/
H A Dfile_path_watcher_unittest.cc687 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 Dxds_client_test.cc3724 auto watcher1 = StartFooWatch("foo1"); in TEST_F() local
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DTextViewTest.java1502 MockTextWatcher watcher1 = new MockTextWatcher(); in testTextChangedListener() local