Searched refs:outer (Results 1 – 6 of 6) sorted by relevance
/tools/repohooks/rh/ |
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 | 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.py | 144 return rh.git.find_repo_root(outer=True)
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextTypeItem.kt | 340 private fun eraseAnnotations(type: String, outer: Boolean, inner: Boolean): String { in markRecent() 346 assert(inner || !outer) // Can't supply outer=true,inner=false in markRecent()
|
/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/repohooks/tools/ |
D | checkpatch.pl | 1838 my ($linenr, $remain, $outer, $open, $close, $off) = @_; 1878 if (!$outer || $level <= 1) {
|