Searched +full:xcode +full:- +full:select (Results 1 – 25 of 228) sorted by relevance
12345678910
| /external/perfetto/infra/luci/recipe_modules/macos_sdk/ |
| D | api.py | 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 58 If you have builders which e.g. use a non-current SDK, you can give them [all …]
|
| /external/perfetto/infra/luci/recipe_modules/macos_sdk/examples/full.expected/ |
| D | mac.json | 6 "-root", 8 "-ensure-file", 10 "-max-threads", 12 "-json-output", 22 …"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:e9b\… 23 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/mac_toolchain/resolved-platform\"… 35 "-kind", 37 "-xcode-version", 39 "-output-dir", 40 "[CACHE]/macos_sdk/XCode.app" [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 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"]) 33 fail("Error Getting XCode path: " + res.stderr) [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 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", 51 parser.add_option("--print_bin_path", 54 parser.add_option("--print_sdk_build", [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 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", 51 parser.add_option("--print_bin_path", 54 parser.add_option("--print_sdk_build", [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/guide/ |
| D | ops_select.md | 1 # Select TensorFlow operators 23 The following example shows how to generate a TensorFlow Lite model with select 41 select TensorFlow ops, the client must also use a TensorFlow Lite runtime that 47 the [next section](#building-the-android-aar). If the binary size is not a 49 …d at MavenCentral](https://search.maven.org/artifact/org.tensorflow/tensorflow-lite-select-tf-ops). 56 implementation 'org.tensorflow:tensorflow-lite:0.0.0-nightly-SNAPSHOT' 58 implementation 'org.tensorflow:tensorflow-lite-select-tf-ops:0.0.0-nightly-SNAPSHOT' 77 abiFilters 'armeabi-v7a', 'arm64-v8a' 88 Android AAR with select TensorFlow ops as follows: 92 --input_models=/a/b/model_one.tflite,/c/d/model_two.tflite \ [all …]
|
| 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 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 \ 62 `bazel-bin/tensorflow/lite/ios/` directory under your TensorFlow root directory. [all …]
|
| /external/cronet/third_party/protobuf/kokoro/macos/ |
| D | prepare_build_macos_rc | 5 set -eux 7 export HOMEBREW_PREFIX=$(brew --prefix) 10 # Remove any pre-existing protobuf installation. 14 # Select Xcode version 17 # Select Xcode version 19 sudo xcode-select -s "${DEVELOPER_DIR}" 22 # Select C/C++ compilers 30 eval "$(pyenv init -)" 31 pyenv install -v -s 2.7.18 && pyenv global 2.7.18 36 if [[ "${KOKORO_INSTALL_TOX:-}" == "yes" ]] ; then [all …]
|
| /external/protobuf/kokoro/macos/ |
| D | prepare_build_macos_rc | 5 set -eux 7 export HOMEBREW_PREFIX=$(brew --prefix) 10 # Remove any pre-existing protobuf installation. 14 # Select Xcode version 17 # Select Xcode version 19 sudo xcode-select -s "${DEVELOPER_DIR}" 22 # Select C/C++ compilers 30 eval "$(pyenv init -)" 31 pyenv install -v -s 2.7.18 && pyenv global 2.7.18 36 if [[ "${KOKORO_INSTALL_TOX:-}" == "yes" ]] ; then [all …]
|
| /external/skia/infra/bots/recipe_modules/build/examples/full.expected/ |
| D | Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal_NoPrecompile.json | 5 "[START_DIR]/cache/work/skia/bin/fetch-gn" 13 "name": "fetch-gn" 18 "[START_DIR]/cache/work/skia/bin/fetch-ninja" 26 "name": "fetch-ninja" 30 "name": "ensure xcode", 32 "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 39 "-kind", 41 "-xcode-version", 43 "-output-dir", 44 "[START_DIR]/cache/Xcode.app" [all …]
|
| D | Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal_NoGpu.json | 5 "[START_DIR]/cache/work/skia/bin/fetch-gn" 13 "name": "fetch-gn" 18 "[START_DIR]/cache/work/skia/bin/fetch-ninja" 26 "name": "fetch-ninja" 30 "name": "ensure xcode", 32 "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 39 "-kind", 41 "-xcode-version", 43 "-output-dir", 44 "[START_DIR]/cache/Xcode.app" [all …]
|
| D | Build-Mac-Clang-arm64-Debug-iOS.json | 5 "[START_DIR]/cache/work/skia/bin/fetch-gn" 13 "name": "fetch-gn" 18 "[START_DIR]/cache/work/skia/bin/fetch-ninja" 26 "name": "fetch-ninja" 30 "name": "ensure xcode", 32 "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 39 "-kind", 41 "-xcode-version", 43 "-output-dir", 44 "[START_DIR]/cache/Xcode.app" [all …]
|
| D | Build-Mac-Clang-arm64-Debug-Graphite_Native_Metal.json | 5 "[START_DIR]/cache/work/skia/bin/fetch-gn" 13 "name": "fetch-gn" 18 "[START_DIR]/cache/work/skia/bin/fetch-ninja" 26 "name": "fetch-ninja" 30 "name": "ensure xcode", 32 "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 39 "-kind", 41 "-xcode-version", 43 "-output-dir", 44 "[START_DIR]/cache/Xcode.app" [all …]
|
| D | Build-Mac-Clang-x86_64-Debug-Metal.json | 5 "[START_DIR]/cache/work/skia/bin/fetch-gn" 13 "name": "fetch-gn" 18 "[START_DIR]/cache/work/skia/bin/fetch-ninja" 26 "name": "fetch-ninja" 30 "name": "ensure xcode", 32 "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 39 "-kind", 41 "-xcode-version", 43 "-output-dir", 44 "[START_DIR]/cache/Xcode.app" [all …]
|
| D | Build-Mac-Xcode11.4.1-arm64-Debug-iOS.json | 5 "[START_DIR]/cache/work/skia/bin/fetch-gn" 13 "name": "fetch-gn" 18 "[START_DIR]/cache/work/skia/bin/fetch-ninja" 26 "name": "fetch-ninja" 30 "name": "ensure xcode", 32 "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 11e503a in [START_DIR]/cache/Xcode.app@@@" 39 "-kind", 41 "-xcode-version", 43 "-output-dir", 44 "[START_DIR]/cache/Xcode.app" [all …]
|
| D | Build-Mac-Clang-arm64-Release-Graphite_Native_Metal.json | 5 "[START_DIR]/cache/work/skia/bin/fetch-gn" 13 "name": "fetch-gn" 18 "[START_DIR]/cache/work/skia/bin/fetch-ninja" 26 "name": "fetch-ninja" 30 "name": "ensure xcode", 32 "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 39 "-kind", 41 "-xcode-version", 43 "-output-dir", 44 "[START_DIR]/cache/Xcode.app" [all …]
|
| D | Build-Mac-Clang-x86_64-Release-Graphite_Native_Metal_Vello.json | 5 "[START_DIR]/cache/work/skia/bin/fetch-gn" 13 "name": "fetch-gn" 18 "[START_DIR]/cache/work/skia/bin/fetch-ninja" 26 "name": "fetch-ninja" 30 "name": "ensure xcode", 32 "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 39 "-kind", 41 "-xcode-version", 43 "-output-dir", 44 "[START_DIR]/cache/Xcode.app" [all …]
|
| D | Build-Mac-Clang-arm64-Debug-Graphite_Dawn_Metal_NoGpu.json | 5 "[START_DIR]/cache/work/skia/bin/fetch-gn" 13 "name": "fetch-gn" 18 "[START_DIR]/cache/work/skia/bin/fetch-ninja" 26 "name": "fetch-ninja" 30 "name": "ensure xcode", 32 "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 39 "-kind", 41 "-xcode-version", 43 "-output-dir", 44 "[START_DIR]/cache/Xcode.app" [all …]
|
| D | Build-Mac-Clang-arm64-Debug-Graphite_Dawn_Metal_NoPrecompile.json | 5 "[START_DIR]/cache/work/skia/bin/fetch-gn" 13 "name": "fetch-gn" 18 "[START_DIR]/cache/work/skia/bin/fetch-ninja" 26 "name": "fetch-ninja" 30 "name": "ensure xcode", 32 "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 39 "-kind", 41 "-xcode-version", 43 "-output-dir", 44 "[START_DIR]/cache/Xcode.app" [all …]
|
| D | Build-Mac-Clang-arm64-Debug-Graphite_Dawn_Metal.json | 5 "[START_DIR]/cache/work/skia/bin/fetch-gn" 13 "name": "fetch-gn" 18 "[START_DIR]/cache/work/skia/bin/fetch-ninja" 26 "name": "fetch-ninja" 30 "name": "ensure xcode", 32 "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 39 "-kind", 41 "-xcode-version", 43 "-output-dir", 44 "[START_DIR]/cache/Xcode.app" [all …]
|
| D | Build-Mac-Clang-arm64-Release-Graphite_Native_Dawn_Metal.json | 5 "[START_DIR]/cache/work/skia/bin/fetch-gn" 13 "name": "fetch-gn" 18 "[START_DIR]/cache/work/skia/bin/fetch-ninja" 26 "name": "fetch-ninja" 30 "name": "ensure xcode", 32 "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 39 "-kind", 41 "-xcode-version", 43 "-output-dir", 44 "[START_DIR]/cache/Xcode.app" [all …]
|
| D | Build-Mac-Clang-x86_64-Debug-ASAN.json | 5 "[START_DIR]/cache/work/skia/bin/fetch-gn" 13 "name": "fetch-gn" 18 "[START_DIR]/cache/work/skia/bin/fetch-ninja" 26 "name": "fetch-ninja" 30 "name": "ensure xcode", 32 "@@@STEP_SUMMARY_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 39 "-kind", 41 "-xcode-version", 43 "-output-dir", 44 "[START_DIR]/cache/Xcode.app" [all …]
|
| /external/sdv/vsomeip/third_party/boost/predef/tools/ci/ |
| D | macos-xcode-install.sh | 4 # XCODE_VERSION = Dotted version of Xcode to install and make active. 8 set -e 9 sudo gem install xcode-install 16 echo ">>>>> INSTALLL: Xcode ${XCODE_VERSION}.." 18 xcversion --verbose --no-progress --no-clean --no-show-release-notes install ${XCODE_VERSION} 23 xcversion --verbose install-cli-tools 30 echo ">>>>> SELECT: Xcode ${XCODE_VERSION}.." 32 xcversion select ${XCODE_VERSION} --symlink
|
| /external/python/cpython3/kokoro/ |
| D | kokoro_build.sh | 2 set -e 10 if [ "$(uname)" == "Linux" -a "$SKIP_DOCKER" == "" ]; then 11 docker build -t ndk-python3 $python_src/kokoro 13 docker run -v$top:$top -eKOKORO_BUILD_ID -eSKIP_DOCKER \ 14 --entrypoint $python_src/kokoro/kokoro_build.sh \ 15 ndk-python3 23 # The Kokoro big-sur builder has some extra x86-64 libraries installed in 30 if echo "$brew_all_pkgs" | grep -q "^${name}\(@\|$\)"; then 34 if [ -n "$brew_pkgs" ]; then 36 if [ -n "$KOKORO_ARTIFACTS_DIR" ]; then [all …]
|
| /external/pigweed/docs/get_started/ |
| D | first_time_setup.rst | 1 .. _docs-first-time-setup-guide: 6 .. _docs-first-time-setup-guide-express-setup: 8 ------------- 10 ------------- 14 .. tab-set:: 16 .. tab-item:: Linux 19 .. inclusive-language: disable 21 .. code-block:: sh 23 sudo apt install git build-essential 24 …curl -LJo /etc/udev/rules.d/60-openocd.rules https://raw.githubusercontent.com/openocd-org/openocd… [all …]
|
12345678910