| /cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
| D | DirectoryTests.java | 30 final File f = new File("/data/misc/stats-active-metric/"); in testStatsActiveMetricDirectoryExists() local 37 final File f = new File("/data/misc/stats-data/"); in testStatsDataDirectoryExists() local 44 final File f = new File("/data/misc/stats-metadata/"); in testStatsMetadataDirectoryExists() local 51 final File f = new File("/data/misc/stats-service/"); in testStatsServiceDirectoryExists() local 58 final File f = new File("/data/misc/train-info/"); in testTrainInfoDirectoryExists() local
|
| /cts/tests/tests/permission/src/android/permission/cts/ |
| D | FileSystemPermissionTest.java | 207 File f = new File("/dev/diag"); in testDevDiagSane() local 217 File f = new File("/proc/interrupts"); in testProcInterruptsNotReadable() local 227 File f = new File("/proc/stat"); in testProcStatNotReadable() local 236 File f = new File("/dev/mem"); in testDevMemSane() local 243 File f = new File("/dev/kmem"); in testDevkmemSane() local 250 File f = new File("/dev/port"); in testDevPortSane() local 257 File f = new File("/dev/pn544"); in testPn544Sane() local 269 File f = new File("/dev/bcm2079x"); in testBcm2079xSane() local 281 File f = new File("/dev/bcm2079x-i2c"); in testBcm2079xi2cSane() local 293 File f = new File("/dev/xt_qtaguid"); in testDevQtaguidSane() local [all …]
|
| /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
| D | AsyncUtils.java | 35 public static <T> T await(Future<T> f) { in await() 39 public static <T> T await(Future<T> f, long time, TimeUnit timeUnit) { in await() 47 public static Throwable awaitFailure(Future<?> f) { in awaitFailure() 51 public static Throwable awaitFailure(Future<?> f, long time, TimeUnit timeUnit) { in awaitFailure() 55 public static <T> CancellationException awaitCancellation(Future<T> f) { in awaitCancellation() 60 Future<T> f, long time, TimeUnit timeUnit) { in awaitCancellation()
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| D | CameraTest.java | 59 float[] f = new float[9]; in testMatrixPreCompare() local 75 float[] f = new float[9]; in testTranslate() local 91 float[] f = new float[9]; in testRotateX() local 107 float[] f = new float[9]; in testRotateY() local 123 float[] f = new float[9]; in testRotateZ() local 139 float[] f = new float[9]; in testRotate() local
|
| D | GainmapTest.java | 355 assertArrayEquals(gainmap.getEpsilonSdr(), unparceledGainmap.getEpsilonSdr(), 0f); in testWriteToParcel() local 356 assertArrayEquals(gainmap.getEpsilonHdr(), unparceledGainmap.getEpsilonHdr(), 0f); in testWriteToParcel() local 357 assertArrayEquals(gainmap.getGamma(), unparceledGainmap.getGamma(), 0f); in testWriteToParcel() local 359 unparceledGainmap.getMinDisplayRatioForHdrTransition(), 0f); in testWriteToParcel() local 361 assertArrayEquals(gainmap.getRatioMax(), unparceledGainmap.getRatioMax(), 0f); in testWriteToParcel() local 362 assertArrayEquals(gainmap.getRatioMin(), unparceledGainmap.getRatioMin(), 0f); in testWriteToParcel() local 364 unparceledGainmap.getDisplayRatioForFullHdr(), 0f); in testWriteToParcel() local
|
| /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
| D | GainmapTests.java | 220 assertChannels(gainmapContents.getColor(0, 0), Color.pack(Color.BLACK), 0f); in createScaledBitmap() local 221 assertChannels(gainmapContents.getColor(1, 1), Color.pack(Color.BLACK), 0f); in createScaledBitmap() local 232 assertChannels(gainmapContents.getColor(8, 4), Color.pack(Color.BLACK), 0f); in createScaledBitmap() local 233 assertChannels(gainmapContents.getColor(9, 5), Color.pack(Color.BLACK), 0f); in createScaledBitmap() local 247 assertChannels(gainmapContents.getColor(0, 0), Color.pack(Color.BLACK), 0f); in applyRotation180Matrix() local 248 assertChannels(gainmapContents.getColor(0, 1), Color.pack(Color.BLACK), 0f); in applyRotation180Matrix() local 252 assertChannels(gainmapContents.getColor(4, 1), Color.pack(Color.BLACK), 0f); in applyRotation180Matrix() local 253 assertChannels(gainmapContents.getColor(4, 2), Color.pack(Color.BLACK), 0f); in applyRotation180Matrix() local 267 assertChannels(gainmapContents.getColor(0, 0), Color.pack(Color.BLACK), 0f); in applyRotation90Matrix() local 268 assertChannels(gainmapContents.getColor(1, 0), Color.pack(Color.BLACK), 0f); in applyRotation90Matrix() local [all …]
|
| /cts/tests/tests/text/src/android/text/style/cts/ |
| D | ForegroundColorSpanTest.java | 37 ForegroundColorSpan f = new ForegroundColorSpan(Color.GREEN); in testConstructor() local 99 ForegroundColorSpan f = new ForegroundColorSpan(p); in testWriteToParcel() local 110 ForegroundColorSpan f = new ForegroundColorSpan(p); in testWriteToParcel() local
|
| /cts/tests/tests/assist/src/android/assist/cts/classification/unittests/ |
| D | FieldClassificationTest.java | 46 FieldClassification f = new FieldClassification(sAutofillId, hints, groupHints); in testGetters() local 65 FieldClassification f = new FieldClassification(sAutofillId, hints, groupHints); in testParcelingAndUnparceling() local
|
| /cts/tools/release-parser/src/com/android/cts/releaseparser/ |
| D | DexParser.java | 248 private void processField(DexBackedFieldReference f) { in processField() 279 private String getSignature(DexBackedTypeReference f) { in getSignature() 293 private String getSignature(DexBackedField f) { in getSignature() 301 private String getCanonicalName(DexBackedTypeReference f) { in getCanonicalName() 305 private String getCanonicalName(DexBackedFieldReference f) { in getCanonicalName()
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int_lit8/d/ |
| D | T_xor_int_lit8_7.java | 21 public int run(float f) { in run()
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_int_lit16/d/ |
| D | T_xor_int_lit16_7.java | 21 public int run(float f) { in run()
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_int_lit8/d/ |
| D | T_ushr_int_lit8_13.java | 21 public int run(float f) { in run()
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_int_lit8/d/ |
| D | T_add_int_lit8_16.java | 21 public int run(float f) { in run()
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_int_lit8/d/ |
| D | T_and_int_lit8_9.java | 21 public int run(float f) { in run()
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_int_lit16/d/ |
| D | T_and_int_lit16_9.java | 21 public int run(float f) { in run()
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_int_lit16/d/ |
| D | T_add_int_lit16_16.java | 21 public int run(float f) { in run()
|
| /cts/tests/tests/security/src/android/security/cts/ |
| D | BannedFilesTest.java | 91 File f = new File(i, "su"); in testNoSuInPath() local 103 File f = new File(filename); in assertFileDoesNotContain() local
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/d/ |
| D | T_iput_5.java | 22 public void run(float f) { in run()
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/ |
| D | T_sput_5.java | 22 public void run(float f) { in run()
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_int/d/ |
| D | T_and_int_5.java | 21 public int run(int i, float f) { in run()
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_int_2addr/d/ |
| D | T_and_int_2addr_5.java | 21 public int run(int i, float f) { in run()
|
| /cts/tests/tests/util/src/android/util/cts/ |
| D | PropertyTest.java | 46 assertEquals(getFloatProp(), RAW_FLOAT_PROP.get(this), 0f); in testProperty() local 59 assertEquals(getFloatProp(), FLOAT_PROP.get(this), 0f); in testFloatProperty() local
|
| /cts/tools/vm-tests-tf/build/src/util/build/ |
| D | FileUtil.java | 25 public static String readFile(File f) { in readFile()
|
| /cts/tests/tests/telephony/current/TestExternalImsServiceApp/aidl/android/telephony/cts/externalimsservice/ |
| D | ITestExternalImsService.aidl | 28 void setFeatureConfig(in ImsFeatureConfiguration f); in setFeatureConfig()
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | FloatyUnitTest.java | 48 private void shouldAccept(Target.Floaty f, double value, double extraAllowedError) { in shouldAccept() 67 private void shouldAccept(Target.Floaty f, double value) { in shouldAccept() 72 private void shouldNotAccept(Target.Floaty f, double value, double extraAllowedError) { in shouldNotAccept() 91 private void shouldNotAccept(Target.Floaty f, double value) { in shouldNotAccept()
|