Home
last modified time | relevance | path

Searched refs:removed_count (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/gio/tests/
Dgnotification.c153 gint removed_count = 0; in basic() local
161 …signal_connect (server, "notification-removed", G_CALLBACK (notification_removed), &removed_count); in basic()
168 g_assert_cmpint (removed_count, ==, 1); in basic()
/third_party/python/Lib/asyncio/
Dfutures.py244 removed_count = len(self._callbacks) - len(filtered_callbacks)
245 if removed_count:
247 return removed_count
/third_party/node/src/
Denv.cc1070 size_t removed_count = unmanaged_fds_.erase(fd); in RemoveUnmanagedFd() local
1071 if (removed_count == 0) { in RemoveUnmanagedFd()