/cts/tools/cts-api-coverage/src/com/android/cts/apimap/ |
D | ClassAnalyzer.java | 69 int access, in visit() argument 74 addClassType(access, Opcodes.ACC_ABSTRACT, ClassType.ABSTRACT); in visit() 75 addClassType(access, Opcodes.ACC_INTERFACE, ClassType.INTERFACE); in visit() 76 addClassType(access, Opcodes.ACC_ANNOTATION, ClassType.ANNOTATION); in visit() 89 int access, in visitMethod() argument 103 if ((access & Opcodes.ACC_PUBLIC) == 0 in visitMethod() 135 private void addClassType(int access, int asmType, ClassType classType) { in addClassType() argument 136 if ((access & asmType) != 0) { in addClassType()
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/ |
D | FilePathAccessTestUtils.java | 116 assertThat(Os.access(file.getAbsolutePath(), mask)).isTrue(); in assertAccess() 118 assertThrows(ErrnoException.class, () -> Os.access(file.getAbsolutePath(), mask)); in assertAccess()
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | README.md | 5 2. Ensure you have root access (`adb root`), and open `adb shell`. 6 3. Ensure debugfs is mounted by checking that you have access to the `/sys/kernel/debug/hid`
|
/cts/tests/tests/media/drmframework/ |
D | Android.bp | 37 // Give com.android.media.drmframework.cts Java files access to the R class 87 // Give com.android.media.drmframework.cts Java files access to the R class
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20918/attacker-app/ |
D | Android.bp | 34 // platform_apis set to true here to access hidden method setPendingIntentLaunchFlags
|
/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/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/ |
D | ConstraintTest.java | 145 void waitPermissionRevoke(Uri uri, int access, long timeout) { in waitPermissionRevoke() argument 147 while (getContext().checkUriPermission(uri, Process.myPid(), Process.myUid(), access) in waitPermissionRevoke()
|
/cts/tests/mediaprovider/src/android/provider/cts/media/ |
D | MediaProviderTestUtils.java | 306 if (!access(path)) { in assertExists() 324 if (access(path)) { in assertNotExists() 329 private static boolean access(String path) throws IOException { in access() method 336 Os.access(path, OsConstants.F_OK); in access()
|
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/ |
D | VehiclePropertyVerifier.java | 180 int access, in VehiclePropertyVerifier() argument 209 mAccess = access; in VehiclePropertyVerifier() 241 int propertyId, int access, int areaType, int changeMode, Class<T> propertyType, in newBuilder() argument 243 return new Builder<>(propertyId, access, areaType, changeMode, propertyType, in newBuilder() 296 private static String accessToString(int access) { in accessToString() argument 297 switch (access) { in accessToString() 307 return Integer.toString(access); in accessToString() 457 int access = carPropertyConfig.getAreaIdConfig(areaId).getAccess(); in verifyWritePermissions() local 458 if (access != CarPropertyConfig.VEHICLE_PROPERTY_ACCESS_WRITE) { in verifyWritePermissions() 462 if (access != CarPropertyConfig.VEHICLE_PROPERTY_ACCESS_READ in verifyWritePermissions() [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/verify/b2/d/ |
D | T_b2_1.smali | 36 move v1, v0 # illegal read access to v1
|
D | T_b2_2.smali | 36 move v0, v1 # illegal read access to v0
|
D | T_b2_4.smali | 36 move v2, v0 # illegal read access to v0
|
D | T_b2_3.smali | 38 move-wide v2, v0 # illegal read access to v0/1
|
D | T_b2_5.smali | 38 move-wide v2, v1 # illegal read access to v1/2
|
/cts/tests/tests/bluetooth/ |
D | Android.bp | 37 // Allows access to system apis
|
/cts/tests/tests/dreams/ |
D | Android.bp | 35 // Need access to ServiceManager - see b/13307221
|
/cts/tests/tests/telephony3/ |
D | Android.bp | 28 // The SDK version is set to 28 to test device identifier access for apps with
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | BaseJobSchedulerTest.java | 203 void waitPermissionRevoke(Uri uri, int access, long timeout) { in waitPermissionRevoke() argument 205 while (getContext().checkUriPermission(uri, Process.myPid(), Process.myUid(), access) in waitPermissionRevoke()
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | ExternalStorageHostTest.java | 524 assertTrue(probe, access(probe)); in testSecondaryUsersInaccessible() 527 assertFalse(probe, access(probe)); in testSecondaryUsersInaccessible() 530 assertFalse(probe, access(probe)); in testSecondaryUsersInaccessible() 1100 private boolean access(String path) throws DeviceNotAvailableException { in access() method in ExternalStorageHostTest
|
/cts/hostsidetests/library/ |
D | Android.bp | 69 // 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"
|