/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 | 14 "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/ |
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 18 [slide presentation]: https://docs.google.com/presentation/d/14u_h-lMn7f1rXE1nDiLX0azS3IkgjGl5uxp5j…
|
/external/openscreen/osp/public/ |
D | BUILD.gn | 17 "presentation/presentation_connection.h", 18 "presentation/presentation_controller.h", 19 "presentation/presentation_receiver.h",
|
/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/cronet/build/android/pylib/results/presentation/ |
D | test_results_presentation.pydeps | 2 …results/presentation --output build/android/pylib/results/presentation/test_results_presentation.p…
|
/external/angle/build/android/pylib/results/presentation/ |
D | test_results_presentation.pydeps | 2 …results/presentation --output build/android/pylib/results/presentation/test_results_presentation.p…
|
/external/skia/infra/bots/recipes/ |
D | compute_buildstats.py | 32 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/ |
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/angle/src/libANGLE/renderer/vulkan/doc/ |
D | PresentSemaphores.md | 21 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/ |
D | oems.md | 45 ### 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/ |
D | oems.md | 45 ### 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/ |
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/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/icu/icu4c/source/data/lang/ |
D | en_CA.txt | 20 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/ |
D | en_CA.txt | 20 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"}
|