Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 1572) sorted by relevance

12345678910>>...63

/frameworks/base/docs/html/reference/
Dlists.js2 …droid.gms", link:"reference/com/google/android/gms/package-summary.html", type:"package", deprecat… property
3 …om.google.android.gms.R", link:"reference/com/google/android/gms/R.html", type:"class", deprecated… property
4 …android.gms.R.attr", link:"reference/com/google/android/gms/R.attr.html", type:"class", deprecated… property
5 …droid.gms.R.color", link:"reference/com/google/android/gms/R.color.html", type:"class", deprecated… property
6 …gms.R.drawable", link:"reference/com/google/android/gms/R.drawable.html", type:"class", deprecated… property
7 …gle.android.gms.R.id", link:"reference/com/google/android/gms/R.id.html", type:"class", deprecated… property
8 …d.gms.R.integer", link:"reference/com/google/android/gms/R.integer.html", type:"class", deprecated… property
9 …oid.gms.R.string", link:"reference/com/google/android/gms/R.string.html", type:"class", deprecated… property
10 …droid.gms.R.style", link:"reference/com/google/android/gms/R.style.html", type:"class", deprecated… property
11 …s.R.styleable", link:"reference/com/google/android/gms/R.styleable.html", type:"class", deprecated… property
[all …]
Dgms_lists.js2 …droid.gms", link:"reference/com/google/android/gms/package-summary.html", type:"package", deprecat… property
3 …om.google.android.gms.R", link:"reference/com/google/android/gms/R.html", type:"class", deprecated… property
4 …android.gms.R.attr", link:"reference/com/google/android/gms/R.attr.html", type:"class", deprecated… property
5 …droid.gms.R.color", link:"reference/com/google/android/gms/R.color.html", type:"class", deprecated… property
6 …gms.R.drawable", link:"reference/com/google/android/gms/R.drawable.html", type:"class", deprecated… property
7 …gle.android.gms.R.id", link:"reference/com/google/android/gms/R.id.html", type:"class", deprecated… property
8 …d.gms.R.integer", link:"reference/com/google/android/gms/R.integer.html", type:"class", deprecated… property
9 …oid.gms.R.string", link:"reference/com/google/android/gms/R.string.html", type:"class", deprecated… property
10 …droid.gms.R.style", link:"reference/com/google/android/gms/R.style.html", type:"class", deprecated… property
11 …s.R.styleable", link:"reference/com/google/android/gms/R.styleable.html", type:"class", deprecated… property
[all …]
Dgcm_lists.js2 …droid.gcm", link:"reference/com/google/android/gcm/package-summary.html", type:"package", deprecat… property
3 …vice", link:"reference/com/google/android/gcm/GCMBaseIntentService.html", type:"class", deprecated… property
4 …iver", link:"reference/com/google/android/gcm/GCMBroadcastReceiver.html", type:"class", deprecated… property
5 …GCMConstants", link:"reference/com/google/android/gcm/GCMConstants.html", type:"class", deprecated… property
6 …GCMRegistrar", link:"reference/com/google/android/gcm/GCMRegistrar.html", type:"class", deprecated… property
7 …er", link:"reference/com/google/android/gcm/server/package-summary.html", type:"package", deprecat… property
8 …onstants", link:"reference/com/google/android/gcm/server/Constants.html", type:"class", deprecated… property
9 …k:"reference/com/google/android/gcm/server/InvalidRequestException.html", type:"class", deprecated… property
10 …er.Message", link:"reference/com/google/android/gcm/server/Message.html", type:"class", deprecated… property
11 …er", link:"reference/com/google/android/gcm/server/Message.Builder.html", type:"class", deprecated… property
[all …]
/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java87 private TypeReference(Type type) { in TypeReference() argument
88 mType = type; in TypeReference()
104 public SpecializedBaseTypeReference(Type type) { in SpecializedBaseTypeReference() argument
105 super(type); in SpecializedBaseTypeReference()
139 public static TypeReference<?> createSpecializedTypeReference(Type type) { in createSpecializedTypeReference() argument
140 return new SpecializedBaseTypeReference(type); in createSpecializedTypeReference()
162 private static final Class<?> getRawType(Type type) { in getRawType() argument
163 if (type == null) { in getRawType()
167 if (type instanceof Class<?>) { in getRawType()
168 return (Class<?>)type; in getRawType()
[all …]
/frameworks/av/media/img_utils/src/
DTiffEntry.cpp37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) { in forceValidType() argument
38 if (type == LONG) { in forceValidType()
42 __FUNCTION__, type); in forceValidType()
47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) { in forceValidType() argument
48 if (type == BYTE || type == ASCII || type == UNDEFINED) { in forceValidType()
52 __FUNCTION__, type); in forceValidType()
57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) { in forceValidType() argument
58 if (type == SBYTE || type == ASCII || type == UNDEFINED) { in forceValidType()
62 __FUNCTION__, type); in forceValidType()
67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) { in forceValidType() argument
[all …]
/frameworks/base/core/java/android/content/res/
DTypedArray.java140 final int type = data[index+AssetManager.STYLE_TYPE]; in getText() local
141 if (type == TypedValue.TYPE_NULL) { in getText()
143 } else if (type == TypedValue.TYPE_STRING) { in getText()
153 + Integer.toHexString(type)); in getText()
172 final int type = data[index+AssetManager.STYLE_TYPE]; in getString() local
173 if (type == TypedValue.TYPE_NULL) { in getString()
175 } else if (type == TypedValue.TYPE_STRING) { in getString()
186 + Integer.toHexString(type)); in getString()
211 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonResourceString() local
212 if (type == TypedValue.TYPE_STRING) { in getNonResourceString()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DTonesAutoTest.java37 int type; in tonesDtmfTest() local
42 for (type = ToneGenerator.TONE_DTMF_0; type <= ToneGenerator.TONE_DTMF_D; type++) { in tonesDtmfTest()
43 if (toneGen.startTone(type)) { in tonesDtmfTest()
61 int type; in tonesSupervisoryTest() local
66 for (type = ToneGenerator.TONE_SUP_DIAL; in tonesSupervisoryTest()
67 type <= ToneGenerator.TONE_SUP_RINGTONE; type++) { in tonesSupervisoryTest()
68 if (toneGen.startTone(type)) { in tonesSupervisoryTest()
78 for (type = ToneGenerator.TONE_SUP_INTERCEPT; in tonesSupervisoryTest()
79 type <= ToneGenerator.TONE_SUP_PIP; type++) { in tonesSupervisoryTest()
80 if (toneGen.startTone(type)) { in tonesSupervisoryTest()
[all …]
/frameworks/base/core/java/android/accounts/
DAuthenticatorDescription.java27 final public String type; field in AuthenticatorDescription
51 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription() argument
53 if (type == null) throw new IllegalArgumentException("type cannot be null"); in AuthenticatorDescription()
55 this.type = type; in AuthenticatorDescription()
64 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription() argument
66 this(type, packageName, labelId, iconId, smallIconId, prefId, false); in AuthenticatorDescription()
74 public static AuthenticatorDescription newKey(String type) { in newKey() argument
75 if (type == null) throw new IllegalArgumentException("type cannot be null"); in newKey()
76 return new AuthenticatorDescription(type); in newKey()
79 private AuthenticatorDescription(String type) { in AuthenticatorDescription() argument
[all …]
DAccount.java30 public final String type; field in Account
36 return name.equals(other.name) && type.equals(other.type); in equals()
42 result = 31 * result + type.hashCode(); in hashCode()
46 public Account(String name, String type) { in Account() argument
50 if (TextUtils.isEmpty(type)) { in Account()
51 throw new IllegalArgumentException("the type must not be empty: " + type); in Account()
54 this.type = type; in Account()
59 this.type = in.readString(); in Account()
68 dest.writeString(type); in writeToParcel()
82 return "Account {name=" + name + ", type=" + type + "}"; in toString()
/frameworks/base/drm/java/android/drm/
DDrmInfoEvent.java72 public DrmInfoEvent(int uniqueId, int type, String message) { in DrmInfoEvent() argument
73 super(uniqueId, type, message); in DrmInfoEvent()
74 checkTypeValidity(type); in DrmInfoEvent()
87 public DrmInfoEvent(int uniqueId, int type, String message, in DrmInfoEvent() argument
89 super(uniqueId, type, message, attributes); in DrmInfoEvent()
90 checkTypeValidity(type); in DrmInfoEvent()
98 private void checkTypeValidity(int type) { in checkTypeValidity() argument
99 if (type < TYPE_ALREADY_REGISTERED_BY_ANOTHER_ACCOUNT || in checkTypeValidity()
100 type > TYPE_RIGHTS_REMOVED) { in checkTypeValidity()
102 if (type != TYPE_ALL_RIGHTS_REMOVED && in checkTypeValidity()
[all …]
DDrmErrorEvent.java82 public DrmErrorEvent(int uniqueId, int type, String message) { in DrmErrorEvent() argument
83 super(uniqueId, type, message); in DrmErrorEvent()
84 checkTypeValidity(type); in DrmErrorEvent()
96 public DrmErrorEvent(int uniqueId, int type, String message, in DrmErrorEvent() argument
98 super(uniqueId, type, message, attributes); in DrmErrorEvent()
99 checkTypeValidity(type); in DrmErrorEvent()
102 private void checkTypeValidity(int type) { in checkTypeValidity() argument
103 if (type < TYPE_RIGHTS_NOT_INSTALLED || in checkTypeValidity()
104 type > TYPE_ACQUIRE_DRM_INFO_FAILED) { in checkTypeValidity()
105 final String msg = "Unsupported type: " + type; in checkTypeValidity()
/frameworks/base/core/java/android/ddm/
DDdmHandleProfiling.java31 public static final int CHUNK_MPRS = type("MPRS");
32 public static final int CHUNK_MPRE = type("MPRE");
33 public static final int CHUNK_MPSS = type("MPSS");
34 public static final int CHUNK_MPSE = type("MPSE");
35 public static final int CHUNK_MPRQ = type("MPRQ");
36 public static final int CHUNK_SPSS = type("SPSS");
37 public static final int CHUNK_SPSE = type("SPSE");
76 Log.v("ddm-heap", "Handling " + name(request.type) + " chunk"); in handleChunk()
77 int type = request.type; in handleChunk() local
79 if (type == CHUNK_MPRS) { in handleChunk()
[all …]
DDdmHandleHeap.java33 public static final int CHUNK_HPIF = type("HPIF");
34 public static final int CHUNK_HPSG = type("HPSG");
35 public static final int CHUNK_HPDU = type("HPDU");
36 public static final int CHUNK_HPDS = type("HPDS");
37 public static final int CHUNK_NHSG = type("NHSG");
38 public static final int CHUNK_HPGC = type("HPGC");
39 public static final int CHUNK_REAE = type("REAE");
40 public static final int CHUNK_REAQ = type("REAQ");
41 public static final int CHUNK_REAL = type("REAL");
81 Log.v("ddm-heap", "Handling " + name(request.type) + " chunk"); in handleChunk()
[all …]
/frameworks/rs/driver/runtime/
Drs_convert.c33 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \ argument
34 CVT_FUNC_2(type, char) \
35 CVT_FUNC_2(type, ushort) \
36 CVT_FUNC_2(type, short) \
37 CVT_FUNC_2(type, uint) \
38 CVT_FUNC_2(type, int) \
39 CVT_FUNC_2(type, ulong) \
40 CVT_FUNC_2(type, long) \
41 CVT_FUNC_2(type, float) \
42 CVT_FUNC_2(type, double)
/frameworks/av/media/libstagefright/wifi-display/
DVideoFormats.cpp146 void VideoFormats::setNativeResolution(ResolutionType type, size_t index) { in setNativeResolution() argument
147 CHECK_LT(type, kNumResolutionTypes); in setNativeResolution()
148 CHECK(GetConfiguration(type, index, NULL, NULL, NULL, NULL)); in setNativeResolution()
150 mNativeType = type; in setNativeResolution()
153 setResolutionEnabled(type, index); in setNativeResolution()
157 ResolutionType *type, size_t *index) const { in getNativeResolution() argument
158 *type = mNativeType; in getNativeResolution()
182 ResolutionType type, size_t index, in enableResolutionUpto() argument
186 if (!GetConfiguration(type, index, &width, &height, in enableResolutionUpto()
205 ResolutionType type, size_t index, bool enabled) { in setResolutionEnabled() argument
[all …]
/frameworks/base/core/java/android/net/
DNetworkKey.java46 public final int type; field in NetworkKey
59 this.type = TYPE_WIFI; in NetworkKey()
64 type = in.readInt(); in NetworkKey()
65 switch (type) { in NetworkKey()
70 throw new IllegalArgumentException("Parcel has unknown type: " + type); in NetworkKey()
81 out.writeInt(type); in writeToParcel()
82 switch (type) { in writeToParcel()
87 throw new IllegalStateException("NetworkKey has unknown type " + type); in writeToParcel()
98 return type == that.type && Objects.equals(wifiKey, that.wifiKey); in equals()
103 return Objects.hash(type, wifiKey); in hashCode()
[all …]
/frameworks/base/core/res/
DMakeJavaSymbols.sed7 s|.*R.id.\([a-zA-Z0-9_]*\).*| <java-symbol type="id" name="\1" />|gp
8 s|.*R.attr.\([a-zA-Z0-9_]*\).*| <java-symbol type="attr" name="\1" />|gp
9 s|.*R.bool.\([a-zA-Z0-9_]*\).*| <java-symbol type="bool" name="\1" />|gp
10 s|.*R.integer.\([a-zA-Z0-9_]*\).*| <java-symbol type="integer" name="\1" />|gp
11 s|.*R.color.\([a-zA-Z0-9_]*\).*| <java-symbol type="color" name="\1" />|gp
12 s|.*R.dimen.\([a-zA-Z0-9_]*\).*| <java-symbol type="dimen" name="\1" />|gp
13 s|.*R.fraction.\([a-zA-Z0-9_]*\).*| <java-symbol type="fraction" name="\1" />|gp
14 s|.*R.string.\([a-zA-Z0-9_]*\).*| <java-symbol type="string" name="\1" />|gp
15 s|.*R.plurals.\([a-zA-Z0-9_]*\).*| <java-symbol type="plurals" name="\1" />|gp
16 s|.*R.array.\([a-zA-Z0-9_]*\).*| <java-symbol type="array" name="\1" />|gp
[all …]
/frameworks/base/tools/aidl/
Daidl.cpp46 printf(" %s %s(", m->type.type.data, m->name.data); in test_document()
49 printf("%s %s",p->type.type.data,p->name.data); in test_document()
305 Type* type; local
308 type = new UserDataType(p->package ? p->package : "", p->name.data,
315 type = new InterfaceType(c->package ? c->package : "",
324 Type* old = NAMES.Find(type->QualifiedName());
326 NAMES.Add(type);
364 filename, type->DeclLine(),
365 type->QualifiedName().c_str());
368 else if (type->Kind() != old->Kind()) {
[all …]
Daidl_language_y.y211 type IDENTIFIER '(' arg_list ')' ';' {
216 method->type = $1.type;
226 method->comments_token = &method->type.type;
229 | ONEWAY type IDENTIFIER '(' arg_list ')' ';' {
235 method->type = $2.type;
247 | type IDENTIFIER '(' arg_list ')' '=' IDVALUE ';' {
253 method->type = $1.type;
262 method->comments_token = &method->type.type;
265 | ONEWAY type IDENTIFIER '(' arg_list ')' '=' IDVALUE ';' {
271 method->type = $2.type;
[all …]
/frameworks/base/media/mca/filterfw/native/core/
Dvalue.cpp34 return value.type == TYPEID ? *reinterpret_cast<POD*>(value.value) : POD(); in GetPODValue()
39 return value.type == TYPEID ? reinterpret_cast<PTR>(value.value) : NULL; in GetPtrValue()
45 result.type = TYPEID; in MakePODValue()
55 result.type = TYPEID; in MakePtrValue()
64 if (value->type == NULL_VALUE_TYPE) { in SetPODValue()
65 value->type = TYPEID; in SetPODValue()
69 if (value->type == TYPEID) { in SetPODValue()
78 if (value->type == NULL_VALUE_TYPE) { in SetPtrValue()
79 value->type = TYPEID; in SetPtrValue()
83 if (value->type == TYPEID && value->count == count) { in SetPtrValue()
[all …]
/frameworks/native/opengl/libs/GLES_CM/
Dgl.cpp39 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
41 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
43 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
45 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
47 GL_API void GL_APIENTRY glPointSizePointerOESBounds(GLenum type,
49 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type,
51 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type,
55 void glColorPointerBounds(GLint size, GLenum type, GLsizei stride, in glColorPointerBounds() argument
57 glColorPointer(size, type, stride, ptr); in glColorPointerBounds()
59 void glNormalPointerBounds(GLenum type, GLsizei stride, in glNormalPointerBounds() argument
[all …]
/frameworks/base/libs/androidfw/tests/
DBackupData_test.cpp90 int type; in TEST_F() local
91 reader->ReadNextHeader(&done, &type); in TEST_F()
92 EXPECT_EQ(BACKUP_HEADER_ENTITY_V1, type) in TEST_F()
129 int type; in TEST_F() local
134 reader->ReadNextHeader(&done, &type); in TEST_F()
141 reader->ReadNextHeader(&done, &type); in TEST_F()
142 EXPECT_EQ(BACKUP_HEADER_ENTITY_V1, type) in TEST_F()
179 int type; in TEST_F() local
184 reader->ReadNextHeader(&done, &type); in TEST_F()
191 reader->ReadNextHeader(&done, &type); in TEST_F()
[all …]
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
DObjectFormat.java76 private static Class getBoxedClass(Class type) { in getBoxedClass() argument
78 if (type.isPrimitive()) { in getBoxedClass()
80 if (type == boolean.class) { in getBoxedClass()
82 } else if (type == byte.class) { in getBoxedClass()
84 } else if (type == char.class) { in getBoxedClass()
86 } else if (type == short.class) { in getBoxedClass()
88 } else if (type == int.class) { in getBoxedClass()
90 } else if (type == long.class) { in getBoxedClass()
92 } else if (type == float.class) { in getBoxedClass()
94 } else if (type == double.class) { in getBoxedClass()
[all …]
/frameworks/opt/net/voip/src/java/android/net/rtp/
DAudioCodec.java41 public final int type; field in AudioCodec
84 private AudioCodec(int type, String rtpmap, String fmtp) { in AudioCodec() argument
85 this.type = type; in AudioCodec()
107 public static AudioCodec getCodec(int type, String rtpmap, String fmtp) { in getCodec() argument
108 if (type < 0 || type > 127) { in getCodec()
124 } else if (type < 96) { in getCodec()
126 if (type == codec.type) { in getCodec()
144 return new AudioCodec(type, rtpmap, fmtp); in getCodec()
/frameworks/av/media/libstagefright/
DMetaData.cpp97 uint32_t type; in findCString() local
100 if (!findData(key, &type, &data, &size) || type != TYPE_C_STRING) { in findCString()
110 uint32_t type; in findInt32() local
113 if (!findData(key, &type, &data, &size) || type != TYPE_INT32) { in findInt32()
125 uint32_t type; in findInt64() local
128 if (!findData(key, &type, &data, &size) || type != TYPE_INT64) { in findInt64()
140 uint32_t type; in findFloat() local
143 if (!findData(key, &type, &data, &size) || type != TYPE_FLOAT) { in findFloat()
155 uint32_t type; in findPointer() local
158 if (!findData(key, &type, &data, &size) || type != TYPE_POINTER) { in findPointer()
[all …]

12345678910>>...63