Searched refs:simple (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ConfigTest.java | 276 checkValue(res, R.configVarying.simple, "simple default"); in testAllEmptyConfigs() 283 checkValue(res, R.configVarying.simple, "simple xx"); in testAllEmptyConfigs() 291 checkValue(res, R.configVarying.simple, "simple xx-rYY"); in testAllEmptyConfigs() 298 checkValue(res, R.configVarying.simple, "simple mcc111"); in testAllEmptyConfigs() 305 checkValue(res, R.configVarying.simple, "simple mnc222"); in testAllEmptyConfigs() 312 checkValue(res, R.configVarying.simple, "simple notouch"); in testAllEmptyConfigs() 319 checkValue(res, R.configVarying.simple, "simple stylus"); in testAllEmptyConfigs() 326 checkValue(res, R.configVarying.simple, "simple nokeys"); in testAllEmptyConfigs() 333 checkValue(res, R.configVarying.simple, "simple 12key"); in testAllEmptyConfigs() 340 checkValue(res, R.configVarying.simple, "simple keysexposed"); in testAllEmptyConfigs() [all …]
|
D | ResourceNameTest.java | 31 final String fullName = res.getResourceName(R.configVarying.simple); in testGetResourceName() 34 final String packageName = res.getResourcePackageName(R.configVarying.simple); in testGetResourceName() 37 final String typeName = res.getResourceTypeName(R.configVarying.simple); in testGetResourceName() 40 final String entryName = res.getResourceEntryName(R.configVarying.simple); in testGetResourceName() 50 assertEquals(R.configVarying.simple, resid); in testGetResourceIdentifier() 54 assertEquals(R.configVarying.simple, resid); in testGetResourceIdentifier() 58 assertEquals(R.configVarying.simple, resid); in testGetResourceIdentifier()
|
D | ResourcesTest.java | 572 assertEquals(R.configVarying.simple, resid); in testGetIdentifier() 575 assertEquals(R.configVarying.simple, resid); in testGetIdentifier() 578 assertEquals(R.configVarying.simple, resid); in testGetIdentifier() 650 assertEquals(SIMPLE, mResources.getResourceEntryName(R.configVarying.simple)); in testGetResourceEntryName() 654 final String fullName = mResources.getResourceName(R.configVarying.simple); in testGetResourceName() 657 final String packageName = mResources.getResourcePackageName(R.configVarying.simple); in testGetResourceName() 660 final String typeName = mResources.getResourceTypeName(R.configVarying.simple); in testGetResourceName()
|
/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | Util.java | 508 SimpleValue simple = (co.nstant.in.cbor.model.SimpleValue) items.get(2); in coseSign1CheckSignature() local 509 if (simple.getSimpleValueType() != SimpleValueType.NULL) { in coseSign1CheckSignature() 572 SimpleValue simple = (co.nstant.in.cbor.model.SimpleValue) items.get(2); in coseSign1GetData() local 573 if (simple.getSimpleValueType() != SimpleValueType.NULL) { in coseSign1GetData()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | MatrixTest.rscript | 746 // Verify that rsMatrixRotate does what we expect on something simple to understand.
|