Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 900) sorted by relevance

12345678910>>...36

/frameworks/base/docs/html/reference/
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 …e.android.gms.R.raw", link:"reference/com/google/android/gms/R.raw.html", type:"class", deprecated… property
10 …oid.gms.R.string", link:"reference/com/google/android/gms/R.string.html", type:"class", deprecated… property
11 …droid.gms.R.style", link:"reference/com/google/android/gms/R.style.html", type:"class", deprecated… property
[all …]
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 …]
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/av/media/img_utils/src/
DTiffEntry.cpp37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) { in forceValidType()
47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) { in forceValidType()
57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) { in forceValidType()
67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) { in forceValidType()
77 const int16_t* TiffEntry::forceValidType<int16_t>(TagType type, const int16_t* value) { in forceValidType()
87 const uint32_t* TiffEntry::forceValidType<uint32_t>(TagType type, const uint32_t* value) { in forceValidType()
97 const int32_t* TiffEntry::forceValidType<int32_t>(TagType type, const int32_t* value) { in forceValidType()
107 const double* TiffEntry::forceValidType<double>(TagType type, const double* value) { in forceValidType()
117 const float* TiffEntry::forceValidType<float>(TagType type, const float* value) { in forceValidType()
136 TagType type = getType(); in toString() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DTonesAutoTest.java37 int type; in tonesDtmfTest() local
61 int type; in tonesSupervisoryTest() local
98 int type; in tonesProprietaryTest() local
123 int type; in tonesSimultaneousTest() local
153 int type; in tonesStressTest() local
/frameworks/base/core/java/android/content/res/
DTypedArray.java154 final int type = data[index+AssetManager.STYLE_TYPE]; in getText() local
191 final int type = data[index+AssetManager.STYLE_TYPE]; in getString() local
230 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonResourceString() local
261 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonConfigurationString() local
305 final int type = data[index+AssetManager.STYLE_TYPE]; in getBoolean() local
344 final int type = data[index+AssetManager.STYLE_TYPE]; in getInt() local
381 final int type = data[index+AssetManager.STYLE_TYPE]; in getFloat() local
430 final int type = data[index+AssetManager.STYLE_TYPE]; in getColor() local
512 final int type = data[index+AssetManager.STYLE_TYPE]; in getInteger() local
558 final int type = data[index+AssetManager.STYLE_TYPE]; in getDimension() local
[all …]
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DBaseSettingsProviderTest.java69 protected void setStringViaFrontEndApiSetting(int type, String name, String value, int userId) { in setStringViaFrontEndApiSetting()
91 protected String getStringViaFrontEndApiSetting(int type, String name, int userId) { in getStringViaFrontEndApiSetting()
113 protected Uri insertStringViaProviderApi(int type, String name, String value, in insertStringViaProviderApi()
126 protected int deleteStringViaProviderApi(int type, String name) { in deleteStringViaProviderApi()
131 protected int updateStringViaProviderApiSetting(int type, String name, String value) { in updateStringViaProviderApiSetting()
140 protected String queryStringViaProviderApi(int type, String name) { in queryStringViaProviderApi()
144 protected String queryStringViaProviderApi(int type, String name, boolean queryStringInQuotes, in queryStringViaProviderApi()
179 protected static Uri getBaseUriForType(int type) { in getBaseUriForType()
DSettingsProviderTest.java209 private void doTestQueryStringInBracketsViaProviderApiForType(int type) { in doTestQueryStringInBracketsViaProviderApiForType()
229 private void toTestBulkInsertViaProviderApiForType(int type) { in toTestBulkInsertViaProviderApiForType()
280 private void doTestQueryUpdateDeleteGlobalViaProviderApiForType(int type) throws Exception { in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
317 private void performSetAndGetSettingTestViaFrontEndApi(int type, int userId) in performSetAndGetSettingTestViaFrontEndApi()
329 private void performSetAndGetSettingTestViaProviderApi(int type) in performSetAndGetSettingTestViaProviderApi()
342 private void setSettingViaFrontEndApiAndAssertSuccessfulChange(final int type, in setSettingViaFrontEndApiAndAssertSuccessfulChange()
352 private void setSettingViaProviderApiAndAssertSuccessfulChange(final int type, in setSettingViaProviderApiAndAssertSuccessfulChange()
363 private void setSettingAndAssertSuccessfulChange(Runnable setCommand, final int type, in setSettingAndAssertSuccessfulChange()
415 private void queryAllSettingsViaProviderApiSettingAndAssertSettingPresent(int type, in queryAllSettingsViaProviderApiSettingAndAssertSettingPresent()
/frameworks/base/docs/html/
Djd_extras.js31 "type":"video" property
45 "type":"video" property
56 "type":"Guide" property
67 "type":"Guide" property
78 "type":"Samples" property
89 "type":"Guide" property
100 "type":"Guide" property
111 "type":"Design" property
122 "type":"Guide" property
133 "type":"Guide" property
[all …]
/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java87 private TypeReference(Type type) { in TypeReference()
104 public SpecializedBaseTypeReference(Type type) { in SpecializedBaseTypeReference()
139 public static TypeReference<?> createSpecializedTypeReference(Type type) { in createSpecializedTypeReference()
162 private static final Class<?> getRawType(Type type) { in getRawType()
216 private static Type getComponentType(Type type) { in getComponentType()
271 public static boolean containsTypeVariable(Type type) { in containsTypeVariable()
369 private static void toString(Type type, StringBuilder out) { in toString()
/frameworks/base/core/java/android/app/
DAlarmManager.java251 public void set(int type, long triggerAtMillis, PendingIntent operation) { in set()
311 public void setRepeating(int type, long triggerAtMillis, in setRepeating()
362 public void setWindow(int type, long windowStartMillis, long windowLengthMillis, in setWindow()
401 public void setExact(int type, long triggerAtMillis, PendingIntent operation) { in setExact()
410 public void setIdleUntil(int type, long triggerAtMillis, PendingIntent operation) { in setIdleUntil()
444 public void set(int type, long triggerAtMillis, long windowMillis, long intervalMillis, in set()
450 private void setImpl(int type, long triggerAtMillis, long windowMillis, long intervalMillis, in setImpl()
563 public void setInexactRepeating(int type, long triggerAtMillis, in setInexactRepeating()
613 public void setAndAllowWhileIdle(int type, long triggerAtMillis, PendingIntent operation) { in setAndAllowWhileIdle()
667 public void setExactAndAllowWhileIdle(int type, long triggerAtMillis, PendingIntent operation) { in setExactAndAllowWhileIdle()
/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()
64 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription()
74 public static AuthenticatorDescription newKey(String type) { in newKey()
79 private AuthenticatorDescription(String type) { in AuthenticatorDescription()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java118 public Media newMedia(String type, int port, int portCount, in newMedia()
194 public int getBandwidth(String type) { in getBandwidth()
202 public void setBandwidth(String type, int value) { in setBandwidth()
244 private Media(String type, int port, int portCount, String protocol) { in Media()
334 public String getRtpmap(int type) { in getRtpmap()
342 public String getFmtp(int type) { in getFmtp()
352 public void setRtpPayload(int type, String rtpmap, String fmtp) { in setRtpPayload()
364 public void removeRtpPayload(int type) { in removeRtpPayload()
470 public int getBandwidth(String type) { in getBandwidth()
485 public void setBandwidth(String type, int value) { in setBandwidth()
[all …]
/frameworks/av/media/libstagefright/
DMetaData.cpp97 uint32_t type; in findCString() local
110 uint32_t type; in findInt32() local
125 uint32_t type; in findInt64() local
140 uint32_t type; in findFloat() local
155 uint32_t type; in findPointer() local
173 uint32_t type; in findRect() local
192 uint32_t key, uint32_t type, const void *data, size_t size) { in setData()
210 bool MetaData::findData(uint32_t key, uint32_t *type, in findData()
275 uint32_t type, const void *data, size_t size) { in setData()
287 uint32_t *type, const void **data, size_t *size) const { in getData()
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetTransformFeedbackVarying.java11 int[] type, in glGetTransformFeedbackVarying()
25 java.nio.IntBuffer type, in glGetTransformFeedbackVarying()
36 int[] type, in glGetTransformFeedbackVarying()
46 java.nio.IntBuffer type in glGetTransformFeedbackVarying()
DglGetActiveAttrib.java11 int[] type, in glGetActiveAttrib()
26 java.nio.IntBuffer type, in glGetActiveAttrib()
37 int[] type, in glGetActiveAttrib()
47 java.nio.IntBuffer type in glGetActiveAttrib()
DglGetActiveUniform.java11 int[] type, in glGetActiveUniform()
26 java.nio.IntBuffer type, in glGetActiveUniform()
36 int[] type, in glGetActiveUniform()
46 java.nio.IntBuffer type in glGetActiveUniform()
/frameworks/native/opengl/libs/GLES_CM/
Dgl.cpp55 void glColorPointerBounds(GLint size, GLenum type, GLsizei stride, in glColorPointerBounds()
59 void glNormalPointerBounds(GLenum type, GLsizei stride, in glNormalPointerBounds()
63 void glTexCoordPointerBounds(GLint size, GLenum type, in glTexCoordPointerBounds()
67 void glVertexPointerBounds(GLint size, GLenum type, in glVertexPointerBounds()
72 void GL_APIENTRY glPointSizePointerOESBounds(GLenum type, in glPointSizePointerOESBounds()
77 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type, in glMatrixIndexPointerOESBounds()
82 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type, in glWeightPointerOESBounds()
/frameworks/base/drm/java/android/drm/
DDrmInfoEvent.java72 public DrmInfoEvent(int uniqueId, int type, String message) { in DrmInfoEvent()
87 public DrmInfoEvent(int uniqueId, int type, String message, in DrmInfoEvent()
98 private void checkTypeValidity(int type) { in checkTypeValidity()
DDrmErrorEvent.java82 public DrmErrorEvent(int uniqueId, int type, String message) { in DrmErrorEvent()
96 public DrmErrorEvent(int uniqueId, int type, String message, in DrmErrorEvent()
102 private void checkTypeValidity(int type) { in checkTypeValidity()
/frameworks/av/media/libstagefright/wifi-display/
DVideoFormats.cpp146 void VideoFormats::setNativeResolution(ResolutionType type, size_t index) { in setNativeResolution()
157 ResolutionType *type, size_t *index) const { in getNativeResolution()
182 ResolutionType type, size_t index, in enableResolutionUpto()
205 ResolutionType type, size_t index, bool enabled) { in setResolutionEnabled()
221 ResolutionType type, size_t index, in setProfileLevel()
231 ResolutionType type, size_t index, in getProfileLevel()
262 ResolutionType type, size_t index) const { in isResolutionEnabled()
271 ResolutionType type, in GetConfiguration()
/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()
107 public static AudioCodec getCodec(int type, String rtpmap, String fmtp) { in getCodec()
/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java85 AdapterType type, String constraint) { in bindView()
96 AdapterType type, String constraint, StateListDrawable deleteDrawable) { in bindView()
164 public View newView(AdapterType type) { in newView()
171 protected View reuseOrInflateView(View convertView, ViewGroup parent, AdapterType type) { in reuseOrInflateView()
205 AdapterType type) { in bindIconToView()
279 protected @LayoutRes int getItemLayoutResId(AdapterType type) { in getItemLayoutResId()
297 protected @LayoutRes int getAlternateItemLayoutResId(AdapterType type) { in getAlternateItemLayoutResId()
/frameworks/base/libs/androidfw/tests/
DBackupData_test.cpp90 int type; in TEST_F() local
129 int type; in TEST_F() local
179 int type; in TEST_F() local
231 int type; in TEST_F() local
272 int type; in TEST_F() local
332 int type; in TEST_F() local
398 int type; in TEST_F() local
/frameworks/base/media/java/android/media/
DAudioDevicePort.java41 int[] formats, AudioGain[] gains, int type, String address) { in AudioDevicePort()
53 public int type() { in type() method in AudioDevicePort
101 String type = (mRole == ROLE_SOURCE ? in toString() local

12345678910>>...36