Searched +full:1 +full:- +full:installer +full:- +full:darwin +full:- +full:x86_64 (Results 1 – 25 of 35) sorted by relevance
12
/external/tflite-support/tensorflow_lite_support/tools/ci_build/ |
D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 25 eval "$1" 27 if [[ $? -ne 0 ]]; then 29 eval "$1" 34 echo "$@" 1>&2 ; exit 1; 42 result=$("$@" 2>&1) || die "$result" 45 set -x 50 mkdir -p /tmpfs/bazel_output 57 case "$(uname -s)" in 58 Darwin) local name=bazelisk-darwin-amd64 ;; [all …]
|
/external/swiftshader/third_party/marl/kokoro/macos/ |
D | build.sh | 9 # https://www.apache.org/licenses/LICENSE-2.0 17 set -e # Fail on any error. 21 function show_cmds { set -x; } 32 git submodule update --init 38 BUILD_DIR=/tmp/marl-build 42 COMMON_CMAKE_FLAGS+=" -DCMAKE_BUILD_TYPE=${BUILD_TYPE}" 43 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_EXAMPLES=1" 44 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_TESTS=1" 45 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_BENCHMARKS=1" 46 COMMON_CMAKE_FLAGS+=" -DMARL_WARNINGS_AS_ERRORS=1" [all …]
|
/external/llvm-project/libcxx/utils/google-benchmark/ |
D | .travis.yml | 7 - /usr/local/bin:$PATH 11 - compiler: gcc 15 - lcov 17 - compiler: gcc 19 - compiler: gcc 21 - compiler: gcc 25 - g++-multilib 27 - compiler: gcc 31 - g++-multilib 33 - compiler: gcc [all …]
|
/external/libcxx/utils/google-benchmark/ |
D | .travis.yml | 7 - /usr/local/bin:$PATH 11 - compiler: gcc 15 - lcov 17 - compiler: gcc 19 - compiler: gcc 21 - compiler: gcc 25 - g++-multilib 27 - compiler: gcc 31 - g++-multilib 33 - compiler: gcc [all …]
|
/external/google-benchmark/ |
D | .travis.yml | 7 - compiler: gcc 11 - lcov 13 - compiler: gcc 15 - compiler: gcc 17 - compiler: gcc 21 - g++-multilib 22 - libc6:i386 24 - COMPILER=g++ 25 - C_COMPILER=gcc 26 - BUILD_TYPE=Debug [all …]
|
/external/libiio/src/ |
D | README.md | 7 …-source license allows anyone to use the library, on any vendors processor/FPGA/SoC, which may be … 9 License : [![License](https://img.shields.io/badge/license-LGPL2-blue.svg)](https://github.com/anal… 13 …img.shields.io/coverity/scan/4796.svg)](https://scan.coverity.com/projects/analogdevicesinc-libiio) 16 [![closed bugs](https://img.shields.io/github/issues-closed/analogdevicesinc/libiio.svg)](https://g… 19 …badge/chat-on%20EngineerZone-blue.svg)](https://ez.analog.com/linux-device-drivers/linux-software-… 21 …ibiio) to do develop and maintain the source, and [Travis CI](https://travis-ci.com/) and [Appveyo… 22 …- If you want to just use libiio, we suggest using the [latest release](https://github.com/analogd… 23 …- If you think you have found a bug in the release, or need a feature which isn't in the release, … 25 | Operating System | GitHub master status | Version | Primary Installer Package | Alterna… 26 |:-----------------------:|:---------------------:|:-------:|:-------------------:|:--------------:| [all …]
|
/external/libiio/ |
D | README.md | 7 …-source license allows anyone to use the library, on any vendors processor/FPGA/SoC, which may be … 9 License : [![License](https://img.shields.io/badge/license-LGPL2-blue.svg)](https://github.com/anal… 13 …img.shields.io/coverity/scan/4796.svg)](https://scan.coverity.com/projects/analogdevicesinc-libiio) 16 [![closed bugs](https://img.shields.io/github/issues-closed/analogdevicesinc/libiio.svg)](https://g… 19 …badge/chat-on%20EngineerZone-blue.svg)](https://ez.analog.com/linux-device-drivers/linux-software-… 21 …ibiio) to do develop and maintain the source, and [Travis CI](https://travis-ci.com/) and [Appveyo… 22 …- If you want to just use libiio, we suggest using the [latest release](https://github.com/analogd… 23 …- If you think you have found a bug in the release, or need a feature which isn't in the release, … 25 | Operating System | GitHub master status | Version | Primary Installer Package | Alterna… 26 |:-----------------------:|:---------------------:|:-------:|:-------------------:|:--------------:| [all …]
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 6 - support Intel 64-bit-only () and 32-bit-only installer builds 7 - build and link with private Tcl/Tk 8.6 for 10.9+ builds 8 - deprecate use of explicit SDK (--sdk-path=) since all but the oldest 13 supported with build-installer. 14 - use generic "gcc" as compiler (CC env var) rather than "gcc-4.2" 21 Sphinx, build-installer.py should also be converted to use python3! 23 For 10.9 or greater deployment targets, build-installer builds and links 25 apply. Otherwise, build-installer requires an installed third-party version 51 INCLUDE_TIMESTAMP = 1 52 VERBOSE = 1 [all …]
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 6 - 2.7 end-of-life issues: 7 - Python 3 installs now update the Current version link 9 - fully support running under Python 3 as well as 2.7 10 - support building on newer macOS systems with SIP 11 - fully support building on macOS 10.9+ 12 - support 10.6+ on best effort 13 - support bypassing docs build by supplying a prebuilt 14 docs html tarball in the third-party source library, 17 python-3.x.y-docs-html.tar.bz2 20 - support Intel 64-bit-only () and 32-bit-only installer builds [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/release/ |
D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 30 eval "$1" 32 if [[ $? -ne 0 ]]; then 34 eval "$1" 39 echo "$@" 1>&2 ; exit 1; 47 result=$("$@" 2>&1) || die "$result" 50 set -x 56 mkdir -p /tmpfs/bazel_output 63 case "$(uname -s)" in 64 Darwin) local name=bazelisk-darwin-amd64 ;; [all …]
|
/external/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) 19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when 22 building libjpeg-turbo. 36 ARCH=`uname -m` 37 rpmbuild --rebuild nasm-{version}.src.rpm [all …]
|
/external/python/cpython2/Lib/ |
D | _osx_support.py | 15 # like "-arch" or "-isdkroot", that may need customization for 77 or _read_output("/usr/bin/xcrun -find %s" % (toolname,)) 98 # We're on a plain darwin box, fall back to the default 108 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2]) 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' 157 # gcc-4.2 is either not present, or a copy of 'llvm-gcc' that 182 # Compiler is GCC, check if it is LLVM-GCC [all …]
|
/external/vulkan-headers/ |
D | BUILD.md | 7 1. [Contributing](#contributing-to-the-repository) 8 1. [Repository Content](#repository-content) 9 1. [Repository Set-up](#repository-set-up) 10 1. [Windows Build](#building-on-windows) 11 1. [Linux Build](#building-on-linux) 12 1. [MacOS Build](#building-on-macos) 17 API specification [repository](https://github.com/KhronosGroup/Vulkan-Docs). 30 If you are building other Vulkan-related repositories such as 31 [Vulkan-Loader](https://github.com/KhronosGroup/Vulkan-Loader), 40 - *install_dir*`/include/vulkan` : The header files found in the [all …]
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/ |
D | BUILD.md | 7 1. [Contributing](#contributing-to-the-repository) 8 1. [Repository Content](#repository-content) 9 1. [Repository Set-up](#repository-set-up) 10 1. [Windows Build](#building-on-windows) 11 1. [Linux Build](#building-on-linux) 12 1. [MacOS Build](#building-on-macos) 17 API specification [repository](https://github.com/KhronosGroup/Vulkan-Docs). 30 If you are building other Vulkan-related repositories such as 31 [Vulkan-Loader](https://github.com/KhronosGroup/Vulkan-Loader), 40 - *install_dir*`/include/vulkan` : The header files found in the [all …]
|
/external/python/cpython3/Lib/ |
D | _osx_support.py | 15 # like "-arch" or "-isdkroot", that may need customization for 71 cmd = "%s >'%s' 2>&1" % (commandstring, fp.name) 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,)) 101 # We're on a plain darwin box, fall back to the default 111 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2]) 138 # This is needed for higher-level cross-platform tests of get_platform. 160 contents = _read_output('%s -c -E -v - </dev/null' % (cc,), True) 172 _cache_default_sysroot = line[:-12] 182 # builds, in particular -isysroot and -arch arguments to the compiler. This [all …]
|
/external/vulkan-validation-layers/ |
D | BUILD.md | 8 1. [Contributing](#contributing-to-the-repository) 9 1. [Repository Content](#repository-content) 10 1. [Repository Set-Up](#repository-set-up) 11 1. [Windows Build](#building-on-windows) 12 1. [Linux Build](#building-on-linux) 13 1. [Android Build](#building-on-android) 14 1. [MacOS build](#building-on-macos) 33 - *install_dir*`/lib` : The Vulkan validation layer libraries 34 - *install_dir*`/share/vulkan/explicit_layer.d` : The Vulkan validation layer 40 ## Repository Set-Up [all …]
|
/external/tensorflow/ |
D | configure.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 30 # pylint: disable=g-import-not-at-top 35 # pylint: enable=g-import-not-at-top 54 'lib64/', 'lib/powerpc64le-linux-gnu/', 'lib/x86_64-linux-gnu/', '' 84 return platform.system() == 'Darwin' 100 answer = input(question) # pylint: disable=bad-builtin 107 """Force symlink, equivalent of 'ln -sf'. 144 write_to_bazelrc('build --action_env {}="{}"'.format(var_name, str(var))) 157 return output.decode('UTF-8').strip() 173 python_bin_path, '-c', [all …]
|
/external/llvm-project/clang/docs/ |
D | UsersManual.rst | 13 The Clang Compiler is an open-source compiler for the C family of 16 allowing it to provide high-quality optimization and code generation 22 for an end-user, documenting the supported features, command line 25 `Clang Static Analyzer <https://clang-analyzer.llvm.org>`_, please see its web 33 which includes :ref:`C <c>`, :ref:`Objective-C <objc>`, :ref:`C++ <cxx>`, and 34 :ref:`Objective-C++ <objcxx>` as well as many dialects of those. For 35 language-specific information, please see the corresponding language 38 - :ref:`C Language <c>`: K&R C, ANSI C89, ISO C90, ISO C94 (C89+AMD1), ISO 40 - :ref:`Objective-C Language <objc>`: ObjC 1, ObjC 2, ObjC 2.1, plus 42 - :ref:`C++ Language <cxx>` [all …]
|
/external/python/cpython3/Misc/ |
D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
/external/libogg/ |
D | aclocal.m4 | 1 # generated automatically by aclocal 1.9.6 -*- Autoconf -*- 14 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 50 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 57 # ------------------ 60 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 62 [m4_fatal([Libtool version $1 or higher is required], 68 # ------------------ 79 # ------------------ 88 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl 99 _LT_SET_OPTIONS([$0], [$1]) [all …]
|
/external/iperf3/ |
D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.2 -*- Autoconf -*- 3 # Copyright (C) 1996-2020 Free Software Foundation, Inc. 23 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 25 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. 60 # ------------------ 63 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 65 [m4_fatal([Libtool version $1 or higher is required], 71 # ------------------ 82 # ------------------ 92 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl [all …]
|
/external/skia/infra/bots/gen_tasks_logic/ |
D | gen_tasks_logic.go | 2 // Use of this source code is governed by a BSD-style license that can be 34 CAS_LOTTIE_CI = "lottie-ci" 35 CAS_LOTTIE_WEB = "lottie-web" 39 CAS_RUN_RECIPE = "run-recipe" 41 CAS_SKOTTIE_WASM = "skottie-wasm" 44 CAS_TASK_DRIVERS = "task-drivers" 46 CAS_WASM_GM = "wasm-gm" 47 CAS_WHOLE_REPO = "whole-repo" 49 BUILD_TASK_DRIVERS_PREFIX = "Housekeeper-PerCommit-BuildTaskDrivers" 50 BUNDLE_RECIPES_NAME = "Housekeeper-PerCommit-BundleRecipes" [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 13 ## -------------------- ## 15 ## -------------------- ## 18 DUALCASE=1; export DUALCASE # for MKS sh 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 24 alias -g '${1+"$@"}'='"$@"' 27 case `(set -o) 2>/dev/null` in #( 29 set -o posix ;; #( [all …]
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 2 .. date: 2019-01-15-18-16-05 4 .. release date: 2019-02-03 7 [CVE-2019-5010] Fix a NULL pointer deref in ssl module. The cert parser did 10 (TALOS-2018-0758) reported by Colin Read and Nicolas Edet of Cisco. 15 .. date: 2018-11-23-15-00-23 19 The :option:`-I` command line option (run Python in isolated mode) is now 21 spawning child processes. Previously, only :option:`-E` and :option:`-s` 22 options (enabled by :option:`-I`) were copied. 27 .. date: 2018-09-24-18-49-25 33 -E or -I arguments. [all …]
|
/external/libpng/ |
D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 5 # Report bugs to <png-mng-implement@lists.sourceforge.net>. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 13 ## -------------------- ## 15 ## -------------------- ## 18 DUALCASE=1; export DUALCASE # for MKS sh 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 24 alias -g '${1+"$@"}'='"$@"' 27 case `(set -o) 2>/dev/null` in #( [all …]
|
12