/cts/tests/tests/car/src/android/car/cts/utils/ |
D | VehiclePropertyVerifier.java | 57 private VehiclePropertyVerifier(int propertyId, int access, int areaType, int changeMode, in VehiclePropertyVerifier() argument 66 mAccess = access; in VehiclePropertyVerifier() 78 public static <T> Builder<T> newBuilder(int propertyId, int access, int areaType, in newBuilder() argument 81 return new Builder<>(propertyId, access, areaType, changeMode, propertyType); in newBuilder() 84 private static String accessToString(int access) { in accessToString() argument 85 switch (access) { in accessToString() 95 return Integer.toString(access); in accessToString() 360 private Builder(int propertyId, int access, int areaType, int changeMode, in Builder() argument 363 mAccess = access; in Builder()
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/ |
D | ConstraintTest.java | 144 void waitPermissionRevoke(Uri uri, int access, long timeout) { in waitPermissionRevoke() argument 146 while (getContext().checkUriPermission(uri, Process.myPid(), Process.myUid(), access) in waitPermissionRevoke()
|
/cts/tests/tests/os/assets/minijail/ |
D | isolated-x86-64.policy | 3 access: return EPERM
|
D | isolated-arm.policy | 3 access: return EPERM
|
D | isolated-i386.policy | 3 access: return EPERM
|
D | isolated-common.policy | 11 # clock_gettime accepts negative clk_id to access clock_posix_dynamic and clock_posix_cpu.
|
/cts/tests/tests/dreams/ |
D | Android.bp | 31 // Need access to ServiceManager - see b/13307221
|
/cts/tests/tests/bluetooth/ |
D | Android.bp | 32 // Allows access to system apis
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | BaseJobSchedulerTest.java | 149 void waitPermissionRevoke(Uri uri, int access, long timeout) { in waitPermissionRevoke() argument 151 while (getContext().checkUriPermission(uri, Process.myPid(), Process.myUid(), access) in waitPermissionRevoke()
|
/cts/tools/vm-tests-tf/src/dot/junit/verify/b2/d/ |
D | T_b2_3.smali | 38 move-wide v2, v0 # illegal read access to v0/1
|
D | T_b2_4.smali | 36 move v2, v0 # illegal read access to v0
|
D | T_b2_2.smali | 36 move v0, v1 # illegal read access to v0
|
D | T_b2_1.smali | 36 move v1, v0 # illegal read access to v1
|
D | T_b2_5.smali | 38 move-wide v2, v1 # illegal read access to v1/2
|
/cts/tests/tests/telephony3/ |
D | Android.bp | 24 // The SDK version is set to 28 to test device identifier access for apps with
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | ExternalStorageHostTest.java | 474 assertTrue(probe, access(probe)); in testSecondaryUsersInaccessible() 477 assertFalse(probe, access(probe)); in testSecondaryUsersInaccessible() 480 assertFalse(probe, access(probe)); in testSecondaryUsersInaccessible() 951 private boolean access(String path) throws DeviceNotAvailableException { in access() method in ExternalStorageHostTest
|
/cts/hostsidetests/library/ |
D | Android.bp | 68 // can't be in srcs). To access them, their location in the soong intermediate
|
/cts/tools/release-parser/tests/resources/ |
D | CtsAslrMallocTestCases32.pb.txt | 363 name: "access"
|
/cts/tests/tests/provider/src/android/provider/cts/media/ |
D | MediaStore_Images_ThumbnailsTest.java | 511 Os.access(path, OsConstants.F_OK); 523 Os.access(path, OsConstants.F_OK);
|
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
D | ScopedStorageTest.java | 1062 assertThat(Os.access(file.getAbsolutePath(), mask)).isTrue(); in assertAccess() 1064 assertThrows(ErrnoException.class, () -> { Os.access(file.getAbsolutePath(), mask); }); in assertAccess()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | layered_filter_d1new_helper.rsh | 4 // Need to access global allocation here
|
/cts/tests/vr/jni/ |
D | VrExtensionsJni.cpp | 45 GLbitfield access);
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 75 # note). You have access to the variables errors warning, statement which
|