Home
last modified time | relevance | path

Searched defs:ContentType (Results 1 – 20 of 20) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DContentType.java64 public class ContentType class
78 public ContentType() { in ContentType() method in ContentType
86 public ContentType(String contentType, String contentSubtype) { in ContentType() method in ContentType
/external/webrtc/api/video_codecs/
Dvideo_encoder_config.h120 enum class ContentType { enum
/external/python/pyasn1-modules/pyasn1_modules/
Drfc2634.py29 ContentType = rfc5652.ContentType variable
Drfc5035.py26 ContentType = rfc5652.ContentType variable
Drfc2315.py42 class ContentType(univ.ObjectIdentifier): class
Drfc3852.py342 class ContentType(univ.ObjectIdentifier): class
Drfc5652.py335 class ContentType(univ.ObjectIdentifier): class
Drfc2985.py65 ContentType = rfc5652.ContentType variable
Drfc7906.py108 ContentType = rfc5652.ContentType variable
/external/libbrillo/brillo/http/
Dhttp_request_test.cc82 TEST_F(HttpRequestTest, ContentType) { in TEST_F() argument
/external/webrtc/test/scenario/
Dvideo_stream_unittest.cc20 using ContentType = VideoStreamConfig::Encoder::ContentType; typedef
Dscenario_config.h120 enum class ContentType { enum
/external/curl/lib/
Dmime.c1749 struct ContentType { in Curl_mime_contenttype() struct
1750 const char *extension; in Curl_mime_contenttype()
1751 const char *type; in Curl_mime_contenttype()
/external/llvm-project/lld/include/lld/Core/
DDefinedAtom.h106 enum ContentType { enum
/external/oboe/include/oboe/
DDefinitions.h339 enum ContentType : int32_t { // aaudio_content_type_t enum
/external/python/asn1crypto/asn1crypto/
Dcms.py127 class ContentType(ObjectIdentifier): class
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DC.java600 public @interface ContentType {} annotation in C
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp45 dwarf::LineNumberEntryFormat ContentType) { in trackContentType()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp50 dwarf::LineNumberEntryFormat ContentType) { in trackContentType()
/external/python/cpython3/Lib/email/
D_header_value_parser.py821 class ContentType(ParameterizedHeaderValue): class