Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 14 of 14) sorted by relevance

/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DAnnotationInfo.kt155 private val recursive: ShowOrHide, in show() constant in com.android.tools.metalava.model.Showability
194 show.show(revertItem) && !recursive.show(revertItem) && !forStubsOnly.show(revertItem) in show()
219 val newRecursive = recursive.highestPriority(other.recursive) in show()
237 recursive = ShowOrHide.NO_EFFECT, in show()
/tools/test/connectivity/acts/framework/
DMANIFEST.in2 recursive-include acts *
3 recursive-include tests *
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DShowabilityTest.kt55 fun `Recursive hide and non-recursive show (show first)`() { in Recursive hide and non-recursive show (show first)()
96 fun `Recursive hide and non-recursive show (hide first)`() { in Recursive hide and non-recursive show (hide first)()
/tools/test/connectivity/acts_tests/
DMANIFEST.in1 recursive-include acts_contrib *
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DDefaultAnnotationManager.kt675 recursive = ShowOrHide.SHOW,
686 recursive = ShowOrHide.NO_EFFECT,
694 recursive = ShowOrHide.NO_EFFECT,
705 recursive = ShowOrHide.HIDE,
716 recursive = ShowOrHide.REVERT_UNSTABLE_API,
/tools/asuite/aidegen/lib/
Dide_common_util.py45 ls_output = glob.glob(ide_path, recursive=True)
228 ls_output = glob.glob(version_path, recursive=True)
Dsource_locator.py528 results = glob.glob(search, recursive=True)
Dide_util.py996 ls_output = glob.glob(ide_path + '*', recursive=True)
/tools/treble/build/treble_build/report/
Drun.go30 func binaryExecutables(ctx context.Context, dir string, recursive bool) ([]string, int, error) {
47 if !recursive {
/tools/netsim/scripts/
Dformat_code.sh47 --recursive $REPO/tools/netsim
/tools/tradefederation/core/tools/
Dcontent_uploader.py176 client = glob.glob(CAS_UPLOADER_PREBUILT_PATH + '**/' + CAS_UPLOADER_BIN, recursive=True)
358 for f in glob.glob(dist_dir + '/**/' + source_path, recursive=True):
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java687 public void setRecursive(boolean recursive) { in setRecursive() argument
688 mRecursive = recursive; in setRecursive()
/tools/asuite/atest/integration_tests/
Dsnapshot.py333 glob_path = functools.partial(glob.glob, recursive=True)
/tools/repohooks/tools/
Dcpplint.py6750 recursive = False
6796 recursive = True
6803 if recursive: