Home
last modified time | relevance | path

Searched defs:notifier (Results 1 – 23 of 23) sorted by relevance

/third_party/weston/compositor/
Dsystemd-notify.c89 struct systemd_notifier *notifier = data; in watchdog_handler() local
102 struct systemd_notifier *notifier; in weston_compositor_destroy_listener() local
124 struct systemd_notifier *notifier; in wet_module_init() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUNotifier.java119 private final ICUNotifier notifier; field in ICUNotifier.NotifyThread
122 NotifyThread(ICUNotifier notifier) { in NotifyThread()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUNotifier.java117 private final ICUNotifier notifier; field in ICUNotifier.NotifyThread
120 NotifyThread(ICUNotifier notifier) { in NotifyThread()
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java38 private static void Fail(Description desc, RunNotifier notifier, String failure) { in Fail()
102 public void run(RunNotifier notifier) { in run()
/third_party/flutter/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java38 private static void Fail(Description desc, RunNotifier notifier, String failure) { in Fail()
102 public void run(RunNotifier notifier) { in run()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
Dminimal-ws-server.c138 lws_state_notify_link_t notifier = { { NULL, NULL, NULL }, variable
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/
Dminimal-secure-streams-threads.c217 lws_state_notify_link_t notifier = { { NULL, NULL, NULL}, in main() local
/third_party/libwebsockets/minimal-examples/gtk/minimal-gtk/
Dmain.c133 lws_state_notify_link_t notifier = { { NULL, NULL, NULL }, in t1_main() local
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dprogram.cpp279 auto notifier = build_notifier(d_prog, pfn_notify, user_data); in clBuildProgram() local
314 auto notifier = build_notifier(d_prog, pfn_notify, user_data); in clCompileProgram() local
439 auto notifier = build_notifier(r_prog, pfn_notify, user_data); in clLinkProgram() local
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
Dminimal-http-client.c238 lws_state_notify_link_t notifier = { { NULL, NULL, NULL }, in main() local
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
Dminimal-mqtt-client.c310 lws_state_notify_link_t notifier = { { NULL, NULL, NULL }, in main() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_smd/
Dmain.c184 lws_state_notify_link_t notifier = { { NULL, NULL, NULL }, in main() local
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
Dminimal-http-client.c340 lws_state_notify_link_t notifier = { { NULL, NULL, NULL }, in main() local
/third_party/boost/boost/program_options/
Dvalue_semantic.hpp257 typed_value* notifier(function1<void, const T&> f) in notifier() function in boost::program_options::typed_value
/third_party/boost/libs/program_options/test/
Dvariable_map_test.cpp118 void notifier(const vector<int>& v) in notifier() function
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
Dminimal-http-client.c409 lws_state_notify_link_t notifier = { { NULL, NULL, NULL }, in main() local
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/
Dminimal-mqtt-client-multi.c385 lws_state_notify_link_t notifier = { { NULL, NULL, NULL }, in main() local
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
Dminimal-http-client-multi.c518 lws_state_notify_link_t notifier = { { NULL, NULL, NULL }, in main() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DImage.cpp427 void Image::notifySiblings(const ImageSibling *notifier, angle::SubjectMessage message) in notifySiblings()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DImage.cpp503 void Image::notifySiblings(const ImageSibling *notifier, angle::SubjectMessage message) in notifySiblings()
/third_party/grpc/src/ruby/spec/generic/
Dclient_stub_spec.rb1073 def expect_server_to_be_invoked(notifier, metadata_to_send: nil) argument
/third_party/protobuf/src/google/protobuf/
Darena_unittest.cc85 void SetNotifier(Notifier* notifier) { notifier_ = notifier; } in SetNotifier()
182 Notifier notifier; in TEST() local
/third_party/python/Lib/multiprocessing/
Dpool.py157 def __init__(self, /, *args, notifier=None, **kwds): argument