Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 6 of 6) sorted by relevance

/tools/repohooks/rh/
Dhooks_unittest.py37 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))
Dgit.py184 def find_repo_root(path=None, outer=False): argument
210 if not outer and os.path.isdir(os.path.join(root, '.repo', 'submanifests')):
Dhooks.py144 return rh.git.find_repo_root(outer=True)
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextTypeItem.kt340 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/
Ddescriptor.proto274 // 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/
Dcheckpatch.pl1838 my ($linenr, $remain, $outer, $open, $close, $off) = @_;
1878 if (!$outer || $level <= 1) {