Home
last modified time | relevance | path

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

1234

/cts/tools/signature-tools/src/signature/model/impl/
DSigParameter.java28 private ITypeReference type; field in SigParameter
30 public SigParameter(ITypeReference type) { in SigParameter()
DSigAnnotation.java31 private IClassReference type; field in SigAnnotation
41 public void setType(IClassReference type) { in setType()
DSigField.java32 private ITypeReference type = Uninitialized.unset(); field in SigField
56 public void setType(ITypeReference type) { in setType()
DSigArrayType.java41 public static int hashCode(IArrayType type) { in hashCode()
63 public static String toString(IArrayType type) { in toString()
DSigParameterizedType.java65 public static int hashCode(IParameterizedType type) { in hashCode()
109 public static String toString(IParameterizedType type) { in toString()
/cts/suite/audio_quality/lib/src/
DSettings.cpp37 void Settings::addSetting(SettingType type, const android::String8 setting) in addSetting()
47 const android::String8& Settings::getSetting(SettingType type) in getSetting()
DGenericFactory.cpp26 TaskGeneric* GenericFactory::createTask(TaskGeneric::TaskType type) in createTask()
/cts/tests/tests/drm/src/android/drm/cts/
DDrmEventTest.java149 int type = DrmInfoEvent.TYPE_RIGHTS_INSTALLED; in createDrmEvent() local
156 int type = DrmErrorEvent.TYPE_NOT_SUPPORTED; in createDrmEvent() local
194 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
196 assertEquals(infoEvent.getType(), type); in checkValidInfoType() local
199 private static void checkValidErrorType(int type) throws Exception { in checkValidErrorType()
201 assertEquals(errEvent.getType(), type); in checkValidErrorType() local
204 private static void checkInfoTypeInErrorEvent(int type) throws Exception { in checkInfoTypeInErrorEvent()
220 private static void checkErrorTypeInInfoEvent(int type) throws Exception { in checkErrorTypeInInfoEvent()
DDrmInfoRequestTest.java115 private static void checkGetInfoType(int type) throws Exception { in checkGetInfoType()
117 assertEquals(request.getInfoType(), type); in checkGetInfoType() local
120 private static void checkInvalidInfoType(int type) throws Exception { in checkInvalidInfoType()
129 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
DDrmInfoTest.java139 private static void checkGetInfoType(int type) throws Exception { in checkGetInfoType()
141 assertEquals(info.getInfoType(), type); in checkGetInfoType() local
144 private static void checkInvalidInfoType(int type) throws Exception { in checkInvalidInfoType()
153 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
/cts/tests/src/android/graphics/drawable/cts/
DDrawableTestUtils.java36 int type; in skipCurrentTag() local
55 int type; in getAttributeSet() local
/cts/tests/tests/holo/src/android/holo/cts/
DBitmapAssets.java52 public static boolean clearDirectory(int type) { in clearDirectory()
72 public static File getBitmapDir(int type) { in getBitmapDir()
102 public static File getBitmapPath(String bitmapName, int type) { in getBitmapPath()
121 public static String saveBitmap(Bitmap bitmap, String bitmapName, int type) throws IOException { in saveBitmap()
/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_CommonDataKinds_EventTest.java32 private void assertGetTypeLabel(Integer type) { in assertGetTypeLabel()
DContactsContract_CommonDataKinds_ImTest.java55 private void assertGetProtocolLabel(int type) { in assertGetProtocolLabel()
69 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
DContactsContract_CommonDataKinds_PhoneTest.java58 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
DContactsContract_CommonDataKinds_EmailTest.java42 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
DContactsContract_CommonDataKinds_OrganizationTest.java41 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
DContactsContract_CommonDataKinds_RelationTest.java52 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
/cts/tests/SignatureTest/src/android/tests/sigtest/
DResultObserver.java29 void notifyFailure(SignatureTestActivity.FAILURE_TYPE type, in notifyFailure()
/cts/tools/signature-tools/src/signature/io/html/
DExecutableMemberComparator.java72 private String getTypeName(ITypeReference type) { in getTypeName()
92 private String getTypeName(ITypeDefinition type) { in getTypeName()
/cts/suite/audio_quality/lib/include/task/
DModelBuilder.h46 TaskGeneric::TaskType type; member
59 TaskGeneric::TaskType type; member
/cts/tools/signature-tools/test/signature/converter/
DConvertWildcardTest.java52 ITypeReference type = field.getType(); in convertWildcardUpperBound() local
81 ITypeReference type = field.getType(); in convertWildcardLowerBound() local
/cts/suite/audio_quality/lib/src/task/
DTaskAsync.cpp22 TaskAsync::TaskAsync(TaskType type) in TaskAsync()
/cts/tests/tests/net/src/android/net/rtp/cts/
DAudioCodecTest.java23 private void assertEquals(AudioCodec codec, int type, String rtpmap, String fmtp) { in assertEquals()
/cts/tools/signature-tools/src/signature/converter/
DMain.java34 String type = args[0]; in main() local

1234