Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 31) sorted by relevance

12

/tools/asuite/atest/logstorage/
Datest_gcp_utils.py56 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/
DTypeParameterScope.kt177 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/
Dconftest.py51 @pytest.fixture(name="should_build_updater", scope="session")
59 @pytest.fixture(scope="session")
/tools/repohooks/tools/
Dclang-format.py54 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/
Dauth.py118 scope=scopes)
156 scope=scopes,
189 scope=scopes)
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypeItemFactory.kt67 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>()
DPsiBasedCodebase.kt462 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/
DTypeItemFactory.kt264 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/
Dconfig.py146 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)
Dhooks_unittest.py218 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)
Dhooks.py164 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/
DTextTypeItemFactory.kt49 override fun createNestedFactory(scope: TypeParameterScope) = in <lambda>()
50 TextTypeItemFactory(codebase, typeParser, scope) in <lambda>()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DDynamicShardingConnectionInfoMessage.java110 for (String scope : mAuthScopes) { in toResponseBuilder()
112 PartResponse.newBuilder().setKey(AUTH_SCOPES_KEY).setValue(scope)); in toResponseBuilder()
/tools/asuite/asuite_plugin/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat24 @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/
DHideAnnotationTest.kt144 fun `Using hide annotation on file scope`() { in Using hide annotation on file scope()
/tools/apksig/
Dgradlew.bat24 @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/
DTurbineTypeItemFactory.kt51 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/
DTextTypeParserCacheTest.kt119 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/
Dnanopb.proto30 // a field. When it is used in message or file scope, it applies to all
Dplugin.proto124 // 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/
DFileDownloadCache.java340 CloseableTraceScope scope = new CloseableTraceScope("cache_lock"); in internalfetchRemoteFile() local
355 scope.close(); in internalfetchRemoteFile()
/tools/security/fuzzing/example_fuzzer/
DREADME.md95 Stack use after scope: f8

12