Home
last modified time | relevance | path

Searched refs:Content (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/libs/binder/
DValue.cpp97 template<typename T> class Value::Content : public Value::ContentBase { class in android::binder::Value
99 Content() = default;
100 Content(const T & value) : mValue(value) { } in Content() function in android::binder::Value::Content
102 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 …]
/frameworks/base/wifi/tests/assets/hsr1/
DHSR1ProfileWithCACert.conf2 Content-Type: multipart/mixed; boundary={boundary}; charset=UTF-8
3 Content-Transfer-Encoding: base64
6 Content-Type: application/x-passpoint-profile; charset=UTF-8
7 Content-Transfer-Encoding: base64
50 Content-Type: application/x-x509-ca-cert
51 Content-Transfer-Encoding: base64
/frameworks/base/core/proto/android/media/
Daudioattributes.proto39 // Content type value to use when the content type is unknown, or other than
42 // 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
/frameworks/base/cmds/content/
Dcontent5 exec app_process $base/bin com.android.commands.content.Content "$@"
/frameworks/opt/vcard/tests/res/raw/
Dv21_nest_with_mime.vcf1 Content-Type: text/x-vcard
/frameworks/support/content/
Dbuild.gradle35 name = "Android Support Content"
/frameworks/native/libs/binder/include/binder/
DValue.h176 template<typename T> class Content; variable
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java73 public class Content { class
/frameworks/base/
DAndroid.mk221 -samplegroup Content \
/frameworks/native/docs/
DDoxyfile1255 # the MathJax Content Delivery Network so you can quickly see the result without
/frameworks/av/media/libaaudio/
DDoxyfile1436 # Content Delivery Network so you can quickly see the result without installing
DDoxyfile.orig1427 # Content Delivery Network so you can quickly see the result without installing
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt57391 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";