| /external/v8/tools/gyp/test/ios/ |
| gyptest-archs.py | 19 test = TestGyp.TestGyp(formats=['ninja', 'xcode']) 26 if TestMac.Xcode.Version() < '0510': 31 if TestMac.Xcode.Version() >= '0500': 43 if test.format == 'xcode': 47 if TestMac.Xcode.Version() < '0500':
|
| gyptest-framework.py | 16 if sys.platform == 'darwin' and TestMac.Xcode.Version()>="0700": 19 if test.format == 'xcode-ninja':
|
| gyptest-watch.py | 21 if sys.platform == 'darwin' and TestMac.Xcode.Version() >= "0620": 22 test = TestGyp.TestGyp(formats=['ninja', 'xcode'])
|
| gyptest-extension.py | 26 if sys.platform == 'darwin' and TestMac.Xcode.Version()>="0600": 28 test = TestGyp.TestGyp(formats=['ninja', 'xcode'])
|
| gyptest-app-ios-assets-catalog.py | 17 # Xcode supports for assets catalog was introduced in Xcode 6.0 18 if sys.platform == 'darwin' and TestMac.Xcode.Version() >= '0600': 22 test = TestGyp.TestGyp(formats=['xcode', 'ninja'])
|
| gyptest-per-config-settings.py | 97 test = TestGyp.TestGyp(formats=['ninja', 'xcode']) 111 xcode_version = TestMac.Xcode.Version() 135 xcode_build = TestMac.Xcode.Build() 137 # Xcode keeps changing what gets included in executable plists, and it 139 # Xcode 7.2 and above.
|
| /external/v8/tools/gyp/test/mac/ |
| gyptest-clang-cxx-library.py | 18 # Xcode 4.2 on OS X 10.6 doesn't install the libc++ headers, don't run this 20 if TestMac.Xcode.Version() <= '0420': 23 test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode'])
|
| gyptest-app.py | 47 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) 71 # Prior to Xcode 5.0.0, SDKROOT (and thus DTSDKName) was only defined if 72 # set in the Xcode project file. Starting with that version, it is always 75 if TestMac.Xcode.Version() >= '0500': 76 version = TestMac.Xcode.SDKVersion() 79 sdkbuild = TestMac.Xcode.SDKBuild() 81 # Above command doesn't work in Xcode 4.2. 84 ExpectEq(TestMac.Xcode.Version(), plist['DTXcode']) 85 ExpectEq(TestMac.Xcode.Build(), plist['DTXcodeBuild'])
|
| gyptest-swift-library.py | 22 test = TestGyp.TestGyp(formats=['xcode']) 34 # Run this for iOS on XCode 6.0 or greater 35 if TestMac.Xcode.Version() >= '0600': 39 # Run it for Mac on XCode 6.1 or greater 40 if TestMac.Xcode.Version() >= '0610': 49 if test.format == 'xcode':
|
| gyptest-app-assets-catalog.py | 36 # Xcode supports for assets catalog was introduced in Xcode 6.0 37 if sys.platform == 'darwin' and TestMac.Xcode.Version() >= '0600': 41 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) 67 version = TestMac.Xcode.SDKVersion() 70 sdkbuild = TestMac.Xcode.SDKBuild() 72 # Above command doesn't work in Xcode 4.2. 75 ExpectEq(TestMac.Xcode.Version(), plist['DTXcode']) 76 ExpectEq(TestMac.Xcode.Build(), plist['DTXcodeBuild'])
|
| gyptest-objc-gc.py | 18 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'], 21 # Xcode 5.1 removed support for garbage-collection: 23 if TestMac.Xcode.Version() < '0510': 29 'xcode': [1, 65], # 1 for xcode 3, 65 for xcode 4 (see `man sysexits`)
|
| gyptest-strip.py | 20 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) 39 # Starting with Xcode 5.0, clang adds an additional symbols to the compiled 41 # with Xcode 5.0 or higher, take this additional symbol into consideration 44 if test.format in ['ninja', 'xcode-ninja'] \ 45 and TestMac.Xcode.Version() >= '0500': 49 # in both the xcode and the make build.
|
| gyptest-xcode-env-order.py | 8 Verifies that dependent Xcode settings are processed correctly. 21 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) 23 CHDIR = 'xcode-env-order' 77 # this looks like an Xcode bug. This bug isn't emulated (yet?), so check this 78 # only for Xcode. 79 if test.format == 'xcode' and TestMac.Xcode.Version() < '0500': 84 # The bug has been fixed by Xcode version 5.0.0.
|
| gyptest-archs.py | 19 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) 26 if TestMac.Xcode.Version() >= '0500':
|
| /build/core/combo/ |
| mac_version.mk | 30 mac_sdk_path := $(shell xcode-select -print-path) 31 # try /Applications/Xcode*.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.?.sdk 32 # or /Volume/Xcode/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.?.sdk
|
| /external/v8/tools/gcmole/ |
| bootstrap.sh | 48 # Xcode and clang don't get along when predictive compilation is enabled. 50 if [[ "${OS}" = "Darwin" ]] && xcodebuild -version | grep -q 'Xcode 3.2' ; then 51 XCONF=com.apple.Xcode 60 echo "while Xcode is not running." 64 SUB_VERSION=$(xcodebuild -version | sed -Ene 's/Xcode 3\.2\.([0-9]+)/\1/p') 68 echo "Please upgrade Xcode to at least 3.2.6."
|
| /external/v8/tools/gyp/test/lib/ |
| TestMac.py | 12 __all__ = ['Xcode', 'CheckFileType'] 37 """Simplify access to Xcode informations.""" 73 Xcode = XcodeInfo()
|
| /ndk/build/tools/ |
| common-build-host-funcs.sh | 478 # Since xCode moved to the App Store the SDKs have been 'sandboxed' into the Xcode.app folder. 479 _bh_check_darwin_sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$DARWIN_SDK_SUBDIR $DARWIN_MIN_VERSION 482 # Since xCode moved to the App Store the SDKs have been 'sandboxed' into the Xcode.app folder. 483 _bh_check_darwin_sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk $DARWIN_MIN_VERSION
|
| /external/llvm/ |
| Makefile | 42 EXTRA_DIST := test unittests llvm.spec include win32 Xcode
|
| /external/v8/test/webkit/fast/regex/ |
| parentheses.js | 238 /* The regexp on the prior line confuses Xcode syntax highlighting, this coment fixes it! */ 242 /* The regexp on the prior line confuses Xcode syntax highlighting, this coment fixes it! */
|
| /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/ |
| scan-build | 952 # Detect the version of Xcode. If Xcode 4.6 or higher, use new 961 if (/^Xcode (.+)$/) { 974 # behavior regardless of Xcode version. [all...] |
| /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/ |
| scan-build | 952 # Detect the version of Xcode. If Xcode 4.6 or higher, use new 961 if (/^Xcode (.+)$/) { 974 # behavior regardless of Xcode version. [all...] |
| /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/ |
| scan-build | 952 # Detect the version of Xcode. If Xcode 4.6 or higher, use new 961 if (/^Xcode (.+)$/) { 974 # behavior regardless of Xcode version. [all...] |
| /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/ |
| scan-build | 952 # Detect the version of Xcode. If Xcode 4.6 or higher, use new 961 if (/^Xcode (.+)$/) { 974 # behavior regardless of Xcode version. [all...] |
| /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
| scan-build | 915 # Detect the version of Xcode. If Xcode 4.6 or higher, use new 924 if (/^Xcode (.+)$/) { 937 # behavior regardless of Xcode version. [all...] |