Home
last modified time | relevance | path

Searched +full:bare +full:- +full:fs (Results 1 – 25 of 193) sorted by relevance

12345678

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.sh2 # 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 …]
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D20.3.0.rst1 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 …]
H A D20.2.0.rst1 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 …]
H A D21.2.0.rst1 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/
DREADME.md12 …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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dtasks.py31 # 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 …]
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Dtasks.py31 # 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dtasks.py31 # 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 …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dtasks.py31 # 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dtasks.py31 # 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dtasks.py31 # 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 …]
/aosp_15_r20/external/mesa3d/src/freedreno/ci/
H A Dgitlab-ci-inc.yml2 .freedreno-common-rules:
4 - !reference [.test, rules]
5 - !reference [.no_scheduled_pipelines-rules, rules]
6 - changes: &freedreno_core_file_list
7 - src/freedreno/ci/gitlab-ci.yml
8 - src/freedreno/ci/gitlab-ci-inc.yml
9 - src/freedreno/ci/deqp-$DEQP_SUITE.toml
10 - src/freedreno/ci/$GPU_VERSION-fails.txt
11 - src/freedreno/ci/$GPU_VERSION-flakes.txt
12 - src/freedreno/ci/$GPU_VERSION-skips.txt
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMSubtarget.h1 //===-- 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/fs-err/src/tokio/
Dread_dir.rs3 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 …]
/aosp_15_r20/external/perfetto/ui/
H A Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
41 '@types/color-convert':
62 '@types/w3c-web-usb':
68 color-convert:
71 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
116 vega-lite:
133 '@rollup/plugin-commonjs':
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dio.rs1 // Bare metal platforms usually have very small amounts of RAM
9 use crate::fs;
17 pub fn join(&self, path: &str) -> PathBuf { in join()
22 pub fn path(&self) -> &Path { in path()
30 // Gee, seeing how we're testing the fs module I sure hope that we in drop()
33 let result = fs::remove_dir_all(p); in drop()
43 pub fn tmpdir() -> TempDir { in tmpdir()
46 let ret = p.join(&format!("rust-{}", r.next_u32())); in tmpdir()
47 fs::create_dir(&ret).unwrap(); in tmpdir()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dio.rs1 // Bare metal platforms usually have very small amounts of RAM
9 use crate::fs;
17 pub fn join(&self, path: &str) -> PathBuf { in join()
22 pub fn path(&self) -> &Path { in path()
30 // Gee, seeing how we're testing the fs module I sure hope that we in drop()
33 let result = fs::remove_dir_all(p); in drop()
43 pub fn tmpdir() -> TempDir { in tmpdir()
46 let ret = p.join(&format!("rust-{}", r.next_u32())); in tmpdir()
47 fs::create_dir(&ret).unwrap(); in tmpdir()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dio.rs1 // Bare metal platforms usually have very small amounts of RAM
9 use crate::fs;
17 pub fn join(&self, path: &str) -> PathBuf { in join()
22 pub fn path(&self) -> &Path { in path()
30 // Gee, seeing how we're testing the fs module I sure hope that we in drop()
33 let result = fs::remove_dir_all(p); in drop()
43 pub fn tmpdir() -> TempDir { in tmpdir()
46 let ret = p.join(&format!("rust-{}", r.next_u32())); in tmpdir()
47 fs::create_dir(&ret).unwrap(); in tmpdir()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dio.rs1 // Bare metal platforms usually have very small amounts of RAM
9 use crate::fs;
17 pub fn join(&self, path: &str) -> PathBuf { in join()
22 pub fn path(&self) -> &Path { in path()
30 // Gee, seeing how we're testing the fs module I sure hope that we in drop()
33 let result = fs::remove_dir_all(p); in drop()
43 pub fn tmpdir() -> TempDir { in tmpdir()
46 let ret = p.join(&format!("rust-{}", r.next_u32())); in tmpdir()
47 fs::create_dir(&ret).unwrap(); in tmpdir()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dio.rs1 // Bare metal platforms usually have very small amounts of RAM
9 use crate::fs;
17 pub fn join(&self, path: &str) -> PathBuf { in join()
22 pub fn path(&self) -> &Path { in path()
30 // Gee, seeing how we're testing the fs module I sure hope that we in drop()
33 let result = fs::remove_dir_all(p); in drop()
43 pub fn tmpdir() -> TempDir { in tmpdir()
46 let ret = p.join(&format!("rust-{}", r.next_u32())); in tmpdir()
47 fs::create_dir(&ret).unwrap(); in tmpdir()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/tests/repo/
H A Dmod.rs11 use std::fs;
24 "src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0085_expr_literals.rs",
28 "tests/ui/explicit-tail-calls/return-lifetime-sub.rs",
30 // TODO: non-lifetime binders: `where for<'a, T> &'a Struct<T>: Trait`
33 "src/tools/rustfmt/tests/source/non-lifetime-binders.rs",
35 "src/tools/rustfmt/tests/target/non-lifetime-binders.rs",
36 "tests/rustdoc-json/non_lifetime_binders.rs",
42 …"src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0208_associated_return_type_boun…
43 "tests/ui/associated-type-bounds/return-type-notation/basic.rs",
44 "tests/ui/feature-gates/feature-gate-return_type_notation.rs",
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/syn/tests/repo/
Dmod.rs11 use std::fs;
24 "src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0085_expr_literals.rs",
28 "tests/ui/explicit-tail-calls/return-lifetime-sub.rs",
30 // TODO: non-lifetime binders: `where for<'a, T> &'a Struct<T>: Trait`
33 "src/tools/rustfmt/tests/source/non-lifetime-binders.rs",
35 "src/tools/rustfmt/tests/target/non-lifetime-binders.rs",
36 "tests/rustdoc-json/non_lifetime_binders.rs",
42 …"src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0208_associated_return_type_boun…
43 "tests/ui/associated-type-bounds/return-type-notation/basic.rs",
44 "tests/ui/feature-gates/feature-gate-return_type_notation.rs",
[all …]
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h1 //===-- 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 …]
/aosp_15_r20/external/ktfmt/website/
H A Dpackage-lock.json8 "clean-css": "^5.1.1",
9 "event-stream": "4.0.1",
11 "monaco-editor": "^0.23.0",
20 "resolved": "https://registry.npmjs.org/@gulpjs/messages/-/messages-1.1.0.tgz",
21 …"integrity": "sha512-Ys9sazDatyTgZVb4xPlDufLweJ/Os2uHWOv+Caxvy2O85JcnT4M3vc73bi8pdLWlv3fdWQz3pdI9t…
27 "node_modules/@gulpjs/to-absolute-glob": {
29 … "resolved": "https://registry.npmjs.org/@gulpjs/to-absolute-glob/-/to-absolute-glob-4.0.0.tgz",
30 …"integrity": "sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RG…
33 "is-negated-glob": "^1.0.0"
41 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/tests/
H A Dcreate_dir_all_bare.rs7 use std::fs;
16 fn new() -> Self { in new()
39 fs::create_dir_all("create-dir-all-bare").unwrap(); in create_dir_all_bare()

12345678