/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | ContentType.java | 64 public class ContentType class 78 public ContentType() { in ContentType() method in ContentType 86 public ContentType(String contentType, String contentSubtype) { in ContentType() method in ContentType 206 ContentType retval = (ContentType) super.clone(); in clone()
|
/external/syzkaller/vendor/google.golang.org/api/gensupport/ |
D | media.go | 36 _, _ = cs.ContentType() 55 func (cs *contentSniffer) ContentType() (string, bool) { func 90 return media, typer.ContentType() 94 if ctype, ok := sniffer.ContentType(); ok {
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_image.cpp | 18 {XFA_Attribute::ContentType, XFA_AttributeType::CData, nullptr}, 48 return JSObject()->TryCData(XFA_Attribute::ContentType, true).value_or(L""); in GetContentType() 65 JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType, false, false); in SetContentType()
|
D | cxfa_exdata.cpp | 19 {XFA_Attribute::ContentType, XFA_AttributeType::CData, nullptr}, 45 JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType, false, false); in SetContentType()
|
D | cxfa_script.cpp | 23 {XFA_Attribute::ContentType, XFA_AttributeType::CData, nullptr}, 52 JSObject()->TryCData(XFA_Attribute::ContentType, false); in GetContentType()
|
D | cxfa_datavalue.cpp | 16 {XFA_Attribute::ContentType, XFA_AttributeType::CData, nullptr},
|
D | cxfa_bind.cpp | 23 {XFA_Attribute::ContentType, XFA_AttributeType::CData, nullptr},
|
/external/syzkaller/vendor/cloud.google.com/go/storage/ |
D | storage.go | 168 ContentType string member 233 fmt.Fprintf(buf, "%s\n", opts.ContentType) 347 if uattrs.ContentType != nil { 348 attrs.ContentType = optional.ToString(uattrs.ContentType) 426 ContentType optional.String member 675 ContentType: o.ContentType, 697 ContentType string member 823 ContentType: o.ContentType, 891 func (c *contentTyper) ContentType() string { func
|
D | writer.go | 95 if c := attrs.ContentType; c != "" { 96 mediaOpts = append(mediaOpts, googleapi.ContentType(c))
|
D | reader.go | 73 func (r *Reader) ContentType() string { func
|
/external/syzkaller/vendor/google.golang.org/api/googleapi/ |
D | googleapi.go | 27 ContentType() string methodSpec 222 o.ContentType = string(ct) 223 if o.ContentType == "" { 230 func ContentType(ctype string) MediaOption { func 255 ContentType string member
|
/external/webrtc/webrtc/ |
D | config.cc | 88 : content_type(ContentType::kRealtimeVideo), in VideoEncoderConfig() 107 case ContentType::kRealtimeVideo: in ToString() 110 case ContentType::kScreen: in ToString()
|
D | config.h | 101 enum class ContentType { enum 112 ContentType content_type;
|
/external/webrtc/webrtc/video/ |
D | send_statistics_proxy.h | 45 VideoEncoderConfig::ContentType content_type); 68 void SetContentType(VideoEncoderConfig::ContentType content_type); 135 VideoEncoderConfig::ContentType content_type_ GUARDED_BY(crit_);
|
D | send_statistics_proxy.cc | 35 const char* GetUmaPrefix(VideoEncoderConfig::ContentType content_type) { in GetUmaPrefix() 37 case VideoEncoderConfig::ContentType::kRealtimeVideo: in GetUmaPrefix() 39 case VideoEncoderConfig::ContentType::kScreen: in GetUmaPrefix() 71 VideoEncoderConfig::ContentType content_type) in SendStatisticsProxy() 162 VideoEncoderConfig::ContentType content_type) { in SetContentType()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | ContentTypeParser.java | 58 ContentType contentType = new ContentType(); in parse()
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc2315.py | 42 class ContentType(univ.ObjectIdentifier): class 59 namedtype.NamedType('contentType', ContentType()), 95 namedtype.NamedType('contentType', ContentType()),
|
D | rfc3852.py | 342 class ContentType(univ.ObjectIdentifier): class 359 namedtype.NamedType('contentType', ContentType()), 396 namedtype.NamedType('eContentType', ContentType()), 423 namedtype.NamedType('contentType', ContentType()),
|
D | rfc5652.py | 311 class ContentType(univ.ObjectIdentifier): class 328 namedtype.NamedType('contentType', ContentType()), 583 namedtype.NamedType('contentType', ContentType()), 593 namedtype.NamedType('eContentType', ContentType()),
|
/external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/ |
D | TestNanoFileUpLoad.java | 58 import org.apache.http.entity.ContentType; 210 FileBody fileBody = new FileBody(new File(textFileName), ContentType.DEFAULT_BINARY); in executeUpload() 211 StringBody stringBody1 = new StringBody("Message 1", ContentType.MULTIPART_FORM_DATA); in executeUpload()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_textprovider.cpp | 55 XFA_Attribute::ContentType, false); in GetTextNode() 94 XFA_Attribute::ContentType, false); in GetTextNode()
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | MessageFactoryImpl.java | 199 sipRequest.setHeader((ContentType) contentType); in createRequest() 360 sipResponse.setHeader((ContentType) contentType); in createResponse() 474 sipResponse.setHeader((ContentType) contentType); in createResponse() 838 ContentTypeHeader cth = new ContentType(contentType[i],contentSubtype[i]); in createMultipartMimeContent()
|
D | SIPMessage.java | 41 import gov.nist.javax.sip.header.ContentType; 932 public ContentType getContentTypeHeader() { in getContentTypeHeader() 933 return (ContentType) getHeaderLowerCase(CONTENT_TYPE_LOWERCASE); in getContentTypeHeader() 1216 ContentType ct = new ContentType(type, subType); in setMessageContent() 1276 ContentType ct = new ContentType(type, subType); in setMessageContent() 1864 ContentType ct = getContentTypeHeader(); in getCharset()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageChannel.java | 38 import gov.nist.javax.sip.header.ContentType; 418 ContentTypeHeader cth = new ContentType("message", "sipfrag"); in createBadReqRes()
|
/external/protobuf/docs/swift/ |
D | DesignDoc.md | 323 enum ContentType { 332 public enum ContentType: Int32, NilLiteralConvertible { 352 enum ContentType { 361 public enum ContentType: RawRepresentable, NilLiteralConvertible { 409 // Without NilLiteralConvertible conformance on ContentType 411 public var contentType: ContentType! { ... } 432 // With NilLiteralConvertible conformance on ContentType 435 public var contentType: ContentType { ... } 453 func foo(contentType: ContentType) { ... }
|