Home
last modified time | relevance | path

Searched defs:build_files (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/tools_webrtc/presubmit_checks_lib/
H A Dcheck_package_boundaries.py81 def CheckPackageBoundaries(root_dir, build_files=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/builds/
H A Dcheck_system_libs.py85 cur_lib_names, build_files = extract_system_builds(current_path) variable
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/
Dfixtures.py236 def build_files(file_defs, prefix=pathlib.Path()): function
/aosp_15_r20/external/pigweed/pw_module/py/pw_module/
H A Dcreate.py333 def build_files(self) -> Iterable[_BuildFile]: member in _ModuleContext