Searched +full:x86_64 +full:- +full:apple +full:- +full:darwin (Results 1 – 25 of 127) sorted by relevance
123456
| /third_party/gn/infra/recipes/gn.expected/ |
| D | cq_mac.json | 34 "--tags", 85 "rev-parse", 102 "name": "git.rev-parse", 162 "-root", 164 "-ensure-file", 166 "-max-threads", 168 "-json-output", 190 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\", @@… 191 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"… 194 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:1.8.2---\", @@… [all …]
|
| D | ci_mac.json | 34 "--tags", 85 "rev-parse", 102 "name": "git.rev-parse", 111 "-root", 113 "-ensure-file", 115 "-max-threads", 117 "-json-output", 139 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\", @@… 140 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"… 143 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:1.8.2---\", @@… [all …]
|
| /third_party/rust/crates/nix/ |
| D | README.md | 3 [](https://cirrus-ci.com/g… 8 Nix seeks to provide friendly bindings to various *nix platform APIs (Linux, Darwin, 13 exposed by the [libc crate](https://github.com/rust-lang/libc). This is done by 20 [gethostname](https://man7.org/linux/man-pages/man2/gethostname.2.html) system 25 pub unsafe extern fn gethostname(name: *mut c_char, len: size_t) -> c_int; 28 pub fn gethostname() -> Result<OsString>; 34 platforms supported by [libc](https://github.com/rust-lang/libc), only some 38 * Tier 1 - Builds and tests for this target are run in CI. Failures of either 40 * Tier 2 - Builds for this target are run in CI. Failures during the build 43 * Tier 3 - Builds for this target are run in CI. Failures during the build [all …]
|
| D | .cirrus.yml | 8 RUSTFLAGS: -D warnings 9 RUSTDOCFLAGS: -D warnings 18 - . $HOME/.cargo/env || true 19 - $TOOL +$TOOLCHAIN -Vv 20 - rustc +$TOOLCHAIN -Vv 21 - $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets 22 - $TOOL +$TOOLCHAIN doc $ZFLAGS --no-deps --target $TARGET 23 - $TOOL +$TOOLCHAIN clippy $ZFLAGS --target $TARGET --all-targets -- -D warnings 24 - if [ -z "$NOHACK" ]; then mkdir -p $HOME/.cargo/bin; export PATH=$HOME/.cargo/bin:$PATH; fi 25 …- if [ -z "$NOHACK" ]; then curl -LsSf https://github.com/taiki-e/cargo-hack/releases/latest/downl… [all …]
|
| D | Cargo.toml | 6 rust-version = "1.56" 7 authors = ["The nix-rust Project Developers"] 8 repository = "https://github.com/nix-rust/nix" 10 categories = ["os::unix-apis"] 14 rustdoc-args = ["--cfg", "docsrs"] 16 "x86_64-unknown-linux-gnu", 17 "aarch64-linux-android", 18 "x86_64-apple-darwin", 19 "aarch64-apple-ios", 20 "x86_64-unknown-freebsd", [all …]
|
| /third_party/rust/crates/io-lifetimes/.github/workflows/ |
| D | main.yml | 6 - main 12 runs-on: ubuntu-latest 14 - uses: actions/checkout@v3 17 - uses: ./.github/actions/install-rust 20 - run: cargo fmt --all -- --check 24 runs-on: ${{ matrix.os }} 29 - build: stable 30 os: ubuntu-latest 32 - build: nightly 33 os: ubuntu-latest [all …]
|
| /third_party/rust/crates/libc/ci/ |
| D | build.sh | 8 set -ex 18 rustup component add rust-src 32 until [ $n -ge $N ] 34 if rustup target add "${TARGET}" --toolchain "${RUST}" ; then 44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" 46 # FIXME: With `build-std` feature, `compiler_builtins` emits a lof of lint warnings. 47 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \ 48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}" 53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}" 55 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \ [all …]
|
| D | semver.sh | 5 set -ex 11 if ! rustc --version | grep -E "nightly" ; then 16 rustup component add rustc-dev llvm-tools-preview 19 cargo install semverver --version=0.1.50 25 aarch64-fuchsia \ 26 aarch64-linux-android \ 27 aarch64-unknown-linux-gnu \ 28 aarch64-unknown-linux-musl \ 29 armv7-linux-androideabi \ 30 armv7-unknown-linux-gnueabihf \ [all …]
|
| /third_party/rust/crates/rust-openssl/.circleci/ |
| D | config.yml | 6 key: registry-{{ .BuildNum }} 8 - /usr/local/cargo/registry/index 10 key: lib-{{ checksum "~/lib_key" }}-{{ checksum "test/build_openssl.sh" }} 18 - /openssl 20 key: deps-1.19.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}-2 28 - target 29 - /usr/local/cargo/registry/cache 34 - image: rust:1.19.0 36 - checkout 37 - run: apt-get update [all …]
|
| /third_party/ejdb/ |
| D | ios-tc.cmake | 1 # This file is part of the ios-cmake project. It was retrieved from 2 # https://github.com/leetal/ios-cmake.git, which is a fork of 3 # https://github.com/gerstrong/ios-cmake.git, which is a fork of 4 # https://github.com/cristeab/ios-cmake.git, which is a fork of 5 # https://code.google.com/p/ios-cmake/. Which in turn is based off of 6 # the Platform/Darwin.cmake and Platform/UnixPaths.cmake files which 9 # The ios-cmake project is licensed under the new BSD license. 40 # This file is based off of the Platform/Darwin.cmake and 48 # under the BSD-3-Clause license 49 # https://github.com/leetal/ios-cmake [all …]
|
| /third_party/gn/infra/recipe_modules/target/ |
| D | api.py | 2 # Use of this source code is governed by a BSD-style license that can be 9 'fuchsia-amd64': 'x86_64-fuchsia', 10 'fuchsia-arm64': 'aarch64-fuchsia', 11 'linux-amd64': 'x86_64-linux-gnu', 12 'linux-arm64': 'aarch64-linux-gnu', 13 'mac-amd64': 'x86_64-apple-darwin', 14 'mac-arm64': 'arm64-apple-darwin', 62 """Returns the target platform in the <os>-<arch> format.""" 63 return '%s-%s' % (self.os, self.arch) 85 return Target(self, *platform.split('-', 2))
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/darwin/include/llvm/Config/ |
| D | llvm-config.h | 1 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/ 6 /* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ 8 /*===----------------------------------------------------------------------===*/ 12 This is a C header that can be included in the llvm-c headers. */ 32 #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-apple-darwin" 34 #define LLVM_DEFAULT_TARGET_TRIPLE "arm64-apple-darwin" 47 #define LLVM_HOST_TRIPLE "x86_64-apple-darwin" 49 #define LLVM_HOST_TRIPLE "arm64-apple-darwin" 165 /* Define if we have the oprofile JIT-support library */ 168 /* Define if we have the perf JIT-support library */
|
| /third_party/rust/crates/is-terminal/.github/workflows/ |
| D | main.yml | 6 - main 12 runs-on: ubuntu-latest 14 - uses: actions/checkout@v3 17 - uses: ./.github/actions/install-rust 20 - run: cargo fmt --all -- --check 24 runs-on: ${{ matrix.os }} 29 - build: stable 30 os: ubuntu-latest 32 - build: nightly 33 os: ubuntu-latest [all …]
|
| /third_party/rust/crates/bindgen/ci/ |
| D | test.sh | 3 set -e 5 set -u 7 set -x 8 # Give a pipeline a non-zero exit code if one of its constituents fails 9 set -o pipefail 12 echo "x86_64-linux-gnu-ubuntu-16.04" 17 [0-8].* | 9.0.0) echo "x86_64-darwin-apple" ;; 19 *) echo "x86_64-apple-darwin" ;; 35 [0-8].* | 9.0.0) 40 echo "https://github.com/llvm/llvm-project/releases/download/llvmorg-$llvm_version_triple" [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
| D | build_info.dart | 2 // Use of this source code is governed by a BSD-style license that can be 32 /// Mode-Flavor (e.g. Release-Paid). 41 /// Extra command-line options for front-end. 44 /// Extra command-line options for gen_snapshot. 148 …// See CFBundleVersion at https://developer.apple.com/library/archive/documentation/General/Refere… 160 … printTrace('Invalid build-number: $buildNumber for iOS/macOS, overridden by $tmpBuildNumber.\n' 161 …'See CFBundleVersion at https://developer.apple.com/library/archive/documentation/General/Referenc… 178 … printTrace('Invalid build-number: $buildNumber for Android, overridden by $tmpBuildNumberStr.\n' 192 …// See CFBundleShortVersionString at https://developer.apple.com/library/archive/documentation/Gen… 204 printTrace('Invalid build-name: $buildName for iOS/macOS, overridden by $tmpBuildName.\n' [all …]
|
| /third_party/rust/crates/libc/.github/workflows/ |
| D | bors.yml | 6 - auto-libc 7 - try 13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds) 17 runs-on: ubuntu-22.04 19 fail-fast: true 22 i686-unknown-linux-gnu, 23 x86_64-unknown-linux-gnu, 26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master 29 - uses: actions/checkout@v3 30 - name: Setup Rust toolchain [all …]
|
| D | main.yml | 8 - master 16 runs-on: ubuntu-22.04 18 fail-fast: true 21 i686-unknown-linux-gnu, 22 x86_64-unknown-linux-gnu, 25 - uses: actions/checkout@v3 26 - name: Setup Rust toolchain 27 run: TARGET=${{ matrix.target }} sh ./ci/install-rust.sh 28 - name: Execute run-docker.sh 29 run: LIBC_CI=1 sh ./ci/run-docker.sh ${{ matrix.target }} [all …]
|
| /third_party/openssl/util/perl/OpenSSL/ |
| D | config.pm | 2 # Copyright 1998-2022 The OpenSSL Project Authors. All Rights Reserved. 56 my $v = `$CROSS_COMPILE$CC -v 2>&1`; 57 $v =~ m/(?:(?:clang|LLVM) version|.*based on LLVM)\s+([0-9]+\.[0-9]+)/; 62 my $nul = File::Spec->devnull(); 63 my $v = `$CROSS_COMPILE$CC -dumpversion 2> $nul`; 66 $v =~ s/^[a-zA-Z]*\-//; 77 [ 'A\/UX:.*', 'm68k-apple-aux3' ], 78 [ 'AIX:[3-9]:4:.*', '${MACHINE}-ibm-aix' ], 79 [ 'AIX:.*?:[5-9]:.*', '${MACHINE}-ibm-aix' ], 80 [ 'AIX:.*', '${MACHINE}-ibm-aix3' ], [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
| D | update.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 29 # LLVM_BRANCH must match the value of the same variable in third_party/update-llvm-10.sh 32 … must be set to the commit hash that we last updated to when running third_party/update-llvm-10.sh. 33 # Run 'git show -s origin/llvm10-clean' and look for 'llvm-10-update: <hash>' to retrieve it. 37 LLVM_STAGING_DIR = path.abspath(path.join(tempfile.gettempdir(), "llvm-10")) 51 # Per-platform arches 54 ('__x86_64__', 'x86_64-linux-android'), 55 ('__i386__', 'i686-linux-android'), 56 ('__arm__', 'armv7-linux-androideabi'), 57 ('__aarch64__', 'aarch64-linux-android'), [all …]
|
| /third_party/rust/crates/bindgen/book/src/ |
| D | library-usage.md | 5 Often times C and C++ headers will have platform- and architecture-specific 9 on-the-fly. Otherwise, you would need to generate and maintain 10 `x86_64-unknown-linux-gnu-bindings.rs`, `x86_64-apple-darwin-bindings.rs`, 21 The next section contains a detailed, step-by-step tutorial for using `bindgen`
|
| /third_party/rust/crates/signal-hook/.github/workflows/ |
| D | test.yaml | 14 fail-fast: false 17 - ubuntu-latest 18 - macos-latest 19 - windows-latest 21 - stable 22 - beta 23 - nightly 25 - 1.36.0 27 - 1.40.0 29 runs-on: ${{ matrix.os }} [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Triple.cpp | 1 //===--- Triple.cpp - Target triple helper class --------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 72 case x86_64: return "x86_64"; in getArchTypeName() 121 case x86_64: return "x86"; in getArchTypePrefix() 158 case Apple: return "apple"; in getVendorTypeName() 190 case Darwin: return "darwin"; in getOSTypeName() 300 .Case("x86-64", x86_64) in getArchTypeForLLVMName() 393 .Cases("amd64", "x86_64", "x86_64h", Triple::x86_64) in parseArch() 466 .Case("apple", Triple::Apple) in parseVendor() [all …]
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
| D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 16 * If using NASM, 2.10 or later (except 2.11.08) is required for an x86-64 Mac 17 build (2.11.08 does not work properly with libjpeg-turbo's x86-64 SIMD code 21 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 23 libjpeg-turbo, then YASM must be used when building libjpeg-turbo. 34 ARCH=`uname -m` [all …]
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | mangling-macos.hpp | 1 // bindgen-flags: -- --target=x86_64-apple-darwin
|
| /third_party/python/Lib/test/ |
| D | test_platform.py | 22 LOGO=fedora-logo-icon 25 DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f32/system-administrators-guide/" 45 PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 66 IN-VALID=value 84 cmd = "-c", "import platform; print(platform.architecture())" 156 … ("2.6.1 (r261:67515, Dec 6 2008, 15:26:00) \n[GCC 4.0.1 (Apple Computer, Inc. build 5370)]", 161 'GCC 4.0.1 (Apple Computer, Inc. build 5370)'), 173 ("2.7.4 (IronPython 2.7.4 (2.7.0.40) on Mono 4.0.30319.1 (32-bit))", None, "cli") 176 "Mono 4.0.30319.1 (32-bit)"), 178 …("2.5 (trunk:6107, Mar 26 2009, 13:02:18) \n[Java HotSpot(TM) Client VM (\"Apple Computer, Inc.\")… [all …]
|
123456