Searched refs:outer (Results 1 – 16 of 16) sorted by relevance
/tools/metalava/metalava-model-psi/src/test/resources/ |
D | model-test-suite-baseline.txt | 16 Test nullability of outer classes[java,k1] 17 Test nullability of outer classes[java,k2]
|
/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/repohooks/rh/ |
D | git.py | 184 def find_repo_root(path=None, outer=False): argument 210 if not outer and os.path.isdir(os.path.join(root, '.repo', 'submanifests')):
|
D | hooks_unittest.py | 37 def mock_find_repo_root(path=None, outer=False): argument 38 return '/ ${BUILD_OS}' if outer else '/ ${BUILD_OS}/sub' 184 mock_find_repo_root(path=None, outer=True)) 191 mock_find_repo_root(path=None, outer=False))
|
D | hooks.py | 149 return rh.git.find_repo_root(outer=True)
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/ |
D | CommonClassItemTest.kt | 115 fun `Test access type parameter of outer class in type parameters`() { in Test access type parameter of outer class in type parameters() 171 fun `Test access type parameter of outer class in extends type`() { in Test access type parameter of outer class in extends type() 232 fun `Test access type parameter of outer class in interface type`() { in Test access type parameter of outer class in interface type() 1462 fun `Test toType for outer class with type parameter`() { in Test toType for outer class with type parameter()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/ |
D | CommonMethodItemTest.kt | 34 fun `Test access type parameter of outer class`() { in <lambda>()
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiAnalyzerTest.kt | 203 fun `Test that usage of a hidden class as type parameter of an outer class is flagged`() { in Test that usage of a hidden class as type parameter of an outer class is flagged()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/fielditem/ |
D | CommonFieldItemTest.kt | 37 fun `Test access type parameter of outer class`() { in <lambda>()
|
/tools/asuite/atest/integration_tests/ |
D | snapshot.py | 327 compose = lambda inner, outer: lambda path: outer(inner(path)) argument
|
/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/ |
D | ApiFileTest.kt | 342 fun `Test missing outer class`() { in <lambda>()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/propertyitem/ |
D | CommonPropertyItemTest.kt | 30 fun `Test access type parameter of outer class`() { in Test access type parameter of outer class()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 274 // outer class with the given name. This applies to both Proto1 282 // file. Thus, these types will *not* be nested inside the outer class 283 // named by java_outer_classname. However, the outer class will still be 445 // fields. It means that when the outer message is initially parsed, the 626 // have an outer location whose path refers to the "extensions" repeated
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/ |
D | CommonTypeItemTest.kt | 969 fun `Test inner parameterized types without explicit outer type`() { in Test inner parameterized types without explicit outer type()
|
D | CommonTypeModifiersTest.kt | 1392 fun `Test nullability of outer classes`() { in <lambda>()
|
/tools/repohooks/tools/ |
D | checkpatch.pl | 1838 my ($linenr, $remain, $outer, $open, $close, $off) = @_; 1878 if (!$outer || $level <= 1) {
|