Home
last modified time | relevance | path

Searched full:msys (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/external/arm-trusted-firmware/make_helpers/
Dbuild_env.mk29 ifneq ($(findstring ${OSTYPE}, MINGW32 mingw msys),)
30 ENV_FILE_TO_INCLUDE := msys.mk
35 # Although the MINGW MSYS shell sets OSTYPE as msys in its environment,
38 ifneq ($(findstring ${MSYSTEM}, MINGW32 mingw msys),)
39 OSTYPE ?= msys
40 ENV_FILE_TO_INCLUDE := msys.mk
/external/trusty/arm-trusted-firmware/make_helpers/
Dbuild_env.mk29 ifneq ($(findstring ${OSTYPE}, MINGW32 mingw msys),)
30 ENV_FILE_TO_INCLUDE := msys.mk
35 # Although the MINGW MSYS shell sets OSTYPE as msys in its environment,
38 ifneq ($(findstring ${MSYSTEM}, MINGW32 mingw msys),)
39 OSTYPE ?= msys
40 ENV_FILE_TO_INCLUDE := msys.mk
/external/curl/tests/
Dpathhelp.pm26 # Win32 platform with Msys or Cygwin.
49 # interpreted incorrectly in Perl and Msys/Cygwin environment have low
81 || $^O eq 'msys';
132 if($^O eq 'msys') {
133 # MSys shell has built-in command.
162 # Notice parameter "/c;" - it's required to turn off Msys's
173 # Internal function. Converts path by using Msys's built-in transformation.
216 # First type of paths is not processed by Msys transformation and
218 # Second type is not processed by Msys transformation and may be
256 elsif($^O eq 'msys') {
[all …]
/external/lz4/lib/dll/example/
DREADME.md7 - `dll\msys-lz4-1.dll` : The DLL of LZ4 library, compiled by msys
38 The header files from `include\` and the dynamic library `dll\msys-lz4-1.dll`
42 file it should be linked with `dll\msys-lz4-1.dll`. For example:
44 gcc $(CFLAGS) -Iinclude\ test-dll.c -o test-dll dll\msys-lz4-1.dll
46 The compiled executable will require LZ4 DLL which is available at `dll\msys-lz4-1.dll`.
69 The compiled executable will require LZ4 DLL which is available at `dll\msys-lz4-1.dll`.
/external/angle/tools/flex-bison/
DREADME.md52 msys-intl-8.dll
53 msys-iconv-2.dll
54 msys-2.0.dll
73 /usr/bin/msys-intl-8.dll \
74 /usr/bin/msys-iconv-2.dll \
75 /usr/bin/msys-2.0.dll \
Dupdate_flex_bison_binaries.py31 'flex.exe', 'bison.exe', 'm4.exe', 'msys-2.0.dll', 'msys-iconv-2.dll',
32 'msys-intl-8.dll'
/external/lz4/
DMakefile.inc50 ifneq (,$(filter MSYS%,$(TARGET_OS)))
51 LIBLZ4 = msys-lz4-$(LIBVER_MAJOR)
72 ifneq (,$(filter MINGW% MSYS% CYGWIN%,$(shell $(UNAME))))
82 …U OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD MINGW% CYGWIN% MSYS%,$(shell $(UNAME))))
92 ifneq (,$(filter MINGW% MSYS% CYGWIN%,$(shell $(UNAME))))
/external/angle/scripts/code_generation_hashes/
DANGLE_shader_preprocessor.json24 "tools/flex-bison/windows/msys-2.0.dll.sha1":
26 "tools/flex-bison/windows/msys-iconv-2.dll.sha1":
28 "tools/flex-bison/windows/msys-intl-8.dll.sha1":
DANGLE_shader_translator.json26 "tools/flex-bison/windows/msys-2.0.dll.sha1":
28 "tools/flex-bison/windows/msys-iconv-2.dll.sha1":
30 "tools/flex-bison/windows/msys-intl-8.dll.sha1":
/external/aws-crt-java/
Dgradlew65 msys=false
75 MSYS* | MINGW* )
76 msys=true
129 # For Cygwin or MSYS, switch paths to Windows format before running java
130 if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
/external/accessibility-test-framework/
Dgradlew65 msys=false
75 MSYS* | MINGW* )
76 msys=true
129 # For Cygwin or MSYS, switch paths to Windows format before running java
130 if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
/external/ksp/benchmark/
Dgradlew65 msys=false
75 MSYS* | MINGW* )
76 msys=true
129 # For Cygwin or MSYS, switch paths to Windows format before running java
130 if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
/external/ksp/
Dgradlew65 msys=false
75 MSYS* | MINGW* )
76 msys=true
129 # For Cygwin or MSYS, switch paths to Windows format before running java
130 if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
/external/tflite-support/tensorflow_lite_support/tools/ci_build/builds/
Dpip_smoke_test.sh18 # Important: Use msys shell to run this script on Windows.
26 if [[ "$OSTYPE" == "msys" ]]; then
33 if [[ "$OSTYPE" == "msys" ]]; then
49 if [[ "$OSTYPE" == "msys" ]]; then
/external/libaom/build/cmake/
Dgenerate_exports.cmake27 elseif("${AOM_TARGET_SYSTEM}" MATCHES "Windows\|MSYS")
38 elseif("${AOM_TARGET_SYSTEM}" MATCHES "Windows\|MSYS")
53 if("${AOM_TARGET_SYSTEM}" MATCHES "Windows\|MSYS")
/external/rust/crates/atty/
DCHANGELOG.md15 * fix msys detection with `winapi@0.3.5` [#28](https://github.com/softprops/atty/pull/28)
31 * Change `||` to `&&` for whether MSYS is a tty [#24](https://github.com/softprops/atty/pull/24/)
52 * Add tty detection for MSYS terminals [#12](https://github.com/softprops/atty/pull/12)
/external/rust/crates/grpcio-sys/grpc/third_party/toolchains/rbe_win2019/
DDockerfile54 function msys() { C:\msys64\usr\bin\bash.exe @('-lc') + @Args; } \
55 msys ' '; \
56 msys 'pacman --noconfirm -Syy zstd'; \
57 msys 'pacman --noconfirm -Syy git curl zip unzip'; \
/external/grpc-grpc/third_party/toolchains/dockerfile/rbe_windows2019/
DDockerfile54 function msys() { C:\msys64\usr\bin\bash.exe @('-lc') + @Args; } \
55 msys ' '; \
56 msys 'pacman --noconfirm -Syy zstd'; \
57 msys 'pacman --noconfirm -Syy git curl zip unzip'; \
/external/doclava/
Dgradlew107 msys=false
113 MSYS* | MINGW* ) msys=true ;; #(
165 # For Cygwin or MSYS, switch paths to Windows format before running java
166 if "$cygwin" || "$msys" ; then
/external/icu/icu4c/source/config/
Dmh-mingw64118 MSYS_VERSION ?= $(if $(findstring Msys, $(shell uname -o)),$(word 1, $(subst ., ,$(shell uname -r))…
119 $(info Detected MSYS version: $(MSYS_VERSION))
122 # Older versions of MSYS don't have cygpath by default. #M#
125 #CURR_FULL_DIR=$(shell pwd -W)#M# for MSYS
129 #CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
/external/rust/beto-rust/nearby/presence/ldt_np_jni/java/LdtNpJni/
Dgradlew107 msys=false
113 MSYS* | MINGW* ) msys=true ;; #(
165 # For Cygwin or MSYS, switch paths to Windows format before running java
166 if "$cygwin" || "$msys" ; then
/external/grpc-grpc-java/examples/
Dgradlew107 msys=false
113 MSYS* | MINGW* ) msys=true ;; #(
165 # For Cygwin or MSYS, switch paths to Windows format before running java
166 if "$cygwin" || "$msys" ; then
/external/perfmark/
Dgradlew107 msys=false
113 MSYS* | MINGW* ) msys=true ;; #(
165 # For Cygwin or MSYS, switch paths to Windows format before running java
166 if "$cygwin" || "$msys" ; then
/external/kotlinx.serialization/
Dgradlew107 msys=false
113 MSYS* | MINGW* ) msys=true ;; #(
165 # For Cygwin or MSYS, switch paths to Windows format before running java
166 if "$cygwin" || "$msys" ; then
/external/aws-crt-java/src/test/android/testapp/
Dgradlew107 msys=false
113 MSYS* | MINGW* ) msys=true ;; #(
165 # For Cygwin or MSYS, switch paths to Windows format before running java
166 if "$cygwin" || "$msys" ; then

12345678910>>...20