Home
last modified time | relevance | path

Searched +full:event +full:- +full:driven (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/external/rust/android-crates-io/crates/tokio/src/io/bsd/
Dpoll_aio.rs6 use mio::event::Source;
16 /// Like [`mio::event::Source`], but for POSIX AIO only.
21 /// Registers this AIO event source with Tokio's reactor.
24 /// Deregisters this AIO event source with Tokio's reactor.
28 /// Wraps the user's AioSource in order to implement mio::event::Source, which
38 ) -> io::Result<()> { in register()
44 fn deregister(&mut self, _registry: &Registry) -> io::Result<()> { in deregister()
54 ) -> io::Result<()> { in reregister()
63 /// `Aio`'s wrapped type must implement [`AioSource`] to be driven
83 // Note: Unlike every other kqueue event source, POSIX AIO registers events not
[all …]
/external/intel-media-driver/media_driver/agnostic/common/cm/
Dcm_event.h16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
59 //! event object can subsequently be queried to determine the status
65 //! \brief Query the status of the task associated with the event.
66 //! \details An event is generated when a task (one kernel or multiples
68 //! non-blocking call.
91 //! get GPU HW execution time. This is a non-blocking call.
101 //! \brief Wait for the task associated with the event finishing
103 //! \details It applies event driven synchronization between GPU and CPU
111 //! by-default.
118 //! event-driven synchronization optimization inside
[all …]
/external/intel-media-driver/cmrtlib/agnostic/share/
Dcm_event_base.h16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
55 //|GT-PIN
75 //! event object can subsequently be queried to determine the status
81 //! \brief Query the status of the task associated with the event.
82 //! \details An event is generated when a task (one kernel or multiples
84 //! non-blocking call.
107 //! get GPU HW execution time. This is a non-blocking call.
117 //! \brief Wait for the task associated with the event finishing
119 //! \details It applies event driven synchronization between GPU and CPU
127 //! by-default.
[all …]
/external/googleapis/google/cloud/eventarc/v1/
Deventarc_v1.yaml7 - name: google.cloud.eventarc.v1.Eventarc
8 - name: google.cloud.location.Locations
9 - name: google.iam.v1.IAMPolicy
10 - name: google.longrunning.Operations
13 - name: google.cloud.eventarc.v1.OperationMetadata
16 summary: 'Build event-driven applications on Google Cloud Platform.'
17 overview: |-
21 productivity and costs while building an event-driven solution.
23 - selector: google.cloud.location.Locations.GetLocation
26 - selector: google.cloud.location.Locations.ListLocations
[all …]
/external/rust/android-crates-io/crates/tokio/
DMETADATA2 description: "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applic…
14 value: "https://static.crates.io/crates/tokio/tokio-1.42.0.crate"
/external/rust/android-crates-io/crates/tokio/src/net/unix/
Dpipe.rs22 /// event loop.
43 /// # async fn dox() -> Result<(), Box<dyn Error>> {
65 /// from a future driven by a tokio runtime, otherwise runtime can be set
67 pub fn pipe() -> io::Result<(Sender, Receiver)> { in pipe()
95 /// # async fn dox() -> Result<(), Box<dyn Error>> {
112 /// # async fn dox() -> Result<(), Box<dyn Error>> {
132 pub fn new() -> OpenOptions { in new()
140 /// Sets the option for read-write access.
143 /// in read-write access mode. This operation is not defined by the POSIX
173 pub fn read_write(&mut self, value: bool) -> &mut Self { in read_write()
[all …]
/external/libevent/include/
Devent.h2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
30 /** @file event.h
32 A library for writing event-driven network servers.
34 The <event.h> header is deprecated in Libevent 2.0 and later; please
35 use <event2/event.h> instead. Depending on what functionality you
44 #include <event2/event-config.h>
69 #include <event2/event.h>
/external/crosvm/base/src/
Dclock.rs2 // Use of this source code is governed by a BSD-style license that can be
5 // Utility file to provide a fake clock object representing current time, and a timer driven by
12 use crate::Event;
17 pub fn new() -> Self { in new()
21 pub fn now(&self) -> Instant { in now()
32 deadlines: Vec<(u64, Event)>,
36 pub fn new() -> Self { in new()
45 pub fn now(&self) -> Instant { in now()
50 pub fn nanos(&self) -> u64 { in nanos()
54 /// Register the event descriptor for a notification when self's time is |deadline_ns|.
[all …]
/external/google-cloud-java/java-eventarc/
D.repo-metadata.json5 …nagement, you can optimize productivity and costs while building a modern, event-driven solution.",
6 …"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-eventarc/latest…
10 "repo": "googleapis/google-cloud-java",
11 "repo_short": "java-eventarc",
12 "distribution_name": "com.google.cloud:google-cloud-eventarc",
16 "codeowner_team": "@googleapis/aap-dpes"
/external/aws-sdk-java-v2/.changes/2.17.x/
D2.17.166.json3 "date": "2022-04-07",
9 …r disaster recovery, multi-region failover, and cross-region replication capabilities to help you …
15 …"description": "ApiGateway CLI command get-usage now includes usagePlanId, startDate, and endDate …
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DEbmlReader.java8 * http://www.apache.org/licenses/LICENSE-2.0
23 * Event-driven EBML reader that delivers events to an {@link EbmlProcessor}.
47 * Reads from an {@link ExtractorInput}, invoking an event callback if possible.
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DEbmlReader.java8 * http://www.apache.org/licenses/LICENSE-2.0
23 * Event-driven EBML reader that delivers events to an {@link EbmlProcessor}.
47 * Reads from an {@link ExtractorInput}, invoking an event callback if possible.
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py7 # http://www.apache.org/licenses/LICENSE-2.0
22 from grpc.framework.common import cardinality # pylint: disable=unused-import
23 from grpc.framework.common import style # pylint: disable=unused-import
24 from grpc.framework.foundation import future # pylint: disable=unused-import
25 from grpc.framework.foundation import stream # pylint: disable=unused-import
27 # pylint: disable=too-many-arguments
152 """Provides RPC-related information and action."""
176 in the event of RPC abortion.
200 """Invocation-side utility object for an RPC."""
204 """Accesses the initial metadata from the service-side of the RPC.
[all …]
/external/aws-sdk-java-v2/.changes/2.18.x/
D2.18.17.json3 "date": "2022-11-14",
19 "category": "AWS X-Ray",
21 …o support new type of edge to represent links between SQS and Lambda in event-driven applications."
39 …elease adds support for restoring an RDS Multi-AZ DB cluster snapshot to a Single-AZ deployment or…
/external/googleapis/google/cloud/eventarc/
DBUILD.bazel2 # google-cloud-eventarc.
23 "ruby-cloud-gem-name=google-cloud-eventarc",
24 "ruby-cloud-env-prefix=EVENTARC",
25 "ruby-cloud-wrapper-of=v1:0.9",
26 "ruby-cloud-product-url=https://cloud.google.com/eventarc/",
27 "ruby-cloud-api-id=eventarc.googleapis.com",
28 "ruby-cloud-api-shortname=eventarc",
30 …agement — you can optimize productivity and costs while building a modern, event-driven solution.",
37 name = "google-cloud-eventarc-ruby",
/external/aws-sdk-java-v2/.changes/2.16.x/
D2.16.102.json3 "date": "2021-07-14",
26 "contributor": "Bennett-Lynch",
31 "category": "AWS Well-Architected Tool",
33 …"description": "This update provides support for Well-Architected API users to mark answer choices…
39 "description": "Add support for Event Driven Workflows"
45-Endpoint settings. This allows customer to delete a field in endpoint settings by using --exact-s…
/external/googleapis/google/cloud/eventarc/publishing/
DBUILD.bazel2 # google-cloud-eventarc-publishing.
16 # Generates a Ruby wrapper client for eventarc-publishing.
23 "ruby-cloud-gem-name=google-cloud-eventarc-publishing",
24 "ruby-cloud-env-prefix=EVENTARC",
25 "ruby-cloud-wrapper-of=v1:0.8",
26 "ruby-cloud-product-url=https://cloud.google.com/eventarc/",
27 "ruby-cloud-api-id=eventarcpublishing.googleapis.com",
28 "ruby-cloud-api-shortname=eventarcpublishing",
30 …agement — you can optimize productivity and costs while building a modern, event-driven solution.",
37 name = "google-cloud-eventarc-publishing-ruby",
/external/aws-sdk-java-v2/.changes/2.21.x/
D2.21.5.json3 "date": "2023-10-20",
21 … "description": "Update KmsKeyIdentifier constraints to support AWS KMS multi-Region keys."
27 …uleConfig to be an optional input to CreateDataIntegration to support event driven downloading of …
51 …use \"s1\" is null` exceptions, as reported in https://github.com/aws/aws-sdk-java-v2/issues/4608."
/external/cronet/stable/third_party/netty4/src/
DREADME.md3 Netty is an asynchronous event-driven network application framework for rapid development of mainta…
14 …ing Netty, please visit [the developer guide](http://netty.io/wiki/developer-guide.html). This pa…
20 * If you are on Linux, you need [additional development packages](http://netty.io/wiki/native-trans…
22 Note that this is build-time requirement. JDK 5 (for 3.x) or 6 (for 4.0+) is enough to run your Ne…
/external/cronet/tot/third_party/netty4/src/
DREADME.md3 Netty is an asynchronous event-driven network application framework for rapid development of mainta…
14 …ing Netty, please visit [the developer guide](http://netty.io/wiki/developer-guide.html). This pa…
20 * If you are on Linux, you need [additional development packages](http://netty.io/wiki/native-trans…
22 Note that this is build-time requirement. JDK 5 (for 3.x) or 6 (for 4.0+) is enough to run your Ne…
/external/grpc-grpc/src/core/lib/iomgr/
Dev_apple.cc9 // http://www.apache.org/licenses/LICENSE-2.0
19 /// Event engine based on Apple's CFRunLoop API family. If the CFRunLoop engine
102 /// issued to the dispatch queue when a network event happens and will be
110 /// issued to the dispatch queue when a network event happens and will be
118 /// be issued to the run loop when a network event happens and will be driven by
123 grpc_core::MutexLock lock(&gGlobalRunLoopContext->mu); in grpc_apple_register_read_stream_run_loop()
124 CFReadStreamScheduleWithRunLoop(read_stream, gGlobalRunLoopContext->run_loop, in grpc_apple_register_read_stream_run_loop()
126 gGlobalRunLoopContext->input_source_registered = true; in grpc_apple_register_read_stream_run_loop()
127 gGlobalRunLoopContext->input_source_cv.Signal(); in grpc_apple_register_read_stream_run_loop()
131 /// be issued to the run loop when a network event happens, and will be driven
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dev_apple.cc9 // http://www.apache.org/licenses/LICENSE-2.0
19 /// Event engine based on Apple's CFRunLoop API family. If the CFRunLoop engine
102 /// issued to the dispatch queue when a network event happens and will be
110 /// issued to the dispatch queue when a network event happens and will be
118 /// be issued to the run loop when a network event happens and will be driven by
123 grpc_core::MutexLock lock(&gGlobalRunLoopContext->mu); in grpc_apple_register_read_stream_run_loop()
124 CFReadStreamScheduleWithRunLoop(read_stream, gGlobalRunLoopContext->run_loop, in grpc_apple_register_read_stream_run_loop()
126 gGlobalRunLoopContext->input_source_registered = true; in grpc_apple_register_read_stream_run_loop()
127 gGlobalRunLoopContext->input_source_cv.Signal(); in grpc_apple_register_read_stream_run_loop()
131 /// be issued to the run loop when a network event happens, and will be driven
[all …]
/external/python/cpython3/Lib/turtledemo/
Dpaint.py2 """ turtle-example-suite:
6 A simple event-driven paint program
8 - left mouse button moves turtle
9 - middle mouse button changes color
10 - right mouse button toggles between pen up
13 at least two pen-down moves, the polygon that
15 -------------------------------------------
18 -------------------------------------------
20 -------------------------------------------
/external/rust/android-crates-io/crates/tokio/src/io/
Dpoll_evented.rs5 use mio::event::Source;
17 /// implements [`mio::event::Source`] as well as [`std::io::Read`] and/or
20 /// Once the [`mio::event::Source`] type is wrapped by `PollEvented`, it can be
36 /// this type also supports access to the underlying readiness event stream.
48 /// This clears the readiness state until a new readiness event is received.
54 /// ## Platform-specific events
56 /// `PollEvented` also allows receiving platform-specific `mio::Ready` events.
57 /// These events are included as part of the read readiness event stream. The
58 /// write readiness event stream is only for `Ready::writable()` events.
82 /// This function panics if thread-local runtime is not set.
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DMarshal.h27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
39 // table-driven).

12345678910>>...15