/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | TonesAutoTest.java | 37 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/ |
D | TypedArray.java | 75 final int type = data[index+AssetManager.STYLE_TYPE]; in getText() local 103 final int type = data[index+AssetManager.STYLE_TYPE]; in getString() local 138 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonResourceString() local 160 final int type = data[index+AssetManager.STYLE_TYPE]; in getBoolean() local 190 final int type = data[index+AssetManager.STYLE_TYPE]; in getInt() local 219 final int type = data[index+AssetManager.STYLE_TYPE]; in getFloat() local 257 final int type = data[index+AssetManager.STYLE_TYPE]; in getColor() local 306 final int type = data[index+AssetManager.STYLE_TYPE]; in getInteger() local 337 final int type = data[index+AssetManager.STYLE_TYPE]; in getDimension() local 369 final int type = data[index+AssetManager.STYLE_TYPE]; in getDimensionPixelOffset() local [all …]
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
D | simd.h | 238 #define SIMD_PKOP2_SPEC(n, type, optype) \ argument 241 #define SIMD_PASSIGN_SPEC(n, type) \ argument 244 #define SIMD_IPASSIGN_SPEC(n, type) \ argument 254 #define MMX_PKOP2_SPEC(n,type,optype,instruction) \ argument 257 #define MMX_DBL_PKOP2_SPEC(n,type,optype,instruction) \ argument 260 #define MMX_PASSIGN_SPEC(n,type) \ argument 263 #define MMX_DBL_PASSIGN_SPEC(n,type) \ argument 266 #define MMX_IPASSIGN_SPEC(n,type) \ argument 269 #define MMX_DBL_IPASSIGN_SPEC(n,type) \ argument 397 #define SSE_PKOP2_SPEC(n,type,optype,instruction) \ argument [all …]
|
D | ualgobase.h | 203 #define UNROLLED_COPY_SPECIALIZATION(type) \ argument 208 #define UNROLLED_FILL_SPECIALIZATION(type) \ argument 233 #define COPY_ALIAS_FUNC(ctype, type, alias_type) \ argument 256 #define COPY_BACKWARD_ALIAS_FUNC(ctype, type, alias_type) \ argument 273 #define FILL_ALIAS_FUNC(type, alias_type, v_type) \ argument 290 #define COPY_N_ALIAS_FUNC(ctype, type, alias_type) \ argument 313 #define FILL_N_ALIAS_FUNC(type, alias_type, v_type) \ argument
|
/frameworks/base/media/libstagefright/ |
D | MetaData.cpp | 70 uint32_t type; in findCString() local 83 uint32_t type; in findInt32() local 98 uint32_t type; in findFloat() local 113 uint32_t type; in findPointer() local 128 uint32_t key, uint32_t type, const void *data, size_t size) { in setData() 146 bool MetaData::findData(uint32_t key, uint32_t *type, in findData() 196 uint32_t type, const void *data, size_t size) { in setData() 205 uint32_t *type, const void **data, size_t *size) const { in getData()
|
/frameworks/base/core/java/android/pim/vcard/ |
D | ContactStruct.java | 78 public final int type; field in ContactStruct.PhoneData 84 public PhoneData(int type, String data, String label, boolean isPrimary) { in PhoneData() 112 public final int type; field in ContactStruct.EmailData 119 public EmailData(int type, String data, String label, boolean isPrimary) { in EmailData() 156 public final int type; field in ContactStruct.PostalData 164 public PostalData(int type, List<String> propValueList, in PostalData() 258 public final int type; field in ContactStruct.OrganizationData 265 public OrganizationData(int type, String companyName, String positionName, in OrganizationData() 292 public final int type; field in ContactStruct.ImData 298 public ImData(int type, String data, String label, boolean isPrimary) { in ImData() [all …]
|
D | VCardBuilder.java | 28 void startRecord(String type); in startRecord() 54 void propertyParamType(String type); in propertyParamType()
|
D | VCardEntryCounter.java | 33 public void startRecord(String type) { in startRecord() 52 public void propertyParamType(String type) { in propertyParamType()
|
D | VCardBuilderCollection.java | 45 public void startRecord(String type) { in startRecord() 82 public void propertyParamType(String type) { in propertyParamType()
|
/frameworks/base/core/java/android/accounts/ |
D | AuthenticatorDescription.java | 11 final public String type; field in AuthenticatorDescription 32 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription() 49 public static AuthenticatorDescription newKey(String type) { in newKey() 54 private AuthenticatorDescription(String type) { in AuthenticatorDescription()
|
D | Account.java | 30 public final String type; field in Account 46 public Account(String name, String type) { in Account()
|
/frameworks/base/core/java/android/app/ |
D | IAlarmManager.aidl | 27 void set(int type, long triggerAtTime, in PendingIntent operation); in set() 28 void setRepeating(int type, long triggerAtTime, long interval, in PendingIntent operation); in setRepeating() 29 … void setInexactRepeating(int type, long triggerAtTime, long interval, in PendingIntent operation); in setInexactRepeating()
|
D | AlarmManager.java | 137 public void set(int type, long triggerAtTime, PendingIntent operation) { in set() 190 public void setRepeating(int type, long triggerAtTime, long interval, in setRepeating() 256 public void setInexactRepeating(int type, long triggerAtTime, long interval, in setInexactRepeating()
|
/frameworks/base/awt/java/awt/geom/ |
D | Arc2D.java | 116 public Float(int type) { in Float() 142 int type) { in Float() 166 public Float(Rectangle2D bounds, float start, float extent, int type) { in Float() 213 double extent, int type) { in setArc() 295 public Double(int type) { in Double() 321 int type) { in Double() 345 public Double(Rectangle2D bounds, double start, double extent, int type) { in Double() 392 double extent, int type) { in setArc() 460 int type; field in Arc2D.Iterator 587 int type; in currentSegment() local [all …]
|
/frameworks/base/media/libdrm/mobile2/src/rights/ |
D | OperationPermission.cpp | 27 OperationPermission::OperationPermission(OPERATION type, Constraint *cst) : mType(type), mConstrain… in OperationPermission() 39 void OperationPermission::setType(OPERATION type) in setType()
|
D | Right.cpp | 52 bool Right::checkPermission(OperationPermission::OPERATION type) in checkPermission() 67 Constraint* Right::getConstraint(OperationPermission::OPERATION type) in getConstraint()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLUtils.java | 122 Bitmap bitmap, int type, int border) { in texImage2D() 177 int type = getType(bitmap); in texSubImage2D() local 195 Bitmap bitmap, int format, int type) { in texSubImage2D() 209 Bitmap bitmap, int type, int border); in native_texImage2D() 211 Bitmap bitmap, int format, int type); in native_texSubImage2D()
|
/frameworks/base/awt/java/awt/event/ |
D | AdjustmentEvent.java | 52 private int type; field in AdjustmentEvent 56 public AdjustmentEvent(Adjustable source, int id, int type, int value) { in AdjustmentEvent() 60 public AdjustmentEvent(Adjustable source, int id, int type, int value, in AdjustmentEvent()
|
/frameworks/base/core/java/android/os/ |
D | PatternMatcher.java | 51 public PatternMatcher(String pattern, int type) { in PatternMatcher() 69 String type = "? "; in toString() local 109 static boolean matchPattern(String pattern, String match, int type) { in matchPattern()
|
/frameworks/base/core/java/android/content/pm/ |
D | RegisteredServicesCache.java | 147 private void notifyListener(final V type, final boolean removed) { in notifyListener() 174 public final V type; field in RegisteredServicesCache.ServiceInfo 178 private ServiceInfo(V type, ComponentName componentName, int uid) { in ServiceInfo() 195 public ServiceInfo<V> getServiceInfo(V type) { in getServiceInfo() 352 private boolean containsType(ArrayList<ServiceInfo<V>> serviceInfos, V type) { in containsType() 362 private boolean containsTypeAndUid(ArrayList<ServiceInfo<V>> serviceInfos, V type, int uid) { in containsTypeAndUid() 389 int type; in parseServiceInfo() local
|
/frameworks/base/awt/org/apache/harmony/awt/wtk/ |
D | CursorFactory.java | 43 public abstract NativeCursor createCursor(int type); in createCursor() 52 public NativeCursor getCursor(int type) { in getCursor()
|
/frameworks/base/opengl/libs/GLES_CM/ |
D | gl.cpp | 52 void glColorPointerBounds(GLint size, GLenum type, GLsizei stride, in glColorPointerBounds() 56 void glNormalPointerBounds(GLenum type, GLsizei stride, in glNormalPointerBounds() 60 void glTexCoordPointerBounds(GLint size, GLenum type, in glTexCoordPointerBounds() 64 void glVertexPointerBounds(GLint size, GLenum type, in glVertexPointerBounds()
|
/frameworks/base/media/java/android/media/ |
D | RingtoneManager.java | 265 public void setType(int type) { in setType() 514 private void setFilterColumnsList(int type) { in setFilterColumnsList() 623 public static Uri getActualDefaultRingtoneUri(Context context, int type) { in getActualDefaultRingtoneUri() 640 public static void setActualDefaultRingtoneUri(Context context, int type, Uri ringtoneUri) { in setActualDefaultRingtoneUri() 647 private static String getSettingForType(int type) { in getSettingForType() 701 public static Uri getDefaultUri(int type) { in getDefaultUri()
|
/frameworks/base/awt/java/awt/ |
D | Cursor.java | 163 private final int type; field in Cursor 198 public Cursor(int type) { in Cursor() 272 public static Cursor getPredefinedCursor(int type) { in getPredefinedCursor() 390 static void checkType(int type) { in checkType()
|
/frameworks/base/tools/preload/ |
D | Operation.java | 45 final Type type; field in Operation 58 int index, Type type) { in Operation()
|