HomeSort by relevance Sort by last modified time
    Searched full:cygwin (Results 126 - 150 of 689) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/smali/scripts/
baksmali 78 if [ "$OSTYPE" = "cygwin" ]; then
79 # For Cygwin, convert the jarfile path into native Windows style.
smali 78 if [ "$OSTYPE" = "cygwin" ]; then
79 # For Cygwin, convert the jarfile path into native Windows style.
  /external/srtp/crypto/
Makefile 23 # EXE defines the suffix on executables - it's .exe for cygwin, and
25 # `make clean` will work on the cygwin platform
Makefile.in 23 # EXE defines the suffix on executables - it's .exe for cygwin, and
25 # `make clean` will work on the cygwin platform
  /external/v8/tools/
utils.py 52 elif id.find('CYGWIN') >= 0:
53 return 'cygwin'
  /external/webkit/Tools/Scripts/webkitpy/common/system/
file_lock.py 46 if sys.platform in ('darwin', 'linux2', 'cygwin'):
54 if sys.platform in ('darwin', 'linux2', 'cygwin'):
  /ndk/sources/host-tools/sed-4.2.1/lib/
file-has-acl.c 121 #elif USE_ACL && HAVE_ACL && defined GETACL /* Solaris, Cygwin, not HP-UX */
123 # if !defined ACL_NO_TRIVIAL /* Solaris <= 10, Cygwin */
143 /* Note: Cygwin does not return a CLASS_OBJ ("mask:") entry
350 # elif HAVE_ACL && defined GETACLCNT /* Solaris, Cygwin, not HP-UX */
359 # else /* Solaris, Cygwin, general case */
361 /* Solaris 2.5 through Solaris 10, Cygwin, and contemporaneous versions
383 /* Don't use MIN_ACL_ENTRIES: It's set to 4 on Cygwin, but Cygwin
acl-internal.h 160 # elif HAVE_ACL && defined GETACL /* Solaris, Cygwin, not HP-UX */
164 # if defined __CYGWIN__ /* Cygwin */
170 # if !defined ACL_NO_TRIVIAL /* Solaris <= 10, Cygwin */
  /prebuilts/sdk/tools/
dx 82 if [ "$OSTYPE" = "cygwin" ]; then
83 # For Cygwin, convert the jarfile path into native Windows style.
  /external/chromium/build/util/
lastchange.py 72 # Force shell usage under cygwin & win32. This is a workaround for
73 # mysterious loss of cwd while invoking cygwin's git.
75 # cause CMD to be used, while we explicitly want a cygwin shell.
76 if sys.platform in ('cygwin', 'win32'):
  /external/chromium/chrome/common/extensions/docs/build/
build.py 125 if (sys.platform in ('cygwin', 'win32')):
165 # Prevent windows from using cygwin python.
166 if (sys.platform == "cygwin"):
167 sys.exit("Building docs not supported for cygwin python. Please run the "
  /external/gtest/
README.android 7 (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on
CHANGES 70 * Compatibility fixes for Solaris, Cygwin, minGW, Windows Mobile,
76 * New feature: death tests on Windows, Cygwin, and Mac.
126 * Fixed issues with compiling on Cygwin.
  /external/libffi/testsuite/libffi.call/
closure_stdcall.c 7 /* { dg-do run { target i?86-*-cygwin* i?86-*-mingw* } } */
  /external/llvm/tools/
CMakeLists.txt 13 if( NOT WIN32 OR MSYS OR CYGWIN )
  /external/openssh/openbsd-compat/
bsd-cygwin_util.h 40 #include <sys/cygwin.h>
  /external/valgrind/tsan/
tsan_pin.sh 13 elif [ "$UNAME_OS" == "Cygwin" ]; then
  /ndk/sources/host-tools/sed-4.2.1/m4/
mmap-anon.m4 9 # - On Linux, AIX, OSF/1, Solaris, Cygwin, Interix, Haiku, both MAP_ANONYMOUS
stdio_h.m4 125 [[#if defined __SL64 && defined __SCLE /* cygwin */
126 /* Cygwin 1.5.24 and earlier fail to put stdin in 64-bit mode, making
129 # include <cygwin/version.h>
  /external/chromium/testing/gtest/
CHANGES 67 * Compatibility fixes for Solaris, Cygwin, minGW, Windows Mobile,
73 * New feature: death tests on Windows, Cygwin, and Mac.
123 * Fixed issues with compiling on Cygwin.
  /external/libpng/scripts/
README.txt 18 makefile.cygwin => Cygwin/gcc makefile
71 pngw32.def => Module definitions for makefile.cygwin and mingw
  /external/qemu/
INSTALL 12 - Windows x86 (through Cygwin only)
18 The Windows emulator binary is built using the -no-cygwin option
19 and thus doesn't depend on CYGWIN.DLL being installed on your system.
  /external/stlport/test/eh/
cygwin.mak 79 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
83 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
87 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
changelog_unittest.py 48 Only add Cygwin to the path when it isn't already there. This avoids
49 causing problems for people who purposefully have non-Cygwin versions of
50 executables like svn in front of the Cygwin ones in their paths.
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
factory_unittest.py 108 self.assert_platform_port("cygwin", None, win.WinPort)
109 self.assert_platform_port("cygwin", self.webkit_options, win.WinPort)
152 self.assert_platform_port("cygwin", self.chromium_options,

Completed in 465 milliseconds

1 2 3 4 56 7 8 91011>>