/external/mesa3d/ |
D | common.py | 17 host_platform = _platform.system().lower() variable 18 if host_platform.startswith('cygwin'): 19 host_platform = 'cygwin' variable 21 if host_platform.startswith('mingw'): 22 host_platform = 'windows' variable 29 target_platform = host_platform 68 if target_platform == 'windows' and host_platform != 'windows': 106 opts.Add(EnumOption('platform', 'target platform', host_platform, 122 if host_platform == 'windows':
|
D | SConstruct | 74 if common.host_platform != 'windows' and env['platform'] != 'windows': 138 host_env['platform'] = common.host_platform
|
/external/python/cpython2/ |
D | setup.py | 30 host_platform = get_platform() variable 77 if host_platform == 'darwin': 87 if host_platform == 'darwin' and is_macosx_sdk_path(dir): 96 if host_platform == 'darwin' and is_macosx_sdk_path(dir): 110 if host_platform == 'darwin': 119 if host_platform == 'darwin' and is_macosx_sdk_path(p): 148 if host_platform == 'darwin' and is_macosx_sdk_path(p): 206 if host_platform == 'darwin' and ("--disable-toolbox-glue" not in 321 if host_platform == 'darwin' and ( 335 if host_platform == 'cygwin': [all …]
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/ |
D | BUILD | 32 name = "host_platform", 34 "host_platform.cc", 37 "host_platform.h", 118 ":host_platform",
|
D | host_platform.cc | 105 REGISTER_MODULE_INITIALIZER(host_platform, 110 REGISTER_MODULE_INITIALIZER_SEQUENCE(host_platform, multi_platform_manager); 112 host_platform);
|
/external/mesa3d/scons/ |
D | gallium.py | 39 import platform as host_platform namespace 216 if host_platform.system() == 'Windows': 237 hosthost_platform = host_platform.system().lower() 243 …on.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', host_platform.machine())) 496 if platform == 'darwin' and host_platform.mac_ver()[0] >= '10.15': 688 if host_platform.system() == 'Windows': 700 if host_platform.system() == 'Windows':
|
D | llvm.py | 33 import platform as host_platform namespace 269 if host_platform.system().lower().startswith('mingw'):
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | BUILD | 28 name = "host_platform", 30 "host_platform.h", 36 "//tensorflow/compiler/xla/stream_executor/host:host_platform",
|
/external/angle/build/fuchsia/test/ |
D | common.py | 68 host_platform = sys.platform 69 if host_platform.startswith('linux'): 71 if host_platform.startswith('darwin'): 73 raise Exception('Unsupported host platform: %s' % host_platform)
|
/external/cronet/components/cronet/tools/ |
D | android_rndis_forwarder.py | 199 host_platform = platform.GetHostPlatform().GetOSName() 200 if host_platform == 'linux': 203 if host_platform == 'mac': 205 raise NotImplementedError('Platform %s not supported!' % host_platform)
|
/external/cronet/build/fuchsia/test/ |
D | common.py | 148 host_platform = sys.platform 149 if host_platform.startswith('linux'): 151 if host_platform.startswith('darwin'): 153 raise Exception('Unsupported host platform: %s' % host_platform)
|
/external/grpc-grpc/tools/internal_ci/linux/ |
D | grpc_bazel_on_foundry_base.sh | 59 --host_platform=//third_party/toolchains:rbe_ubuntu1604 \
|
D | grpc_ubsan_on_foundry.sh | 64 --host_platform=//third_party/toolchains:rbe_ubuntu1604 \
|
D | grpc_msan_on_foundry.sh | 68 --host_platform=//third_party/toolchains:rbe_ubuntu1604 \
|
/external/grpc-grpc/tools/internal_ci/linux/pull_request/ |
D | grpc_ubsan_on_foundry.sh | 64 --host_platform=//third_party/toolchains:rbe_ubuntu1604 \
|
/external/rust/crates/grpcio-sys/grpc/tools/remote_build/ |
D | windows.bazelrc | 13 build --host_platform=//third_party/toolchains:rbe_windows
|
D | rbe_common.bazelrc | 26 build --host_platform=@rbe_default//config:platform
|
/external/skia/ |
D | .bazelrc | 19 build --host_platform=//bazel/platform:host_with_hermetic_toolchain 23 # build --host_platform=//bazel/platform:linux_x64_hermetic
|
/external/tensorflow/tensorflow/tsl/platform/default/build_config/ |
D | BUILD | 109 "//tensorflow/stream_executor/host:host_platform",
|
/external/tensorflow/ |
D | .bazelrc | 452 build:rbe_cpu_linux_base --host_platform="@ubuntu20.04-gcc9_manylinux2014-cuda11.2-cudnn8.1-tensorr… 479 build:rbe_linux_cuda11.2_nvcc_base --host_platform="@ubuntu20.04-gcc9_manylinux2014-cuda11.2-cudnn8… 505 build:rbe_linux_cuda_clang_base --host_platform="@ubuntu20.04-clang_manylinux2014-cuda11.2-cudnn8.1… 521 build:rbe_linux_rocm_base --host_platform="@ubuntu20.04-gcc9_manylinux2014-rocm_config_platform//:p… 540 build:rbe_win --host_platform="//tensorflow/tools/toolchains/win:rbe_windows_ltsc2019"
|
/external/skia/site/docs/dev/contrib/ |
D | bazel.md | 117 build --host_platform=//bazel/platform:linux_x64_hermetic
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
D | BUILD | 714 "//tensorflow/compiler/xla/stream_executor/host:host_platform",
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
D | BUILD | 143 "//tensorflow/compiler/xla/stream_executor/host:host_platform",
|