Home
last modified time | relevance | path

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

123456

/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.java113 private static void checkGetInfoType(int type) throws Exception { in checkGetInfoType()
115 assertEquals(request.getInfoType(), type); in checkGetInfoType() local
118 private static void checkInvalidInfoType(int type) throws Exception { in checkInvalidInfoType()
127 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
DDrmInfoTest.java137 private static void checkGetInfoType(int type) throws Exception { in checkGetInfoType()
139 assertEquals(info.getInfoType(), type); in checkGetInfoType() local
142 private static void checkInvalidInfoType(int type) throws Exception { in checkInvalidInfoType()
151 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
/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()
41 const android::String8& Settings::getSetting(SettingType type) in getSetting()
DGenericFactory.cpp26 TaskGeneric* GenericFactory::createTask(TaskGeneric::TaskType type) in createTask()
/cts/libs/commonutil/src/com/android/cts/util/
DReportLog.java47 public void printArray(String message, double[] values, ResultType type, ResultUnit unit) { in printArray()
55 double[] values, ResultType type, ResultUnit unit) { in printArray()
63 public void printValue(String message, double value, ResultType type, ResultUnit unit) { in printValue()
72 double value, ResultType type, ResultUnit unit) { in printValue()
77 private void doPrintArray(String message, double[] values, ResultType type, ResultUnit unit) { in doPrintArray()
82 double[] values, ResultType type, ResultUnit unit) { in doPrintArray()
115 ResultType type, ResultUnit unit) { in printSummaryWithTarget()
138 public void printSummary(String message, double value, ResultType type, ResultUnit unit) { in printSummary()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTestUtils.java36 int type; in skipCurrentTag() local
55 int type; in getAttributeSet() local
/cts/common/util/src/com/android/compatibility/common/util/
DReportLog.java47 ResultType type, ResultUnit unit) { in Result()
64 Double target, ResultType type, ResultUnit unit) { in Result()
144 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
153 String message, double[] values, ResultType type, ResultUnit unit, String location) { in addValues()
160 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue()
168 public void addValue(String message, double value, ResultType type, in addValue()
176 public void setSummary(String message, double value, ResultType type, ResultUnit unit) { in setSummary()
/cts/tests/tests/opengl/src/android/opengl/cts/
DOpenGLES20ActivityTwo.java50 public void setView(int type, int i, float[] vertexColors ) { in setView()
55 public void setView(int type, int i) { in setView()
91 public OpenGLES20View(Context context, int type, int index, float[] rgba, in OpenGLES20View()
DOpenGLES20NativeActivityTwo.java50 public void setView(int type, int i, float[] vertexColors ) { in setView()
55 public void setView(int type, int i) { in setView()
100 public OpenGLES20View(Context context, int type, int index, float[] rgba, in OpenGLES20View()
/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/tests/tests/provider/src/android/provider/cts/
DContactsContract_CommonDataKinds_ImTest.java55 private void assertGetProtocolLabel(int type) { in assertGetProtocolLabel()
69 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
DContactsContract_CommonDataKinds_EventTest.java32 private void assertGetTypeLabel(Integer type) { in assertGetTypeLabel()
/cts/suite/audio_quality/lib/include/task/
DModelBuilder.h46 TaskGeneric::TaskType type; member
59 TaskGeneric::TaskType type; member
DTaskCase.h61 inline Value(Type type): mType(type) {}; in Value()
71 inline void setType(Type type) { in setType()
/cts/tests/signature/src/android/signature/cts/
DResultObserver.java29 void notifyFailure(FailureType type, String name, String errorMessage); in notifyFailure()
/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

123456