Home
last modified time | relevance | path

Searched defs:presentation (Results 1 – 8 of 8) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DYamlStream.java41 String presentation; in YamlStream() local
DYamlDocument.java29 private String presentation; field in YamlDocument
/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
/external/openscreen/osp/impl/presentation/
Dpresentation_receiver.cc407 Presentation& presentation = started_presentations_[presentation_id]; in OnPresentationStarted() local
481 Presentation& presentation = presentation_entry->second; in OnPresentationTerminated() local
Dpresentation_controller.cc177 Controller::ControlledPresentation& presentation = in OnMatchedResponse() local
561 ControlledPresentation& presentation = presentation_entry->second; in OnPresentationTerminated() local
714 ControlledPresentation& presentation = presentation_entry->second; in OpenConnection() local
/external/swiftshader/.vscode/
Dtasks.json42 "presentation": { object
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java889 List<String> presentation = new ArrayList<>(); in showChain() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java1453 public static String getCallPresentationInfoString(int presentation) { in getCallPresentationInfoString()