| /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 17 # system and the iOS or Mac SDK (depending on the platform "iphonesimulator", 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|.""" [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 17 # system and the iOS or Mac SDK (depending on the platform "iphonesimulator", 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|.""" [all …]
|
| /external/libwebm/ |
| D | iosbuild.sh | 5 ## Use of this source code is governed by a BSD-style license 15 ## bundle will be created in a directory called framework. Use --out-dir to 27 if [ -d "${dir}" ]; then 28 rm -rf "${dir}" 32 if [ $res -ne 0 ]; then 44 --help: Display this message and exit. 45 --out-dir: Override output directory (default is ${OUTDIR}). 46 --show-build-output: Show output from each library build. 47 --verbose: Output information about the environment and each stage of the 52 # Extract the latest SDK version from the final field of the form: iphoneosX.Y [all …]
|
| /external/libcxx/utils/libcxx/test/ |
| D | target_info.py | 1 #===----------------------------------------------------------------------===// 8 #===----------------------------------------------------------------------===// 13 import platform 24 def platform(self): member in DefaultTargetInfo 25 return sys.platform.lower().strip() 29 "No locales entry for target_system: %s" % self.platform()) 52 # A list of locales needed by the test-suite. 53 # The list uses the canonical name for the locale used in the test-suite 56 ('en_US.UTF-8', 'English_United States.1252'), 57 ('fr_FR.UTF-8', 'French_France.1252'), [all …]
|
| /external/conscrypt/ |
| D | Android.bp | 4 // Licensed under the Apache License, Version 2.0 (the "License"); 8 // http://www.apache.org/licenses/LICENSE-2.0 24 // Added automatically by a large-scale-change that took the approach of 38 // large-scale-change included anything that looked like it might be a license 42 // See: http://go/android-license-faq 47 "SPDX-license-identifier-Apache-2.0", 81 // platform/ 91 "-Wall", 92 "-Wextra", 93 "-Werror", [all …]
|
| /external/icu/android_icu4j/ |
| D | Android.bp | 4 // Licensed under the Apache License, Version 2.0 (the "License"); 8 // http://www.apache.org/licenses/LICENSE-2.0 20 // See: http://go/android-license-faq 21 // A large-scale-change added 'default_applicable_licenses' to import 24 // SPDX-license-identifier-Apache-2.0 25 // SPDX-license-identifier-BSD 26 // SPDX-license-identifier-ICU 27 // SPDX-license-identifier-MIT 28 // SPDX-license-identifier-Unicode-DFS 53 // The files contains Android-specific codes to expose intra-core APIs [all …]
|
| /external/mdnsresponder/mDNSWindows/ |
| D | README.txt | 2 and Windows CE/PocketPC. Building this code requires the Windows SDK 2003 9 Platform Support files that go below mDNS Core. These work on both Windows 14 High-level implementation of the DNS-SD API. This supports both "direct" 15 (compiled-in mDNSCore) and "client" (IPC to service) usage. Conditionals 20 Portable implementation of the DNS-SD API. This interacts with mDNSCore 21 to perform all the real work of the DNS-SD API. This code does not rely 22 on any platform-specifics so it should run on any platform with an mDNS 23 platform plugin available. Software that cannot or does not want to use 29 Client-side implementation of the DNS-SD IPC API. This handles sending 30 and receiving messages from the service to perform DNS-SD operations [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 23 import platform 36 # This contains binaries from Xcode 15.0 15A240d along with the macOS 14.0 SDK 39 # To update the version numbers, open Xcode's "About Xcode" for the first number 40 # and run `xcrun --show-sdk-build-version` for the second. 44 MAC_BINARIES_LABEL = 'infra_internal/ios/xcode/xcode_binaries/mac-amd64' [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 23 import platform 36 # This contains binaries from Xcode 15.0 15A240d along with the macOS 14.0 SDK 39 # To update the version numbers, open Xcode's "About Xcode" for the first number 40 # and run `xcrun --show-sdk-build-version` for the second. 44 MAC_BINARIES_LABEL = 'infra_internal/ios/xcode/xcode_binaries/mac-amd64' [all …]
|
| /external/compiler-rt/make/platform/ |
| D | clang_darwin.mk | 2 # version of the OS. The issue is that the backend may use functions which were 3 # not present in the libgcc that shipped on the platform. In such cases, we link 4 # with a version of the library which contains private_extern definitions of all 13 # (3): SDK path 20 if $(LD) -v 2>&1 | grep "configured to support" \ 22 if $(CC) -arch $$arch \ 23 -integrated-as \ 24 $(ProjSrcRoot)/make/platform/clang_darwin_test_input.c \ 25 -isysroot $(3) \ 26 -o /dev/null > /dev/null 2> /dev/null; then \ [all …]
|
| /external/cpuinfo/test/build.prop/ |
| D | alcatel-revvl.log | 6 ro.build.version.incremental=v6H7J-0 7 ro.build.version.sdk=24 8 ro.build.version.preview_sdk=0 9 ro.build.version.codename=REL 10 ro.build.version.all_codenames=REL 11 ro.build.version.release=7.0 12 ro.build.version.security_patch=2017-07-01 13 ro.build.version.base_os= 17 ro.build.user=android-bld 19 ro.build.tags=release-keys [all …]
|
| /external/curl/winbuild/ |
| D | README.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 11 course have to first install VC++. The minimum required version of VC is 6 12 (part of Visual Studio 6). However using a more recent version is strongly 15 VC++ is also part of the Windows Platform SDK. You do not have to install the 18 The latest Platform SDK can be downloaded freely from [Windows SDK and 20 archive](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) 24 If you wish to support zlib, OpenSSL, c-ares, ssh2, you will have to download 28 |_curl-src [all …]
|
| /external/angle/build/fuchsia/test/ |
| D | common.py | 2 # Use of this source code is governed by a BSD-style license that can be 4 """Common methods and variables used by Cr-Fuchsia testing infrastructure.""" 21 def _find_src_root() -> str: 31 # have folders like third_party/fuchsia-sdk in it. 35 def _find_fuchsia_images_root() -> str: 39 return os.path.join(DIR_SRC_ROOT, 'third_party', 'fuchsia-sdk', 'images') 45 def _find_fuchsia_internal_images_root() -> str: 49 return IMAGES_ROOT + '-internal' 57 def _find_fuchsia_sdk_root() -> str: 58 """Define the root of the fuchsia sdk.""" [all …]
|
| /external/bazelbuild-rules_rust/.github/workflows/ |
| D | release.yaml | 1 --- 7 - main 9 - version.bzl 16 BAZEL_STARTUP_FLAGS: --bazelrc=${{ github.workspace }}/.github/github.bazelrc 20 runs-on: ubuntu-20.04 22 - uses: actions/checkout@v3 25 - name: Ensure branch is 'main' 28 branch="$(git rev-parse --abbrev-ref HEAD)" 35 - name: Ensure release does not already exist 38 …version="$(grep 'VERSION =' ${{ github.workspace }}/version.bzl | sed 's/VERSION = "//' | sed 's/"… [all …]
|
| /external/doclava/res/assets/templates/ |
| D | macros.cs | 20 Overloaded version to support use of 'nav' parameter, which when true, 95 if: name(param)!=subcount(params)-1?>, <?cs /if ?><?cs 126 elif:tag.kind == "@sdkCurrent" ?><?cs var:sdk.current ?><?cs 127 elif:tag.kind == "@sdkCurrentVersion" ?><?cs var:sdk.version ?><?cs 128 elif:tag.kind == "@sdkCurrentRelId" ?><?cs var:sdk.rel.id ?><?cs 129 elif:tag.kind == "@sdkPlatformVersion" ?><?cs var:sdk.platform.version ?><?cs 130 elif:tag.kind == "@sdkPlatformApiLevel" ?><?cs var:sdk.platform.apiLevel ?><?cs 131 elif:tag.kind == "@sdkPlatformMajorMinor" ?><?cs var:sdk.platform.majorMinor ?><?cs 132 elif:tag.kind == "@sdkPlatformReleaseDate" ?><?cs var:sdk.platform.releaseDate ?><?cs 133 elif:tag.kind == "@sdkPlatformDeployableDate" ?><?cs var:sdk.platform.deployableDate ?><?cs [all …]
|
| /external/curl/docs/ |
| D | INSTALL.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 22 ./bootstrap-vcpkg.sh 27 community contributors. If the version is out of date, please [create an issue 33 the `GIT-INFO.md` file in the root directory for specific instructions on how 41 ./configure --with-openssl [--with-gnutls --with-wolfssl] 52 ./configure --help 57 ./configure --prefix=/path/to/curl/tree 63 ./configure --prefix=$HOME [all …]
|
| /external/perfetto/docs/contributing/ |
| D | sdk-releasing.md | 1 # Making a new SDK release 3 This guide shows how to make a new Perfetto SDK release. 5 Before snapshotting a release, check that no [release-blockers](http://b/savedsearches/5776355) are 11 git clone https://android.googlesource.com/platform/external/perfetto 15 Next, decide the version number for the new release (vX.Y). 16 The major version number (X) is incremented on every release (monthly). 17 The minor version number is incremented only for minor changes / fixes on top of the monthly 18 release (cherry-picks on the releases/vN.x branch). 22 ## a) Creating a new major version 25 [LUCI](https://luci-scheduler.appspot.com/jobs/perfetto) by triggering all the [all …]
|
| /external/python/cpython3/Tools/wasm/ |
| D | README.md | 3 **WARNING: WASM support is work-in-progress! Lots of features are not working yet.** 7 (*wasm32-emscripten*) and WASI (*wasm32-wasi*) targets. Emscripten builds 15 ## wasm32-emscripten build 18 target (``--with-emscripten-target=browser``) is optimized for browsers. 23 Cross compiling to the wasm32-emscripten platform needs the 24 [Emscripten](https://emscripten.org/) SDK and a build Python interpreter. 28 Christian Heimes maintains a container image with Emscripten SDK, Python 29 build dependencies, WASI-SDK, wasmtime, and several additional tools. 35 podman run --rm -ti -v $(pwd):/python-wasm/cpython:Z -w /python-wasm/cpython quay.io/tiran/cpythonb… 38 docker run --rm -ti -v $(pwd):/python-wasm/cpython -w /python-wasm/cpython quay.io/tiran/cpythonbui… [all …]
|
| /external/skia/tools/ |
| D | build_with_reclient.sh | 5 # Use of this source code is governed by a BSD-style license that can be 11 # $ ./tools/build_with_reclient.sh ninja -C out/Static -j 1000 13 set -eux 18 echo 'infra/rbe/client/${platform}' 're_client_version:0.116.1.9128bc4-gomaip' > /tmp/reclient.ensu… 19 cipd ensure --root ./out/reclient --ensure-file /tmp/reclient.ensure 23 instance=projects/rbe-chrome-untrusted/instances/default_instance 31 if [[ ! -d out/chromium-clang ]]; then 32 mkdir -p out/chromium-clang 34 cd out/chromium-clang 39 ./out/chromium-clang/clang/scripts/update.py [all …]
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | fcm.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 18 …"description": "FCM send API that provides a cross-platform messaging solution to reliably deliver… 20 "documentationLink": "https://firebase.google.com/docs/cloud-messaging", 23 "x16": "http://www.google.com/images/icons/product/search-16.gif", 24 "x32": "http://www.google.com/images/icons/product/search-32.gif" 60 "Responses with Content-Type of application/json", 61 "Media download with context-dependent Content-Type", 62 "Responses with Content-Type of application/x-protobuf" 94 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 140 "https://www.googleapis.com/auth/cloud-platform", [all …]
|
| D | firebasedynamiclinks.v1.json | 17 "documentationLink": "https://firebase.google.com/docs/dynamic-links/", 19 "x16": "http://www.google.com/images/icons/product/search-16.gif", 20 "x32": "http://www.google.com/images/icons/product/search-32.gif" 56 "Responses with Content-Type of application/json", 57 "Media download with context-dependent Content-Type", 58 "Responses with Content-Type of application/x-protobuf" 90 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 110 …- The request will also contain a name for the link (non unique name for the front end). - The res… 175 "description": "Google SDK version. Version takes the form \"$major.$minor.$patch\"", 189 "description": "Get iOS strong/weak-match info for post-install attribution.", [all …]
|
| D | admob.v1.json | 23 "x16": "http://www.google.com/images/icons/product/search-16.gif", 24 "x32": "http://www.google.com/images/icons/product/search-32.gif" 60 "Responses with Content-Type of application/json", 61 "Media download with context-dependent Content-Type", 62 "Responses with Content-Type of application/x-protobuf" 94 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 123 …ion": "Resource name of the publisher account to retrieve. Example: accounts/pub-9876543210987654", 194 …quired. Resource name of the account to list ad units for. Example: accounts/pub-9876543210987654", 235 … "Required. Resource name of the account to list apps for. Example: accounts/pub-9876543210987654", 256 …eport based on the provided report specification. Returns result of a server-side streaming RPC. T… [all …]
|
| D | admob.v1beta.json | 23 "x16": "http://www.google.com/images/icons/product/search-16.gif", 24 "x32": "http://www.google.com/images/icons/product/search-32.gif" 60 "Responses with Content-Type of application/json", 61 "Media download with context-dependent Content-Type", 62 "Responses with Content-Type of application/x-protobuf" 94 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 123 …ion": "Resource name of the publisher account to retrieve. Example: accounts/pub-9876543210987654", 194 …quired. Resource name of the account to list ad units for. Example: accounts/pub-9876543210987654", 235 … "Required. Resource name of the account to list apps for. Example: accounts/pub-9876543210987654", 256 …eport based on the provided report specification. Returns result of a server-side streaming RPC. T… [all …]
|
| /external/python/cpython2/Lib/ |
| D | _osx_support.py | 15 # like "-arch" or "-isdkroot", that may need customization for 41 if (sys.platform == 'win32' or os.name == 'os2') and (ext != '.exe'): 77 or _read_output("/usr/bin/xcrun -find %s" % (toolname,)) 84 """Return the OS X system version as a string""" 86 # version (see the documentation for the Gestalt Manager) 87 # We avoid using platform.mac_ver to avoid possible bootstrap issues during 115 # This is needed for higher-level cross-platform tests of get_platform. 132 # builds, in particular -isysroot and -arch arguments to the compiler. This 149 # (or rather Xcode) releases. With older releases (up-to 10.5) 155 # Xcode releases. Up to Xcode 4 it was possible to use 'gcc-4.2' [all …]
|
| /external/python/cpython3/Lib/ |
| D | _osx_support.py | 15 # like "-arch" or "-isdkroot", that may need customization for 41 if (sys.platform == 'win32') and (ext != '.exe'): 74 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None 80 or _read_output("/usr/bin/xcrun -find %s" % (toolname,)) 87 """Return the OS X system version as a string""" 89 # version (see the documentation for the Gestalt Manager) 90 # We avoid using platform.mac_ver to avoid possible bootstrap issues during 99 f = open('/System/Library/CoreServices/SystemVersion.plist', encoding="utf-8") 119 Return the macOS system version as a tuple 122 two version numbers. [all …]
|