/tools/asuite/atest/logstorage/ |
D | atest_gcp_utils.py | 56 scope=constants.SCOPE_BUILD_API_SCOPE, argument 69 self.scope = scope 104 scope=self.scope, 137 scope=self.scope, 166 scope=self.scope, 186 user=getpass.getuser(), scope=constants.SCOPE
|
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
D | TypeParameterScope.kt | 177 var scope = enclosingScope in toString() variable 178 while (scope is MapWrapper) { in toString() 180 scope.appendTo(this) in toString() 181 scope = scope.enclosingScope in toString()
|
/tools/external_updater/tests/endtoend/ |
D | conftest.py | 51 @pytest.fixture(name="should_build_updater", scope="session") 59 @pytest.fixture(scope="session")
|
/tools/repohooks/tools/ |
D | clang-format.py | 54 scope = parser.add_mutually_exclusive_group(required=True) 55 scope.add_argument('--commit', type=str, default='HEAD', 57 scope.add_argument('--working-tree', action='store_true',
|
/tools/acloud/internal/lib/ |
D | auth.py | 118 scope=scopes) 156 scope=scopes, 189 scope=scopes)
|
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiTypeItemFactory.kt | 67 val scope = TypeParameterScope.from(classItem) in <lambda>() constant 68 return if (scope.isEmpty()) this else PsiTypeItemFactory(codebase, scope) in <lambda>() 73 val scope = TypeParameterScope.from(methodItem) in <lambda>() constant 74 return if (scope.isEmpty()) this else PsiTypeItemFactory(codebase, scope) in <lambda>() 79 override fun createNestedFactory(scope: TypeParameterScope) = in <lambda>() 80 PsiTypeItemFactory(codebase, scope) in <lambda>()
|
D | PsiBasedCodebase.kt | 462 val scope = GlobalSearchScope.allScope(project) in <lambda>() constant 498 val psiClass = facade.findClass(qualifiedName, scope) ?: continue in <lambda>()
|
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/type/ |
D | TypeItemFactory.kt | 264 val scope = typeParameterScope.nestedScope(scopeDescription, typeParameters) in nestedFactory() constant 265 return if (scope === typeParameterScope) self() else createNestedFactory(scope) in nestedFactory() 364 protected abstract fun createNestedFactory(scope: TypeParameterScope): F in self()
|
/tools/repohooks/rh/ |
D | config.py | 146 scope = rh.hooks.ExclusionScope([]) 152 yield rh.hooks.CallableHook(hook, func, scope) 160 scope = rh.hooks.ExclusionScope( 162 yield rh.hooks.CallableHook(hook, func, scope)
|
D | hooks_unittest.py | 218 scope = rh.hooks.ExclusionScope([]) 219 self.assertNotIn('external/*', scope) 223 scope = rh.hooks.ExclusionScope(['vendor/*', 'external/*']) 224 self.assertIn('external/tools', scope) 228 scope = rh.hooks.ExclusionScope(['^vendor/(?!google)', 230 self.assertIn('vendor/', scope) 231 self.assertNotIn('vendor/google/', scope) 232 self.assertIn('vendor/other/', scope)
|
D | hooks.py | 164 def __init__(self, scope): argument 172 for path in scope: 255 scope: ExclusionScope
|
/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/ |
D | TextTypeItemFactory.kt | 49 override fun createNestedFactory(scope: TypeParameterScope) = in <lambda>() 50 TextTypeItemFactory(codebase, typeParser, scope) in <lambda>()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | DynamicShardingConnectionInfoMessage.java | 110 for (String scope : mAuthScopes) { in toResponseBuilder() 112 PartResponse.newBuilder().setKey(AUTH_SCOPES_KEY).setValue(scope)); in toResponseBuilder()
|
/tools/asuite/asuite_plugin/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 72 @rem End local scope for the variables with windows NT shell
|
/tools/metalava/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 72 @rem End local scope for the variables with windows NT shell
|
/tools/trebuchet/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 72 @rem End local scope for the variables with windows NT shell
|
/tools/ndkports/ |
D | gradlew.bat | 24 @rem Set local scope for the variables with windows NT shell 77 @rem End local scope for the variables with windows NT shell
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | HideAnnotationTest.kt | 144 fun `Using hide annotation on file scope`() { in Using hide annotation on file scope()
|
/tools/apksig/ |
D | gradlew.bat | 24 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/ |
D | TurbineTypeItemFactory.kt | 51 override fun createNestedFactory(scope: TypeParameterScope) = in <lambda>() 52 TurbineTypeItemFactory(codebase, initializer, scope) in <lambda>()
|
/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/ |
D | TextTypeParserCacheTest.kt | 119 fun `Test empty scope is cached`() { in <lambda>() 129 fun `Test non-type parameter based type in a non-empty scope is cached`() { in <lambda>()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | nanopb.proto | 30 // a field. When it is used in message or file scope, it applies to all
|
D | plugin.proto | 124 // This line appears within the scope of the file's package namespace, but 127 // other declarations that should be placed in this scope.
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | FileDownloadCache.java | 340 CloseableTraceScope scope = new CloseableTraceScope("cache_lock"); in internalfetchRemoteFile() local 355 scope.close(); in internalfetchRemoteFile()
|
/tools/security/fuzzing/example_fuzzer/ |
D | README.md | 95 Stack use after scope: f8
|