Home
last modified time | relevance | path

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

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