HomeSort by relevance Sort by last modified time
    Searched full:presentation_type (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
formatter.h 23 unknown_presentation_type(STRINGLIB_CHAR presentation_type,
30 if (presentation_type > 32 && presentation_type < 128)
35 (char)presentation_type,
42 (unsigned int)presentation_type,
48 invalid_comma_type(STRINGLIB_CHAR presentation_type)
52 if (presentation_type > 32 && presentation_type < 128)
56 (char)presentation_type);
61 (unsigned int)presentation_type);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
formatter.h 23 unknown_presentation_type(STRINGLIB_CHAR presentation_type,
30 if (presentation_type > 32 && presentation_type < 128)
35 (char)presentation_type,
42 (unsigned int)presentation_type,
48 invalid_comma_type(STRINGLIB_CHAR presentation_type)
52 if (presentation_type > 32 && presentation_type < 128)
56 (char)presentation_type);
61 (unsigned int)presentation_type);
    [all...]
  /external/python/cpython2/Objects/stringlib/
formatter.h 23 unknown_presentation_type(STRINGLIB_CHAR presentation_type,
30 if (presentation_type > 32 && presentation_type < 128)
35 (char)presentation_type,
42 (unsigned int)presentation_type,
48 invalid_comma_type(STRINGLIB_CHAR presentation_type)
52 if (presentation_type > 32 && presentation_type < 128)
56 (char)presentation_type);
61 (unsigned int)presentation_type);
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
hangoutpubsubclient.cc 66 const std::string& presentation_type = state ? kPresenting : kNotPresenting; local
68 QN_PRESENTER_PRESENTATION_TYPE, presentation_type);

Completed in 5929 milliseconds