Searched +full:bare +full:- +full:cross +full:- +full:build (Results 1 – 25 of 89) sorted by relevance
1234
/external/llvm-project/llvm/docs/ |
D | HowToCrossCompileBuiltinsOnArm.rst | 2 How to Cross Compile Compiler-rt Builtins For Arm 9 of compiler-rt for an Arm target, from an x86_64 Linux machine. 12 apply to other targets supported by compiler-rt. Further contributions for other 22 In this use case we'll be using cmake on a Debian-based Linux system, 23 cross-compiling from an x86_64 host to a hard-float Armv7-A target. We'll be 27 * ``A build of LLVM/clang for the llvm-tools and llvm-config`` 29 * ``compiler-rt sources`` 30 * ``The qemu-arm user mode emulator`` 31 * ``An arm-linux-gnueabihf sysroot`` 35 See https://compiler-rt.llvm.org/ for more information about the dependencies [all …]
|
/external/clang/docs/ |
D | CrossCompilation.rst | 2 Cross-compilation using Clang 9 for cross-compiling your code to a different architecture. It assumes you 14 build system or Makefiles, nor choosing the right CMake options, etc. 17 `instructions for cross-compiling LLVM itself 21 related to cross-compilation, and what main compiler options Clang provides 22 for performing cross-compilation. 24 Cross compilation issues 29 with all files in, unzip to a directory and point the build system to 33 On the other hand, Clang/LLVM is natively a cross-compiler, meaning that 34 one set of programs can compile to all targets by setting the ``-target`` [all …]
|
/external/llvm-project/clang/docs/ |
D | CrossCompilation.rst | 2 Cross-compilation using Clang 9 for cross-compiling your code to a different architecture. It assumes you 14 build system or Makefiles, nor choosing the right CMake options, etc. 17 `instructions for cross-compiling LLVM itself 21 related to cross-compilation, and what main compiler options Clang provides 22 for performing cross-compilation. 24 Cross compilation issues 29 with all files in, unzip to a directory and point the build system to 33 On the other hand, Clang/LLVM is natively a cross-compiler, meaning that 34 one set of programs can compile to all targets by setting the ``-target`` [all …]
|
/external/rust/crates/libloading/.github/workflows/ |
D | libloading.yml | 5 paths-ignore: 6 - '*.mkd' 7 - 'LICENSE' 12 native-test: 13 runs-on: ${{ matrix.os }} 15 fail-fast: false 18 os: [ubuntu-latest, windows-latest, macOS-latest] 19 timeout-minutes: 20 21 - uses: actions/checkout@v2 22 - name: Install Rust ${{ matrix.rust_toolchain }} [all …]
|
/external/mesa3d/ |
D | .gitlab-ci.yml | 3 CI_PRE_CLONE_SCRIPT: |- 4 set -o xtrace 5 …/usr/bin/wget -q -O- ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-cache.sh | s… 9 - project: 'freedesktop/ci-templates' 10 ref: &ci-templates-sha 52dd4a94044449c8481d18dcdc221a3c636366d2 12 - project: 'freedesktop/ci-templates' 13 ref: *ci-templates-sha 15 - local: '.gitlab-ci/lava-gitlab-ci.yml' 16 - local: '.gitlab-ci/test-source-dep.yml' 19 - container [all …]
|
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/ |
D | Makefile | 4 # SPDX-License-Identifier: BSD-3-Clause 7 # Cross Compile 8 M0_CROSS_COMPILE ?= arm-none-eabi- 10 # Build architecture 11 ARCH := cortex-m0 13 # Build platform 26 INCLUDES += -Iinclude/ \ 27 -I../../include/shared/ 36 COMMON_FLAGS := -g -mcpu=$(ARCH) -mthumb -Wall -O3 -nostdlib -mfloat-abi=soft 37 CFLAGS := -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common [all …]
|
/external/mesa3d/docs/ |
D | meson.rst | 5 --------------- 10 **Mesa's Meson build system is generally considered stable and ready for 15 Mesa requires Meson >= 0.52.0 to build. 19 <https://mesonbuild.com/Getting-meson.html>`__ to install the 22 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin, 25 Unix-like OSes 31 .. code-block:: console 33 sudo apt-get install meson # Ubuntu 37 .. code-block:: console 44 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.3.rst | 1 Mesa 20.1.3 Release Notes / 2020-07-08 20 --------------- 24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz 27 ------------ 29 - None 32 --------- 34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores 36 - [v3d] corruption when GS omits some vertices 37 - [RADV] Non-precise occlusion queries return non-zero when all 39 - [DXVK] Project Cars rendering problems [all …]
|
D | 20.3.0.rst | 1 Mesa 20.3.0 Release Notes / 2020-12-03 20 --------------- 24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz 28 ------------ 30 - GL 4.5 on llvmpipe 32 - GL_INTEL_blackhole_render on radeonsi 34 - GL_NV_copy_depth_to_color for NIR 36 - GL_NV_half_float 38 - GL_NV_shader_atomic_int64 on radeonsi 40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3) [all …]
|
D | 20.2.0.rst | 1 Mesa 20.2.0 Release Notes / 2020-09-28 20 --------------- 24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on Iris. 32 - GL_ARB_gpu_shader5 on llvmpipe 34 - GL_ARB_post_depth_coverage on llvmpipe 36 - GLES 3.2 on llvmpipe 38 - GL_EXT_shader_group_vote on GLES3. 40 - GL_EXT_texture_shadow_lod on llvmpipe [all …]
|
/external/toybox/scripts/ |
D | mkroot.sh | 3 # Clear environment variables by restarting script w/bare minimum passed through 4 [ -z "$NOCLEAR" ] && exec env -i NOCLEAR=1 HOME="$HOME" PATH="$PATH" \ 5 "LINUX=$LINUX" "CROSS=$CROSS" CROSS_COMPILE="$CROSS_COMPILE" "$0" "$@" 8 while [ $# -ne 0 ]; do 10 { [ "$1" != '--' ] && PKG="${PKG:-plumbing} $1"; } 15 announce() { echo -e "\033]2;$CROSS $*\007\n=== $*"; } 17 # Create target-independent working directories (cmdline can change locations) 19 mkdir -p ${BUILD:=$TOP/build} ${AIRLOCK:=$TOP/airlock} ${LOG:=$TOP/log} ||exit 1 21 # set CROSS_COMPILE from $CROSS using ccc. Handle "all" w/log, list, and err chk 22 if [ ! -z "$CROSS" ]; then [all …]
|
/external/python/cpython2/Doc/using/ |
D | mac.rst | 2 .. _using-on-mac: 15 The Mac-specific modules are documented in :ref:`mac-specific-services`. 23 .. _getting-osx: 28 Mac OS X 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you 30 (https://www.python.org). A current "universal binary" build of Python, which 37 Python distributions; PythonLauncher, which handles double-clicking Python 38 scripts from the Finder; and the "Build Applet" tool, which allows you to 46 The Apple-provided build of Python is installed in 49 Apple-controlled and are used by Apple- or third-party software. Remember that 63 -------------------------- [all …]
|
/external/python/cpython3/Doc/using/ |
D | mac.rst | 2 .. _using-on-mac: 15 .. _getting-osx: 20 Mac OS X 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you 22 website (https://www.python.org). A current "universal binary" build of Python, 30 Python distributions; and PythonLauncher, which handles double-clicking Python 38 The Apple-provided build of Python is installed in 41 Apple-controlled and are used by Apple- or third-party software. Remember that 55 -------------------------- 64 :program:`emacs` among them. If you want a more Mac-like editor, 65 :program:`BBEdit` or :program:`TextWrangler` from Bare Bones Software (see [all …]
|
/external/mesa3d/docs/ci/ |
D | index.rst | 5 --------- 8 We use it to test merge requests (MRs) before merging them (pre-merge testing), 9 as well as post-merge testing, for everything that hits ``master`` 14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering: 16 - Build testing for a number of build systems, configurations and platforms 17 - Sanity checks (``meson test`` & ``scons check``) 18 - Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested 19 using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__ 20 - Replay of application traces 30 If you're interested in the details, the main configuration file is ``.gitlab-ci.yml``, [all …]
|
/external/rust/crates/tokio/ |
D | README.md | 6 * **Fast**: Tokio's zero-cost abstractions give you bare-metal 15 [![Crates.io][crates-badge]][crates-url] 16 [![MIT licensed][mit-badge]][mit-url] 17 [![Build Status][actions-badge]][actions-url] 18 [![Discord chat][discord-badge]][discord-url] 20 [crates-badge]: https://img.shields.io/crates/v/tokio.svg 21 [crates-url]: https://crates.io/crates/tokio 22 [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg 23 [mit-url]: https://github.com/tokio-rs/tokio/blob/master/LICENSE 24 [actions-badge]: https://github.com/tokio-rs/tokio/workflows/CI/badge.svg [all …]
|
/external/llvm-project/openmp/runtime/tools/ |
D | check-depends.pl | 4 #//===----------------------------------------------------------------------===// 8 #// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 10 #//===----------------------------------------------------------------------===// 25 # -------------------------------------------------------------------------------------------------- 27 # $tool -- Name of tool. 28 # @bulk -- Output of the tool. 29 # $n -- Number of line caused parse error. 34 push( @bulk, ( $i == $n ? ">>> " : " " ) . $bulk->[ $i ] ); 40 # -------------------------------------------------------------------------------------------------- 47 # /lib64/ld-linux-x86-64.so.2 (0x0000003879400000) [all …]
|
/external/llvm-project/compiler-rt/ |
D | CMakeLists.txt | 1 # CMake build for CompilerRT. 3 # An important constraint of the build is that it only produces libraries 12 # Check if compiler-rt is built as a standalone project. 19 # Add path for custom compiler-rt modules. 31 include(base-config-ix) 34 option(COMPILER_RT_BUILD_BUILTINS "Build builtins" ON) 36 option(COMPILER_RT_BUILD_CRT "Build crtbegin.o/crtend.o" ON) 40 option(COMPILER_RT_BUILD_SANITIZERS "Build sanitizers" ON) 42 option(COMPILER_RT_BUILD_XRAY "Build xray" ON) 44 option(COMPILER_RT_BUILD_LIBFUZZER "Build libFuzzer" ON) [all …]
|
/external/tensorflow/tensorflow/lite/micro/docs/ |
D | new_platform_support.md | 1 <!-- 2 Semi-automated TOC generation with instructions from 3 https://github.com/ekalinin/github-markdown-toc#auto-insert-and-update-toc 4 --> 6 <!--ts--> 8 * [Porting to a new platform](#porting-to-a-new-platform) 10 * [Getting started](#getting-started) 12 * [Optimizing for your platform](#optimizing-for-your-platform) 13 * [Code module organization](#code-module-organization) 14 * [Implementing more optimizations](#implementing-more-optimizations) [all …]
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a3.rst | 4 .. release date: 2016-07-11 17 The output of a special Python build with defined COUNT_ALLOCS, 19 be re-enabled using the "-X showalloccount" option. It now outputs to 59 Fix SSL zero-length recv() calls to not block and not raise an error about 115 first argument is positional-only. 145 now keyword-only. 185 Match objects in the re module now support index-like objects as group 196 iterable of integers. Now only strings and byte-like objects are accepted. 202 .. nonce: DgLWm- 211 .. nonce: EVe-Bk [all …]
|
/external/rust/crates/libsqlite3-sys/ |
D | build.rs | 8 // When inside mozilla-central, we are included into the build with in main() 17 all(windows, feature = "bundled-windows") in main() 27 #[cfg(any(feature = "bundled", all(windows, feature = "bundled-windows")))] in main() 31 #[cfg(not(any(feature = "bundled", all(windows, feature = "bundled-windows"))))] in main() 38 #[cfg(any(feature = "bundled", all(windows, feature = "bundled-windows")))] 61 println!("cargo:rerun-if-changed=sqlite3/sqlite3.c"); in main() 62 println!("cargo:rerun-if-changed=sqlite3/wasm32-wasi-vfs.c"); in main() 63 let mut cfg = cc::Build::new(); in main() 65 .flag("-DSQLITE_CORE") in main() 66 .flag("-DSQLITE_DEFAULT_FOREIGN_KEYS=1") in main() [all …]
|
/external/tensorflow/tensorflow/python/keras/saving/ |
D | saving_utils.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 54 return {m.name: m for m in model._compile_metric_functions} # pylint: disable=protected-access 61 The model's input signature is a list with a single (possibly-nested) object. 62 This is due to the Keras-enforced restriction that tensor inputs must be 79 …odel._get_save_spec(dynamic_batch=not keep_original_batch_size) # pylint: disable=protected-access 86 # Note that the isinstance check filters out single-element dictionaries, 87 # which should also be wrapped as a single-element list. 98 '`model.build(input_shape)`.'.format(model)) 139 … from tensorflow.python.keras.engine import compile_utils # pylint: disable=g-import-not-at-top 149 … tensorflow.python.keras import __version__ as keras_version # pylint: disable=g-import-not-at-top [all …]
|
/external/openscreen/ |
D | README.md | 14 [depot_tools](https://www.chromium.org/developers/how-tos/depottools) repo. 24 `drover`. However, some `git-cl` functions *do* work, like `git cl try`, `git cl 42 code, all third-party dependencies, and the toolchain needed to build things; 55 This will rebase any local commits on the remote top-of-tree, and update any 58 # Build setup 62 - Build file generator: `gn` 63 - Code formatter: `clang-format` 64 - Builder: `ninja` ([GitHub releases](https://github.com/ninja-build/ninja/releases)) 65 - Compiler/Linker: `clang` (installed by default) or `gcc` (installed by you) 67 All of these--except `gcc` as noted above--are automatically downloaded/updated [all …]
|
/external/skqp/docs/ |
D | spelling.txt | 15 avoid avoiding away axes axis axis-aligned 17 back back-end backed background backing balance balancing banding bare base based baseline 19 beneath best better between bevel beveled beyond binary bit bit-field bits black bleed bleeding 21 bottom bottom-left bottom-right boundaries bounded bounding bounds box brace-delimited 22 breaking brightened brighter brightness brush buffer bug bugs build builder building builds 49 create created creates creating creator criteria critical cross cull culled culling 65 document-based documentation documenting does done dot dotted double down downgrading 73 equivalent equivalents erases erroneously error evaluated even even-numbered even-odd 92 good gradient gradients graphics gray gray-level greater greatest green grid grows guarantee 95 had hairline hairlines half half-precision halved hand handle handling hands happens hard hardware [all …]
|
/external/strace/ |
D | NEWS | 1 Noteworthy changes in release 4.25 (2018-10-30) 11 * Enhanced xlat styles support configured by -X option. 24 Noteworthy changes in release 4.24 (2018-08-14) 28 * Implemented decoding of kvm vcpu exit reason (-e kvm=vcpu option), 40 * Fixed decoding of Q_XGETQSTAT on non-native personalities. 42 * Fixed build with Bionic libc. 43 * Fixed build with glibc-2.28. 44 * Fixed build in exotic systemd-nspawn based environments. 45 * Fixed build on s390 with kernel headers that do not contain Linux commit 46 v3.10-rc1~201^2~11. [all …]
|
/external/toybox/www/ |
D | news.html | 2 <!--#include file="header.html" --> 5 into a single BSD-licensed executable that's simple, small, fast, 6 reasonably standards-compliant, and powerful enough to turn Android into 11 <a name="24-10-2020" /><a href="#24-10-2020"><hr><h2><b>October 24, 2020</b></h2></a> 13 "We are now cruising at a level of two to the power of twenty-five thousand to 16 <p>- The Hitchhiker's Guide to the Galaxy</p> 22 <a href=downloads/toybox-0.8.4.tar.gz>Toybox 0.8.4</a> 28 qemu. (The vmlinux in each tarball is a vanilla linux-5.9 kernel built 32 more links. New command features include the <b>sed -s</b> flag, 33 <b>cpio --no-preserve-owner</b> now affects archive creation, [all …]
|
1234