/external/mesa3d/ |
D | CleanSpec.mk | 5 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/EXECUTABLES/mesa_*_interm… 6 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/EXECUTABLES/glsl_compiler… 7 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/STATIC_LIBRARIES/libmesa_…
|
/external/tensorflow/tensorflow/lite/tools/make/ |
D | Makefile | 11 HOST_OS := macro 13 HOST_OS = windows macro 17 HOST_OS := linux macro 20 HOST_OS := osx macro 28 TARGET := $(HOST_OS) 72 ifeq ($(HOST_OS),windows) 84 ifeq ($(HOST_OS),$(TARGET)) 386 ifeq ($(HOST_OS),osx)
|
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/test/ |
D | BUILD.gn | 75 values += [ "HOST_OS=Darwin" ] 77 values += [ "HOST_OS=Linux" ] 79 values += [ "HOST_OS=Windows" ]
|
/external/lz4/ |
D | Makefile | 90 HOST_OS = POSIX macro 107 HOST_OS = MSYS macro 115 ifneq (,$(filter $(HOST_OS),MSYS POSIX))
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/make/ |
D | Android.rules | 55 ifeq "$(HOST_OS)" "Linux" 57 else ifeq "$(HOST_OS)" "Darwin"
|
D | Makefile.rules | 59 HOST_OS = $(shell uname -s) 60 ifneq (,$(findstring windows32,$(HOST_OS))) 61 HOST_OS = Windows_NT 64 OS = $(HOST_OS)
|
/external/llvm/ |
D | llvm-host-build.mk | 63 ifeq (libLLVM, $(filter libLLVM,$(LOCAL_SHARED_LIBRARIES)$(LOCAL_SHARED_LIBRARIES_$(HOST_OS))))
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/test/ |
D | BUILD.gn | 121 extra_values += [ "HOST_OS=FreeBSD" ] 123 extra_values += [ "HOST_OS=Darwin" ] 125 extra_values += [ "HOST_OS=Linux" ] 127 extra_values += [ "HOST_OS=Windows" ]
|
/external/compiler-rt/unittests/ |
D | lit.common.unit.configured.in | 12 config.host_os = "@HOST_OS@"
|
/external/tensorflow/tensorflow/lite/micro/tools/make/ |
D | Makefile | 33 HOST_OS := macro 35 HOST_OS = windows macro 39 HOST_OS := linux macro 42 HOST_OS := osx macro 51 TARGET := $(HOST_OS) 144 ifeq ($(TARGET), $(HOST_OS)) 545 $(HOST_OS) \
|
D | third_party_downloads.inc | 28 ifeq ($(HOST_OS),osx)
|
/external/llvm-project/compiler-rt/unittests/ |
D | lit.common.unit.configured.in | 12 config.host_os = "@HOST_OS@"
|
/external/compiler-rt/test/ |
D | lit.common.configured.in | 13 set_default("host_os", "@HOST_OS@")
|
/external/llvm/test/ |
D | lit.site.cfg.in | 29 config.host_os = "@HOST_OS@"
|
/external/clang/ |
D | Android.mk | 65 ifneq ($(HOST_OS),darwin)
|
/external/llvm-project/mlir/examples/standalone/test/ |
D | lit.site.cfg.py.in | 23 config.host_os = "@HOST_OS@"
|
/external/llvm-project/mlir/integration_test/ |
D | lit.site.cfg.py.in | 23 config.host_os = "@HOST_OS@"
|
/external/zstd/ |
D | Makefile | 154 HOST_OS = POSIX macro 363 HOST_OS = MSYS macro 371 ifneq (,$(filter $(HOST_OS),MSYS POSIX))
|
/external/llvm-project/mlir/test/ |
D | lit.site.cfg.py.in | 23 config.host_os = "@HOST_OS@"
|
/external/zstd/tests/ |
D | Makefile | 258 HOST_OS = POSIX macro 278 HOST_OS = MSYS macro 285 ifneq (,$(filter $(HOST_OS),MSYS POSIX))
|
/external/llvm-project/llvm/test/ |
D | lit.site.cfg.py.in | 29 config.host_os = "@HOST_OS@"
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | lit.site.cfg.py.in | 36 config.host_os = "@HOST_OS@"
|
/external/llvm-project/lldb/test/API/ |
D | lit.site.cfg.py.in | 16 config.host_os = "@HOST_OS@"
|
/external/llvm-project/compiler-rt/test/ |
D | lit.common.configured.in | 13 set_default("host_os", "@HOST_OS@")
|
/external/llvm/cmake/modules/ |
D | AddLLVM.cmake | 1055 set(HOST_OS ${CMAKE_SYSTEM_NAME}) variable
|