| /prebuilts/misc/linux-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...] |
| /external/clang/tools/scan-build/bin/ |
| scan-build | 978 # Detect the version of Xcode. If Xcode 4.6 or higher, use new 987 if (/^Xcode (.+)$/) { 1000 # behavior regardless of Xcode version. [all...] |
| /external/v8/tools/gyp/test/lib/ |
| TestGyp.py | 313 # Default xcode_ninja_target_pattern to ^.*$ to fix xcode-ninja tests [all...] |
| /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/bin/ |
| scan-build | 978 # Detect the version of Xcode. If Xcode 4.6 or higher, use new 987 if (/^Xcode (.+)$/) { 1000 # behavior regardless of Xcode version. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/bin/ |
| scan-build | 978 # Detect the version of Xcode. If Xcode 4.6 or higher, use new 987 if (/^Xcode (.+)$/) { 1000 # behavior regardless of Xcode version. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/bin/ |
| scan-build | 978 # Detect the version of Xcode. If Xcode 4.6 or higher, use new 987 if (/^Xcode (.+)$/) { 1000 # behavior regardless of Xcode version. [all...] |
| /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/bin/ |
| scan-build | 978 # Detect the version of Xcode. If Xcode 4.6 or higher, use new 987 if (/^Xcode (.+)$/) { 1000 # behavior regardless of Xcode version. [all...] |
| /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/bin/ |
| scan-build | 978 # Detect the version of Xcode. If Xcode 4.6 or higher, use new 987 if (/^Xcode (.+)$/) { 1000 # behavior regardless of Xcode version. [all...] |
| /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/bin/ |
| scan-build | 978 # Detect the version of Xcode. If Xcode 4.6 or higher, use new 987 if (/^Xcode (.+)$/) { 1000 # behavior regardless of Xcode version. [all...] |
| /external/v8/tools/gyp/pylib/gyp/ |
| xcodeproj_file.py | 5 """Xcode project file generator. 7 This module is both an Xcode project file generator and a documentation of the 8 Xcode project file format. Knowledge of the project file format was gained 9 based on extensive experience with Xcode, and by making changes to projects in 10 Xcode.app and observing the resultant changes in the associated project files. 12 XCODE PROJECT FILES 14 The generator targets the file format as written by Xcode 3.2 (specifically, 16 significantly in the past several years, and future versions of Xcode are able 19 Xcode project files are "bundled": the project "file" from an end-user's 25 per-user settings, such as the state of various UI elements in the Xcode [all...] |