/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ImageProcessingTest.java | 82 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testBlur() 83 a2_copy = Allocation.createTyped(mRS, a2.getType()); in testBlur() 87 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testBlur() 105 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testBlend() 106 a2_copy = Allocation.createTyped(mRS, a2.getType()); in testBlend() 110 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testBlend() 111 a2_copy.copy2DRangeFrom(0, 0, a2.getType().getX(), a2.getType().getY(), a2, 0, 0); in testBlend() 169 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testColorMatrix() 170 a2_copy = Allocation.createTyped(mRS, a2.getType()); in testColorMatrix() 180 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testColorMatrix() [all …]
|
D | IntrinsicBlur.java | 62 if (mAllocSrc.getType().getElement().isCompatible(Element.U8(mRS))) { in copyInput() 66 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) { in copyInput() 74 if (mAllocSrc.getType().getElement().isCompatible(Element.U8(mRS))) { in copyOutput() 78 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) { in copyOutput()
|
D | IntrinsicBLAS.java | 131 Element e = ref.getType().getElement(); in verifyMatrix() 198 if (X.getType().getY() > 2) { in validateVecInput() 209 int M = A.getType().getY(); in validateGEMV() 210 int N = A.getType().getX(); in validateGEMV() 211 if (!A.getType().getElement().isCompatible(e) || in validateGEMV() 212 !X.getType().getElement().isCompatible(e) || in validateGEMV() 213 !Y.getType().getElement().isCompatible(e)) { in validateGEMV() 216 if (X.getType().getY() > 1 || Y.getType().getY() > 1) { in validateGEMV() 231 if (X.getType().getX() != expectedXDim || in validateGEMV() 232 Y.getType().getX() != expectedYDim) { in validateGEMV() [all …]
|
/cts/tools/signature-tools/src/signature/compare/model/subst/ |
D | ParameterProjection.java | 41 public ITypeReference getType() { in getType() method in ParameterProjection 42 return ViewpointAdapter.substitutedTypeReference(original.getType(), in getType() 48 return getType().toString(); in toString()
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvTrackInfoTest.java | 40 assertEquals(TvTrackInfo.TYPE_AUDIO, info.getType()); in testAudioTrackInfoOp() 53 assertEquals(TvTrackInfo.TYPE_AUDIO, infoFromParcel.getType()); in testAudioTrackInfoOp() 76 assertEquals(TvTrackInfo.TYPE_VIDEO, info.getType()); in testVideoTrackInfoOp() 90 assertEquals(TvTrackInfo.TYPE_VIDEO, infoFromParcel.getType()); in testVideoTrackInfoOp() 111 assertEquals(TvTrackInfo.TYPE_SUBTITLE, info.getType()); in testSubtitleTrackInfoOp() 122 assertEquals(TvTrackInfo.TYPE_SUBTITLE, infoFromParcel.getType()); in testSubtitleTrackInfoOp()
|
/cts/tools/signature-tools/src/signature/io/html/ |
D | ClassByNameComparator.java | 27 assert a.getType() == b.getType(); in compare()
|
D | ExecutableMemberComparator.java | 41 assert a.getType() == b.getType(); in compare() 66 returnValue += getTypeName(aIt.next().getType()).compareTo( in compareParameterLists() 67 getTypeName(bIt.next().getType())); in compareParameterLists()
|
D | PackageByNameComparator.java | 27 assert a.getType() == b.getType(); in compare()
|
D | FieldByNameComparator.java | 28 assert a.getType() == b.getType(); in compare()
|
/cts/tools/signature-tools/test/signature/converter/ |
D | ConvertAnnotationTest.java | 68 assertEquals("String", ((IClassReference)field.getType()).getClassDefinition().getName()); in convertAnnotationDefinition1() 73 assertSame(sigClass, annotation.getType().getClassDefinition()); in convertAnnotationDefinition1() 97 assertSame(sigClass, ((SigClassReference)annotation.getType()).getClassDefinition()); in convertAnnotationDefinition2() 145 assertTrue(annotationField.getType() instanceof IPrimitiveType); in testAnnotationDefaultsInt1() 146 IPrimitiveType annotationFieldType = (IPrimitiveType)annotationField.getType(); in testAnnotationDefaultsInt1() 171 assertTrue(field.getType() instanceof IArrayType); in testAnnotationDefaultsInt2() 195 assertTrue(field.getType() instanceof IArrayType); in testAnnotationDefaultsInt3() 229 assertTrue(annotationField.getType() instanceof IPrimitiveType); in testAnnotationDefaultsDouble1() 230 IPrimitiveType annotationFieldType = (IPrimitiveType)annotationField.getType(); in testAnnotationDefaultsDouble1() 256 assertTrue(field.getType() instanceof IArrayType); in testAnnotationDefaultsDouble2() [all …]
|
/cts/tools/signature-tools/src/signature/model/impl/ |
D | SigParameter.java | 34 public ITypeReference getType() { in getType() method in SigParameter 43 builder.append(getType().toString()); in toString()
|
D | SigAnnotation.java | 37 public IClassReference getType() { in getType() method in SigAnnotation 57 builder.append(getType()); in toString()
|
D | SigField.java | 52 public ITypeReference getType() { in getType() method in SigField 69 builder.append(getType().toString()); in toString()
|
/cts/suite/audio_quality/lib/src/task/ |
D | TaskBatch.cpp | 40 if (child->getType() != TaskGeneric::ETaskCase) { in addChild() 41 LOGE("TaskBatch::addChild wrong child type %d", child->getType()); in addChild()
|
D | TaskGeneric.cpp | 70 if (task->getType() == ETaskCase) { in getTestCase() 91 LOGE("child type %d returned %d", child->getType(), *result); in runChild() 109 name.string(), value.string(), getType()); in parseAttribute()
|
D | TaskProcess.cpp | 85 if ((paramTypes != NULL) && paramTypes[i] && (list[i].getType() != EId)) { in prepareParams() 86 LOGE("mismatching types %d %d", paramTypes[i], list[i].getType()); in prepareParams() 89 if ((paramTypes != NULL) && !paramTypes[i] && (list[i].getType() == EId)) { in prepareParams() 90 LOGE("mismatching types %d %d", paramTypes[i], list[i].getType()); in prepareParams() 93 switch(list[i].getType()) { in prepareParams() 131 if (list[i].getValue().getType() == TaskCase::Value::ETypeDouble) { in prepareParams() 289 LOGV("TaskProcess::parseParams %d-th type %d", i, list[i].getType()); in parseParams() 342 TaskProcess::ParamType TaskProcess::Param::getType() in getType() function in TaskProcess::Param
|
/cts/tools/signature-tools/src/signature/model/ |
D | IParameter.java | 29 ITypeReference getType(); in getType() method
|
D | IAnnotation.java | 32 IClassReference getType(); in getType() method
|
/cts/tools/dex-tools/src/dex/structure/ |
D | DexEncodedValue.java | 30 DexEncodedValueType getType(); in getType() method
|
D | DexField.java | 30 String getType(); in getType() method
|
/cts/common/util/tests/src/com/android/compatibility/common/util/ |
D | ReportLogTest.java | 54 assertEquals(ResultType.HIGHER_BETTER, summary.getType()); in testEncodeDecode() 62 assertEquals(ResultType.NEUTRAL, detail.getType()); in testEncodeDecode()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | PatternMatcherTest.java | 53 assertEquals(PatternMatcher.PATTERN_LITERAL, mPatternMatcher.getType()); in testGetType() 56 assertEquals(PatternMatcher.PATTERN_PREFIX, mPatternMatcher.getType()); in testGetType() 59 assertEquals(PatternMatcher.PATTERN_SIMPLE_GLOB, mPatternMatcher.getType()); in testGetType()
|
/cts/tools/signature-tools/src/signature/compare/model/ |
D | IDelta.java | 33 DeltaType getType(); in getType() method
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | MetricsXmlSerializer.java | 45 mXmlSerializer.attribute(null, "scoreType", summary.getType().getXmlString()); in serialize() 57 mXmlSerializer.attribute(null, "scoreType", result.getType().getXmlString()); in serialize()
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | TtsSpanTest.java | 48 assertEquals("test.type.two", t.getType()); in testGetType() 70 assertEquals("test.type.five", t.getType()); in testWriteAndReadParcel()
|