/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/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/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
|
/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/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/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/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/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_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/add_int_lit16/d/ |
D | T_add_int_lit16_16.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/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/security/src/android/security/cts/ |
D | BannedFilesTest.java | 93 File f = new File(i, "su"); in testNoSuInPath() local 105 File f = new File(filename); in assertFileDoesNotContain() local
|
/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()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | AbiTest.java | 98 private static boolean isSymbolicLink(File f) throws Exception { in isSymbolicLink()
|
/cts/tests/tests/drm/jni/ |
D | android_drm_cts_NativeCodeTest.cpp | 34 FILE *f = popen("service call drm.drmManager 6 i32 0 i32 31 i32 1937339183 i32 795698548 " in android_drm_cts_InstallDrmEngineTest() local
|
/cts/libs/vogar-expect/src/vogar/expect/util/ |
D | Strings.java | 55 public static String readFile(File f) throws IOException { in readFile() 59 public static List<String> readFileLines(File f) throws IOException { in readFileLines()
|
/cts/suite/audio_quality/test/ |
D | LogTest.cpp | 49 int64_t f = 5; in TEST_F() local
|