Home
last modified time | relevance | path

Searched refs:presentation_type (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dformatter.h23 unknown_presentation_type(STRINGLIB_CHAR presentation_type, in unknown_presentation_type() argument
30 if (presentation_type > 32 && presentation_type < 128) in unknown_presentation_type()
35 (char)presentation_type, in unknown_presentation_type()
42 (unsigned int)presentation_type, in unknown_presentation_type()
48 invalid_comma_type(STRINGLIB_CHAR presentation_type) in invalid_comma_type() argument
52 if (presentation_type > 32 && presentation_type < 128) in invalid_comma_type()
56 (char)presentation_type); in invalid_comma_type()
61 (unsigned int)presentation_type); in invalid_comma_type()
/external/webrtc/webrtc/libjingle/xmpp/
Dhangoutpubsubclient.cc66 const std::string& presentation_type = state ? kPresenting : kNotPresenting; in Publish() local
68 QN_PRESENTER_PRESENTATION_TYPE, presentation_type); in Publish()