/external/openscreen/osp/msgs/ |
D | osp_messages.cddl | 87 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/ |
D | README.md | 4 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/ |
D | BUILD.gn | 13 "presentation/presentation_common.cc", 14 "presentation/presentation_common.h", 15 "presentation/presentation_connection.cc", 16 "presentation/presentation_controller.cc", 17 "presentation/presentation_receiver.cc", 18 "presentation/url_availability_requester.cc", 19 "presentation/url_availability_requester.h",
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | YamlDocument.java | 29 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()
|
D | YamlStream.java | 41 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/ |
D | BUILD.gn | 23 "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/ |
D | why.md | 15 [slide presentation] compares AutoValue to numerous alternatives and explains 19 [slide presentation]: https://docs.google.com/presentation/d/14u_h-lMn7f1rXE1nDiLX0azS3IkgjGl5uxp5j…
|
/external/openscreen/osp/public/ |
D | BUILD.gn | 18 "presentation/presentation_connection.h", 19 "presentation/presentation_controller.h", 20 "presentation/presentation_receiver.h",
|
/external/skqp/site/dev/present/ |
D | pathops.md | 9 src="https://docs.google.com/presentation/d/1iEjbQV4o40hoooB9DiAHjH9P9Q5CrVUUnbYdQtQB6_A/embed?star… 16 src="https://docs.google.com/presentation/d/1NbmG5W6VW9h5HtjpCVLx4h6SXW0qW7HIwmSfiwzFbrI/embed?star… 23 src="https://docs.google.com/presentation/d/1PoZdIx4DqdIvs7ybv-L3EvtxQE2qXuzeOZpSkFJjfhg/embed?star…
|
/external/skia/site/docs/dev/present/ |
D | pathops.md | 14 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/ |
D | presentation_receiver.cc | 407 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()
|
D | presentation_controller.cc | 177 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/ |
D | README.chromium | 31 …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/ |
D | webvttparser.cc | 654 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 -()
|
D | webvttparser.h | 59 presentation_t presentation() const; 60 Time& presentation(presentation_t);
|
/external/skia/infra/bots/recipes/ |
D | compute_buildstats.py | 29 result.presentation.properties['binary_size_%s' % source] = binary_size 152 logs = result.presentation.logs 180 logs = result.presentation.logs 213 logs = result.presentation.logs 248 logs = result.presentation.logs
|
/external/libwebm/ |
D | sample_muxer_metadata.cc | 171 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/toolchain-utils/bestflags/ |
D | README.md | 21 There is also a presentation slide available at: 23 https://docs.google.com/a/google.com/presentation/d/13rS9jALXffbP48YsF0-bsqovrVBfgzEud4e-XpavOdA/ed…
|
/external/skqp/infra/bots/recipes/ |
D | android_compile.py | 70 api.step.active_result.presentation.links[ 73 api.step.active_result.presentation.links[
|
/external/fmtlib/doc/ |
D | syntax.rst | 146 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/angle/ |
D | README.md | 84 ….edu/~pcozzi/OpenGLInsights/OpenGLInsights-ANGLE.pdf) and this [ANGLE presentation](https://drive.… 85 …t, and future of the ANGLE implementation in [this presentation](https://docs.google.com/presentat… 86 * Watch a [short presentation](https://youtu.be/QrIKdjmpmaA) on the Vulkan back-end.
|
/external/wayland-protocols/freedesktop.org/ |
D | Makefile.am | 29 stable/presentation-time/presentation-time.xml \
|
/external/angle/src/libANGLE/renderer/vulkan/doc/ |
D | PresentSemaphores.md | 22 presentation, synchronizing GPU submissions with semaphores. A single frame looks like the 31 That is, the GPU starts rendering after submission, and the presentation is started when rendering … 45 First, an issue is evident here. The CPU is submitting jobs and queuing images for presentation 62 > which case pacing the submissions similarly paces the presentation). In theory, in FIFO mode, the 132 for the *previous* presentation of that image is no longer in use (and can be safely destroyed or 139 completion of a future submission to know when a previous presentation's semaphore can be destroyed, 157 > presentation engine, we cannot know that. This delays means that the swapchain could be recreated
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | Makefile.sources | 10 presentation.c \
|
/external/perfetto/test/trace_processor/fuchsia/ |
D | fuchsia_workstation_smoke_args.out | 4 "Expected presentation time",17
|