Home
last modified time | relevance | path

Searched +full:linux +full:- +full:headers (Results 1 – 25 of 1032) sorted by relevance

12345678910>>...42

/external/cronet/build/config/siso/
Dclang_linux.star1 # -*- bazel-starlark -*-
3 # Use of this source code is governed by a BSD-style license that can be
5 """Siso configuration for clang/linux."""
15 "build/linux/debian_bullseye_amd64-sysroot/usr/include:include": {
20 "build/linux/debian_bullseye_amd64-sysroot/usr/lib:headers": {
24 "build/linux/debian_bullseye_i386-sysroot/usr/include:include": {
29 "build/linux/debian_bullseye_i386-sysroot/usr/lib:headers": {
33 …"third_party/android_toolchain/ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include:inclu…
36 # can't use "*.h", because c++ headers have no extension.
38 …"third_party/android_toolchain/ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include…
[all …]
/external/angle/build/config/siso/
Dclang_linux.star1 # -*- bazel-starlark -*-
3 # Use of this source code is governed by a BSD-style license that can be
5 """Siso configuration for clang/linux."""
16 # TODO: b/323091468 - Propagate target android ABI and android SDK version
19 "aarch64-linux-android",
20 "arm-linux-androideabi",
21 "i686-linux-android",
22 "riscv64-linux-android",
23 "x86_64-linux-android",
31 "build/linux/debian_bullseye_amd64-sysroot/usr/include:include": {
[all …]
/external/sdv/vsomeip/third_party/boost/config/.github/workflows/
Dci.yml10 ubuntu-focal:
11 runs-on: ubuntu-20.04
13 fail-fast: false
15 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
17 - uses: actions/checkout@v2
19 fetch-depth: '0'
20 - uses: mstachniuk/ci-skip@v1
22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
23 commit-filter-separator: ';'
24 fail-fast: true
[all …]
/external/bcc/cmake/
DFindKernelHeaders.cmake1 # Find the kernel headers for the running kernel release
2 # This is used to find a "linux/version.h" matching the running kernel.
5 COMMAND uname -r
10 # Find the headers
12 include/linux/user.h
17 /usr/src/linux-headers-${KERNEL_RELEASE}
21 message(STATUS "Kernel headers: ${KERNELHEADERS_DIR}")
26 CACHE PATH "Kernel headers include dirs"
28 set(KERNELHEADERS_FOUND 1 CACHE STRING "Set to 1 if kernel headers were found")
31 set(KERNELHEADERS_FOUND 0 CACHE STRING "Set to 1 if kernel headers were found")
/external/OpenCL-CTS/
Dpresubmit.sh3 set -e
7 …aro.org/components/toolchain/binaries/7.5-2019.12/arm-linux-gnueabihf/gcc-linaro-7.5.0-2019.12-x86…
8 …ro.org/components/toolchain/binaries/7.5-2019.12/aarch64-linux-gnu/gcc-linaro-7.5.0-2019.12-x86_64…
10 TOOLCHAIN_PREFIX_arm=arm-linux-gnueabihf
11 TOOLCHAIN_PREFIX_aarch64=aarch64-linux-gnu
18 cmake --version
34 echo "SET(CMAKE_SYSTEM_NAME Linux)" >> ${TOOLCHAIN_FILE}
36 echo "SET(CMAKE_C_COMPILER ${TOOLCHAIN_PREFIX}-gcc)" >> ${TOOLCHAIN_FILE}
37 echo "SET(CMAKE_CXX_COMPILER ${TOOLCHAIN_PREFIX}-g++)" >> ${TOOLCHAIN_FILE}
53 #Vulkan Headers
[all …]
/external/libdrm/include/drm/
DREADME1 What are these headers ?
2 ------------------------
3 This is the canonical source of drm headers that user space should use for
10 Non-linux platforms - changes/patches
11 -------------------------------------
16 git send-email --subject-prefix="PATCH libdrm" your patches to dri-devel
20 - Have the [libdrm vs kernel] headers on your platform deviated ?
23 - Have you introduced additional ABI that's not available in Linux ?
24 Propose it for [Linux kernel] upstream inclusion.
28 - Are your changes DRI1/UMS specific ?
[all …]
/external/rust/crates/virtio-bindings/
DCONTRIBUTING.md1 # Contributing to virtio-bindings
7 [bindgen](https://rust-lang.github.io/rust-bindgen/) version 0.63.0:
9 cargo install bindgen-cli --vers 0.63.0
12 ### Linux Kernel
13 Generating bindings depends on the Linux kernel, so you need to have the
17 git clone https://github.com/torvalds/linux.git
22 For this example we assume that you have both linux and virtio-bindings
26 # linux is the repository that you cloned at the previous step.
27 cd linux
31 # Step 2: Generate the bindings from the kernel headers. We need to generate a
[all …]
/external/iproute2/include/uapi/linux/
Dlibc-compat.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
13 * * Synchronize the UAPI header and the libc headers so either one can be
20 * (a) Include libc-compat.h in the UAPI header.
21 * e.g. #include <linux/libc-compat.h>
24 * (b) In libc-compat.h add enough code to detect that the comflicting
37 * This fixes the situation where the linux headers are included *after* the
38 * libc headers. To fix the problem with the inclusion in the other order the
39 * userspace libc headers must be fixed like this:
52 /* We have included glibc headers... */
58 /* GLIBC headers included first so don't define anything
[all …]
/external/sdv/vsomeip/third_party/boost/type_traits/.github/workflows/
Dci.yml11 - master
12 - develop
17 ubuntu-focal:
18 runs-on: ubuntu-20.04
20 fail-fast: false
22 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
25 - uses: actions/checkout@v2
27 fetch-depth: '0'
28 - uses: mstachniuk/ci-skip@v1
30 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
[all …]
/external/ethtool/uapi/linux/
Dlibc-compat.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
13 * * Synchronize the UAPI header and the libc headers so either one can be
20 * (a) Include libc-compat.h in the UAPI header.
21 * e.g. #include <linux/libc-compat.h>
24 * (b) In libc-compat.h add enough code to detect that the comflicting
37 * This fixes the situation where the linux headers are included *after* the
38 * libc headers. To fix the problem with the inclusion in the other order the
39 * userspace libc headers must be fixed like this:
52 /* We have included glibc headers... */
58 /* GLIBC headers included first so don't define anything
[all …]
/external/libnl/include/linux-private/linux/
Dlibc-compat.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
13 * * Synchronize the UAPI header and the libc headers so either one can be
20 * (a) Include libc-compat.h in the UAPI header.
21 * e.g. #include <linux/libc-compat.h>
24 * (b) In libc-compat.h add enough code to detect that the comflicting
37 * This fixes the situation where the linux headers are included *after* the
38 * libc headers. To fix the problem with the inclusion in the other order the
39 * userspace libc headers must be fixed like this:
52 /* We have included glibc headers... */
58 /* GLIBC headers included first so don't define anything
[all …]
/external/kernel-headers/original/uapi/linux/
Dlibc-compat.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
13 * * Synchronize the UAPI header and the libc headers so either one can be
20 * (a) Include libc-compat.h in the UAPI header.
21 * e.g. #include <linux/libc-compat.h>
24 * (b) In libc-compat.h add enough code to detect that the comflicting
37 * This fixes the situation where the linux headers are included *after* the
38 * libc headers. To fix the problem with the inclusion in the other order the
39 * userspace libc headers must be fixed like this:
52 /* We have included glibc headers... */
58 /* GLIBC headers included first so don't define anything
[all …]
/external/rust/crates/userfaultfd/.github/workflows/
Drust.yml12 # ubuntu-latest runs a recent kernel with /dev/userfaultfd support whereas
13 # ubuntu-20.04 has a 5.15 kernel. We run the job in both, so we can test
16 runs-on: ${{ matrix.runner }}
19 runner: [ ubuntu-latest, ubuntu-20.04 ]
22 - uses: actions/checkout@v2
24 # Keep this step, so that we can check that the Linux kernel is the one we
26 - name: Check Linux version
27 run: uname -r
29 # /dev/userfaultfd is only present on ubuntu-latest.
30 - name: Setup access to /dev/userfaultfd
[all …]
/external/libnl/
DMakefile.am1 # -*- Makefile -*-
3 ACLOCAL_AMFLAGS = -I m4
24 --disable-dependency-tracking
27 libnl-3.0.pc \
28 libnl-genl-3.0.pc \
29 libnl-idiag-3.0.pc \
30 libnl-nf-3.0.pc \
31 libnl-route-3.0.pc \
32 libnl-xfrm-3.0.pc \
36 -Wall \
[all …]
/external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
DREADME.adoc1 // Copyright 2014-2023 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
13 * <<linux,Linux Software Dependencies>>
33 headers in `../gen/include/vulkan` including `vulkan_core.h` and a set
34 of platform-dependent headers `vulkan_<platform>.h`; and runs a simple
35 compilation test of the headers.
43 * Repeat until the headers and/or includes are correct
45 server (your personal repository clone of KhronosGroup/Vulkan-Docs on
59 === Video Headers
62 This is a similarly structured XML file used to produce headers for
[all …]
/external/stg/cmake/
DFindLinuxUAPI.cmake1 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
21 -------------
23 Finds the Linux UAPI headers.
31 True if the system has the Linux UAPI headers.
33 The Linux UAPI include directory.
35 The version of the Linux UAPI headers which were found.
41 linux/version.h
46 file(READ "${LinuxUAPI_INCLUDE_DIR}/linux/version.h" _version_header)
47 …".*#define LINUX_VERSION_MAJOR ([0-9]+).*#define LINUX_VERSION_PATCHLEVEL ([0-9]+).*#define LINUX_…
/external/sdv/vsomeip/third_party/boost/regex/.github/workflows/
Dci.yml9 ubuntu-focal:
10 runs-on: ubuntu-20.04
12 fail-fast: false
14 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
17 - uses: actions/checkout@v2
19 fetch-depth: '0'
20 - uses: mstachniuk/ci-skip@v1
22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
23 commit-filter-separator: ';'
24 fail-fast: true
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Debian](#debian---binary)
6 - [Ubuntu](#ubuntu---binary)
7 - [Fedora](#fedora---binary)
8 - [Arch](#arch---binary)
9 - [Gentoo](#gentoo---portage)
10 - [openSUSE](#opensuse---binary)
11 - [RHEL](#rhel---binary)
12 - [Amazon Linux 1](#amazon-linux-1---binary)
13 - [Amazon Linux 2](#amazon-linux-2---binary)
[all …]
/external/bpftool/
DAndroid.bp6 // See: http://go/android-license-faq
11 "SPDX-license-identifier-BSD-2-Clause",
12 "SPDX-license-identifier-GPL-2.0-only",
15 "LICENSE.BSD-2-Clause",
16 "LICENSE.GPL-2.0",
37 // There is an unfortunate interaction between the bionic uapi headers
38 // (also used by musl) and the kernel headers distributed with bpftool.
39 // The bionic uapi headers include <linux/compiler_types.h>, which they
42 // which includes compiler-gcc.h directly, triggering an error if
44 // around it by always including linux/compiler.h from the command line.
[all …]
/external/rust/crates/grpcio-sys/android/
Dbuild_cmake.rs1 // Copyright 2019 TiKV Project Authors. Licensed under Apache-2.0.
10 // Platform-Specific Instructions: Regenerating gRPC Bindings for Windows
12 // If you need to manually update the 'android/grpc-bindings.rs' file on Windows,
16 // - Download and install the pre-built LLVM binaries from:
18 // - Update the `LIBCLANG_PATH` environment variable to point to the 'bin'
22 // - Set the `GRPCIO_SYS_GRPC_INCLUDE_PATH` environment variable to the
26 // - Run the following Cargo command to regenerate the bindings:
27 // `cargo build --features _gen-bindings`
29 include!("../link-deps.rs");
31 fn get_env(name: &str) -> Option<String> { in get_env()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_linux.cc1 //===-- sanitizer_platform_limits_linux.cc --------------------------------===//
8 //===----------------------------------------------------------------------===//
12 // Sizes and layouts of linux kernel data structures.
13 //===----------------------------------------------------------------------===//
15 // This is a separate compilation unit for linux headers that conflict with
16 // userspace headers.
25 // For offsetof -> __builtin_offsetof definition.
29 // are not defined anywhere in userspace headers. Fake them. This seems to work
30 // fine with newer headers, too.
31 #include <linux/posix_types.h>
[all …]
/external/clang/docs/
DCrossCompilation.rst2 Cross-compilation using Clang
9 for cross-compiling your code to a different architecture. It assumes you
17 `instructions for cross-compiling LLVM itself
21 related to cross-compilation, and what main compiler options Clang provides
22 for performing cross-compilation.
28 headers, libraries, etc. So, it's usually simple to download a package
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``
40 But, as is true to any cross-compiler, and given the complexity of
42 the headers, libraries or binutils to generate target specific code.
[all …]
/external/ComputeLibrary/docs/user_guide/
Dintroduction.dox2 /// Copyright (c) 2017-2023 Arm Limited.
4 /// SPDX-License-Identifier: MIT
34 The Compute Library is a collection of low-level machine learning functions optimized for both Arm …
37 - OS: Linux, Android, macOS or bare metal.
38 - Architecture: armv7a (32bit) or armv8a (64bit).
39 - Technology: Arm® Neon™ / OpenCL / Arm® Neon™ and OpenCL.
40- Debug / Asserts / Release: Use a build with asserts enabled to debug your application and enable…
52 <td rowspan="4">Linux
54 <td>gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf
57 <td rowspan="2">gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu
[all …]
/external/grpc-grpc/test/core/bad_client/tests/
Dbad_streaming_id.cc9 // http://www.apache.org/licenses/LICENSE-2.0
31 "\x00\x00\xc9\x01\x05\x00\x00\x00\x01" /* headers: generated from \
32 simple_request.headers in this \
39 "content-type\x10" \
41 "\x10\x14grpc-accept-encoding\x15" \
44 "\x10\x0auser-agent\"bad-client grpc-c/0.12.0.0 (linux)"
47 "\x00\x00\xc9\x01\x05\x00\x00\x00\x02" /* headers: generated from \
48 simple_request.headers in this \
55 "content-type\x10" \
57 "\x10\x14grpc-accept-encoding\x15" \
[all …]
/external/cronet/net/spdy/
Dspdy_http_utils_perftest.cc2 // Use of this source code is governed by a BSD-style license that can be
20 spdy::Http2HeaderBlock headers; in MakeHeaderBlock() local
21 headers[":status"] = "200"; in MakeHeaderBlock()
22 headers["date"] = "Thu, 14 Sep 2023 12:40:24 GMT"; in MakeHeaderBlock()
23 headers["server"] = "server1234.example.com"; in MakeHeaderBlock()
24 headers["x-content-type-options"] = "nosniff"; in MakeHeaderBlock()
25 headers["content-language"] = "en"; in MakeHeaderBlock()
26 headers["accept-ch"] = ""; in MakeHeaderBlock()
27 headers["vary"] = "Accept-Encoding,Cookie"; in MakeHeaderBlock()
28 headers["last-modified"] = "Thu, 14 Sep 2023 12:40:22 GMT"; in MakeHeaderBlock()
[all …]

12345678910>>...42