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

<<11121314151617181920>>

  /external/v8/src/
SConscript 230 'os:cygwin': ['platform-cygwin.cc', 'platform-posix.cc'],
293 'os:cygwin': [
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 287 printf("ERROR: Failed to resolve Cygwin path %S\n", input.c_str());
696 DWORD result = ::SHGetValueW(HKEY_LOCAL_MACHINE, TEXT("SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/"), TEXT("native"), &keyType, &rootPath, &rootPathSize);
699 // Cygwin 1.7 doesn't store Cygwin's root as a mount point anymore, because mount points are now stored in /etc/fstab.
700 // However, /etc/fstab doesn't contain any information about where / is located as a Windows path, so we need to use Cygwin's
702 result = ::SHGetValueW(HKEY_LOCAL_MACHINE, TEXT("SOFTWARE\\Cygwin\\setup"), TEXT("rootdir"), &keyType, &rootPath, &rootPathSize);
    [all...]
  /external/icu4c/
configure.in.orig 199 *-*-cygwin*|*-*-mingw*) EXEEXT=.exe ;;
275 if test $icu_cv_host_frag = mh-cygwin-msvc
535 # Check to see if we are using CygWin with MSVC
537 *-pc-cygwin*|*-pc-mingw*)
538 # For gcc, the thread options are set by mh-mingw/mh-cygwin
680 if test $icu_cv_host_frag = mh-cygwin-msvc
1065 *-*-cygwin)
    [all...]
  /external/libffi/
configure.ac 77 i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*)
146 x86_64-*-cygwin* | x86_64-*-mingw*)
  /external/llvm/cmake/
config-ix.cmake 1 if( WIN32 AND NOT CYGWIN )
2 # We consider Cygwin as another Unix
  /external/llvm/test/
Makefile 36 # -jN causes crash on Cygwin's python.
37 ifneq (,$(filter $(HOST_OS),Cygwin))
  /external/qemu/
a.out.h 5 This file is part of Cygwin.
8 Cygwin license. Please consult the file "CYGWIN_LICENSE" for
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
manager_worker_broker_unittest.py 127 if sys.platform in ('cygwin', 'win32'):
237 if multiprocessing and sys.platform not in ('cygwin', 'win32'):
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 74 close_fds = sys.platform not in ('win32', 'cygwin')
210 if sys.platform not in ('win32', 'cygwin'):
  /ndk/docs/
CHANGES.html 113 - Fixed gnustl_shared on Cygwin. The linker complained that it couldn't find
116 - Fixed cygwin C++ link when not using any specific C++ runtime through
162 - cygwin: ndk-build no longer creates an empty "NUL" file in the current
165 - cygwin: better automatic dependency detection. It previously didn't work
168 - When the cygwin drive prefix was not /cygdrive
169 - When using drive-less mounts, e.g. when Cygwin would translate /home
172 - cygwin: ndk-build does not try to use the native Windows tools under
173 $NDK/prebuilt/windows/bin with certain versions of Cygwin and/or
244 You can now build your NDK sources on Windows *without* Cygwin.
256 IMPORTANT: ndk-gdb doesn't work. You still need Cygwin to debu
    [all...]
  /external/bluetooth/glib/gmodule/
gmodule-win32.c 41 #include <sys/cygwin.h>
  /external/chromium/testing/gtest/
README 26 Linux, Windows, Mac OS X, and Cygwin. We will also make our best
47 ### Cygwin Requirements ###
49 * Cygwin 1.5.25-14 or newer
140 (e.g. Linux, Mac OS X, and Cygwin). It doesn't try to build Google
  /external/chromium/testing/gtest/test/
gtest_color_test.py 81 self.assert_(UsesColor('cygwin', None, None))
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt.c 267 " CYGWIN Detected.\n"
  /external/gtest/
README 26 Linux, Windows, Mac OS X, and Cygwin. We will also make our best
47 ### Cygwin Requirements ###
49 * Cygwin 1.5.25-14 or newer
140 (e.g. Linux, Mac OS X, and Cygwin). It doesn't try to build Google
  /external/gtest/test/
gtest_color_test.py 81 self.assert_(UsesColor('cygwin', None, None))
  /external/libffi/testsuite/lib/
target-libpath.exp 254 } elseif { [ istarget *-*-cygwin* ] || [ istarget *-*-mingw* ] } {
  /external/llvm/lib/Support/
DynamicLibrary.cpp 84 // Cygwin searches symbols only in the main
Triple.cpp 103 case Cygwin: return "cygwin";
272 .StartsWith("cygwin", Triple::Cygwin)
  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 28 /// that FP eliminatation is turned off. For example, Cygwin main function
  /external/llvm/utils/lit/lit/
Util.py 67 # On Cygwin, 'PATHEXT' may exist but it should not be used.
  /external/mesa3d/src/mesa/main/
glheader.h 49 #endif /* WIN32 / CYGWIN bracket */
  /external/openssh/
platform.c 81 /* uid 0 is not special on Cygwin so always try */
  /external/protobuf/gtest/test/
gtest_color_test.py 81 self.assert_(UsesColor('cygwin', None, None))
  /external/qemu/android/utils/
path.h 117 * an .exe prefix, or other magical thing like Cygwin usually does.

Completed in 1279 milliseconds

<<11121314151617181920>>