Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 25 of 139) sorted by relevance

123456

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java82 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 …]
DIntrinsicBlur.java62 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()
DIntrinsicBLAS.java131 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/
DParameterProjection.java41 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/
DTvTrackInfoTest.java40 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/
DClassByNameComparator.java27 assert a.getType() == b.getType(); in compare()
DExecutableMemberComparator.java41 assert a.getType() == b.getType(); in compare()
66 returnValue += getTypeName(aIt.next().getType()).compareTo( in compareParameterLists()
67 getTypeName(bIt.next().getType())); in compareParameterLists()
DPackageByNameComparator.java27 assert a.getType() == b.getType(); in compare()
DFieldByNameComparator.java28 assert a.getType() == b.getType(); in compare()
/cts/tools/signature-tools/test/signature/converter/
DConvertAnnotationTest.java68 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/
DSigParameter.java34 public ITypeReference getType() { in getType() method in SigParameter
43 builder.append(getType().toString()); in toString()
DSigAnnotation.java37 public IClassReference getType() { in getType() method in SigAnnotation
57 builder.append(getType()); in toString()
DSigField.java52 public ITypeReference getType() { in getType() method in SigField
69 builder.append(getType().toString()); in toString()
/cts/suite/audio_quality/lib/src/task/
DTaskBatch.cpp40 if (child->getType() != TaskGeneric::ETaskCase) { in addChild()
41 LOGE("TaskBatch::addChild wrong child type %d", child->getType()); in addChild()
DTaskGeneric.cpp70 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()
DTaskProcess.cpp85 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/
DIParameter.java29 ITypeReference getType(); in getType() method
DIAnnotation.java32 IClassReference getType(); in getType() method
/cts/tools/dex-tools/src/dex/structure/
DDexEncodedValue.java30 DexEncodedValueType getType(); in getType() method
DDexField.java30 String getType(); in getType() method
/cts/common/util/tests/src/com/android/compatibility/common/util/
DReportLogTest.java54 assertEquals(ResultType.HIGHER_BETTER, summary.getType()); in testEncodeDecode()
62 assertEquals(ResultType.NEUTRAL, detail.getType()); in testEncodeDecode()
/cts/tests/tests/os/src/android/os/cts/
DPatternMatcherTest.java53 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/
DIDelta.java33 DeltaType getType(); in getType() method
/cts/common/util/src/com/android/compatibility/common/util/
DMetricsXmlSerializer.java45 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/
DTtsSpanTest.java48 assertEquals("test.type.two", t.getType()); in testGetType()
70 assertEquals("test.type.five", t.getType()); in testWriteAndReadParcel()

123456