Home
last modified time | relevance | path

Searched +full:platform +full:- +full:sdk +full:- +full:version (Results 1 – 25 of 968) sorted by relevance

12345678910>>...39

/external/libpcap/
D.appveyor.yml1 version: '{build}'
7 - coverity_scan
13 - cinst winflexbison
14 - win_flex --version
15 - win_bison --version
16 - appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
17 - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
18 - appveyor DownloadFile https://npcap.com/dist/npcap-sdk-1.13.zip
19 - 7z x .\npcap-sdk-1.13.zip -oc:\projects\libpcap\Win32\npcap-sdk-1.13
20- appveyor DownloadFile https://support.riverbed.com/bin/support/download?sid=l3vk3eu649usgu3rj60u…
[all …]
/external/angle/build/config/apple/
Dsdk_info.py3 # 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/
Dsdk_info.py3 # 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/webp/
Diosbuild.sh12 # (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
32 # Add iPhoneOS-V6 to the list of platforms below if you need armv6 support.
33 # Note that iPhoneOS-V6 support is not available with the iOS6 SDK.
[all …]
Dxcframeworkbuild.sh13 set -e
20 # Extract Xcode version.
21 readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2)
22 if [[ -z "${XCODE}" ]] || [[ "${XCODE%%.*}" -lt 11 ]]; then
27 # Extract the latest SDK version from the final field of the form: iphoneosX.Y
29 readonly SDK=($(
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 …]
/external/libwebm/
Diosbuild.sh5 ## 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/angle/build/fuchsia/
Dupdate_sdk.py3 # Use of this source code is governed by a BSD-style license that can be
5 """Check out the Fuchsia SDK from a given GCS path. Should be used in a
13 import platform
29 host_arch = platform.machine()
30 # platform.machine() returns AMD64 on 64-bit Windows.
38 def GetSDKOverrideGCSPath() -> Optional[str]:
39 """Fetches the sdk override path from a file or an environment variable.
42 The override sdk location, stripped of white space.
43 Example: gs://fuchsia-artifacts/development/some-id/sdk
57 def _GetTarballPath(gcs_tarball_prefix: str) -> str:
[all …]
/external/libffi/
Dgenerate-darwin-source-and-headers.py9 class Platform(object): class
12 class simulator_platform(Platform):
14 sdk = 'iphonesimulator' variable in simulator_platform
16 triple = 'i386-apple-darwin11'
17 version_min = '-miphoneos-version-min=7.0'
25 class simulator64_platform(Platform):
27 sdk = 'iphonesimulator' variable in simulator64_platform
29 triple = 'x86_64-apple-darwin13'
30 version_min = '-miphoneos-version-min=7.0'
38 class device_platform(Platform):
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
Dgenerate-darwin-source-and-headers.py9 class Platform(object): class
12 class simulator_platform(Platform):
14 sdk = 'iphonesimulator' variable in simulator_platform
16 triple = 'i386-apple-darwin11'
17 version_min = '-miphoneos-version-min=5.1.1'
25 class simulator64_platform(Platform):
27 sdk = 'iphonesimulator' variable in simulator64_platform
29 triple = 'x86_64-apple-darwin13'
30 version_min = '-miphoneos-version-min=7.0'
38 class device_platform(Platform):
[all …]
/external/googleapis/google/maps/fleetengine/v1/
Dheader.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
7 // http://www.apache.org/licenses/LICENSE-2.0
30 // Possible types of SDK.
35 // The calling SDK is Consumer.
38 // The calling SDK is Driver.
41 // The calling SDK is JavaScript.
45 // The platform of the calling SDK.
46 enum Platform { enum
47 // The default value. This value is used if the platform is omitted.
60 // The BCP-47 language code, such as en-US or sr-Latn. For more information,
[all …]
/external/googleapis/google/maps/fleetengine/delivery/v1/
Dheader.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
7 // http://www.apache.org/licenses/LICENSE-2.0
30 // Possible types of SDK.
35 // The calling SDK is Consumer.
38 // The calling SDK is Driver.
41 // The calling SDK is JavaScript.
45 // The platform of the calling SDK.
46 enum Platform { enum
47 // The default value. This value is used if the platform is omitted.
60 // The BCP-47 language code, such as en-US or sr-Latn. For more information,
[all …]
/external/cronet/build/fuchsia/
Dupdate_sdk.py3 # Use of this source code is governed by a BSD-style license that can be
5 """Check out the Fuchsia SDK from a given GCS path. Should be used in a
13 import platform
29 host_arch = platform.machine()
30 # platform.machine() returns AMD64 on 64-bit Windows.
38 def GetSDKOverrideGCSPath(path: Optional[str] = None) -> Optional[str]:
39 """Fetches the sdk override path from a file.
47 Example: gs://fuchsia-artifacts/development/some-id/sdk
59 def _GetTarballPath(gcs_tarball_prefix: str) -> str:
60 """Get the full path to the sdk tarball on GCS"""
[all …]
/external/tcpdump/
D.appveyor.yml1 version: '{build}'
7 - coverity_scan
13 - appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
14 - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
15 - appveyor DownloadFile https://npcap.com/dist/npcap-sdk-1.12.zip
16 - 7z x .\npcap-sdk-1.12.zip -oc:\projects\libpcap\Win32\npcap-sdk-1.12
20 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
22 SDK: WpdPack
23 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
25 SDK: WpdPack
[all …]
/external/bazelbuild-rules_go/go/private/
Dsdk.bzl3 # Licensed under the Apache License, Version 2.0 (the "License");
7 # http://www.apache.org/licenses/LICENSE-2.0
32 platform = _detect_sdk_platform(ctx, goroot)
33 version = _detect_sdk_version(ctx, goroot)
34 _sdk_build_file(ctx, platform, version, experiments = ctx.attr.experiments)
41 "version": attr.string(),
46 default = Label("//go/private:BUILD.sdk.bazel"),
57 sdk_version = kwargs.get("version"),
73 platform = goos + "_" + goarch
75 version = ctx.attr.version
[all …]
/external/libcxx/utils/libcxx/test/
Dtarget_info.py1 #===----------------------------------------------------------------------===//
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/python/cpython3/Tools/wasm/
Dwasm_build.py4 $ ./Tools/wasm/wasm_builder.py emscripten-browser build repl
5 $ ./Tools/wasm/wasm_builder.py emscripten-node-dl build test
8 Primary build targets are "emscripten-node-dl" (NodeJS, dynamic linking),
9 "emscripten-browser", and "wasi".
11 Emscripten builds require a recent Emscripten SDK. The tools looks for an
15 WASI builds require WASI SDK and wasmtime. The tool looks for 'WASI_SDK_PATH'
16 and falls back to /opt/wasi-sdk.
21 ./Tools/wasm/wasm_builder.py --clean build build
55 # path to WASI-SDK root
56 WASI_SDK_PATH = pathlib.Path(os.environ.get("WASI_SDK_PATH", "/opt/wasi-sdk"))
[all …]
/external/deqp/framework/delibs/cmake/
Dtoolchain-ios.cmake1 # This file is based off of the Platform/Darwin.cmake and Platform/UnixPaths.cmake
8 # This decides if SDKS will be selected from the iPhoneOS.platform or iPhoneSimulator.platform fo…
9 # OS - the default, used to build for iPhone and iPad physical devices, which have an arm arch.
10 # SIMULATOR - used to build for the Simulator platforms, which have an x86 arch.
12 # CMAKE_IOS_DEVELOPER_ROOT = automatic(default) or /path/to/platform/Developer folder
14 …nually, it will override the default location and force the user of a particular Developer Platform
16 # CMAKE_IOS_SDK_ROOT = automatic(default) or /path/to/platform/Developer/SDKs/SDK folder
18 # In this case it will always be the most up-to-date SDK found in the CMAKE_IOS_DEVELOPER_ROOT pa…
19 # If set manually, this will force the use of a specific SDK version
31 # Determine the cmake host system version so we know where to find the iOS SDKs
[all …]
/external/libwebsockets/contrib/
DiOS.cmake1 # This file is based off of the Platform/Darwin.cmake and Platform/UnixPaths.cmake
8 # This decides if SDKS will be selected from the iPhoneOS.platform or iPhoneSimulator.platform fo…
9 # OS - the default, used to build for iPhone and iPad physical devices, which have an arm arch.
10 # SIMULATOR - used to build for the Simulator platforms, which have an x86 arch.
12 # CMAKE_IOS_DEVELOPER_ROOT = automatic(default) or /path/to/platform/Developer folder
14 …nually, it will override the default location and force the user of a particular Developer Platform
16 # CMAKE_IOS_SDK_ROOT = automatic(default) or /path/to/platform/Developer/SDKs/SDK folder
18 # In this case it will always be the most up-to-date SDK found in the CMAKE_IOS_DEVELOPER_ROOT pa…
19 # If set manually, this will force the use of a specific SDK version
31 # Thanks to the android-cmake project for providing the command
[all …]
/external/freetype/builds/cmake/
DiOS.cmake3 # Copyright (C) 2014-2023 by
15 # This file is derived from the files `Platform/Darwin.cmake' and
16 # `Platform/UnixPaths.cmake', which are part of CMake 2.8.4. It has been
21 # -------
25 # This decides whether SDKS are selected from the `iPhoneOS.platform' or
26 # `iPhoneSimulator.platform' folders.
28 # OS - the default, used to build for iPhone and iPad physical devices,
30 # SIMULATOR - used to build for the Simulator platforms, which have an
33 # CMAKE_IOS_DEVELOPER_ROOT = /path/to/platform/Developer folder
38 # Developer Platform.
[all …]
/external/cronet/third_party/metrics_proto/
Dcast_logs.proto2 // Use of this source code is governed by a BSD-style license that can be
12 package metrics; // Cast-enabled device specific log data included in ChromeUserMetricsExtension.
19 // The product type of Cast device sent from Cast-enabled devices.
84 // Cast-enabled device.
91 // This message describes a detail sender device and sdk.
98 // SDK type the sender application was using.
103 // Native SDK type,
104 // E.G. Android sdk, iOS sdk.
107 // SDK via Chrome extension.
112 // Version of sender sdk/extension used to connection. The format varies
[all …]
/external/angle/build/mac/
Dfind_sdk.py3 # 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
48 parser.add_option("--print_sdk_path",
50 help="Additionally print the path the SDK (appears first).")
[all …]
/external/cronet/build/mac/
Dfind_sdk.py3 # 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
48 parser.add_option("--print_sdk_path",
50 help="Additionally print the path the SDK (appears first).")
[all …]
/external/licenseclassifier/v2/assets/License/AdColony-SDK/
Dlicense.txt1 By downloading the AdColony SDK, you are granted a limited, non-commercial
2 license to use and review the SDK solely for evaluation purposes. If you wish to
3 integrate the SDK into any commercial applications, you must register an account
6 Note that U.S. based companies will need to complete the W-9 form and send it to
11 the AdColony portal. The version below is for general reference purposes and
17 SDK License and Publisher Terms
19 These AdColony SDK License and Publisher Terms (this “Agreement”) is made
21 SDK, you and any company, entity, or organization on behalf of which you are
26 AGREEMENT, DO NOT DOWNLOAD OR USE THE ADCOLONY SDK.
30 “Advertisers” means third-party advertisers. “Developer Apps” means the mobile
[all …]
/external/lzma/DOC/
Dreadme.txt1 7-Zip 24.05 Sources
2 -------------------
4 7-Zip is a file archiver for Windows.
6 7-Zip Copyright (C) 1999-2024 Igor Pavlov.
10 ------------
12 7-Zip is free software distributed under the GNU LGPL
14 is licensed under the "BSD 3-clause License".
23 to re-create the RAR compression algorithm, which is proprietary.
33 2) You can fix bugs in source code and use compiled fixed version.
34 3) You can not use unRAR sources to re-create the RAR compression algorithm.
[all …]
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.vcproj1 <?xml version="1.0" encoding="utf-8"?>
6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
22 <Platform>Win32</Platform>
26 <Platform>x64</Platform>
30 <ProjectGuid>{1463C4CD-23FC-4DE9-BFDE-283338200157}</ProjectGuid>
43 …rRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRoot…
50 …<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Purify|Win32'">false</LinkIncremental>
[all …]

12345678910>>...39