Home
last modified time | relevance | path

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

/build/bazel/utils/
Dconfig_setting_boolean_algebra.bzl79 # The implementation of this function is modeled after a recursive function,
108 # traditionally this would come after the recursive call, but because it's a rule
110 # recursive call come last makes the non-recursive version easier to implement
131 # because we don't need a return value from these recursive calls,
Dschema_validation.scl353 recursive objects cannot be validated because there's no cycle detection.
/build/bazel/scripts/bp2build_progress/
DREADME.md28 * --recursive, -r: Whether to perform recursive search when --package-dir or -p flag is passed.
Dbp2build_progress.py37 recursive: bool = dataclasses.field(default_factory=bool) variable in GraphFilterInfo
199 if graph_filter.recursive:
845 recursive = args.recursive
852 graph_filter = GraphFilterInfo(modules, types, package_dir, recursive)
857 if recursive:
Dbp2build_progress_test.py453 package_dir='pkg/', recursive=True
467 bp2build_progress.GraphFilterInfo(package_dir='pkg/', recursive=False),
/build/bazel/scripts/incremental_build/
Dfinder.py43 paths = glob.iglob(g, root_dir=root_dir, recursive=True)
/build/make/tools/
Dlist_files.py56 for file in sorted(glob(self.folder_dir, recursive=True)):
Dfind_static_candidates.py158 if args.recursive:
Dstub_diff_analyzer.py78 return [file for file in sorted(glob(dir, recursive=True)) if Path(file).is_file()]
/build/soong/dexpreopt/
DDEXPREOPT_IMPLEMENTATION.md142 there are no guarantees regarding the time of the build --- recursive build