Home
last modified time | relevance | path

Searched defs:Watcher (Results 1 – 25 of 77) sorted by relevance

1234

/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.h287 struct Watcher { struct
291 bool hasChanged() const { in hasChanged()
301 std::shared_ptr<const T> update() { in update()
310 Watcher(C2Param::Index index, const CCodecConfig *parent) in Watcher() function
317 const CCodecConfig *mParent;
318 std::shared_ptr<const T> mValue;
319 C2Param::Index mIndex;
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py709 Watcher = None variable in SubprocessWatcherMixin
732 Watcher = unix_events.ThreadedChildWatcher variable in SubprocessThreadedWatcherTests
739 Watcher = unix_events.MultiLoopChildWatcher variable in SubprocessMultiLoopWatcherTests
744 Watcher = unix_events.SafeChildWatcher variable in SubprocessSafeWatcherTests
749 Watcher = unix_events.FastChildWatcher variable in SubprocessFastWatcherTests
766 Watcher = unix_events.PidfdChildWatcher variable in SubprocessPidfdWatcherTests
/aosp_15_r20/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp219 void PushWatcher(DiagnosticWatcher *Watcher) { Watchers.push_back(Watcher); } in PushWatcher()
226 DiagnosticWatcher Watcher("AAB", "BBB"); in TEST() local
240 DiagnosticWatcher Watcher("AAB", "BBB"); in TEST() local
258 DiagnosticWatcher Watcher("AAB", "CCC"); in TEST() local
276 DiagnosticWatcher Watcher("aaa", "bbb"); in TEST() local
/aosp_15_r20/external/googleapis/google/watcher/v1/
H A Dwatch.proto166 service Watcher { service
168 rpc Watch(Request) returns (stream ChangeBatch) {
/aosp_15_r20/cts/tests/contextualsearch/src/android/contextualsearch/cts/
H A DCtsContextualSearchActivity.kt39 class Watcher { class
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_descriptor_watcher_posix.cc45 class FileDescriptorWatcher::Controller::Watcher class in base::FileDescriptorWatcher::Controller
93 FileDescriptorWatcher::Controller::Watcher::Watcher( in Watcher() function in base::FileDescriptorWatcher::Controller::Watcher
H A Dfile_descriptor_watcher_posix.h46 class Watcher; variable
/aosp_15_r20/external/cronet/base/files/
H A Dfile_descriptor_watcher_posix.cc31 class FileDescriptorWatcher::Controller::Watcher class in base::FileDescriptorWatcher::Controller
89 FileDescriptorWatcher::Controller::Watcher::Watcher( in Watcher() function in base::FileDescriptorWatcher::Controller::Watcher
H A Dfile_descriptor_watcher_posix.h50 class Watcher; variable
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedTest.java167 private class Watcher implements SpanWatcher, TextWatcher { class in SpannedTest
170 public Watcher(int sequence) { in Watcher() method in SpannedTest.Watcher
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_config_service_posix.cc121 class DnsConfigServicePosix::Watcher : public DnsConfigService::Watcher { class in net::internal::DnsConfigServicePosix
123 explicit Watcher(DnsConfigServicePosix& service) in Watcher() function in net::internal::DnsConfigServicePosix::Watcher
H A Ddns_config_service_linux.cc329 class DnsConfigServiceLinux::Watcher : public DnsConfigService::Watcher { class in net::internal::DnsConfigServiceLinux
331 explicit Watcher(DnsConfigServiceLinux& service) in Watcher() function in net::internal::DnsConfigServiceLinux::Watcher
H A Ddns_config_service_win.cc504 class DnsConfigServiceWin::Watcher class in net::internal::DnsConfigServiceWin
508 explicit Watcher(DnsConfigServiceWin& service) in Watcher() function in net::internal::DnsConfigServiceWin::Watcher
H A Ddns_config_service_posix.h54 class Watcher; variable
H A Ddns_config_service_linux.h61 class Watcher; variable
H A Dtest_dns_config_service.cc68 HostsReadingTestDnsConfigService::Watcher::Watcher(DnsConfigService& service) in Watcher() function in net::HostsReadingTestDnsConfigService::Watcher
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
DExportDialog.java72 private class Watcher implements TextWatcher { class in ExportDialog
74 Watcher(EditText text) { in Watcher() method in ExportDialog.Watcher
/aosp_15_r20/external/grpc-grpc/test/core/xds/
H A Dxds_client_fuzzer.cc166 class Watcher : public ResourceTypeType::WatcherInterface { class in grpc_core::Fuzzer
170 explicit Watcher(std::string resource_name) in Watcher() function in grpc_core::Fuzzer::Watcher
/aosp_15_r20/external/grpc-grpc/test/core/transport/
H A Dconnectivity_state_test.cc40 class Watcher : public ConnectivityStateWatcherInterface { class
42 Watcher(int* count, grpc_connectivity_state* output, absl::Status* status, in Watcher() function in grpc_core::__anond20dc0500111::Watcher
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/pick_first/
H A Dpick_first.cc165 class Watcher final class in grpc_core::__anon28b4c8160111::PickFirst::SubchannelList::SubchannelData
168 Watcher(RefCountedPtr<SubchannelList> subchannel_list, size_t index) in Watcher() function in grpc_core::__anon28b4c8160111::PickFirst::SubchannelList::SubchannelData::Watcher
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/
H A DWatcher.java25 public abstract class Watcher { class
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.h49 class Watcher; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.h49 class Watcher; variable
/aosp_15_r20/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
H A DWatcher.java12 public interface Watcher { interface
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Dserver.rs652 pub trait Watcher<I, S: HttpService<Body>, E>: Clone { interface

1234