| /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", 52 xcode_version_plist_path = os.path.join(developer_dir, 63 '-version']).decode('UTF-8').splitlines() 64 settings['xcode_version'] = FormatVersion(lines[0].split()[-1]) 66 settings['xcode_build'] = lines[-1].split()[-1] 71 machine_os_build = subprocess.check_output(['sw_vers', '-buildVersion' 72 ]).decode('UTF-8').strip() 77 """Fills the SDK path and version for |platform| into |settings|.""" 79 ['xcrun', '-sdk', platform, '--show-sdk-path']).decode('UTF-8').strip() [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", 52 xcode_version_plist_path = os.path.join(developer_dir, 63 '-version']).decode('UTF-8').splitlines() 64 settings['xcode_version'] = FormatVersion(lines[0].split()[-1]) 66 settings['xcode_build'] = lines[-1].split()[-1] 71 machine_os_build = subprocess.check_output(['sw_vers', '-buildVersion' 72 ]).decode('UTF-8').strip() 77 """Fills the SDK path and version for |platform| into |settings|.""" 79 ['xcrun', '-sdk', platform, '--show-sdk-path']).decode('UTF-8').strip() [all …]
|
| /external/libcxx/utils/libcxx/test/ |
| D | target_info.py | 1 #===----------------------------------------------------------------------===// 8 #===----------------------------------------------------------------------===// 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'), 58 ('ru_RU.UTF-8', 'Russian_Russia.1251'), 59 ('zh_CN.UTF-8', 'Chinese_China.936'), 60 ('fr_CA.ISO8859-1', 'French_Canada.1252'), 61 ('cs_CZ.ISO8859-2', 'Czech_Czech Republic.1250') [all …]
|
| /external/skia/site/docs/user/sample/ |
| D | viewer.md | 2 --- 6 --- 10 * Observe rendering performance - placing the Viewer in stats mode displays average frame times. 11 * Try different rendering methods - it's possible to cycle among the three rendering methods: raste… 14 …urces stored outside the program. These resources are stored in the `<skia-path>/resources` direct… 17 ---------------------------- 21 bin/gn gen out/Release --args='is_debug=false' 22 ninja -C out/Release viewer 24 To load resources in the desktop Viewers, use the `--resourcePath` option: 26 <skia-path>/out/Release/viewer --resourcePath <skia-path>/resources [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: 25 return os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, 29 # The absolute path of the root folder to work on. It may not always be the 31 # have folders like third_party/fuchsia-sdk in it. 32 DIR_SRC_ROOT = os.path.abspath(_find_src_root()) 35 def _find_fuchsia_images_root() -> str: 39 return os.path.join(DIR_SRC_ROOT, 'third_party', 'fuchsia-sdk', 'images') 42 IMAGES_ROOT = os.path.abspath(_find_fuchsia_images_root()) [all …]
|
| /external/skia/gn/ |
| D | find_xcode_sysroot.py | 5 # Use of this source code is governed by a BSD-style license that can be 13 (sdk,) = sys.argv[1:] 16 'xcrun', '--sdk', sdk, '--show-sdk-path']).decode('utf-8'))
|
| /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/curl/docs/ |
| D | INSTALL.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 22 ./bootstrap-vcpkg.sh 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 69 path for your compiler/linker, you do not need to do anything special. If you [all …]
|
| /external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| D | method_dump.sh | 7 # - No property should ever be overloaded. 8 # - Do not overload any methods that have 0 args such as "autorelease". 9 # - Do not overload any methods that start with "set[A-Z]" and have 1 arg such as 14 set -eu 22 echo -n "$var" 71 // -5 because 3 for set, 1 for the firstLetter and 1 for the colon on the end. 73 [methodName substringWithRange:NSMakeRange(4, methodName.length - 5)]; 113 if [[ ! -e "objectivec_nsobject_methods.h" ]]; then 118 temp_dir=$(mktemp -d) 123 iphone_simulator_sdk=$(xcrun --sdk iphonesimulator --show-sdk-path) [all …]
|
| /external/protobuf/src/google/protobuf/compiler/objectivec/ |
| D | method_dump.sh | 7 # - No property should ever be overloaded. 8 # - Do not overload any methods that have 0 args such as "autorelease". 9 # - Do not overload any methods that start with "set[A-Z]" and have 1 arg such as 14 set -eu 22 echo -n "$var" 71 // -5 because 3 for set, 1 for the firstLetter and 1 for the colon on the end. 73 [methodName substringWithRange:NSMakeRange(4, methodName.length - 5)]; 113 if [[ ! -e "objectivec_nsobject_methods.h" ]]; then 118 temp_dir=$(mktemp -d) 123 iphone_simulator_sdk=$(xcrun --sdk iphonesimulator --show-sdk-path) [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 30 def LoadPList(path): argument 31 """Loads Plist at |path| and returns it as a dictionary.""" 32 with open(path, 'rb') as f: 36 # This contains binaries from Xcode 15.0 15A240d along with the macOS 14.0 SDK 40 # and run `xcrun --show-sdk-build-version` for the second. 44 MAC_BINARIES_LABEL = 'infra_internal/ios/xcode/xcode_binaries/mac-amd64' 45 MAC_BINARIES_TAG = 'dC_BLs9U850OLk8m4V7yxysPhP-ixJ2b5c7hVm8B7tIC' [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 30 def LoadPList(path): argument 31 """Loads Plist at |path| and returns it as a dictionary.""" 32 with open(path, 'rb') as f: 36 # This contains binaries from Xcode 15.0 15A240d along with the macOS 14.0 SDK 40 # and run `xcrun --show-sdk-build-version` for the second. 44 MAC_BINARIES_LABEL = 'infra_internal/ios/xcode/xcode_binaries/mac-amd64' 45 MAC_BINARIES_TAG = 'dC_BLs9U850OLk8m4V7yxysPhP-ixJ2b5c7hVm8B7tIC' [all …]
|
| /external/webrtc/docs/native-code/android/ |
| D | index.md | 7 1. Install [prerequisite software][webrtc-prerequisite-sw] 12 $ fetch --nohooks webrtc_android 16 This will fetch a regular WebRTC checkout with the Android-specific parts 17 added. Notice that the Android specific parts like the Android SDK and NDK are 23 See [Development][webrtc-development] for instructions on how to update 35 $ gn gen out/Debug --args='target_os="android" target_cpu="arm"' 42 * To build for 32-bit x86: use `target_cpu="x86"` 43 * To build for 64-bit x64: use `target_cpu="x64"` 48 $ autoninja -C out/Debug 51 (To list all available targets, run `autoninja -C out/Debug -t targets all`.) [all …]
|
| /external/pigweed/pw_toolchain_bazel/features/macos/private/ |
| D | xcode_command_line_tools.bzl | 7 # https://www.apache.org/licenses/LICENSE-2.0 17 and exclusively attempts to support xcode command-line tools. 49 xcrun_result = repository_ctx.execute(["/usr/bin/xcrun", "--show-sdk-path"]) 51 fail("Failed locating Xcode SDK: {}".format(xcrun_result.stderr)) 62 doc = "Initializes a macOS SDK repository",
|
| /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 39 if [[ -n "$(git tag -l ${version})" ]]; then [all …]
|
| /external/doclava/res/assets/templates/assets/ |
| D | doclava-developer-docs.js | 6 var HEADER_HEIGHT = -1; 30 if ((agent.indexOf("mobile") != -1) || // android, iphone, ipod 31 (agent.indexOf("blackberry") != -1) || 32 (agent.indexOf("webos") != -1) || 33 (agent.indexOf("mini") != -1)) { // opera mini browsers 37 } else if (agent.indexOf("msie 6") != -1) { 51 $("#body-content").css({'position':'relative', 'top':'0'}); 52 $("#doc-content").css({'overflow':'visible', 'border-left':'3px solid #DDD'}); 53 $("#side-nav").css({'padding':'0'}); 54 $("#nav-tree").css({'overflow-y': 'auto'}); [all …]
|
| /external/compiler-rt/make/platform/ |
| D | clang_darwin.mk | 13 # (3): SDK path 20 if $(LD) -v 2>&1 | grep "configured to support" \ 22 if $(CC) -arch $$arch \ 23 -integrated-as \ 25 -isysroot $(3) \ 26 -o /dev/null > /dev/null 2> /dev/null; then \ 44 result=`xcrun -find $(1) 2> /dev/null`; \ 50 result=`xcrun --sdk $(1).internal --show-sdk-path 2> /dev/null`; \ 52 result=`xcrun --sdk $(1) --show-sdk-path 2> /dev/null`; \ 59 LD := $(shell $(CC) -print-prog-name=ld) [all …]
|
| /external/cronet/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.""" 22 def _find_src_root() -> str: 26 return os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, 30 # The absolute path of the root folder to work on. It may not always be the 32 # have folders like third_party/fuchsia-sdk in it. 33 DIR_SRC_ROOT = os.path.abspath(_find_src_root()) 36 def _find_fuchsia_images_root() -> str: 40 return os.path.join(DIR_SRC_ROOT, 'third_party', 'fuchsia-sdk', 'images') 43 IMAGES_ROOT = os.path.abspath(_find_fuchsia_images_root()) [all …]
|
| /external/curl/winbuild/ |
| D | README.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 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 56 Studio](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs) 57 and [How to: Enable a 64-Bit, x64 hosted MSVC toolset on the command [all …]
|
| /external/AFLplusplus/utils/aflpp_driver/ |
| D | GNUmakefile | 2 LLVM_CONFIG=llvm-config 5 ifeq "$(shell uname -s)" "Darwin" 6 # On some odd MacOS system configurations, the Xcode sdk path is not set correctly 7 SDK_LD = -L$(shell xcrun --show-sdk-path)/usr/lib 12 LLVM_CONFIG := llvm-config 14 LLVM_BINDIR = $(shell $(LLVM_CONFIG) --bindir 2>/dev/null) 16 ifeq "$(shell test -x $(LLVM_BINDIR)/clang && echo 1)" "1" 21 CFLAGS := -O3 -funroll-loops -g -fPIC 26 -$(CC) -I. -I../../include $(CFLAGS) -c aflpp_driver.c 30 @cp -vf libAFLDriver.a ../../ [all …]
|
| /external/icu/android_icu4j/ |
| D | Android.bp | 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 44 path: "src/main/java", 50 path: "src/main/java", [all …]
|
| /external/perfetto/examples/sdk/ |
| D | README.md | 1 # Perfetto SDK example project 4 SDK](https://perfetto.dev/docs/instrumentation/tracing-sdk). It demonstrates 10 - [CMake](https://cmake.org/) 11 - C++17 18 git clone https://android.googlesource.com/platform/external/perfetto -b v46.0 24 cd perfetto/examples/sdk 25 cmake -B build 26 cmake --build build 30 `cd perfetto ; tools/gen_amalgamated --output sdk/perfetto`. 31 [Learn more](https://perfetto.dev/docs/contributing/sdk-releasing#building-and-tagging-the-release) [all …]
|
| /external/chromium-trace/catapult/devil/devil/android/tools/ |
| D | unlock_bootloader.py | 3 # Use of this source code is governed by a BSD-style license that can be 5 """A script to open the unlock bootloader on-screen prompt on all devices.""" 15 sys.path.append( 16 os.path.abspath( 17 os.path.join(os.path.dirname(__file__), '..', '..', '..'))) 21 from devil.android.sdk import adb_wrapper 22 from devil.android.sdk import fastboot 45 # Wait for the rebooted devices to show up in fastboot. 56 if time.time() - start > timeout: 58 rebooted_devices - set(fastbooted_devices)) [all …]
|
| /external/angle/build/android/gyp/ |
| D | lint.py | 4 # Use of this source code is governed by a BSD-style license that can be 20 import action_helpers # build_utils adds //build to sys.path. 22 …m.googlesource.com/chromium/src/+/main/build/android/docs/lint.md' # pylint: disable=line-too-long 27 "Assert", # R8 --force-enable-assertions is used to enable java asserts. 33 "MissingApplicationIcon", # False positive for non-production targets. 37 "StringFormatCount", # Has false-positives. 50 def _SrcRelative(path): argument 51 """Returns relative path to top-level src dir.""" 52 return os.path.relpath(path, build_utils.DIR_SOURCE_ROOT) 71 sdk = ElementTree.SubElement(project, 'sdk') [all …]
|
| /external/cronet/build/android/gyp/ |
| D | lint.py | 4 # Use of this source code is governed by a BSD-style license that can be 20 import action_helpers # build_utils adds //build to sys.path. 22 …m.googlesource.com/chromium/src/+/main/build/android/docs/lint.md' # pylint: disable=line-too-long 27 "Assert", # R8 --force-enable-assertions is used to enable java asserts. 32 "MissingApplicationIcon", # False positive for non-production targets. 69 def _SrcRelative(path): argument 70 """Returns relative path to top-level src dir.""" 71 return os.path.relpath(path, build_utils.DIR_SOURCE_ROOT) 89 sdk = ElementTree.SubElement(project, 'sdk') 90 # Lint requires that the sdk path be an absolute path. [all …]
|