Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 55) sorted by relevance

123

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
DJarReaderUtils.kt51 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/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/ndkports/gradle/wrapper/
Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util ...
/tools/metalava/gradle/wrapper/
Dgradle-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/
DBinaryCompatibilityClassMethodsAndConstructors.kt206 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)()
DBinaryCompatibilityClassFieldsTest.kt77 …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/
Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util ...
/tools/asuite/asuite_plugin/gradle/wrapper/
Dgradle-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/
DUnhideApisTest.kt30 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/
DREADME.md8 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/
Dnsjail.cfg3 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/
DConvertJarsToSignatureFiles.kt216 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/
DCommonConstructorItemTest.kt29 fun `Test access type parameter of outer class`() { in Test access type parameter of outer class()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java171 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/
DAndroid.bp21 // Restrict visibility to only those targets that need to access it.
/tools/tradefederation/core/clearcut_client/
DAndroid.bp21 // Restrict visibility to only those targets that need to access it.
/tools/tradefederation/core/test_result_interfaces/
DAndroid.bp21 // Restrict visibility to only those targets that need to access it.
/tools/tradefederation/core/remote/
DAndroid.bp21 // Restrict visibility to only those targets that need to access it.
/tools/tradefederation/core/device_build_interfaces/
DAndroid.bp21 // Restrict visibility to only those targets that need to access it.
/tools/tradefederation/core/util_apps/ContentProvider/main/
DAndroid.bp24 // Restrict visibility to only those targets that need to access it.
/tools/tradefederation/core/isolation/
DAndroid.bp41 // Restrict visibility to only those targets that need to access it.
/tools/tradefederation/core/aoa_helper/
DAndroid.bp21 // 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/
DTurbineCodebaseInitialiser.kt314 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/
DAndroid.bp21 // Restrict visibility to only those targets that need to access it.
/tools/tradefederation/core/lite/
DAndroid.bp25 // Restrict visibility to only those targets that need to access it.

123