/cts/tools/dasm/src/dasm/ |
D | parser.cup | 71 // access types 122 non terminal int_token access; 176 DCLASS access:a classname:name SEP 181 DINTERFACE access:a classname:name SEP 192 access ::= 419 DFIELD access:a Word:name Word:desc SIGNATURE Str:sig optional_default:v SEP 423 DFIELD access:a Word:name Word:desc optional_default:v SEP 440 field_start ::= access:a Word:name Word:desc optional_default:v SEP 487 DINNER CLASS access:a inner_name:n inner_inner:i inner_outer:o SEP 491 DINNER INTERFACE access:a inner_name:n inner_inner:i inner_outer:o SEP [all …]
|
D | DAsm.java | 345 void beginField(short access, String name, String desc, Object value) in beginField() argument 362 void addField(short access, String name, String desc, String sig, in addField() argument 366 + ", " + access + ", " in addField() 371 EncodedField ef = new EncodedField(field, access); in addField() 372 if ((access & AccessFlags.ACC_STATIC) != 0) { in addField() 392 void newMethod(String name, String descriptor, int access) { in newMethod() argument 395 + access + ")"); in newMethod() 407 access |= (AccessFlags.ACC_CONSTRUCTOR | AccessFlags.ACC_STATIC); in newMethod() 409 access |= AccessFlags.ACC_CONSTRUCTOR; in newMethod() 412 method_acc = access; in newMethod()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | ProviderTestUtils.java | 275 if (!access(path)) { in assertExists() 289 if (access(path)) { in assertNotExists() 294 private static boolean access(String path) throws IOException { in access() method in ProviderTestUtils 301 Os.access(path, OsConstants.F_OK); in access()
|
/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/JobScheduler/src/android/jobscheduler/cts/ |
D | ConstraintTest.java | 147 void waitPermissionRevoke(Uri uri, int access, long timeout) { in waitPermissionRevoke() argument 149 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/tools/vm-tests-tf/src/dot/junit/verify/b2/d/ |
D | T_b2_2.smali | 36 move v0, v1 # illegal read access to v0
|
D | T_b2_3.smali | 38 move-wide v2, v0 # illegal read access to v0/1
|
D | T_b2_1.smali | 36 move v1, v0 # illegal read access to v1
|
D | T_b2_4.smali | 36 move v2, v0 # illegal read access to v0
|
D | T_b2_5.smali | 38 move-wide v2, v1 # illegal read access to v1/2
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | ExternalStorageHostTest.java | 460 assertTrue(probe, access(probe)); in testSecondaryUsersInaccessible() 463 assertFalse(probe, access(probe)); in testSecondaryUsersInaccessible() 466 assertFalse(probe, access(probe)); in testSecondaryUsersInaccessible() 673 private boolean access(String path) throws DeviceNotAvailableException { in access() method in ExternalStorageHostTest
|
/cts/tools/release-parser/tests/resources/ |
D | CtsAslrMallocTestCases32.pb.txt | 363 name: "access"
|
/cts/tests/tests/media/src/android/media/cts/ |
D | .goutputstream-9KZYJZ | 592 // counter must be final if we want to access it inside onTimedMetaData; 690 // There are a total of 19 metadata access units in the test stream; every one of them
|
/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/CameraITS/build/scripts/ |
D | gpylint_rcfile | 73 # note). You have access to the variables errors warning, statement which
|