Home
last modified time | relevance | path

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

1234567

/cts/tests/tests/text/src/android/text/style/cts/
DTtsSpanTest.java59 assertEquals("test.type.two", t.getType()); in testGetType()
84 assertEquals("test.type.five", t.getType()); in testWriteAndReadParcel()
103 assertEquals("test.type.builder", t.getType()); in testBuilder()
119 assertEquals("test.type.semioticClassBuilder", t.getType()); in testSemioticClassBuilder()
134 assertEquals(TtsSpan.TYPE_TEXT, t.getType()); in testTextBuilder()
141 assertEquals(TtsSpan.TYPE_TEXT, t.getType()); in testTextBuilder()
154 assertEquals(TtsSpan.TYPE_CARDINAL, t.getType()); in testCardinalBuilder()
163 assertEquals(TtsSpan.TYPE_CARDINAL, t.getType()); in testCardinalBuilder()
170 assertEquals(TtsSpan.TYPE_CARDINAL, t.getType()); in testCardinalBuilder()
177 assertEquals(TtsSpan.TYPE_CARDINAL, t.getType()); in testCardinalBuilder()
[all …]
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyStoreTest.java167 String type = service.getType(); in keyStores()
174 assertEquals(algorithm, ks.getType()); in keyStores()
185 return (!(ks.getType().equals("JKS") in isSecretKeyEnabled()
186 || ks.getType().equals("CaseExactJKS") in isSecretKeyEnabled()
187 || (ks.getType().equals("PKCS12")) in isSecretKeyEnabled()
188 || (ks.getType().equals("AndroidKeyStore")))); in isSecretKeyEnabled()
193 return (!(ks.getType().equals("PKCS12") && ks.getProvider().getName().equals("SunJSSE"))); in isCertificateEnabled()
197 return (ks.getType().equals("CaseExactJKS") in isCaseSensitive()
198 || ks.getType().equals("BKS") in isCaseSensitive()
199 || ks.getType().equals("BouncyCastle") in isCaseSensitive()
[all …]
/cts/tests/tests/content/src/android/content/res/cts/
DTypedArrayTest.java80 assertEquals(TypedValue.TYPE_INT_BOOLEAN, t.getType(R.styleable.style1_type1)); in testGetType()
81 assertEquals(TypedValue.TYPE_INT_BOOLEAN, t.getType(R.styleable.style1_type2)); in testGetType()
82 assertEquals(TypedValue.TYPE_INT_COLOR_ARGB8, t.getType(R.styleable.style1_type3)); in testGetType()
83 assertEquals(TypedValue.TYPE_INT_COLOR_ARGB8, t.getType(R.styleable.style1_type4)); in testGetType()
84 assertEquals(TypedValue.TYPE_DIMENSION, t.getType(R.styleable.style1_type5)); in testGetType()
85 assertEquals(TypedValue.TYPE_DIMENSION, t.getType(R.styleable.style1_type6)); in testGetType()
86 assertEquals(TypedValue.TYPE_DIMENSION, t.getType(R.styleable.style1_type7)); in testGetType()
87 assertEquals(TypedValue.TYPE_STRING, t.getType(R.styleable.style1_type8)); in testGetType()
88 assertEquals(TypedValue.TYPE_FLOAT, t.getType(R.styleable.style1_type9)); in testGetType()
89 assertEquals(TypedValue.TYPE_FRACTION, t.getType(R.styleable.style1_type10)); in testGetType()
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java91 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testBlur()
92 a2_copy = Allocation.createTyped(mRS, a2.getType()); in testBlur()
96 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testBlur()
669 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testColorMatrix()
670 a2_copy = Allocation.createTyped(mRS, a2.getType()); in testColorMatrix()
680 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testColorMatrix()
681 a2_copy.copy2DRangeFrom(0, 0, a2.getType().getX(), a2.getType().getY(), a2, 0, 0); in testColorMatrix()
691 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testColorMatrix()
692 a2_copy.copy2DRangeFrom(0, 0, a2.getType().getX(), a2.getType().getY(), a2, 0, 0); in testColorMatrix()
706 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testConvolve3x3()
[all …]
DIntrinsicBlur.java77 if (mAllocSrc.getType().getElement().isCompatible(Element.U8(mRS))) { in copyInput()
81 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) { in copyInput()
89 if (mAllocSrc.getType().getElement().isCompatible(Element.U8(mRS))) { in copyOutput()
93 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) { in copyOutput()
DAllocationTest.java108 assertEquals(A.getType().getElement(), e); in createSizedHelper()
109 assertEquals(A.getType().getX(), i); in createSizedHelper()
845 assertTrue(a.getType().getX() == 100); in testDimReturnsZero()
846 assertTrue(a.getType().getY() == 0); in testDimReturnsZero()
847 assertTrue(a.getType().getZ() == 0); in testDimReturnsZero()
854 assertTrue(a.getType().getX() == 1); in testDimReturnsZero()
855 assertTrue(a.getType().getY() == 0); in testDimReturnsZero()
856 assertTrue(a.getType().getZ() == 0); in testDimReturnsZero()
863 assertTrue(a.getType().getX() == 102); in testDimReturnsZero()
864 assertTrue(a.getType().getY() == 0); in testDimReturnsZero()
[all …]
DGetElementAt.java78 mOut = Allocation.createTyped(mRS, gIn.getType()); in testX()
99 mOut = Allocation.createTyped(mRS, gIn.getType()); in testXY()
/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()
78 assertEquals(TvTrackInfo.TYPE_VIDEO, info.getType()); in testVideoTrackInfoOp()
94 assertEquals(TvTrackInfo.TYPE_VIDEO, infoFromParcel.getType()); in testVideoTrackInfoOp()
117 assertEquals(TvTrackInfo.TYPE_SUBTITLE, info.getType()); in testSubtitleTrackInfoOp()
128 assertEquals(TvTrackInfo.TYPE_SUBTITLE, infoFromParcel.getType()); in testSubtitleTrackInfoOp()
DTvInputInfoTest.java47 && info1.getType() == info2.getType() in compareTvInputInfos()
107 assertEquals(mStubInfo.getType(), infoFromParcel.getType()); in testTvInputInfoOp()
140 assertEquals(mStubInfo.getType(), TvInputInfo.TYPE_TUNER); in testGetTypeForTuner()
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityNodeInfo_RangeInfoTest.java37 assertEquals(RangeInfo.RANGE_TYPE_INT, r.getType()); in testObtain()
43 assertEquals(RangeInfo.RANGE_TYPE_FLOAT, r.getType()); in testObtain()
49 assertEquals(RangeInfo.RANGE_TYPE_PERCENT, r.getType()); in testObtain()
DAccessibilityWindowInfoTest.java56 assertEquals(-1, w.getType()); in testDefaultValues()
97 equality &= w1.getType() == w2.getType(); in areWindowsEqual()
/cts/tests/app/src/android/app/cts/
DActivityActionModeTest.java63 assertEquals(ActionMode.TYPE_PRIMARY, mode.getType()); in testStartPrimaryActionMode()
77 assertEquals(ActionMode.TYPE_FLOATING, mode.getType()); in testStartFloatingActionMode()
90 assertEquals(ActionMode.TYPE_PRIMARY, mode.getType()); in testStartTypelessActionMode()
/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.cpp86 if ((paramTypes != NULL) && paramTypes[i] && (list[i].getType() != EId)) { in prepareParams()
87 LOGE("mismatching types %d %d", paramTypes[i], list[i].getType()); in prepareParams()
90 if ((paramTypes != NULL) && !paramTypes[i] && (list[i].getType() == EId)) { in prepareParams()
91 LOGE("mismatching types %d %d", paramTypes[i], list[i].getType()); in prepareParams()
94 switch(list[i].getType()) { in prepareParams()
132 if (list[i].getValue().getType() == TaskCase::Value::ETypeDouble) { in prepareParams()
291 LOGV("TaskProcess::parseParams %d-th type %d", i, list[i].getType()); in parseParams()
344 TaskProcess::ParamType TaskProcess::Param::getType() in getType() function in TaskProcess::Param
/cts/tests/tests/rsblas/src/android/renderscript/cts/
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/tests/sensor/src/android/hardware/cts/
DSensorTest.java119 assertEquals(Sensor.TYPE_ACCELEROMETER, sensor.getType()); in testSensorOperations()
130 assertEquals(Sensor.TYPE_STEP_COUNTER, sensor.getType()); in testSensorOperations()
141 assertEquals(Sensor.TYPE_STEP_DETECTOR, sensor.getType()); in testSensorOperations()
152 assertEquals(Sensor.TYPE_HEART_RATE, sensor.getType()); in testSensorOperations()
163 assertEquals(Sensor.TYPE_MAGNETIC_FIELD, sensor.getType()); in testSensorOperations()
172 assertEquals(Sensor.TYPE_ORIENTATION, sensor.getType()); in testSensorOperations()
179 assertEquals(Sensor.TYPE_TEMPERATURE, sensor.getType()); in testSensorOperations()
228 Sensor curr_sensor = mSensorManager.getDefaultSensor(sensor.getType(), false); in testGetDefaultSensorWithWakeUpFlag()
235 curr_sensor = mSensorManager.getDefaultSensor(sensor.getType(), true); in testGetDefaultSensorWithWakeUpFlag()
247 if (sensor.getType() < MAX_OFFICIAL_ANDROID_SENSOR_TYPE && in testSensorStringTypes()
[all …]
/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/dex-tools/src/dex/structure/
DDexEncodedValue.java30 DexEncodedValueType getType(); in getType() method
DDexField.java30 String getType(); in getType() method
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorSynchronizationTestActivity.java75 if (event.sensor.getType() == Sensor.TYPE_ACCELEROMETER) { in analyzeData()
83 } else if (event.sensor.getType() == Sensor.TYPE_MAGNETIC_FIELD) { in analyzeData()
92 if (event.sensor.getType() == Sensor.TYPE_GYROSCOPE) { in analyzeData()
/cts/tests/sensor/jni/
DSensorTest.h79 int getType() const { in getType() function
123 int getType() const { in getType() function
/cts/tools/dex-tools/src/dex/reader/
DDexFieldImpl.java73 public String getType() { in getType() method in DexFieldImpl
99 builder.append(formatter.format(getType())); in toString()
/cts/tests/tests/view/src/android/view/cts/
DActionModeTest.java68 assertEquals(ActionMode.TYPE_PRIMARY, mockActionMode.getType()); in testSetType()
71 assertEquals(ActionMode.TYPE_FLOATING, mockActionMode.getType()); in testSetType()
74 assertEquals(ActionMode.TYPE_PRIMARY, mockActionMode.getType()); in testSetType()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java147 client.getType(REMOTE_TABLE1_URI); in testCrashOnLaunch()
156 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testCrashOnLaunch()
169 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs()
176 type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs()
182 type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs()
198 sClient.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs()
212 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testStableToUnstableRefs()
219 type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testStableToUnstableRefs()
236 uClient.getType(REMOTE_TABLE1_URI); in testStableToUnstableRefs()
249 String type1 = mContentResolver.getType(TABLE1_URI); in testGetType()
[all …]

1234567