/external/clang/www/analyzer/ |
D | xcode.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 5 <title>Running the analyzer within Xcode</title> 13 <!--#include virtual="menu.html.incl"--> 16 <h1>Running the analyzer within Xcode</h1> 18 <table style="margin-top:0px" width="100%" border="0" cellpadding="0px" cellspacing="0"> 23 <p>Since Xcode 3.2, users have been able to run the Clang Static Analyzer 25 …apple.com/library/ios/recipes/xcode_help-source_editor/chapters/Analyze.html#//apple_ref/doc/uid/T… 26 within Xcode</a>.</p> 28 <p>It integrates directly with the Xcode build system and 29 presents analysis results directly within Xcode's editor.</p> [all …]
|
/external/webrtc/infra/specs/ |
D | internal.client.webrtc.json | 8 "--xctest", 9 "--xcode-build-version", 11 "--out-dir", 35 "os": "iOS-15.7", 42 "path": "Xcode.app" 45 "service_account": "chrome-tester@chops-service-accounts.iam.gserviceaccount.com" 51 "--xctest", 52 "--xcode-build-version", 54 "--out-dir", 78 "os": "iOS-15.7", [all …]
|
D | client.webrtc.json | 24 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" 47 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" 70 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" 93 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" 116 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" 139 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" 162 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com", 186 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com", 210 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com", 234 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com" [all …]
|
/external/angle/build/ |
D | mac_toolchain.py | 4 # Use of this source code is governed by a BSD-style license that can be 11 * Requires CIPD authentication. Run `cipd auth-login`, use Google account. 13 * If xcode-select and xcodebuild are not passwordless in sudoers, requires 15 * Downloads standalone binaries from [a possibly different version of Xcode]. 17 The toolchain version can be overridden by setting MAC_TOOLCHAIN_REVISION with 37 # This contains binaries from Xcode 14.3 14E222b along with the macOS 13.3 SDK 40 # To update the version numbers, open Xcode's "About Xcode" for the first number 41 # and run `xcrun --show-sdk-build-version` for the second. 45 MAC_BINARIES_LABEL = 'infra_internal/ios/xcode/xcode_binaries/mac-amd64' 46 MAC_BINARIES_TAG = 'ajH0-Cuzzqtyj98qUlsgO1-lepRhXoVVNAjVXDIYHxcC' [all …]
|
/external/cronet/build/ |
D | mac_toolchain.py | 4 # Use of this source code is governed by a BSD-style license that can be 11 * Requires CIPD authentication. Run `cipd auth-login`, use Google account. 13 * If xcode-select and xcodebuild are not passwordless in sudoers, requires 15 * Downloads standalone binaries from [a possibly different version of Xcode]. 17 The toolchain version can be overridden by setting MAC_TOOLCHAIN_REVISION with 37 # This contains binaries from Xcode 14.3 14E222b along with the macOS 13.3 SDK 40 # To update the version numbers, open Xcode's "About Xcode" for the first number 41 # and run `xcrun --show-sdk-build-version` for the second. 45 MAC_BINARIES_LABEL = 'infra_internal/ios/xcode/xcode_binaries/mac-amd64' 46 MAC_BINARIES_TAG = 'ajH0-Cuzzqtyj98qUlsgO1-lepRhXoVVNAjVXDIYHxcC' [all …]
|
/external/perfetto/infra/luci/recipe_modules/macos_sdk/ |
D | api.py | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 14 """The `macos_sdk` module provides safe functions to access a semi-hermetic 15 XCode installation. 17 Available only to Google-run bots.""" 42 """Sets up the XCode SDK environment. 44 This call is a no-op on non-Mac platforms. 46 This will deploy the helper tool and the XCode.app bundle at 50 your cr-buildbucket.cfg file like: 53 # Cache for mac_toolchain tool and XCode.app [all …]
|
/external/webp/ |
D | xcframeworkbuild.sh | 13 set -e 20 # Extract Xcode version. 21 readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2) 22 if [[ -z "${XCODE}" ]] || [[ "${XCODE%%.*}" -lt 11 ]]; then 23 echo "Xcode 11.0 or higher is required!" 27 # Extract the latest SDK version from the final field of the form: iphoneosX.Y 30 xcodebuild -showsdks \ 31 | grep iphoneos | sort | tail -n 1 | awk '{print substr($NF, 9)}' 32 xcodebuild -showsdks \ 33 | grep macosx | sort | tail -n 1 | awk '{print substr($NF, 7)}' [all …]
|
D | iosbuild.sh | 12 # (https://www.ioncannon.net/programming/1483/using-webp-to-reduce-native-ios-app-size/). 14 set -e 19 # Extract the latest SDK version from the final field of the form: iphoneosX.Y 20 readonly SDK=$(xcodebuild -showsdks \ 21 | grep iphoneos | sort | tail -n 1 | awk '{print substr($NF, 9)}' 23 # Extract Xcode version. 24 readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2) 25 if [[ -z "${XCODE}" ]]; then 26 echo "Xcode not available" 32 # Add iPhoneOS-V6 to the list of platforms below if you need armv6 support. [all …]
|
/external/python/cpython2/Mac/ |
D | README | 6 Jack Jansen (2004-07), 7 Ronald Oussoren (2010-04), 8 Ned Deily (2014-05) 10 :Version: 2.7.15 18 * ``--enable-framework[=DIR]`` 22 _`Building and using a framework-based Python on Mac OS X` for more 29 $ ./configure --enable-framework=/Users/ronald/Library/Frameworks 34 command-line tools in ``/Users/ronald/bin``. 36 * ``--with-framework-name=NAME`` 39 is only valid when ``--enable-framework`` is specified. [all …]
|
/external/skia/infra/bots/recipe_modules/build/examples/full.expected/ |
D | Build-Mac-Clang-x86_64-Debug-ASAN.json | 4 "name": "ensure xcode", 6 "@@@STEP_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 13 "-kind", 15 "-xcode-version", 17 "-output-dir", 18 "[START_DIR]/cache/Xcode.app" 20 "name": "ensure xcode.install xcode", 28 "xcode-select", 29 "-switch", 30 "[START_DIR]/cache/Xcode.app" [all …]
|
/external/protobuf/objectivec/DevTools/ |
D | full_mac_build.sh | 6 set -eu 9 readonly ScriptDir=$(dirname "$(echo $0 | sed -e "s,^\([^/]\),$(pwd)/\1,")") 23 -h, --help 25 -c, --clean 27 -a, --autogen 29 -r, --regenerate-descriptors 32 -j #, --jobs # 34 --core-only 36 --skip-xcode 37 Skip the invoke of Xcode to test the runtime on both iOS and OS X. [all …]
|
/external/cronet/third_party/protobuf/objectivec/DevTools/ |
D | full_mac_build.sh | 6 set -eu 9 readonly ScriptDir=$(dirname "$(echo $0 | sed -e "s,^\([^/]\),$(pwd)/\1,")") 23 -h, --help 25 -c, --clean 27 -a, --autogen 29 -r, --regenerate-descriptors 32 -j #, --jobs # 34 --core-only 36 --skip-xcode 37 Skip the invoke of Xcode to test the runtime on both iOS and OS X. [all …]
|
/external/cronet/build/config/mac/ |
D | mac_sdk.gni | 2 # Use of this source code is governed by a BSD-style license that can be 16 # controls the minimum supported version of macOS for Chromium by 24 # partially controls the minimum supported version of macOS for Chromium by 27 # to the `mac_deployment_target` version. 30 # Path to a specific version of the Mac SDK, not including a slash at the end. 31 # If empty, the path to the lowest version greater than or equal to 38 # The SDK version used when making official builds. This is a single exact 39 # version, not a minimum. If this version isn't available official builds 43 # The SDK build version used when making official builds. This is a single 44 # exact version found at "System/Library/CoreServices/SystemVersion.plist" [all …]
|
/external/clang/tools/scan-build/bin/ |
D | set-xcode-analyzer | 4 # want to the use the system version of Python on Mac OS X. 9 print "set-xcode-analyzer requires Python 2.7 or later" 33 # versions of Xcode set EXEC_PATH to be CLANG_ANALYZER_EXEC. 57 print " (-) Cannot update file:", why, "\n" 59 print " (-) Cannot update file:", why, "\n" 66 parser.add_option("--use-checker-build", dest="path", 67 … help="Use the Clang located at the provided absolute path, e.g. /Users/foo/checker-1") 68 parser.add_option("--use-xcode-clang", action="store_const", 70 help="Use the Clang bundled with Xcode") 73 …parser.error("You must specify a version of Clang to use for static analysis. Specify '-h' for de… [all …]
|
/external/angle/build/config/mac/ |
D | mac_sdk.gni | 2 # Use of this source code is governed by a BSD-style license that can be 15 # The following two variables control the minimum supported version for 29 # controls the minimum OS version that may launch the application, and OS 34 # `mac_deployment_target` version. 37 # Path to a specific version of the Mac SDK, not including a slash at the end. 38 # If empty, the path to the lowest version greater than or equal to 45 # The SDK version used when making official builds. This is a single exact 46 # version, not a minimum. If this version isn't available official builds 50 # The SDK build version used when making official builds. This is a single 51 # exact version found at "System/Library/CoreServices/SystemVersion.plist" [all …]
|
/external/cronet/build/config/apple/ |
D | sdk_info.py | 3 # Use of this source code is governed by a BSD-style license that can be 21 def SplitVersion(version): argument 22 """Splits the Xcode version to 3 values. 31 version = version.split('.') 32 return itertools.islice(itertools.chain(version, itertools.repeat('0')), 0, 3) 35 def FormatVersion(version): argument 36 """Converts Xcode version to a format required for DTXcode in Info.plist 45 major, minor, patch = SplitVersion(version) 50 """Fills the Xcode version and build number into |settings|.""" 53 'Contents/version.plist') [all …]
|
/external/angle/build/config/apple/ |
D | sdk_info.py | 3 # Use of this source code is governed by a BSD-style license that can be 21 def SplitVersion(version): argument 22 """Splits the Xcode version to 3 values. 31 version = version.split('.') 32 return itertools.islice(itertools.chain(version, itertools.repeat('0')), 0, 3) 35 def FormatVersion(version): argument 36 """Converts Xcode version to a format required for DTXcode in Info.plist 45 major, minor, patch = SplitVersion(version) 50 """Fills the Xcode version and build number into |settings|.""" 53 'Contents/version.plist') [all …]
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | build_ios.md | 17 ### Install Xcode 19 If you have not already, you will need to install Xcode 8 or later and the tools 20 using `xcode-select`: 23 xcode-select --install 30 sudo xcodebuild -license accept 36 [instructions on the Bazel website][bazel-install]. Make sure to choose a 37 version between `_TF_MIN_BAZEL_VERSION` and `_TF_MAX_BAZEL_VERSION` in 38 [`configure.py` file][configure-py] at the root of `tensorflow` repository. 49 you only want to test local changes to the Swift or Objective-C APIs. In these 57 bazel build --config=ios_fat -c opt --cxxopt=--std=c++17 \ [all …]
|
/external/python/cpython3/Mac/ |
D | README.rst | 6 Jack Jansen (2004-07), 7 Ronald Oussoren (2010-04), 8 Ned Deily (2012-06) 16 * ``--enable-framework[=DIR]`` 20 _`Building and using a framework-based Python on macOS` for more 27 $ ./configure --enable-framework=/Users/ronald/Library/Frameworks 32 command-line tools in ``/Users/ronald/bin``. 34 * ``--with-framework-name=NAME`` 37 is only valid when ``--enable-framework`` is specified. 39 * ``--enable-universalsdk[=PATH]`` [all …]
|
/external/skia/toolchain/ |
D | download_mac_toolchain.bzl | 3 and a locally-installed XCode. 12 (See https://bazel.build/docs/output_directories#layout-diagram) 18 # From https://github.com/llvm/llvm-project/releases/tag/llvmorg-15.0.1 19 # When updating this, don't forget to use //bazel/gcs_mirror to upload a new version. 20 # go run bazel/gcs_mirror/gcs_mirror.go --url [clang_url] --sha256 [clang_sha256] 21 clang_prefix_arm64 = "clang+llvm-15.0.1-arm64-apple-darwin21.0" 23 …rl_arm64 = "https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.1/clang+llvm-15.0.… 25 clang_prefix_amd64 = "clang+llvm-15.0.1-x86_64-apple-darwin" 27 …rl_amd64 = "https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.1/clang+llvm-15.0.… 31 res = ctx.execute(["xcode-select", "-p"]) [all …]
|
/external/cronet/build/mac/ |
D | find_sdk.py | 3 # Use of this source code is governed by a BSD-style license that can be 5 r"""Prints the lowest locally available SDK version greater than or equal to a 6 given minimum sdk version to standard output. 8 If --print_sdk_path is passed, then the script will also print the SDK path. 9 If --print_bin_path is passed, then the script will also print the path to the 14 [--print_sdk_path] \ 15 [--print_bin_path] \ 19 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk 20 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ 48 parser.add_option("--print_sdk_path", [all …]
|
/external/angle/build/mac/ |
D | find_sdk.py | 3 # Use of this source code is governed by a BSD-style license that can be 5 r"""Prints the lowest locally available SDK version greater than or equal to a 6 given minimum sdk version to standard output. 8 If --print_sdk_path is passed, then the script will also print the SDK path. 9 If --print_bin_path is passed, then the script will also print the path to the 14 [--print_sdk_path] \ 15 [--print_bin_path] \ 19 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk 20 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ 48 parser.add_option("--print_sdk_path", [all …]
|
/external/angle/build/docs/ |
D | mac_hermetic_toolchain.md | 9 1. Download a new version of Xcode, and confirm either mac or ios builds 10 properly with this new version. 12 2. Create a new CIPD package by moving Xcode.app to the `build/` directory, then 19 [mac_toolchain.py](../mac_toolchain.py) with the version created by the 27 Xcode, as well the macOS and iphoneOS SDK (also bundled with Xcode). Note that 28 Chrome ships its own version of clang (compiler), but is dependent on Xcode 31 1. Build Chrome with a well-defined toolchain (rather than whatever happens to
|
/external/cronet/build/docs/ |
D | mac_hermetic_toolchain.md | 9 1. Download a new version of Xcode, and confirm either mac or ios builds 10 properly with this new version. 12 2. Create a new CIPD package by moving Xcode.app to the `build/` directory, then 19 [mac_toolchain.py](../mac_toolchain.py) with the version created by the 27 Xcode, as well the macOS and iphoneOS SDK (also bundled with Xcode). Note that 28 Chrome ships its own version of clang (compiler), but is dependent on Xcode 31 1. Build Chrome with a well-defined toolchain (rather than whatever happens to
|
/external/libchrome/build/ |
D | swarming_xcode_install.py | 3 # Use of this source code is governed by a BSD-style license that can be 7 Script used to install Xcode on the swarming bots. 19 VERSION = '9A235' variable 20 URL = 'gs://chrome-mac-sdk/ios-toolchain-9A235-1.tgz' 21 REMOVE_DIR = '/Applications/Xcode9.0-Beta4.app/' 29 cmd = ['xcodebuild', '-version'] 32 if VERSION in found_version: 33 print "Xcode %s already installed" % VERSION 41 # Download Xcode. 55 # Set new Xcode as default. [all …]
|