/aosp_15_r20/external/pigweed/pw_console/py/ |
H A D | BUILD.bazel | 111 "@python_packages//aiohttp", 112 "@python_packages//jinja2", 113 "@python_packages//prompt_toolkit", 114 "@python_packages//ptpython", 115 "@python_packages//pygments", 116 "@python_packages//pyperclip", 117 "@python_packages//pyyaml", 118 "@python_packages//websockets", 185 "@python_packages//parameterized", 208 "@python_packages//parameterized", [all …]
|
/aosp_15_r20/external/autotest/site_utils/lxc/ |
H A D | lxc.py | 165 def install_packages(packages=[], python_packages=[], force_latest=False): argument 187 if not _install_package_precheck(packages or python_packages): 195 python_packages = [p for p in python_packages 197 if not packages and not python_packages: 230 if python_packages: 234 ' '.join(python_packages))) 235 logging.debug('Python packages are installed: %s.', python_packages)
|
/aosp_15_r20/external/pigweed/pw_transfer/integration_test/ |
H A D | BUILD.bazel | 150 "@python_packages//parameterized", 170 "@python_packages//parameterized", 188 "@python_packages//parameterized", 206 "@python_packages//parameterized", 223 "@python_packages//parameterized", 240 "@python_packages//parameterized", 257 "@python_packages//parameterized", 278 "@python_packages//parameterized", 310 "@python_packages//pyserial",
|
/aosp_15_r20/external/pigweed/pw_env_setup/py/ |
H A D | python_packages_test.py | 23 from pw_env_setup import python_packages 32 for pkg in python_packages._installed_packages() # pylint: disable=protected-access 43 pkgs = list(python_packages._installed_packages()) 57 self.assertEqual(-1, python_packages.diff(expected_file)) 73 self.assertEqual(-1, python_packages.diff(expected_file)) 89 self.assertEqual(-1, python_packages.diff(expected_file))
|
H A D | BUILD.bazel | 58 "pw_env_setup/python_packages.py", 101 "@python_packages//six", 119 "@python_packages//six", 128 "@python_packages//parameterized", 145 "@python_packages//toml",
|
/aosp_15_r20/external/pigweed/pw_sensor/py/ |
H A D | BUILD.bazel | 33 "@python_packages//jsonschema", 34 "@python_packages//pyyaml", 46 "@python_packages//pyyaml", 56 "@python_packages//pyyaml", 74 "@python_packages//jsonschema", 75 "@python_packages//pyyaml",
|
/aosp_15_r20/external/pigweed/docs/ |
H A D | BUILD.bazel | 157 "@python_packages//breathe", 158 "@python_packages//pydata_sphinx_theme", 159 "@python_packages//sphinx", 160 "@python_packages//sphinx_argparse", 161 "@python_packages//sphinx_copybutton", 162 "@python_packages//sphinx_design", 163 "@python_packages//sphinx_reredirects", 164 "@python_packages//sphinx_sitemap", 165 "@python_packages//sphinxcontrib_mermaid",
|
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/ |
H A D | create_python_tree.py | 222 python_packages: Iterable[PythonPackage], 232 included_packages = [pkg.package_name for pkg in python_packages] 234 for pkg in python_packages: 366 python_packages: Iterable[PythonPackage], 378 for pkg in python_packages: 438 python_packages=py_packages, 460 update_config_with_packages(config=config, python_packages=py_packages)
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/hlo/python/ |
H A D | CMakeLists.txt | 49 INSTALL_DESTINATION python_packages/mlir_hlo/mlir/_mlir_libs 50 OUTPUT_DIRECTORY "${MLIR_HLO_BINARY_DIR}/python_packages/mlir_hlo/mlir/_mlir_libs" 60 ROOT_PREFIX "${MLIR_HLO_BINARY_DIR}/python_packages/mlir_hlo/mlir" 61 INSTALL_PREFIX "python_packages/mlir_hlo/mlir"
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/python/ |
H A D | CMakeLists.txt | 49 INSTALL_DESTINATION python_packages/mlir_hlo/mlir/_mlir_libs 50 OUTPUT_DIRECTORY "${MLIR_HLO_BINARY_DIR}/python_packages/mlir_hlo/mlir/_mlir_libs" 60 ROOT_PREFIX "${MLIR_HLO_BINARY_DIR}/python_packages/mlir_hlo/mlir" 61 INSTALL_PREFIX "python_packages/mlir_hlo/mlir"
|
/aosp_15_r20/external/pigweed/pw_docgen/py/ |
H A D | BUILD.bazel | 47 "@python_packages//jsonschema", 48 "@python_packages//kconfiglib", 49 "@python_packages//pytz", 50 "@python_packages//sphinx",
|
/aosp_15_r20/external/pigweed/pw_build/py/ |
H A D | BUILD.bazel | 92 deps = ["@python_packages//patch"], 144 "@python_packages//parameterized", 224 "@python_packages//parameterized", 236 "@python_packages//parameterized",
|
H A D | create_python_tree_test.py | 228 update_config_with_packages(config=config, python_packages=[pkg1, pkg2]) 403 python_packages=[package],
|
/aosp_15_r20/external/pigweed/pw_system/py/ |
H A D | BUILD.bazel | 60 "@python_packages//debugpy", 61 "@python_packages//ipython", 62 "@python_packages//pyserial",
|
/aosp_15_r20/external/pigweed/pw_watch/py/ |
H A D | BUILD.bazel | 37 "@python_packages//prompt_toolkit", 38 "@python_packages//watchdog",
|
/aosp_15_r20/external/pigweed/pw_arduino_build/py/ |
H A D | BUILD.bazel | 47 "@python_packages//parameterized", 59 "@python_packages//parameterized",
|
/aosp_15_r20/external/pigweed/pw_cli/py/ |
H A D | BUILD.bazel | 52 "@python_packages//prompt_toolkit", 53 "@python_packages//psutil",
|
/aosp_15_r20/external/pigweed/pw_emu/py/ |
H A D | BUILD.bazel | 33 "@python_packages//psutil", 34 "@python_packages//pyserial",
|
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/ |
H A D | python_checks.py | 31 from pw_env_setup import python_packages 619 python_packages.diff(
|
/aosp_15_r20/external/pigweed/pw_stream/py/ |
H A D | BUILD.bazel | 30 "@python_packages//pyserial",
|
/aosp_15_r20/external/pigweed/pw_trace_tokenized/py/ |
H A D | BUILD.bazel | 31 "@python_packages//pyserial",
|
/aosp_15_r20/external/pigweed/pw_config_loader/py/ |
H A D | BUILD.bazel | 32 "@python_packages//pyyaml",
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/python/ |
H A D | CMakeLists.txt | 28 "PYTHONPATH=${MLIR_HLO_BINARY_DIR}/python_packages/mlir_hlo/mlir:$ENV{PYTHONPATH}"
|
/aosp_15_r20/external/pigweed/pw_cli_analytics/py/ |
H A D | BUILD.bazel | 33 "@python_packages//requests",
|
/aosp_15_r20/external/pigweed/pw_build_info/py/ |
H A D | BUILD.bazel | 24 "@python_packages//pyelftools",
|