Home
last modified time | relevance | path

Searched refs:ContentType (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacecontent_p.h69 #define Q_DEFINE_CONTENT_PRIVATE_HELPER(Class, ContentType) \ argument
71 virtual QPlaceContent::Type type() const {return ContentType;} \
74 if (other.type() == ContentType) \
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpkcs7.asn12 contentType ContentType ({ pkcs7_check_content_type }),
6 ContentType ::= OBJECT IDENTIFIER ({ pkcs7_note_OID })
24 contentType ContentType ({ pkcs7_note_OID }),
H A Dmscode.asn114 contentType ContentType,
23 ContentType ::= OBJECT IDENTIFIER ({ mscode_note_content_type })
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py33 from testtools.content_type import ContentType
139 …kwargs["details"]["extraresults"] = Content(ContentType("application", "json", {'charset': 'utf8'}…