Home
last modified time | relevance | path

Searched full:notify (Results 1 – 25 of 1896) sorted by relevance

12345678910>>...76

/third_party/mindspore/tests/ut/data/profiler_data/profiler/hccl_info/allReduce_1_1_dev6/
Diter2.trace1Notify Record", "args": {"notify id": "0x0000000100000090", "duration estimated": 0.26, "stage": "…
Diter1.trace1Notify Record", "args": {"notify id": "0x0000000100000090", "duration estimated": 0.26, "stage": "…
/third_party/flutter/flutter/packages/flutter/test/foundation/
Dchange_notifier_test.dart9 void notify() {
46 test.notify();
51 test.notify();
56 test.notify();
61 test.notify();
66 test.notify();
71 test.notify();
76 test.notify();
81 test.notify();
86 test.notify();
[all …]
/third_party/wayland_standard/tests/
Dnewsignal-test.c55 /* we just need different values of notify */ in TEST()
56 struct wl_listener l1 = {.notify = (wl_notify_func_t) 0x1}; in TEST()
57 struct wl_listener l2 = {.notify = (wl_notify_func_t) 0x2}; in TEST()
58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; in TEST()
60 struct wl_listener l4 = {.notify = signal_notify}; in TEST()
87 struct wl_listener l1 = {.notify = signal_notify}; in TEST()
104 struct wl_listener l1 = {.notify = signal_notify}; in TEST()
105 struct wl_listener l2 = {.notify = signal_notify}; in TEST()
106 struct wl_listener l3 = {.notify = signal_notify}; in TEST()
151 signal.l1.notify = notify_remove; in TEST()
[all …]
Dsignal-test.c55 /* we just need different values of notify */ in TEST()
56 struct wl_listener l1 = {.notify = (wl_notify_func_t) 0x1}; in TEST()
57 struct wl_listener l2 = {.notify = (wl_notify_func_t) 0x2}; in TEST()
58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; in TEST()
60 struct wl_listener l4 = {.notify = signal_notify}; in TEST()
87 struct wl_listener l1 = {.notify = signal_notify}; in TEST()
104 struct wl_listener l1 = {.notify = signal_notify}; in TEST()
105 struct wl_listener l2 = {.notify = signal_notify}; in TEST()
106 struct wl_listener l3 = {.notify = signal_notify}; in TEST()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgststream.c120 GST_LOG ("Got stream-notify from %" GST_PTR_FORMAT " for %s from %" in stream_notify_cb()
128 GST_LOG ("Got notify from %" GST_PTR_FORMAT " for %s", stream, pspec->name); in notify_cb()
141 g_signal_connect (collection, "stream-notify", (GCallback) stream_notify_cb, in GST_START_TEST()
143 g_signal_connect (collection, "stream-notify::stream-type", in GST_START_TEST()
145 g_signal_connect (collection, "stream-notify::stream-flags", in GST_START_TEST()
147 g_signal_connect (collection, "stream-notify::caps", in GST_START_TEST()
149 g_signal_connect (collection, "stream-notify::tags", in GST_START_TEST()
155 g_signal_connect (stream, "notify", (GCallback) notify_cb, in GST_START_TEST()
157 g_signal_connect (stream, "notify::stream-type", (GCallback) notify_cb, in GST_START_TEST()
159 g_signal_connect (stream, "notify::stream-flags", (GCallback) notify_cb, in GST_START_TEST()
[all …]
/third_party/boost/boost/fiber/
Dbuffered_channel.hpp92 // notify all waiting producers in close()
98 // notify context in close()
102 // notify context in close()
106 // notify all waiting consumers in close()
112 // notify context in close()
116 // notify context in close()
134 // notify one waiting consumer in try_push()
141 // notify context in try_push()
148 // notify context in try_push()
167 // notify one waiting consumer in try_push()
[all …]
Dunbuffered_channel.hpp116 // notify current waiting in close()
119 // notify context in close()
122 // notify all waiting producers in close()
129 // notify context in close()
133 // notify context in close()
137 // notify all waiting consumers in close()
144 // notify context in close()
148 // notify context in close()
164 // notify one waiting consumer in push()
170 // notify context in push()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8picture.c36 if (picture->notify) in _gst_vp8_picture_free()
37 picture->notify (picture->user_data); in _gst_vp8_picture_free()
70 * @notify: (closure user_data): a #GDestroyNotify
75 * If a @user_data was previously set, then the previous set @notify will be called
80 GDestroyNotify notify) in gst_vp8_picture_set_user_data() argument
84 if (picture->notify) in gst_vp8_picture_set_user_data()
85 picture->notify (picture->user_data); in gst_vp8_picture_set_user_data()
88 picture->notify = notify; in gst_vp8_picture_set_user_data()
Dgstvp9picture.c36 if (picture->notify) in _gst_vp9_picture_free()
37 picture->notify (picture->user_data); in _gst_vp9_picture_free()
69 * @notify: (closure user_data): a #GDestroyNotify
74 * If a @user_data was previously set, then the previous set @notify will be called
79 GDestroyNotify notify) in gst_vp9_picture_set_user_data() argument
83 if (picture->notify) in gst_vp9_picture_set_user_data()
84 picture->notify (picture->user_data); in gst_vp9_picture_set_user_data()
87 picture->notify = notify; in gst_vp9_picture_set_user_data()
Dgstav1picture.c36 if (picture->notify) in _gst_av1_picture_free()
37 picture->notify (picture->user_data); in _gst_av1_picture_free()
71 * @notify: (closure user_data): a #GDestroyNotify
76 * If a @user_data was previously set, then the previous set @notify will be called
83 GDestroyNotify notify) in gst_av1_picture_set_user_data() argument
87 if (picture->notify) in gst_av1_picture_set_user_data()
88 picture->notify (picture->user_data); in gst_av1_picture_set_user_data()
91 picture->notify = notify; in gst_av1_picture_set_user_data()
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-doc-handler.h80 *Is called to notify the end of the parsing of the document.
87 *Is called to notify an at charset rule.
96 *Is called to notify an import statement in
121 *Is called to notify a namespace declaration.
134 *Is called to notify a comment.
143 *Is called to notify the beginning of a rule
153 *Is called to notify the end of a rule statement.
164 *Is called to notify a declaration.
179 *Is called to notify the start of a font face statement.
194 *Is called to notify the end of a font face statement.
[all …]
/third_party/glib/gio/
Dgioscheduler.c97 * @notify: (nullable): a #GDestroyNotify for @user_data, or %NULL
104 * @notify will be called on @user_data after @job_func has returned,
116 GDestroyNotify notify, in g_io_scheduler_push_job() argument
128 job->destroy_notify = notify; in g_io_scheduler_push_job()
191 GDestroyNotify notify; member
205 if (proxy->notify) in mainloop_proxy_func()
206 proxy->notify (proxy->data); in mainloop_proxy_func()
229 * @notify: (nullable): a #GDestroyNotify for @user_data, or %NULL
243 GDestroyNotify notify) in g_io_scheduler_job_send_to_mainloop() argument
255 proxy->notify = notify; in g_io_scheduler_job_send_to_mainloop()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dnotification.h28 // * `Notify()` to set the notification's "notified" state to `true` and
29 // notify all waiting threads that the event has occurred.
32 // Note that while `Notify()` may only be called once, it is perfectly valid to
38 // it might not be safe to destroy a notification after calling `Notify()` since
42 // to `Notify()` in the other thread.
44 // Memory ordering: For any threads X and Y, if X calls `Notify()`, then any
45 // action taken by X before it calls `Notify()` is visible to thread Y after:
84 // `true`. Note that if `Notify()` has been previously called on this
102 // Notification::Notify()
105 // threads. Note: do not call `Notify()` multiple times on the same
[all …]
/third_party/abseil-cpp/absl/synchronization/
Dnotification.h28 // * `Notify()` to set the notification's "notified" state to `true` and
29 // notify all waiting threads that the event has occurred.
32 // Note that while `Notify()` may only be called once, it is perfectly valid to
38 // it might not be safe to destroy a notification after calling `Notify()` since
42 // to `Notify()` in the other thread.
44 // Memory ordering: For any threads X and Y, if X calls `Notify()`, then any
45 // action taken by X before it calls `Notify()` is visible to thread Y after:
84 // `true`. Note that if `Notify()` has been previously called on this
102 // Notification::Notify()
105 // threads. Note: do not call `Notify()` multiple times on the same
[all …]
/third_party/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c32 int notify; member
40 .notify = SIGEV_NONE,
46 .notify = SIGEV_SIGNAL,
52 .notify = SIGEV_THREAD,
58 .notify = SIGEV_NONE,
64 .notify = SIGEV_NONE,
70 .notify = SIGEV_NONE,
76 .notify = SIGEV_NONE,
108 ev.sigev_notify = tc->notify; in do_test()
111 switch (tc->notify) { in do_test()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvktrash.c82 trash->notify = NULL; in gst_vulkan_trash_deinit()
101 GstVulkanTrashNotify notify, gpointer user_data) in gst_vulkan_trash_init() argument
105 g_return_if_fail (notify != NULL); in gst_vulkan_trash_init()
114 trash->notify = notify; in gst_vulkan_trash_init()
121 * @notify: (scope async): a #GstVulkanTrashNotify
122 * @user_data: (closure notify): user data for @notify
132 gst_vulkan_trash_new (GstVulkanFence * fence, GstVulkanTrashNotify notify, in gst_vulkan_trash_new() argument
139 g_return_val_if_fail (notify != NULL, NULL); in gst_vulkan_trash_new()
146 gst_vulkan_trash_init (ret, fence, notify, user_data); in gst_vulkan_trash_new()
375 * @notify: (scope async): notify function for when @fence is signalled
[all …]
Dgstvkbuffermemory.c67 GDestroyNotify notify) in _vk_buffer_mem_init() argument
85 mem->notify = notify; in _vk_buffer_mem_init()
102 GDestroyNotify notify) in _vk_buffer_mem_new_alloc() argument
132 user_data, notify); in _vk_buffer_mem_new_alloc()
169 gpointer user_data, GDestroyNotify notify) in _vk_buffer_mem_new_wrapped() argument
182 mem->requirements.size, user_data, notify); in _vk_buffer_mem_new_wrapped()
266 if (mem->notify) in _vk_buffer_mem_free()
267 mem->notify (mem->user_data); in _vk_buffer_mem_free()
305 * @user_data: (allow-none): user data to call @notify with
306 * @notify: (allow-none): a #GDestroyNotify called when @buffer is no longer in use
[all …]
Dgstvkhandle.c57 if (handle->notify) in gst_vulkan_handle_free()
58 handle->notify (handle, handle->user_data); in gst_vulkan_handle_free()
68 GstVulkanHandleDestroyNotify notify, gpointer user_data) in gst_vulkan_handle_init() argument
73 handle->notify = notify; in gst_vulkan_handle_init()
87 * @notify: (scope call): a #GDestroyNotify
88 * @user_data: data to pass to @notify
97 GstVulkanHandleDestroyNotify notify, gpointer user_data) in gst_vulkan_handle_new_wrapped() argument
102 gst_vulkan_handle_init (ret, device, type, handle, notify, user_data); in gst_vulkan_handle_new_wrapped()
/third_party/glib/glib/tests/
Ddataset.c80 notify (gpointer data) in notify() function
90 g_dataset_set_data_full (location, "test1", "test1", notify); in test_dataset_full()
96 g_dataset_set_data_full (location, "test1", "test1", notify); in test_dataset_full()
102 g_dataset_set_data_full (location, "test1", "test1", notify); in test_dataset_full()
126 g_dataset_set_data_full (location, "test1", "test1", notify); in test_dataset_foreach()
127 g_dataset_set_data_full (location, "test2", "test2", notify); in test_dataset_foreach()
128 g_dataset_set_data_full (location, "test3", "test3", notify); in test_dataset_foreach()
141 g_dataset_set_data_full (location, "test1", "test1", notify); in test_dataset_destroy()
142 g_dataset_set_data_full (location, "test2", "test2", notify); in test_dataset_destroy()
143 g_dataset_set_data_full (location, "test3", "test3", notify); in test_dataset_destroy()
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/videoitem/
Dvideoitem.h11 Q_PROPERTY(bool hasVideo READ hasVideo NOTIFY hasVideoChanged)
12 Q_PROPERTY(State state READ state NOTIFY stateChanged)
13 Q_PROPERTY(QString source READ source WRITE setSource NOTIFY sourceChanged)
14 Q_PROPERTY(QRect rect READ rect NOTIFY rectChanged)
15 Q_PROPERTY(QSize resolution READ resolution NOTIFY resolutionChanged)
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/
DFlutterEnginePluginRegistry.java121 // Add the plugin to our generic set of plugins and notify the plugin in add()
128 // notify the ActivityAware plugin that it is now attached to an Activity. in add()
140 // notify the ServiceAware plugin that it is now attached to a Service. in add()
152 // notify the BroadcastReceiverAware plugin that it is now attached to a BroadcastReceiver. in add()
164 // notify the ContentProviderAware plugin that it is now attached to a ContentProvider. in add()
197 // For ActivityAware plugins, notify the plugin that it is detached from in remove()
208 // For ServiceAware plugins, notify the plugin that it is detached from in remove()
219 // For BroadcastReceiverAware plugins, notify the plugin that it is detached from in remove()
230 // For ContentProviderAware plugins, notify the plugin that it is detached from in remove()
241 // Notify the plugin that is now detached from this engine. Then remove in remove()
[all …]
/third_party/boost/libs/fiber/doc/
Dscheduling.qbk91 virtual void notify() noexcept = 0;
141 [member_link algorithm..notify] is called [mdash] whichever comes first.
142 The interaction with `notify()` means that, for instance, calling
148 round_robin..notify].]]
149 [[Note:] [Given that `notify()` might be called from another thread, your
152 your `notify()` implementation.]]
155 [member_heading algorithm..notify]
157 virtual void notify() noexcept = 0;
162 [[Note:] [Alone among the `algorithm` methods, `notify()` may be called
163 from another thread. Your `notify()` implementation must guard any data it
[all …]
/third_party/boost/libs/fiber/src/
Dcondition_variable.cpp28 // notify context in notify_one()
34 // notify context in notify_one()
46 // notify all context' in notify_all()
52 // notify context in notify_all()
56 // notify context in notify_all()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLProgram.cpp30 Program *notify = nullptr; in build() local
33 // This program has to be retained until the notify callback is called. in build()
36 notify = this; in build()
38 return mImpl->build(devices, options, notify); in build()
62 Program *notify = nullptr; in compile() local
65 // This program has to be retained until the notify callback is called. in compile()
68 notify = this; in compile()
70 return mImpl->compile(devices, options, programs, headerIncludeNames, notify); in compile()
254 // This program has to be retained until the notify callback is called. in Program()

12345678910>>...76