/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/ |
D | JarReaderUtils.kt | 51 val classDeprecated = isDeprecated(classNode.access) in readJar() 61 theClass.updateHidden(apiLevel, (classNode.access and Opcodes.ACC_PUBLIC) == 0) in readJar() 76 if ((fieldNode.access and (Opcodes.ACC_PUBLIC or Opcodes.ACC_PROTECTED)) == 0) { in readJar() 84 classDeprecated || isDeprecated(fieldNode.access), in readJar() 93 if ((methodNode.access and (Opcodes.ACC_PUBLIC or Opcodes.ACC_PROTECTED)) == 0) { in readJar() 101 classDeprecated || isDeprecated(methodNode.access), in readJar() 112 private fun isDeprecated(access: Int) = (access and Opcodes.ACC_DEPRECATED) != 0
|
/tools/apksig/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/ndkports/gradle/wrapper/ |
D | gradle-wrapper.jar | ... int timeoutMs
int pollIntervalMs
public java.lang.Object access (java.io.File, java.util ... |
/tools/metalava/gradle/wrapper/ |
D | gradle-wrapper.jar | ... int timeoutMs
int pollIntervalMs
public java.lang.Object access (java.io.File, java.util ... |
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/binarycompatibility/ |
D | BinaryCompatibilityClassMethodsAndConstructors.kt | 206 fun `Decrease access(Incompatible)`() { in Decrease access(Incompatible)() 232 fun `Increase access, that is, from protected access to public access (Compatible)`() { in Increase access, that is, from protected access to public access (Compatible)()
|
D | BinaryCompatibilityClassFieldsTest.kt | 77 …fun `Decrease access from protected to default or private, or public to protected, default, or pri… in Decrease access from protected to default or private, or public to protected, default, or private (Incompatible)() 106 fun `Increase access, eg from protected to public (Compatible)`() { in Increase access, eg from protected to public (Compatible)()
|
/tools/trebuchet/gradle/wrapper/ |
D | gradle-wrapper.jar | ... int timeoutMs
int pollIntervalMs
public java.lang.Object access (java.io.File, java.util ... |
/tools/asuite/asuite_plugin/gradle/wrapper/ |
D | gradle-wrapper.jar | ... int timeoutMs
int pollIntervalMs
public java.lang.Object access (java.io.File, java.util ... |
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | UnhideApisTest.kt | 30 fun `Report hidden API access rather than opening up access`() { in Report hidden API access rather than opening up access()
|
/tools/test/mobly_extensions/tools/results_uploader/ |
D | README.md | 8 shared to anyone who is given access (including both Google and non-Google 18 To start using the Results Uploader, you need to be able to access the shared 20 1. Confirm/request access to the shared GCP project with your Google contact. 33 to Cloud SDK. Use the same account for which you requested access in
|
/tools/treble/build/sandbox/ |
D | nsjail.cfg | 3 description: "No network access and a limited access to local host resources." 78 # limit access to the external environment.
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
D | ConvertJarsToSignatureFiles.kt | 216 if ((classNode.access and Opcodes.ACC_DEPRECATED) != 0) { in <lambda>() 224 if ((methodNode.access and Opcodes.ACC_DEPRECATED) == 0) { in <lambda>() 234 if ((fieldNode.access and Opcodes.ACC_DEPRECATED) == 0) { in <lambda>()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/constructoritem/ |
D | CommonConstructorItemTest.kt | 29 fun `Test access type parameter of outer class`() { in Test access type parameter of outer class()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | Sl4aBluetoothUtil.java | 171 BluetoothAccessLevel(int access) { in BluetoothAccessLevel() argument 172 mAccess = access; in BluetoothAccessLevel() 508 BluetoothAccessLevel access) in changeProfileAccessPermission() argument 517 access.getAccess()); in changeProfileAccessPermission() 519 CLog.e("Failed to set profile access level %s for profile %s, %s", access, profile, e); in changeProfileAccessPermission()
|
/tools/tradefederation/core/invocation_interfaces/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/clearcut_client/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/test_result_interfaces/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/remote/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/device_build_interfaces/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/util_apps/ContentProvider/main/ |
D | Android.bp | 24 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/isolation/ |
D | Android.bp | 41 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/aoa_helper/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/ |
D | TurbineCodebaseInitialiser.kt | 314 cls.access(), in <lambda>() 633 val flags = field.access() in <lambda>() 688 method.access(), in <lambda>() 762 TurbineModifierItem.create(codebase, parameter.access(), annotations, false) in <lambda>() 806 constructor.access(), in <lambda>() 817 (constructor.access() and TurbineFlag.ACC_SYNTH_CTOR) != 0 in <lambda>()
|
/tools/tradefederation/core/common_util/ |
D | Android.bp | 21 // Restrict visibility to only those targets that need to access it.
|
/tools/tradefederation/core/lite/ |
D | Android.bp | 25 // Restrict visibility to only those targets that need to access it.
|