/frameworks/data-binding/integration-tests/IndependentLibrary/ |
gradlew | 30 cygwin=false 34 CYGWIN* ) 35 cygwin=true 45 # For Cygwin, ensure paths are in UNIX format before anything is touched. 46 if $cygwin ; then 93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then 113 # For Cygwin, switch paths to Windows format before running java 114 if $cygwin ; then
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/ |
gradlew | 30 cygwin=false 34 CYGWIN* ) 35 cygwin=true 45 # For Cygwin, ensure paths are in UNIX format before anything is touched. 46 if $cygwin ; then 93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then 113 # For Cygwin, switch paths to Windows format before running java 114 if $cygwin ; then
|
/frameworks/data-binding/integration-tests/TestApp/ |
gradlew | 30 cygwin=false 34 CYGWIN* ) 35 cygwin=true 45 # For Cygwin, ensure paths are in UNIX format before anything is touched. 46 if $cygwin ; then 93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then 113 # For Cygwin, switch paths to Windows format before running java 114 if $cygwin ; then
|
/frameworks/data-binding/samples/BindingDemo/ |
gradlew | 30 cygwin=false 34 CYGWIN* ) 35 cygwin=true 45 # For Cygwin, ensure paths are in UNIX format before anything is touched. 46 if $cygwin ; then 93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then 113 # For Cygwin, switch paths to Windows format before running java 114 if $cygwin ; then
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/ |
NdkEnvSupplier.java | 49 // I'm giving MSYS precedence over Cygwin. I'm biased that 60 bin = new File("C:\\cygwin\\bin"); //$NON-NLS-1$ 80 // Since we're using real paths, need to tell cygwin it's OK 81 IBuildEnvironmentVariable cygwin = new IBuildEnvironmentVariable() { local 84 return "CYGWIN"; //$NON-NLS-1$ 103 mEnvVars.put(cygwin.getName(), cygwin); local
|
/build/core/combo/ |
HOST_windows-x86_64.mk | 52 # when building under Cygwin, ensure that we use Mingw compilation by default. 53 # you can disable this (i.e. to generate Cygwin executables) by defining the 58 # note that the -mno-cygwin flags are not needed when cross-compiling the 61 ifneq ($(findstring CYGWIN,$(UNAME)),) 63 HOST_GLOBAL_CFLAGS += -mno-cygwin 64 HOST_GLOBAL_LDFLAGS += -mno-cygwin -mconsole
|
HOST_windows-x86.mk | 60 # when building under Cygwin, ensure that we use Mingw compilation by default. 61 # you can disable this (i.e. to generate Cygwin executables) by defining the 66 # note that the -mno-cygwin flags are not needed when cross-compiling the 69 ifneq ($(findstring CYGWIN,$(UNAME)),) 71 $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -mno-cygwin 72 $(combo_2nd_arch_prefix)HOST_GLOBAL_LDFLAGS += -mno-cygwin -mconsole 83 # TODO: find out what format cygwin's stat(1) uses
|
/build/libs/host/ |
Android.mk | 8 ifeq ($(HOST_OS),cygwin)
|
/build/tools/acp/ |
Android.mk | 12 ifeq ($(HOST_OS),cygwin)
|
/external/clang/tools/libclang/ |
CIndexer.cpp | 33 #include <cygwin/version.h> 34 #include <sys/cygwin.h>
|
/ndk/build/core/ |
check-cygwin-make.mk | 16 # Check that we have a Cygwin-compatible make. 28 # Get the cygwin-specific path to the make executable 29 # (e.g. /cygdrive/c/cygwin/usr/bin/make), then strip the 35 # Now try to find it on the file system, a non-cygwin compatible 36 # GNU Make, even if launched from a Cygwin shell, will not 40 $(error Android NDK: $(firstword $(MAKE)) is not cygwin-compatible)
|
init.mk | 137 # On all modern variants of Windows (including Cygwin and Wine) 154 ifneq (,$(findstring CYGWIN,$(UNAME))) 169 # $(HOST_OS), except on Cygwin where we will have: 171 # HOST_OS == cygwin 174 # Trying to detect that we're running from Cygwin is tricky 181 # to a Cygwin installation. 187 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin) 189 # native Windows shell. On cygwin, this will create an empty NUL file 193 ifneq (,$(filter CYGWIN%,$(UNAME))) 194 $(call ndk_log,Cygwin detected: $(shell uname -a) [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/bin/ |
mvn | 50 cygwin=false; 54 CYGWIN*) cygwin=true ;; 116 # For Cygwin, ensure paths are in UNIX format before anything is touched 117 if $cygwin ; then 175 # For Cygwin, switch paths to Windows format before running java 176 if $cygwin; then
|
mvnDebug | 54 cygwin=false; 58 CYGWIN*) cygwin=true ;; 120 # For Cygwin, ensure paths are in UNIX format before anything is touched 121 if $cygwin ; then 179 # For Cygwin, switch paths to Windows format before running java 180 if $cygwin; then
|
mvnyjp | 58 cygwin=false; 62 CYGWIN*) cygwin=true ;; 124 # For Cygwin, ensure paths are in UNIX format before anything is touched 125 if $cygwin ; then 183 # For Cygwin, switch paths to Windows format before running java 184 if $cygwin; then
|
/frameworks/multidex/ |
gradlew | 30 cygwin=false 34 CYGWIN* ) 35 cygwin=true 45 # For Cygwin, ensure paths are in UNIX format before anything is touched. 46 if $cygwin ; then 93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then 113 # For Cygwin, switch paths to Windows format before running java 114 if $cygwin ; then
|
/frameworks/opt/setupwizard/tools/gradle/ |
gradlew | 30 cygwin=false 34 CYGWIN* ) 35 cygwin=true 45 # For Cygwin, ensure paths are in UNIX format before anything is touched. 46 if $cygwin ; then 98 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then 118 # For Cygwin, switch paths to Windows format before running java 119 if $cygwin ; then
|
/frameworks/support/ |
gradlew | 30 cygwin=false 34 CYGWIN* ) 35 cygwin=true 45 # For Cygwin, ensure paths are in UNIX format before anything is touched. 46 if $cygwin ; then 93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then 113 # For Cygwin, switch paths to Windows format before running java 114 if $cygwin ; then
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
ant | 81 cygwin=false;
84 CYGWIN*) cygwin=true ;;
114 # For Cygwin, ensure paths are in UNIX format before anything is touched
115 if $cygwin ; then
243 # For Cygwin, switch paths to appropriate format before running java
247 # rare than windows style paths on cygwin.
248 if $cygwin; then
280 # add a second backslash to variables terminated by a backslash under cygwin
281 if $cygwin; then [all...] |
/external/e2fsprogs/config/ |
config.rpath | 96 cygwin* | mingw* | pw32*) 134 cygwin* | mingw* | pw32*) 228 cygwin* | mingw* | pw32*) 373 cygwin* | mingw* | pw32*) 375 yes,cygwin*)
|
/external/openssh/contrib/cygwin/ |
ssh-host-config | 5 # This file is part of the Cygwin port of OpenSSH. 23 CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh 36 /usr/bin/cygpath cygwin 37 /usr/bin/mkpasswd cygwin 38 /usr/bin/mount cygwin 39 /usr/bin/ps cygwin 40 /usr/bin/umount cygwin 152 csih_inform "OpenSSH 6.1. This is unsupported by Cygwin and has to be set" 464 cygwin_env=( -e "CYGWIN=${csih_cygenv}" ) 468 if /usr/bin/cygrunsrv -I ${service_name} -d "CYGWIN ${service_name}" -p /usr/sbin/sshd [all...] |
/external/bison/build-aux/ |
compile | 57 CYGWIN*) 58 file_conv=cygwin 71 cygwin/*)
|
/external/elfutils/src/config/ |
ar-lib | 56 CYGWIN*) 57 file_conv=cygwin 68 cygwin)
|
/external/libcap-ng/libcap-ng-0.7/ |
compile | 57 CYGWIN*) 58 file_conv=cygwin 71 cygwin/*)
|
/external/libexif/ |
config.rpath | 112 cygwin* | mingw* | pw32*) 152 cygwin* | mingw* | pw32*) 271 cygwin* | mingw* | pw32*) 443 cygwin* | mingw* | pw32*)
|