Home
last modified time | relevance | path

Searched full:notifications (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dfrontend_channel.h16 // FrontendChannel - For sending notifications and responses to protocol clients
22 // Sends protocol responses and notifications. The |call_id| parameter is
41 // Session implementations may queue notifications for performance or
/third_party/node/test/parallel/
Dtest-inspector-connect-main-thread.js178 const notifications = [];
179 session.on('NodeWorker.attachedToWorker', (n) => notifications.push(n));
181 // 2 notifications mean there are 2 workers so we are connected to a main
183 assert.strictEqual(notifications.length, 2);
/third_party/selinux/libselinux/src/
Dselinux_netlink.h2 * Netlink event notifications for SELinux.
19 #define SELNL_GRP_AVC 0x00000001 /* AVC notifications */
/third_party/node/deps/v8/src/torque/ls/
Dmessage-handler.cc83 // because sending multiple notifications per file resets previously sent
85 // 1) collect all notifications in this class.
106 std::map<SourceId, PublishDiagnosticsNotification>& notifications() { in notifications() function in v8::internal::torque::ls::__anonb8bf02670111::DiagnosticCollector
169 for (auto& pair : collector.notifications()) { in SendCompilationDiagnostics()
173 // Record all source files for which notifications are sent, so they in SendCompilationDiagnostics()
299 // notifications are received. Currently we simply re-compile. in HandleChangeWatchedFilesNotification()
/third_party/selinux/libselinux/man/man3/
Davc_netlink_loop.340 opens a netlink socket to receive SELinux notifications. The socket
65 automatic processing of notifications.
/third_party/mesa3d/src/virtio/vulkan/
Dvn_ring.h14 * mechanism is required for ring setup and notifications in both directions.
15 * Notifications for new data from the producer are needed only when the
/third_party/node/deps/npm/man/man1/
Dnpm-hook.118 …\fI\(lahttps://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm\(ra\fR,…
114 …R \fI\(lahttps://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm\(ra\fR
/third_party/node/deps/npm/docs/content/commands/
Dnpm-hook.md21 hooks](https://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm),
112 …ks" blog post](https://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm)
/third_party/libwebsockets/include/libwebsockets/
Dlws-state.h55 * lws_state_reg_notifier() - add dep handler for state notifications
80 * lws_state_reg_notifier_list() - add dep handlers for state notifications
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h40 /// Functor for receiving object-loaded notifications.
45 /// Functor for receiving finalization notifications.
195 /// Functor for receiving object-loaded notifications.
200 /// Functor for receiving finalization notifications.
205 /// Functor for receiving deallocation notifications.
/third_party/libcoap/include/coap3/
Dcoap_resource.h49 * Observe Notifications will be sent non-confirmable by default. RFC 7641
57 * Observe Notifications will be sent confirmable. RFC 7641 Section 4.5
63 * Observe Notifications will always be sent non-confirmable. This is in
165 * observe notifications will be sent as non-confirmable,
169 * observe notifications will always be sent
Dcoap_subscribe_internal.h33 * Number of notifications that may be sent non-confirmable before a confirmable
45 * Number of different confirmable notifications that may fail (i.e. those
/third_party/node/
Donboarding.md51 * Notifications:
52 * Use <https://github.com/notifications> or
55 notifications on typical weekdays), so be prepared
101 for notifications
/third_party/libinput/doc/user/
Dswitches.rst33 This handling of lid switches is transparent to the user, no notifications
61 notifications are sent and the device appears as enabled at all times.
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
D7-1.c153 /* Check we only received NUM_AIOCBS-3 notifications */ in main()
156 " Error did not receive the right number of notifications\n"); in main()
D4-1.c157 /* Check we only received NUM_AIOCBS-3 notifications */ in main()
160 " Error did not receive the right number of notifications\n"); in main()
/third_party/rust/crates/proc-macro-error/
D.travis.yml17 notifications:
/third_party/node/lib/internal/modules/esm/
Dshared_constants.js16 WORKER_TO_MAIN_THREAD_NOTIFICATION is only used to send notifications, its value is going to
/third_party/rust/crates/pin-utils/
D.travis.yml39 notifications:
/third_party/node/deps/v8/include/
Dv8-isolate.h667 * V8 uses these notifications to guide heuristics.
1321 * V8 uses these notifications to attempt to free memory.
1327 * notifications to guide the GC heuristic and cancel FinalizationRegistry
1338 * V8 uses these notifications to guide heuristics.
1344 * V8 uses these notifications to guide heuristics.
1363 * V8 uses these notifications to guide heuristics.
1399 * \note since code removal notifications are not currently issued, the
1400 * \p event_handler may get notifications of code that overlaps earlier
1401 * code notifications. This happens when code areas are reused, and the
/third_party/skia/third_party/externals/angle2/doc/
DDirtyBits.md54 ## Cached Validation and State Change Notifications
80 invalidation notifications. See [`Observer.h`](../src/libANGLE/Observer.h). In the example the
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DContext.hpp160 // addListener() registers an ClientEventListener for event notifications.
171 // addListener() registers an ServerEventListener for event notifications.
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DObserver_unittest.cpp28 // Test that Observer/Subject state change notifications work.
/third_party/wpa_supplicant/
DCOPYING20 terms. However, such copyright and license notifications are maintained
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DCOPYING20 terms. However, such copyright and license notifications are maintained

12345678910>>...12