| /third_party/rust/crates/libc/ci/ |
| D | install-musl.sh | 3 # Install musl and musl-sanitized linux kernel headers 4 # to musl-{$1} directory 6 set -ex 9 MUSL="musl-${MUSL_VERSION}" 12 curl --retry 5 https://www.musl-libc.org/releases/${MUSL}.tar.gz | tar xzf - 19 CC=aarch64-linux-gnu-gcc \ 20 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes 21 make install -j4 26 CC=arm-linux-gnueabihf-gcc CFLAGS="-march=armv6 -marm -mfpu=vfp" \ 27 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes [all …]
|
| /third_party/vulkan-loader/ |
| D | BUILD.md | 3 Instructions for building this repository on Linux, Windows, and MacOS. 7 - [Build Instructions](#build-instructions) 8 - [Table Of Contents](#table-of-contents) 9 - [Contributing to the Repository](#contributing-to-the-repository) 10 - [Repository Content](#repository-content) 11 - [Installed Files](#installed-files) 12 - [Build Requirements](#build-requirements) 13 - [Test Requirements](#test-requirements) 14 - [Repository Set-Up](#repository-set-up) 15 - [Display Drivers](#display-drivers) [all …]
|
| /third_party/libdrm/include/drm/ |
| D | README | 1 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 …]
|
| /third_party/rust/crates/libc/libc-test/ |
| D | build.rs | 26 if target.contains("linux") in do_cc() 35 if target.contains("android") || target.contains("linux") { in do_cc() 38 if target.contains("linux") in do_cc() 55 t if t.contains("linux") => return test_linux(t), in do_ctest() 64 t if t.contains("nto-qnx") => return test_neutrino(t), in do_ctest() 69 fn ctest_cfg() -> ctest::TestGenerator { in ctest_cfg() 97 // `libc-test/semver` dir. in do_semver() 103 // NOTE: Android doesn't include the unix file (or the Linux file) because in do_semver() 111 let os_arch = format!("{}-{}", os, arch); in do_semver() 114 let os_env = format!("{}-{}", os, target_env); in do_semver() [all …]
|
| /third_party/protobuf/src/google/protobuf/ |
| D | unittest_proto3_bad_macros.proto | 1 // Protocol Buffers - Google's data interchange format 4 // Use of this source code is governed by a BSD-style 6 // https://developers.google.com/open-source/licenses/bsd 17 // defined in system headers under varying circumstances. The code generated 37 // The comment says "a few common headers define this". 39 // Defined in many Linux system headers. 40 linux = 2; enumerator 43 // These are defined in both Windows and macOS headers. 46 // Sometimes defined in Windows system headers. 71 // Sometimed defined in macOS system headers. [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
| D | README.adoc | 1 // Copyright 2014-2024 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 …]
|
| /third_party/rust/crates/linux-raw-sys/ |
| D | README.md | 2 <h1><code>linux-raw-sys</code></h1> 5 <strong>Generated bindings for Linux's userspace API</strong> 9 …tps://github.com/sunfishcode/linux-raw-sys/actions?query=workflow%3ACI"><img src="https://github.c… 10 …alliance.zulipchat.com/#narrow/stream/206238-general"><img src="https://img.shields.io/badge/zulip… 11 …<a href="https://crates.io/crates/linux-raw-sys"><img src="https://img.shields.io/crates/v/linux-r… 12 …<a href="https://docs.rs/linux-raw-sys"><img src="https://docs.rs/linux-raw-sys/badge.svg" alt="do… 16 This crate contains bindgen-generated bindings for Linux's userspace API. 20 minimal type-safe, memory-safe, and I/O-safe API to the Linux system calls 25 most things needed by general-purpose code. 27 To regenerate the generated bindings, run `cargo update && cd gen && cargo run --release`. [all …]
|
| /third_party/libabigail/doc/manuals/ |
| D | abidw.rst | 13 When given the ``--linux-tree`` option, this program can also handle a 14 `Linux kernel`_ tree. That is, a directory tree that contains both 15 the vmlinux binary and `Linux Kernel`_ modules. It analyses those 16 `Linux Kernel`_ binaries and emits an XML representation of the 29 .. include:: tools-use-libabigail.txt 38 abidw [options] [<path-to-elf-file>] 43 * ``--help | -h`` 47 * ``--version | -v`` 51 * ``--abixml-version`` 55 * ``--add-binaries`` <*bin1,bin2,...*> [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OML/ |
| D | abi.html | 1 <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loos… 8 <meta name="keywords" content="OpenML, OpenGL, ABI, Linux"> 30 <li><a href="#6">6. Extension Mechanism and Extension Headers</a> 52 <p> These standards target multiple platforms. For Linux and Microsoft 56 other platforms (at this time, vendor-specific Unix platforms such 64 Linux. 90 low-level API for accessing video and audio hardware. 100 <p> OpenGL is the <i>Graphics</i> component of OpenML. It is a low-level 107 <p> Because OpenGL is a pre-existing API with shipping implementations, 109 href="http://oss.sgi.com/projects/ogl-sample/ABI/">OpenGL ABI for [all …]
|
| /third_party/openGLES/extensions/OML/ |
| D | abi.html | 1 <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loos… 8 <meta name="keywords" content="OpenML, OpenGL, ABI, Linux"> 30 <li><a href="#6">6. Extension Mechanism and Extension Headers</a> 52 <p> These standards target multiple platforms. For Linux and Microsoft 56 other platforms (at this time, vendor-specific Unix platforms such 64 Linux. 90 low-level API for accessing video and audio hardware. 100 <p> OpenGL is the <i>Graphics</i> component of OpenML. It is a low-level 107 <p> Because OpenGL is a pre-existing API with shipping implementations, 109 href="http://oss.sgi.com/projects/ogl-sample/ABI/">OpenGL ABI for [all …]
|
| /third_party/grpc/test/core/bad_client/tests/ |
| D | simple_request.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 27 "\x00\x00\xc9\x01\x04\x00\x00\x00\x01" /* headers: generated from \ 28 simple_request.headers in this \ 35 "content-type\x10" \ 37 "\x10\x14grpc-accept-encoding\x15" \ 40 "\x10\x0auser-agent\"bad-client grpc-c/0.12.0.0 (linux)" 47 "\x00\x00\xc9\x01\x04\x00\x00\x00\x01" /* headers: generated from \ 48 simple_request.headers in this \ 55 "content-type\x10" \ 57 "\x10\x14grpc-accept-encoding\x15" \ [all …]
|
| D | bad_streaming_id.cc | 9 // http://www.apache.org/licenses/LICENSE-2.0 30 "\x00\x00\xc9\x01\x05\x00\x00\x00\x01" /* headers: generated from \ 31 simple_request.headers in this \ 38 "content-type\x10" \ 40 "\x10\x14grpc-accept-encoding\x15" \ 43 "\x10\x0auser-agent\"bad-client grpc-c/0.12.0.0 (linux)" 46 "\x00\x00\xc9\x01\x05\x00\x00\x00\x02" /* headers: generated from \ 47 simple_request.headers in this \ 54 "content-type\x10" \ 56 "\x10\x14grpc-accept-encoding\x15" \ [all …]
|
| D | initial_settings_frame.cc | 9 // http://www.apache.org/licenses/LICENSE-2.0 39 "\x00\x00\xca\x01\x04\x00\x00\x00\x01" /* headers: generated from \ 40 simple_request.headers in this \ 47 "content-type\x10" \ 49 "\x10\x14grpc-accept-encoding\x15" \ 52 "\x10\x0auser-agent\"bad-client grpc-c/0.12.0.0 (linux)" 55 "\x00\x00\xca\x01\x04\x00\x00\x00\x05" /* headers: generated from \ 56 simple_request.headers in this \ 63 "content-type\x10" \ 65 "\x10\x14grpc-accept-encoding\x15" \ [all …]
|
| /third_party/rust/crates/nix/src/sys/ |
| D | sendfile.rs | 21 /// `in_fd` must support `mmap`-like operations and therefore cannot be a socket. 23 /// For more information, see [the sendfile(2) man page.](https://man7.org/linux/man-pages/man2/sen… 24 #[cfg(any(target_os = "android", target_os = "linux"))] 31 ) -> Result<usize> { in sendfile() 48 /// `in_fd` must support `mmap`-like operations and therefore cannot be a socket. 50 /// For more information, see [the sendfile(2) man page.](https://man7.org/linux/man-pages/man2/sen… 51 #[cfg(target_os = "linux")] 58 ) -> Result<usize> { in sendfile64() 82 headers: Option<&'a [&'a [u8]]>, 84 ) -> SendfileHeaderTrailer<'a> { [all …]
|
| /third_party/rust/crates/libc/ci/docker/x86_64-unknown-linux-gnu/ |
| D | Dockerfile | 2 RUN apt-get update 3 RUN apt-get install -y --no-install-recommends \ 4 gcc libc6-dev ca-certificates linux-headers-generic 6 RUN apt search linux-headers
|
| /third_party/icu/docs/processes/release/tasks/ |
| D | healthy-code.md | 1 --- 7 --- 9 <!-- 12 --> 18 {: .no_toc .text-delta } 23 --- 34 virtual-function override without adding new ClassID support. 44 …[icu/icu4c/APIChangeReport.html](https://github.com/unicode-org/icu/blob/main/icu4c/APIChangeRepor… 46 <https://cldr-build.unicode.org/jenkins/job/icu/job/icu-apidocs/>~~ 48 * Old: was http://bugs.icu-project.org/trac/build/icu4cdocs [all …]
|
| /third_party/skia/m133/toolchain/ |
| D | download_linux_amd64_toolchain.bzl | 2 This file assembles a toolchain for an amd64 Linux host using the Clang Compiler and glibc. 4 It downloads the necessary headers, executables, and pre-compiled static/shared libraries to 12 (See https://bazel.build/docs/output_directories#layout-diagram) 21 # https://chrome-infra-packages.appspot.com/p/skia/bots/clang_linux/+/5h9JgVTkZk0fFuOyLUCHZXIFqG1b1… 26 # (libm), etc. linux-libc-dev has the header files specific to linux. libc6-dev has the libc 27 # system headers (e.g. malloc.h, math.h). 37 …"url": "https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u… 40 # From https://packages.debian.org/buster/amd64/linux-libc-dev/download 42 …"url": "https://security.debian.org/debian-security/pool/updates/main/l/linux/linux-libc-dev_4.19.… 45 # From https://packages.debian.org/buster/amd64/libc6-dev/download [all …]
|
| /third_party/gptfdisk/ |
| D | README.md | 5 ------------ 10 - gdisk -- This program is modeled after Linux fdisk, but it operates on 12 disks that fdisk modifies. As such, gdisk is an interactive text-mode 17 - cgdisk -- This program is modeled after Linux cfdisk, but it operates on 19 is a curses-based text-mode tool for manipulating partitions, which is to 24 - sgdisk -- This program is conceptually similar to the Linux sfdisk and 26 manipulation of GPT disks using command-line options, so it's suitable 30 - fixparts -- This program, unlike the preceding three, operates on MBR 32 various utilities. Specifically, it can fix mis-sized extended partitions 47 --------------------------------------------- [all …]
|
| /third_party/musl/ |
| D | WHATSNEW | 1 0.5.0 - initial release 5 0.5.9 - signal ABI bugfix, various cleanup and fixes: 21 needed to get POSIX functions in standard C headers, and _XOPEN_SOURCE 25 many internal improvements have been made to the syscall-related code 30 0.6.0 - x86_64 port, various important bugs fixed 36 various bugs that were introduced while making the headers respect C 48 0.7.0 - major improvements to posix conformance and completeness 59 added syscall wrappers for the linux inotify interface. 61 malloc(0) now returns a non-null pointer. 64 hanging), and non-default-type mutex behavior. [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/ |
| D | llvm-config.h | 1 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/ 6 /* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ 8 /*===----------------------------------------------------------------------===*/ 11 can be in exported headers and won't override package specific directives. 12 This is a C header that can be included in the llvm-c headers. */ 32 #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-unknown-linux-gnu" 34 #define LLVM_DEFAULT_TARGET_TRIPLE "i686-pc-linux-gnu" 36 #define LLVM_DEFAULT_TARGET_TRIPLE "armv7-linux-gnueabihf" 38 #define LLVM_DEFAULT_TARGET_TRIPLE "aarch64-linux-gnu" 40 #define LLVM_DEFAULT_TARGET_TRIPLE "mipsel-linux-gnu" [all …]
|
| /third_party/rust/crates/libc/ci/docker/mips64-unknown-linux-gnuabi64/ |
| D | Dockerfile | 3 RUN apt-get update && apt-get install -y --no-install-recommends \ 4 gcc libc6-dev qemu-user ca-certificates \ 5 gcc-mips64-linux-gnuabi64 libc6-dev-mips64-cross \ 6 qemu-system-mips64 linux-headers-generic 8 ENV CARGO_TARGET_MIPS64_UNKNOWN_LINUX_GNUABI64_LINKER=mips64-linux-gnuabi64-gcc \ 9 CARGO_TARGET_MIPS64_UNKNOWN_LINUX_GNUABI64_RUNNER="qemu-mips64 -L /usr/mips64-linux-gnuabi64" \ 10 CC_mips64_unknown_linux_gnuabi64=mips64-linux-gnuabi64-gcc \
|
| /third_party/rust/crates/libc/ci/docker/mips64el-unknown-linux-gnuabi64/ |
| D | Dockerfile | 3 RUN apt-get update && apt-get install -y --no-install-recommends \ 4 gcc libc6-dev qemu-user ca-certificates \ 5 gcc-mips64el-linux-gnuabi64 libc6-dev-mips64el-cross \ 6 qemu-system-mips64el linux-headers-generic 8 ENV CARGO_TARGET_MIPS64EL_UNKNOWN_LINUX_GNUABI64_LINKER=mips64el-linux-gnuabi64-gcc \ 9 …CARGO_TARGET_MIPS64EL_UNKNOWN_LINUX_GNUABI64_RUNNER="qemu-mips64el -L /usr/mips64el-linux-gnuabi64… 10 CC_mips64el_unknown_linux_gnuabi64=mips64el-linux-gnuabi64-gcc \
|
| /third_party/rust/crates/libc/ci/docker/riscv64gc-unknown-linux-gnu/ |
| D | Dockerfile | 3 RUN apt-get update && apt-get install -y --no-install-recommends \ 4 gcc libc6-dev qemu-user ca-certificates \ 5 gcc-riscv64-linux-gnu libc6-dev-riscv64-cross \ 6 qemu-system-riscv64 linux-headers-generic 8 ENV CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER=riscv64-linux-gnu-gcc \ 9 CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_RUNNER="qemu-riscv64 -L /usr/riscv64-linux-gnu" \ 10 CC_riscv64gc_unknown_linux_gnu=riscv64-linux-gnu-gcc \ 11 CFLAGS_riscv64gc_unknown_linux_gnu="-mabi=lp64d -fPIC" \
|
| /third_party/rust/crates/nix/test/ |
| D | test_sendfile.rs | 9 if #[cfg(any(target_os = "android", target_os = "linux"))] { 17 #[cfg(any(target_os = "android", target_os = "linux"))] 39 #[cfg(target_os = "linux")] 66 ["HTTP/1.1 200 OK\n", "Content-Type: text/plain\n", "\n"]; in test_sendfile_freebsd() 75 // Prepare headers and trailers for sendfile in test_sendfile_freebsd() 76 let headers: Vec<&[u8]> = in test_sendfile_freebsd() localVariable 90 Some(headers.as_slice()), in test_sendfile_freebsd() 117 ["HTTP/1.1 200 OK\n", "Content-Type: text/plain\n", "\n"]; in test_sendfile_dragonfly() 126 // Prepare headers and trailers for sendfile in test_sendfile_dragonfly() 127 let headers: Vec<&[u8]> = in test_sendfile_dragonfly() localVariable [all …]
|
| /third_party/EGL/ |
| D | README.md | 1 # EGL-Registry 3 The EGL-Registry repository contains the EGL API and Extension Registry, 16 * index.php - toplevel index page for the web view. This relies on PHP 19 * registry.tcl - extension number registry. Documents the names and index 21 * api/egl.xml - extension enumerant and API registry. Defines the EGL API, 22 including extensions, and is used to generate headers. Documents the EGL 24 * api/EGL/ and api/KHR/ - header files used by an EGL implementation. 25 EGL/eglext.h and EGL/egl.h are generated from egl.xml. The other headers 27 * extensions/ - EGL extension specifications, grouped into vendor-specific 29 * sdk/ - EGL reference pages and reference cards. There are separate sets [all …]
|