Home
last modified time | relevance | path

Searched refs:watches (Results 1 – 25 of 32) sorted by relevance

12

/third_party/glib/gio/
Dgmenuexporter.c465 GHashTable *watches; member
477 count = (gsize) g_hash_table_lookup (remote->watches, GINT_TO_POINTER (group_id)); in g_menu_exporter_remote_subscribe()
478 g_hash_table_insert (remote->watches, GINT_TO_POINTER (group_id), GINT_TO_POINTER (count + 1)); in g_menu_exporter_remote_subscribe()
492 count = (gsize) g_hash_table_lookup (remote->watches, GINT_TO_POINTER (group_id)); in g_menu_exporter_remote_unsubscribe()
498 g_hash_table_insert (remote->watches, GINT_TO_POINTER (group_id), GINT_TO_POINTER (count - 1)); in g_menu_exporter_remote_unsubscribe()
500 g_hash_table_remove (remote->watches, GINT_TO_POINTER (group_id)); in g_menu_exporter_remote_unsubscribe()
509 return g_hash_table_size (remote->watches) != 0; in g_menu_exporter_remote_has_subscriptions()
519 g_hash_table_iter_init (&iter, remote->watches); in g_menu_exporter_remote_free()
531 g_hash_table_unref (remote->watches); in g_menu_exporter_remote_free()
544 remote->watches = g_hash_table_new (NULL, NULL); in g_menu_exporter_remote_new()
Dgsettingsbackend.c39 GSettingsBackendWatch *watches; member
162 for (ptr = &backend->priv->watches; *ptr; ptr = &(*ptr)->next) in g_settings_backend_watch_weak_notify()
252 watch->next = backend->priv->watches; in g_settings_backend_watch()
253 backend->priv->watches = watch; in g_settings_backend_watch()
307 for (watch = backend->priv->watches; watch; watch = watch->next) in g_settings_backend_dispatch_signal()
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dmultidrag.dart172 /// In contrast to [DragGestureRecognizer], [MultiDragGestureRecognizer] watches
325 /// watches each pointer separately, which means multiple drags can be
374 /// [HorizontalMultiDragGestureRecognizer] watches each pointer separately,
423 /// [VerticalMultiDragGestureRecognizer] watches each pointer separately,
524 /// watches each pointer separately, which means multiple drags can be
Dmonodrag.dart39 /// recognizes a single gesture sequence for all the pointers it watches, which
/third_party/weston/clients/
Divi-shell-user-interface.c720 static const char *watches[] = { variable
744 { watches, ARRAY_LENGTH(watches) },
Dwindow.c1282 static const char *watches[] = { variable
1319 {watches, ARRAY_LENGTH(watches)},
/third_party/mindspore/mindspore/lite/
DREADME.md19 …o to meet the deployment requirements in extreme environments such as smart watches and headphones.
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcall.pyx.pxi387 # that watches if the server sends the final status.
486 # that watches if the server sends the final status.
/third_party/typescript/src/server/
DeditorServices.ts1709 const watches: WatchType[] = []; constant
1711 watches.push(
1718 watches.push(WatchType.ConfigFile);
1720 …this.logger.info(`ConfigFilePresence:: Current Watches: ${watches}:: File: ${configFileName} Curre…
/third_party/libuv/docs/src/guide/
Dfilesystem.rst281 All modern operating systems provide APIs to put watches on individual files or
Dutilities.rst205 The ``uv_poll`` section of libuv simply watches file descriptors using the
/third_party/python/Doc/library/
Dlogging.handlers.rst164 module, is a :class:`FileHandler` which watches the file it is logging to. If
169 under Unix/Linux, watches the file to see if it has changed since the last emit.
/third_party/tzdata/
Deurope893 # Europe and forced the inhabitants to set their watches and public clocks
1706 # the public watches on the Rome time on the same day (12th December 1866),
3696 # By the end of the 18th century clocks and watches became commonplace
Dasia2988 # Pakistan government has decided to keep the watches one-hour advanced
3532 # time, doing so by setting their watches at sunrise to 6 o'clock (or to 12
3539 # the time on the other side - many foreigners set their watches to 6pm
Dnorthamerica330 # set their watches and clocks on Eastern time." It quotes H.H. "Bubba"
3216 # watches should be set back one hour - going back to 00:00 hours - returning
/third_party/node/doc/api/
Dfs.md1216 Returns an async iterator that watches for changes on `filename`, where `filename`
3634 watches the inode. If the watched path is deleted and recreated, it is assigned
/third_party/harfbuzz/perf/texts/
Den-thelittleprince.txt1866 globe every night, and he watches over his sheep very carefully...” Then I am happy. And there is
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-thelittleprince.txt1866 globe every night, and he watches over his sheep very carefully...” Then I am happy. And there is
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt12198 watches
/third_party/glib/
DNEWS1487 - #1870 GSettingsBackend watches not thread-safe
7833 - unix signal watches now match the API of all of the other sources
/third_party/libsoup/
DChangeLog.pre-git3817 soup_add_timeout): utility routines to add watches, idles, and
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dplrabn12.txt3466 To their night watches in warlike parade;
5031 Encamping, placed in guard their watches round,
/third_party/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt2698 Endless, would it be mine, form of my form? Who watches me here? Who ever
2937 on. Fading gold sky. A mother watches me from her doorway. She calls her
12335 who walked uncertainly, with hasty steps past Micky Anderson's watches.
12644 all times ticking watches and Henry and James's wax smartsuited
15450 gentlemen's gold and silver watches) were promptly restored to their
20158 glance at whiles towards where his mother watches from the PIAZZETTA
Dnvsbl10.txt5965 And then he subsides into a pensive state, watches you furtively,
/third_party/gstreamer/gstreamer/
DChangeLog9249 bus: Make removing of signal/bus watches thread-safe
9257 bus: Don't allow removing signal watches with gst_bus_remove_watch()
9258 Signal watches are reference counted and gst_bus_remove_watch() would
9261 watches.
91642 required signal watches should be used. Fixes bug #526044.
123315 …gst/gstbus.c (gst_bus_remove_signal_watch): New function, removes signal watches previously added …
123319 removes signal watches previously added via
124596 Added testsuite for multiple bus watches.

12