Searched refs:recursive (Results 1 – 10 of 10) sorted by relevance
/build/bazel/utils/ |
D | config_setting_boolean_algebra.bzl | 79 # 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,
|
D | schema_validation.scl | 353 recursive objects cannot be validated because there's no cycle detection.
|
/build/bazel/scripts/bp2build_progress/ |
D | README.md | 28 * --recursive, -r: Whether to perform recursive search when --package-dir or -p flag is passed.
|
D | bp2build_progress.py | 37 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:
|
D | bp2build_progress_test.py | 453 package_dir='pkg/', recursive=True 467 bp2build_progress.GraphFilterInfo(package_dir='pkg/', recursive=False),
|
/build/bazel/scripts/incremental_build/ |
D | finder.py | 43 paths = glob.iglob(g, root_dir=root_dir, recursive=True)
|
/build/make/tools/ |
D | list_files.py | 56 for file in sorted(glob(self.folder_dir, recursive=True)):
|
D | find_static_candidates.py | 158 if args.recursive:
|
D | stub_diff_analyzer.py | 78 return [file for file in sorted(glob(dir, recursive=True)) if Path(file).is_file()]
|
/build/soong/dexpreopt/ |
D | DEXPREOPT_IMPLEMENTATION.md | 142 there are no guarantees regarding the time of the build --- recursive build
|