Searched refs:Content (Results 1 – 13 of 13) sorted by relevance
97 template<typename T> class Value::Content : public Value::ContentBase { class in android::binder::Value99 Content() = default;100 Content(const T & value) : mValue(value) { } in Content() function in android::binder::Value::Content102 virtual ~Content() = default;118 return new Content(mValue); in clone()126 return mValue == static_cast<const Content<T>* >(&rhs)->mValue; in operator ==()139 *out = static_cast<const Content<T>*>(this)->mValue; in get()258 mContent = new Content< T >(rhs); \262 : mContent(new Content< T >(value)) \314 RETURN_IF_FAILED(parcel->TYPEMETHOD(static_cast<const Content<T>*>(mContent)->mValue)); \ in writeToParcel()[all …]
2 Content-Type: multipart/mixed; boundary={boundary}; charset=UTF-83 Content-Transfer-Encoding: base646 Content-Type: application/x-passpoint-profile; charset=UTF-87 Content-Transfer-Encoding: base6450 Content-Type: application/x-x509-ca-cert51 Content-Transfer-Encoding: base64
39 // Content type value to use when the content type is unknown, or other than42 // Content type value to use when the content type is speech.44 // Content type value to use when the content type is music.46 // Content type value to use when the content type is a soundtrack,49 // Content type value to use when the content type is a sound used to
5 exec app_process $base/bin com.android.commands.content.Content "$@"
1 Content-Type: text/x-vcard
35 name = "Android Support Content"
176 template<typename T> class Content; variable
73 public class Content { class
221 -samplegroup Content \
1255 # the MathJax Content Delivery Network so you can quickly see the result without
1436 # Content Delivery Network so you can quickly see the result without installing
1427 # Content Delivery Network so you can quickly see the result without installing
57391 field public static final java.lang.String CONTENT_ENCODING = "Content-Encoding";57392 field public static final java.lang.String CONTENT_LEN = "Content-Length";57393 field public static final java.lang.String CONTENT_TYPE = "Content-Type";