/aosp_15_r20/external/python/watchdog/tests/ |
D | test_emitter.py | 48 def test_create(p: P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: Exp… 68 def test_closed(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: 100 def test_create_wrong_encoding(p: P, event_queue: TestEventQueue, start_watching: StartWatching) ->… 115 def test_delete(p: P, start_watching: StartWatching, expect_event: ExpectEvent) -> None: 128 def test_modify(p: P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: Exp… 148 def test_chmod(p: P, start_watching: StartWatching, expect_event: ExpectEvent) -> None: 163 def test_move(p: P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: Expec… 195 start_watching: StartWatching, 226 def test_move_to(p: P, start_watching: StartWatching, expect_event: ExpectEvent) -> None: 241 def test_move_to_full(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: [all …]
|
D | test_fsevents.py | 99 start_watching: StartWatching, 133 start_watching: StartWatching, 185 def test_remove_watch_twice(start_watching: StartWatching) -> None: 231 def test_converting_cfstring_to_pyunicode(p: P, start_watching: StartWatching, event_queue: TestEve…
|
D | test_inotify_c.py | 41 …e_deletion(helper: Helper, p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> No… 128 def test_non_ascii_path(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: 142 def test_watch_file(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None:
|
D | utils.py | 29 class StartWatching(Protocol): class
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | test_dns_config_service.cc | 23 bool TestDnsConfigService::StartWatching() { in StartWatching() function in net::TestDnsConfigService 48 bool HostsReadingTestDnsConfigService::StartWatching() { in StartWatching() function in net::HostsReadingTestDnsConfigService
|
H A D | dns_config_service_fuchsia.cc | 29 bool DnsConfigServiceFuchsia::StartWatching() { in StartWatching() function in net::internal::DnsConfigServiceFuchsia
|
H A D | dns_config_service_android.cc | 180 bool DnsConfigServiceAndroid::StartWatching() { in StartWatching() function in net::internal::DnsConfigServiceAndroid
|
H A D | dns_config_service_posix.cc | 239 bool DnsConfigServicePosix::StartWatching() { in StartWatching() function in net::internal::DnsConfigServicePosix
|
H A D | dns_config_service_linux.cc | 508 bool DnsConfigServiceLinux::StartWatching() { in StartWatching() function in net::internal::DnsConfigServiceLinux
|
H A D | dns_config_service_win.cc | 692 bool DnsConfigServiceWin::StartWatching() { in StartWatching() function in net::internal::DnsConfigServiceWin
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_descriptor_watcher_posix.cc | 110 void FileDescriptorWatcher::Controller::Watcher::StartWatching() { in StartWatching() function in base::FileDescriptorWatcher::Controller::Watcher 173 void FileDescriptorWatcher::Controller::StartWatching() { in StartWatching() function in base::FileDescriptorWatcher::Controller
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_descriptor_watcher_posix.cc | 112 void FileDescriptorWatcher::Controller::Watcher::StartWatching() { in StartWatching() function in base::FileDescriptorWatcher::Controller::Watcher 221 void FileDescriptorWatcher::Controller::StartWatching() { in StartWatching() function in base::FileDescriptorWatcher::Controller
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | ipc_sync_channel.cc | 115 void StartWatching() { in StartWatching() function in IPC::SyncChannel::ReceivedSyncMsgQueue::NestedSendDoneWatcher 714 void SyncChannel::StartWatching() { in StartWatching() function in IPC::SyncChannel
|
/aosp_15_r20/external/cronet/base/synchronization/ |
H A D | waitable_event_watcher_win.cc | 19 bool WaitableEventWatcher::StartWatching( in StartWatching() function in base::WaitableEventWatcher
|
H A D | waitable_event_watcher_mac.cc | 27 bool WaitableEventWatcher::StartWatching( in StartWatching() function in base::WaitableEventWatcher
|
H A D | waitable_event_watcher_posix.cc | 126 bool WaitableEventWatcher::StartWatching( in StartWatching() function in base::WaitableEventWatcher
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | registry.cc | 77 bool RegKey::Watcher::StartWatching(HKEY key, ChangeCallback callback) { in StartWatching() function in base::win::RegKey::Watcher 452 bool RegKey::StartWatching(ChangeCallback callback) { in StartWatching() function in base::win::RegKey
|
/aosp_15_r20/external/libchrome/base/synchronization/ |
H A D | waitable_event_watcher_posix.cc | 125 bool WaitableEventWatcher::StartWatching( in StartWatching() function in base::WaitableEventWatcher
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | ipc_sync_channel.cc | 602 void SyncChannel::StartWatching() { in StartWatching() function in IPC::SyncChannel
|
/aosp_15_r20/external/libchrome/dbus/ |
H A D | bus.cc | 62 void StartWatching() { in StartWatching() function in dbus::__anonb55ecd860111::Watch
|