Home
last modified time | relevance | path

Searched refs:HOST_OS (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/
DCleanSpec.mk5 $(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/
DMakefile11 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/
DBUILD.gn75 values += [ "HOST_OS=Darwin" ]
77 values += [ "HOST_OS=Linux" ]
79 values += [ "HOST_OS=Windows" ]
/external/lz4/
DMakefile90 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/
DAndroid.rules55 ifeq "$(HOST_OS)" "Linux"
57 else ifeq "$(HOST_OS)" "Darwin"
DMakefile.rules59 HOST_OS = $(shell uname -s)
60 ifneq (,$(findstring windows32,$(HOST_OS)))
61 HOST_OS = Windows_NT
64 OS = $(HOST_OS)
/external/llvm/
Dllvm-host-build.mk63 ifeq (libLLVM, $(filter libLLVM,$(LOCAL_SHARED_LIBRARIES)$(LOCAL_SHARED_LIBRARIES_$(HOST_OS))))
/external/llvm-project/llvm/utils/gn/secondary/llvm/test/
DBUILD.gn121 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/
Dlit.common.unit.configured.in12 config.host_os = "@HOST_OS@"
/external/tensorflow/tensorflow/lite/micro/tools/make/
DMakefile33 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) \
Dthird_party_downloads.inc28 ifeq ($(HOST_OS),osx)
/external/llvm-project/compiler-rt/unittests/
Dlit.common.unit.configured.in12 config.host_os = "@HOST_OS@"
/external/compiler-rt/test/
Dlit.common.configured.in13 set_default("host_os", "@HOST_OS@")
/external/llvm/test/
Dlit.site.cfg.in29 config.host_os = "@HOST_OS@"
/external/clang/
DAndroid.mk65 ifneq ($(HOST_OS),darwin)
/external/llvm-project/mlir/examples/standalone/test/
Dlit.site.cfg.py.in23 config.host_os = "@HOST_OS@"
/external/llvm-project/mlir/integration_test/
Dlit.site.cfg.py.in23 config.host_os = "@HOST_OS@"
/external/zstd/
DMakefile154 HOST_OS = POSIX macro
363 HOST_OS = MSYS macro
371 ifneq (,$(filter $(HOST_OS),MSYS POSIX))
/external/llvm-project/mlir/test/
Dlit.site.cfg.py.in23 config.host_os = "@HOST_OS@"
/external/zstd/tests/
DMakefile258 HOST_OS = POSIX macro
278 HOST_OS = MSYS macro
285 ifneq (,$(filter $(HOST_OS),MSYS POSIX))
/external/llvm-project/llvm/test/
Dlit.site.cfg.py.in29 config.host_os = "@HOST_OS@"
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dlit.site.cfg.py.in36 config.host_os = "@HOST_OS@"
/external/llvm-project/lldb/test/API/
Dlit.site.cfg.py.in16 config.host_os = "@HOST_OS@"
/external/llvm-project/compiler-rt/test/
Dlit.common.configured.in13 set_default("host_os", "@HOST_OS@")
/external/llvm/cmake/modules/
DAddLLVM.cmake1055 set(HOST_OS ${CMAKE_SYSTEM_NAME}) variable

12