OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CYGWIN
(Results
401 - 425
of
493
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/external/protobuf/protoc-artifacts/
build-protoc.sh
15
# Under
Cygwin
, bash doesn't have these in PATH when called from Maven which
147
if [[ "$(uname)" ==
CYGWIN
* ]]; then
149
# Use mingw32 compilers because executables produced by
Cygwin
compiler
150
# always have dependency on
Cygwin
DLL.
156
fail "Unsupported arch by
CYGWIN
: $ARCH"
/external/robolectric-shadows/
gradlew
48
cygwin
=false
53
CYGWIN
* )
54
cygwin
=true
92
if [ "$
cygwin
" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
112
# For
Cygwin
, switch paths to Windows format before running java
113
if $
cygwin
; then
/external/smali/
gradlew
48
cygwin
=false
53
CYGWIN
* )
54
cygwin
=true
92
if [ "$
cygwin
" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
112
# For
Cygwin
, switch paths to Windows format before running java
113
if $
cygwin
; then
/external/snakeyaml/
mvnw
50
cygwin
=false;
54
CYGWIN
*)
cygwin
=true ;;
123
# For
Cygwin
, ensure paths are in UNIX format before anything is touched
124
if $
cygwin
; then
187
# For
Cygwin
, switch paths to Windows format before running java
188
if $
cygwin
; then
/external/subsampling-scale-image-view/
gradlew
48
cygwin
=false
53
CYGWIN
* )
54
cygwin
=true
92
if [ "$
cygwin
" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
112
# For
Cygwin
, switch paths to Windows format before running java
113
if $
cygwin
; then
/external/volley/
gradlew
48
cygwin
=false
53
CYGWIN
* )
54
cygwin
=true
92
if [ "$
cygwin
" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
112
# For
Cygwin
, switch paths to Windows format before running java
113
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/support/
gradlew
38
cygwin
=false
42
CYGWIN
* )
43
cygwin
=true
104
if [ "$
cygwin
" = "false" -a "$darwin" = "false" ] ; then
124
# For
Cygwin
, switch paths to Windows format before running java
125
if $
cygwin
; then
/prebuilts/sdk/tools/jetifier/jetifier-standalone/bin/
jetifier-standalone
48
cygwin
=false
53
CYGWIN
* )
54
cygwin
=true
92
if [ "$
cygwin
" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
112
# For
Cygwin
, switch paths to Windows format before running java
113
if $
cygwin
; then
/tools/metalava/
gradlew
48
cygwin
=false
53
CYGWIN
* )
54
cygwin
=true
92
if [ "$
cygwin
" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
112
# For
Cygwin
, switch paths to Windows format before running java
113
if $
cygwin
; then
/external/libmicrohttpd/
MHD_config.h.in
11
/* This is a
Cygwin
system */
12
#undef
CYGWIN
compile
56
CYGWIN
*)
57
file_conv=
cygwin
70
cygwin
/*)
/device/linaro/bootloader/edk2/OvmfPkg/
build.sh
59
CYGWIN
*)
60
echo
Cygwin
not fully supported yet.
/external/python/cpython2/Modules/
makesetup
86
# Currently, only
Cygwin
needs this baggage.
88
CYGWIN
*) if test $libdir = .
/external/python/cpython3/Modules/
makesetup
87
# Currently, only
Cygwin
needs this baggage.
89
CYGWIN
*) if test $libdir = .
/prebuilts/gdb/darwin-x86/lib/python2.7/config/
makesetup
86
# Currently, only
Cygwin
needs this baggage.
88
CYGWIN
*) if test $libdir = .
/prebuilts/gdb/linux-x86/lib/python2.7/config/
makesetup
86
# Currently, only
Cygwin
needs this baggage.
88
CYGWIN
*) if test $libdir = .
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
makesetup
86
# Currently, only
Cygwin
needs this baggage.
88
CYGWIN
*) if test $libdir = .
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
makesetup
86
# Currently, only
Cygwin
needs this baggage.
88
CYGWIN
*) if test $libdir = .
/external/ImageMagick/config/
compile
56
CYGWIN
*)
57
file_conv=
cygwin
70
cygwin
/*)
/external/curl/
compile
56
CYGWIN
*)
57
file_conv=
cygwin
70
cygwin
/*)
/external/google-breakpad/autotools/
compile
56
CYGWIN
*)
57
file_conv=
cygwin
70
cygwin
/*)
/external/libedit/
compile
56
CYGWIN
*)
57
file_conv=
cygwin
70
cygwin
/*)
/external/libevent/
compile
56
CYGWIN
*)
57
file_conv=
cygwin
70
cygwin
/*)
/external/libnetfilter_conntrack/build-aux/
compile
56
CYGWIN
*)
57
file_conv=
cygwin
70
cygwin
/*)
Completed in 963 milliseconds
<<
11
12
13
14
15
16
17
18
19
20