Home
last modified time | relevance | path

Searched refs:presentation (Results 1 – 25 of 160) sorted by relevance

1234567

/external/openscreen/osp/msgs/
Dosp_messages.cddl87 presentation-url-availability-request = {
95 presentation-url-availability-response = {
101 presentation-url-availability-event = {
114 presentation-start-request = {
116 1: text ; presentation-id
127 presentation-start-response = {
134 presentation-termination-request = {
136 1: text ; presentation-id
146 presentation-termination-response = {
152 presentation-termination-event = {
[all …]
/external/openscreen/osp/demo/
DREADME.md4 The demo supports flinging a URL to start a presentation and stopping the
5 presentation.
39 - `avail <url>`: Begin listening for receivers that support the presentation of
41 - `start <url> <service_id>`: Start a presentation of `url` on the receiver
44 presentation at a time.
45 - `msg <string>`: Sends a string message on the open presentation connection.
46 - `close`: Close the open presentation connection without terminating the
47 presentation.
48 - `reconnect`: Reconnect the previously-connected presentation connection.
50 - `term`: Terminate the previously started presentation.
[all …]
/external/openscreen/osp/impl/
DBUILD.gn14 "presentation/presentation_common.cc",
15 "presentation/presentation_common.h",
16 "presentation/presentation_connection.cc",
17 "presentation/presentation_controller.cc",
18 "presentation/presentation_receiver.cc",
19 "presentation/url_availability_requester.cc",
20 "presentation/url_availability_requester.h",
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DYamlDocument.java29 private String presentation; field in YamlDocument
44 presentation = output.toString(charset.name()); in YamlDocument()
51 Object result = yaml.load(presentation); in YamlDocument()
53 throw new RuntimeException("Generated presentation is not valid: " + presentation); in YamlDocument()
70 return presentation; in getPresentation()
DYamlStream.java41 String presentation; in YamlStream() local
43 presentation = output.toString("UTF-8"); in YamlStream()
50 for (Object document : yaml.loadAll(presentation)) { in YamlStream()
88 + presentation); in YamlStream()
/external/openscreen/osp/
DBUILD.gn23 "impl/presentation/presentation_connection_unittest.cc",
24 "impl/presentation/presentation_controller_unittest.cc",
25 "impl/presentation/presentation_receiver_unittest.cc",
26 "impl/presentation/testing/mock_connection_delegate.h",
27 "impl/presentation/url_availability_requester_unittest.cc",
/external/auto/value/userguide/
Dwhy.md15 [slide presentation] compares AutoValue to numerous alternatives and explains
18 [slide presentation]: https://docs.google.com/presentation/d/14u_h-lMn7f1rXE1nDiLX0azS3IkgjGl5uxp5j…
/external/openscreen/osp/public/
DBUILD.gn17 "presentation/presentation_connection.h",
18 "presentation/presentation_controller.h",
19 "presentation/presentation_receiver.h",
/external/skia/site/docs/dev/present/
Dpathops.md14 src="https://docs.google.com/presentation/d/1iEjbQV4o40hoooB9DiAHjH9P9Q5CrVUUnbYdQtQB6_A/embed?star…
21 src="https://docs.google.com/presentation/d/1NbmG5W6VW9h5HtjpCVLx4h6SXW0qW7HIwmSfiwzFbrI/embed?star…
28 src="https://docs.google.com/presentation/d/1PoZdIx4DqdIvs7ybv-L3EvtxQE2qXuzeOZpSkFJjfhg/embed?star…
/external/openscreen/osp/impl/presentation/
Dpresentation_receiver.cc407 Presentation& presentation = started_presentations_[presentation_id]; in OnPresentationStarted() local
408 presentation.endpoint_id = initiation_response.endpoint_id; in OnPresentationStarted()
412 presentation.connections.push_back(connection); in OnPresentationStarted()
415 presentation.terminate_watch = GetServerDemuxer()->WatchMessageType( in OnPresentationStarted()
481 Presentation& presentation = presentation_entry->second; in OnPresentationTerminated() local
482 presentation.terminate_watch = MessageDemuxer::MessageWatch(); in OnPresentationTerminated()
484 GetProtocolConnection(presentation.endpoint_id); in OnPresentationTerminated()
489 for (auto* connection : presentation.connections) in OnPresentationTerminated()
492 if (presentation.terminate_request_id) { in OnPresentationTerminated()
495 response.request_id = presentation.terminate_request_id; in OnPresentationTerminated()
Dpresentation_controller.cc177 Controller::ControlledPresentation& presentation = in OnMatchedResponse() local
179 presentation.service_id = service_id_; in OnMatchedResponse()
180 presentation.url = request->request.url; in OnMatchedResponse()
561 ControlledPresentation& presentation = presentation_entry->second; in OnPresentationTerminated() local
562 for (auto* connection : presentation.connections) { in OnPresentationTerminated()
569 group_streams_[presentation.service_id]->SendTerminationRequest( in OnPresentationTerminated()
714 ControlledPresentation& presentation = presentation_entry->second; in OpenConnection() local
715 presentation.connections.push_back(connection.get()); in OpenConnection()
/external/wayland-protocols/chromium.org/
DREADME.chromium31 …wayland-scanner code < src/stable/presentation-time/presentation-time.xml > protocol/presentation-…
32 …yland-scanner server-header < src/stable/presentation-time/presentation-time.xml > include/protoco…
33 …yland-scanner client-header < src/stable/presentation-time/presentation-time.xml > include/protoco…
/external/libwebm/webvtt/
Dwebvttparser.cc654 presentation_t Time::presentation() const { in presentation() function in libwebvtt::Time
662 Time& Time::presentation(presentation_t d) { in presentation() function in libwebvtt::Time
685 const presentation_t d = this->presentation(); in operator +=()
687 this->presentation(dd); in operator +=()
700 const presentation_t rhs = t.presentation(); in operator -()
701 const presentation_t lhs = this->presentation(); in operator -()
Dwebvttparser.h59 presentation_t presentation() const;
60 Time& presentation(presentation_t);
/external/cronet/build/android/pylib/results/presentation/
Dtest_results_presentation.pydeps2 …results/presentation --output build/android/pylib/results/presentation/test_results_presentation.p…
/external/angle/build/android/pylib/results/presentation/
Dtest_results_presentation.pydeps2 …results/presentation --output build/android/pylib/results/presentation/test_results_presentation.p…
/external/skia/infra/bots/recipes/
Dcompute_buildstats.py32 result.presentation.properties['binary_size_%s' % source] = binary_size
155 logs = result.presentation.logs
183 logs = result.presentation.logs
216 logs = result.presentation.logs
251 logs = result.presentation.logs
/external/libwebm/
Dsample_muxer_metadata.cc171 const time_ms_t start_time_ms = cue.start_time.presentation(); in AddChapter()
172 const time_ms_t stop_time_ms = cue.stop_time.presentation(); in AddChapter()
362 const int64_t start_ms = cue.start_time.presentation(); in Write()
368 const int64_t stop_ms = cue.stop_time.presentation(); in Write()
/external/angle/src/libANGLE/renderer/vulkan/doc/
DPresentSemaphores.md21 presentation, synchronizing GPU submissions with semaphores. A single frame looks like the
30 That is, the GPU starts rendering after submission, and the presentation is started when rendering …
43 can be inferred that the previous presentation of the image is done, which in turn implies that its
62 maintained, which includes the wait semaphore used with that presentation. Associated with each
81 ANI to know when a previous presentation's semaphore can be destroyed, as there won't be any more
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/
Doems.md45 ### Unexpected video buffer presentation timestamp ###
50 with presentation timestamp: 134766000. Instead got: 134733000 (Processed
56 expected to dequeue a buffer with presentation timestamp `134766000` from
58 presentation timestamp `134733000` instead. We recommend that you check the
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/
Doems.md45 ### Unexpected video buffer presentation timestamp ###
50 with presentation timestamp: 134766000. Instead got: 134733000 (Processed
56 expected to dequeue a buffer with presentation timestamp `134766000` from
58 presentation timestamp `134733000` instead. We recommend that you check the
/external/fmtlib/doc/
Dsyntax.rst146 For a locale aware separator, use the ``'L'`` integer presentation type
168 The available string presentation types are:
179 The available character presentation types are:
190 The available integer presentation types are:
224 Integer presentation types can also be used with character and Boolean values.
226 ``false``, if the presentation type is not specified.
228 The available presentation types for floating-point values are:
278 | | result formatted with presentation type ``'e'`` and |
281 | | with presentation type ``'f'`` and precision |
283 | | with presentation type ``'e'`` and precision ``p-1``. |
[all …]
/external/toolchain-utils/bestflags/
DREADME.md21 There is also a presentation slide available at:
23 https://docs.google.com/a/google.com/presentation/d/13rS9jALXffbP48YsF0-bsqovrVBfgzEud4e-XpavOdA/ed…
/external/icu/icu4c/source/data/lang/
Den_CA.txt20 em{"emoji presentation style"}
122 default{"use default presentation for emoji characters"}
123 emoji{"prefer emoji presentation for emoji characters"}
124 text{"prefer text presentation for emoji characters"}
/external/cronet/third_party/icu/source/data/lang/
Den_CA.txt20 em{"emoji presentation style"}
122 default{"use default presentation for emoji characters"}
123 emoji{"prefer emoji presentation for emoji characters"}
124 text{"prefer text presentation for emoji characters"}

1234567