| /external/linux-kselftest/tools/testing/selftests/bpf/ |
| D | test_flow_dissector.sh | 2 # SPDX-License-Identifier: GPL-2.0 8 # Kselftest framework requirement - SKIP code is 4. 20 if [[ -z $(ip netns identify $$) ]]; then 25 $bpftool prog loadall ./bpf_flow.o /sys/fs/bpf/flow \ 28 if ! unshare --net $bpftool prog attach pinned \ 29 /sys/fs/bpf/flow/_dissect flow_dissector; then 34 $bpftool prog attach pinned /sys/fs/bpf/flow/_dissect \ 37 if unshare --net $bpftool prog attach pinned \ 38 /sys/fs/bpf/flow/_dissect flow_dissector; then 44 /sys/fs/bpf/flow/_dissect flow_dissector; then [all …]
|
| /external/rust/crates/fs-err/src/tokio/ |
| D | read_dir.rs | 3 use std::fs::{FileType, Metadata}; 7 use tokio::fs; 11 /// Wrapper for [`tokio::fs::read_dir`]. 13 pub async fn read_dir(path: impl AsRef<Path>) -> io::Result<ReadDir> { in read_dir() 15 let tokio = fs::read_dir(path) in read_dir() 26 /// This is a wrapper around [`tokio::fs::ReadDir`]. 31 tokio: fs::ReadDir, 38 /// Wrapper around [`tokio::fs::ReadDir::next_entry`]. 39 pub async fn next_entry(&mut self) -> io::Result<Option<DirEntry>> { in next_entry() 48 /// Wrapper around [`tokio::fs::ReadDir::poll_next_entry`]. [all …]
|
| /external/mesa3d/docs/relnotes/ |
| 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 …]
|
| D | 21.2.0.rst | 1 Mesa 21.2.0 Release Notes / 2021-08-04 20 --------------- 24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz 28 ------------ 30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock 32 - VK_EXT_provoking_vertex on RADV. 34 - VK_EXT_extended_dynamic_state2 on RADV. 36 - VK_EXT_global_priority_query on RADV. 38 - VK_EXT_physical_device_drm on RADV. 40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV. [all …]
|
| 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 | 22.2.0.rst | 1 Mesa 22.2.0 Release Notes / 2022-09-21 20 --------------- 24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz 29 ------------ 31 - WGL_ARB_create_context_robustness 33 - d3d12 ARB_robust_buffer_access_behavior 35 - VK_EXT_robustness2 for lavapipe 37 - VK_EXT_image_2d_view_of_3d on RADV 39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support 41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe [all …]
|
| /external/rust/crates/rustix/ |
| D | README.md | 12 …alliance.zulipchat.com/#narrow/stream/206238-general"><img src="https://img.shields.io/badge/zulip… 18 `rustix` provides efficient memory-safe and [I/O-safe] wrappers to POSIX-like, 19 Unix-like, Linux, and Winsock syscall-like APIs, with configurable backends. 23 [`bitflags`] instead of bare integer flags, an [`Arg`] trait with optimizations 27 `rustix` is low-level and, and while the `net` API supports [Windows Sockets 2] 28 (Winsock), the rest of the APIs do not support Windows; for higher-level and 29 more portable APIs built on this functionality, see the [`cap-std`], [`memfd`], 30 [`timerfd`], and [`io-streams`] crates, for example. 35 supported on Linux on x86-64, x86, aarch64, riscv64gc, powerpc64le, 37 - By being implemented entirely in Rust, avoiding `libc`, `errno`, and pthread [all …]
|
| /external/fsverity-utils/include/ |
| D | libfsverity.h | 1 /* SPDX-License-Identifier: MIT */ 8 * Use of this source code is governed by an MIT-style 31 * struct libfsverity_merkle_tree_params - properties of a file's Merkle tree 65 * @metadata_callbacks: if non-NULL, this gives a set of callback 67 * tree blocks and fs-verity descriptor after they are computed. 70 * of the native Linux kernel implementations of fs-verity. 85 * struct libfsverity_signature_params - certificate and private key information 130 * @merkle_tree_size: if non-NULL, called with the total size of the 137 * @merkle_tree_block: if non-NULL, called with each block of the 148 * @descriptor: if non-NULL, called with the fs-verity descriptor after [all …]
|
| /external/python/cpython3/Lib/asyncio/ |
| D | tasks.py | 31 # is not thread safe. See bpo-11866 for a longer explanation. 71 "the method support will be mandatory for third-party " 85 # - Either _fut_waiter is None, and _step() is scheduled; 86 # - or _fut_waiter is some Future, and _step() is *not* scheduled. 99 del self._source_traceback[-1] 107 self._name = f'Task-{_task_name_counter()}' 215 # https://github.com/python/cpython/pull/31394#issuecomment-1053545331 247 self._num_cancels_requested -= 1 319 # Bare yield relinquishes control for one event loop iteration. 349 # that return non-generator iterators from their `__iter__`. [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
| D | ARMSubtarget.h | 1 //===-- ARMSubtarget.h - Define Subtarget for the ARM ----------*- C++ -*--===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 141 /// is not 64-bit aligned. 156 /// ARMProcFamily - ARM processor family: Cortex-A8, Cortex-A9, and others. 159 /// ARMProcClass - ARM processor class: None, AClass, RClass or MClass. 162 /// ARMArch - ARM architecture 165 /// UseMulOps - True if non-microcoded fused integer multiply-add and 166 /// multiply-subtract instructions should be used. [all …]
|
| /external/rust/crates/tokio/src/fs/ |
| D | read_dir.rs | 1 use crate::fs::asyncify; 5 use std::fs::{FileType, Metadata}; 27 /// This is an async version of [`std::fs::read_dir`](std::fs::read_dir) 33 pub async fn read_dir(path: impl AsRef<Path>) -> io::Result<ReadDir> { in read_dir() 35 asyncify(|| -> io::Result<ReadDir> { in read_dir() 36 let mut std = std::fs::read_dir(path)?; in read_dir() 53 /// [`ReadDirStream`]: https://docs.rs/tokio-stream/0.1/tokio_stream/wrappers/struct.ReadDirStream.… 69 Idle(Option<(VecDeque<io::Result<DirEntry>>, std::fs::ReadDir, bool)>), 70 Pending(JoinHandle<(VecDeque<io::Result<DirEntry>>, std::fs::ReadDir, bool)>), 79 pub async fn next_entry(&mut self) -> io::Result<Option<DirEntry>> { in next_entry() [all …]
|
| /external/rust/crates/rustix/src/fs/ |
| D | abs.rs | 1 //! POSIX-style filesystem functions which operate on bare paths. 5 use crate::fs::Access; 16 use crate::fs::StatFs; 18 use crate::fs::StatVfs; 19 use crate::fs::{Mode, OFlags, Stat}; 39 /// - [POSIX] 40 /// - [Linux] 43 /// [Linux]: https://man7.org/linux/man-pages/man2/open.2.html 45 pub fn open<P: path::Arg>(path: P, flags: OFlags, mode: Mode) -> io::Result<OwnedFd> { in open() 46 path.into_with_c_str(|path| backend::fs::syscalls::open(path, flags, mode)) in open() [all …]
|
| /external/rust/crates/syn/tests/repo/ |
| D | mod.rs | 11 use std::fs; 22 "src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0085_expr_literals.rs", 26 "tests/ui/explicit-tail-calls/return-lifetime-sub.rs", 28 // TODO: non-lifetime binders: `where for<'a, T> &'a Struct<T>: Trait` 30 "tests/rustdoc-json/non_lifetime_binders.rs", 35 …"src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0208_associated_return_type_boun… 36 "tests/ui/associated-type-bounds/return-type-notation/basic.rs", 37 "tests/ui/feature-gates/feature-gate-return_type_notation.rs", 39 // Compile-fail expr parameter in const generic position: f::<1 + 2>() 40 "tests/ui/const-generics/early/closing-args-token.rs", [all …]
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMSubtarget.h | 1 //===-- ARMSubtarget.h - Define Subtarget for the ARM ----------*- C++ -*--===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 65 /// is not 64-bit aligned. 75 /// ARMProcFamily - ARM processor family: Cortex-A8, Cortex-A9, and others. 78 /// ARMProcClass - ARM processor class: None, AClass, RClass or MClass. 81 /// ARMArch - ARM architecture 85 /// HasV6Ops, HasV6MOps, HasV6KOps, HasV6T2Ops, HasV7Ops, HasV8Ops - 101 /// HasVFPv2, HasVFPv3, HasVFPv4, HasFPARMv8, HasNEON - Specify what 109 /// UseNEONForSinglePrecisionFP - if the NEONFP attribute has been [all …]
|
| /external/rust/crates/rustix/src/ |
| D | lib.rs | 1 //! `rustix` provides efficient memory-safe and [I/O-safe] wrappers to 2 //! POSIX-like, Unix-like, Linux, and Winsock syscall-like APIs, with 9 //! # fn read(sock: std::net::TcpStream, buf: &mut [u8]) -> std::io::Result<()> { 21 //! # fn read(sock: std::net::TcpStream, buf: &mut [u8]) -> std::io::Result<()> { 42 //! -1 => return Err(std::io::Error::last_os_error()), 52 //! - Error values are translated to [`Result`]s. 53 //! - Buffers are passed as Rust slices. 54 //! - Out-parameters are presented as return values. 55 //! - Path arguments use [`Arg`], so they accept any string type. 56 //! - File descriptors are passed and returned via [`AsFd`] and [`OwnedFd`] [all …]
|
| /external/rust/crates/libsqlite3-sys/ |
| D | build.rs | 8 // When inside mozilla-central, we are included into the build with in main() 10 std::fs::copy("sqlite3/bindgen_bundled_version.rs", out_path) 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")))] 57 use std::fs; in main() 58 fs::copy("sqlite3/bindgen_bundled_version.rs", out_path) in main() 61 println!("cargo:rerun-if-changed=sqlite3/sqlite3.c"); in main() 62 println!("cargo:rerun-if-changed=sqlite3/wasm32-wasi-vfs.c"); in main() [all …]
|
| /external/rust/crates/nix/src/ |
| D | dir.rs | 20 /// This is a lower-level interface than `std::fs::ReadDir`. Notable differences: 40 ) -> Result<Self> { in open() 51 ) -> Result<Self> { in openat() 56 /// Converts from a descriptor-based object, closing the descriptor on success or failure. 58 pub fn from<F: IntoRawFd>(fd: F) -> Result<Self> { in from() 64 pub fn from_fd(fd: RawFd) -> Result<Self> { in from_fd() 76 pub fn iter(&mut self) -> Iter { in iter() 82 // https://www.gnu.org/software/libc/manual/html_node/Reading_002fClosing-Directory.html, 86 // `Dir` is safe to pass from one thread to another, as it's not reference-counted. 90 fn as_raw_fd(&self) -> RawFd { in as_raw_fd() [all …]
|
| /external/rust/crates/rustix/src/maybe_polyfill/no_std/os/fd/ |
| D | owned.rs | 7 //! Owned and borrowed Unix-like file descriptors. 28 /// value `-1`. 36 // libstd/os/raw/mod.rs assures me that every libstd-supported platform has a 37 // 32-bit c_int. Below is -2, in two's complement, but that only works out 55 /// has the value `-1`. 58 // libstd/os/raw/mod.rs assures me that every libstd-supported platform has a 59 // 32-bit c_int. Below is -2, in two's complement, but that only works out 74 /// the returned `BorrowedFd`, and it must not have the value `-1`. 81 pub const unsafe fn borrow_raw(fd: RawFd) -> Self { in borrow_raw() 83 …// SAFETY: we just asserted that the value is in the valid range and isn't `-1` (the only value bi… in borrow_raw() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMSubtarget.h | 1 //===-- ARMSubtarget.h - Define Subtarget for the ARM ----------*- C++ -*--===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 124 /// is not 64-bit aligned. 134 /// ARMProcFamily - ARM processor family: Cortex-A8, Cortex-A9, and others. 137 /// ARMProcClass - ARM processor class: None, AClass, RClass or MClass. 140 /// ARMArch - ARM architecture 144 /// HasV6Ops, HasV6MOps, HasV6KOps, HasV6T2Ops, HasV7Ops, HasV8Ops - 166 /// HasVFPv2, HasVFPv3, HasVFPv4, HasFPARMv8, HasNEON - Specify what [all …]
|
| /external/perfetto/ui/ |
| D | pnpm-lock.yaml | 23 '@codemirror/theme-one-dark': 38 '@types/color-convert': 59 '@types/w3c-web-usb': 68 color-convert: 74 devtools-protocol: 89 jsbn-rsa: 95 noice-json-rpc: 104 protobufjs-cli: 119 vega-lite: 124 '@rollup/plugin-commonjs': [all …]
|
| /external/ltp/testcases/lib/ |
| D | tst_test.sh | 2 # SPDX-License-Identifier: GPL-2.0-or-later 3 # Copyright (c) Linux Test Project, 2014-2022 8 [ -n "$TST_LIB_LOADED" ] && return 0 20 if [ -z "$TST_FS_TYPE" ]; then 21 export TST_FS_TYPE="${LTP_DEV_FS_TYPE:-ext2}" 33 if [ -n "$TST_DO_CLEANUP" -a -n "$TST_CLEANUP" -a -z "$LTP_NO_CLEANUP" ]; then 34 if command -v $TST_CLEANUP >/dev/null 2>/dev/null; then 54 if [ "$TST_NEEDS_DEVICE" = 1 -a "$TST_DEVICE_FLAG" = 1 ]; then 60 if [ "$TST_NEEDS_TMPDIR" = 1 -a -n "$TST_TMPDIR" ]; then 61 rm -r "$TST_TMPDIR" [all …]
|
| D | test.sh | 3 # Copyright (c) Linux Test Project, 2014-2017 17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 87 if [ $# -ne 1 ]; then 96 if [ $ret -eq 127 ]; then 104 if [ "$(id -ru)" != 0 ]; then 111 if [ -n "${TST_CLEANUP:-}" -a -z "${LTP_NO_CLEANUP:-}" ]; then 115 if [ -n "${LTP_IPC_PATH:-}" -a -f "${LTP_IPC_PATH:-}" ]; then 116 rm -f "$LTP_IPC_PATH" 120 if [ $((LTP_RET_VAL & 7)) -eq 0 -a $TST_PASS_COUNT -gt 0 ]; then 129 if [ -z "$TMPDIR" ]; then [all …]
|
| /external/llvm/tools/llvm-config/ |
| D | llvm-config.cpp | 1 //===-- llvm-config.cpp - LLVM project configuration utility --------------===// 8 //===----------------------------------------------------------------------===// 18 //===----------------------------------------------------------------------===// 26 #include "llvm/Config/llvm-config.h" 46 // create entries for pseudo groups like x86 or all-targets. 49 // LinkMode determines what libraries and flags are returned by llvm-config. 68 /// \param Name - The component to traverse. 69 /// \param ComponentMap - A prebuilt map of component names to descriptors. 70 /// \param VisitedComponents [in] [out] - The set of already visited components. 71 /// \param RequiredLibs [out] - The ordered list of required [all …]
|
| /external/libvpx/build/make/ |
| D | gen_msvs_vcxproj.sh | 5 ## Use of this source code is governed by a BSD-style license 20 Usage: ${self_basename} --name=projname [options] file1 [file2 ...] 26 --help Print this message 27 --exe Generate a project for building an Application 28 --lib Generate a project for creating a static library 29 --dll Generate a project for creating a dll 30 --static-crt Use the static C runtime (/MT) 31 --enable-werror Treat warnings as errors (/WX) 32 --target=isa-os-cc Target specifier (required) 33 --out=filename Write output to a file [stdout] [all …]
|