Home
last modified time | relevance | path

Searched refs:allows (Results 1 – 25 of 2569) sorted by relevance

12345678910>>...103

/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DTargetAndABI.h35 bool allows(Capability) const;
38 Optional<Capability> allows(ArrayRef<Capability>) const;
41 bool allows(Extension) const;
44 Optional<Extension> allows(ArrayRef<Extension>) const;
/external/selinux/python/sepolicy/sepolicy/
Dbooleans.py33allows = sepolicy.search([sepolicy.ALLOW], {sepolicy.SOURCE: src, sepolicy.CLASS: tclass, sepolicy…
34 if not allows:
38 …map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]), allows)):
Dcommunicate.py42allows = sepolicy.search([sepolicy.ALLOW], {sepolicy.SOURCE: src, sepolicy.CLASS: tclass, sepolicy…
43 if not allows:
47 …map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]), allows)):
Dnetwork.py26allows = sepolicy.search([sepolicy.ALLOW], {sepolicy.SOURCE: src, sepolicy.CLASS: tclass, sepolicy…
28 if allows:
29 …er(lambda x: set(perm).issubset(x[sepolicy.PERMS]) and (not check_bools or x["enabled"]), allows)):
/external/mesa3d/docs/_extra/specs/
DMESA_pixmap_colormap.spec32 Since Mesa allows RGB rendering into drawables with PseudoColor,
40 which allows specification of a colormap.
63 The Mesa implementation of GLX allows RGB rendering into X windows and
72 allows one to create a GLXPixmap with a specific colormap. The image
/external/squashfs-tools/RELEASE-READMEs/
Dpseudo-file.example8 # This, for example, allows device nodes to be added to the filesystem without
14 # shell script. The modifiy operation allows the mode/uid/gid of an existing
17 # Two Mksquashfs options are supported, -p allows one pseudo file to be
18 # specified #on the command line, and -pf allows a pseudo file to be specified
48 # within the Squashfs filesystem, this allows input from these special
DREADME-4.020 This, for example, allows device nodes to be added to the filesystem without
23 Two options are supported, -p allows one pseudo file to be specified on the
24 command line, and -pf allows a pseudo file to be specified containing a
/external/perfetto/docs/data-sources/
Dandroid-log.md12 This allows you to see log events time-synced with the rest of the trace. When recording
13 [long traces](/docs/concepts/config#long-traces), it allows you to record event
26 1. A summary track that allows to quickly glance at the distribution of events
29 2. A table, time-synced with the viewport, that allows to see events within the
/external/mesa3d/docs/_extra/specs/OLD/
DMESA_set_3dfx_mode.spec32 The Mesa Glide driver allows full-screen rendering or rendering into
33 an X window. The glXSet3DfxModeMESA() function allows an application function
55 The Mesa Glide device driver allows either rendering in full-screen
/external/deqp-deps/glslang/Test/
Dhlsl.identifier.sample.frag9 int sample(int x) { return x; } // HLSL allows this as an identifier as well.
13 // HLSL allows this as an identifier as well.
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.identifier.sample.frag9 int sample(int x) { return x; } // HLSL allows this as an identifier as well.
13 // HLSL allows this as an identifier as well.
/external/llvm-project/llvm/test/Transforms/Inline/
Dinline-no-builtin-compatible.ll21 ; We can inline a function that allows all builtins into one with a single
33 ; We can inline a function that allows all builtins into one with all
56 ; We can't inline a function with any given nobuiltin into one that allows all
68 ; We can't inline a function with all nobuiltins into one that allows all
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DTargetAndABI.cpp45 bool spirv::TargetEnv::allows(spirv::Capability capability) const { in allows() function in spirv::TargetEnv
50 spirv::TargetEnv::allows(ArrayRef<spirv::Capability> caps) const { in allows() function in spirv::TargetEnv
59 bool spirv::TargetEnv::allows(spirv::Extension extension) const { in allows() function in spirv::TargetEnv
64 spirv::TargetEnv::allows(ArrayRef<spirv::Extension> exts) const { in allows() function in spirv::TargetEnv
/external/autotest/client/deps/lansim/
Dcontrol7 allows to simulate network traffic on that interface from Python code.
11 the traffic through a hardware interface it allows a given program to
16 The lansim Simulator class allows a Python function to attend all the
31 The Simulator class requires a TAP network interface and allows other
/external/python/cpython3/Doc/library/
Dnis.rst31 The *domain* argument allows overriding the NIS domain used for the lookup. If
43 The *domain* argument allows overriding the NIS domain used for the lookup. If
51 The *domain* argument allows overriding the NIS domain used for the lookup. If
/external/python/cpython2/Doc/library/
Dnis.rst30 The *domain* argument allows overriding the NIS domain used for the lookup. If
43 The *domain* argument allows overriding the NIS domain used for the lookup. If
52 The *domain* argument allows overriding the NIS domain used for the lookup. If
/external/llvm-project/libcxx/docs/DesignDocs/
DABIVersioning.rst7 is linked with the code build to the new ABI. At the same time, libc++ allows ABI-breaking
10 To support both cases, libc++ allows specifying the ABI version at the
/external/libcxx/docs/DesignDocs/
DABIVersioning.rst7 is linked with the code build to the new ABI. At the same time, libc++ allows ABI-breaking
10 To support both cases, libc++ allows specifying the ABI version at the
/external/llvm-project/lldb/docs/status/
Dstatus.rst25 exposed through script bridging which allows LLDB to use an embedded Python
27 used from Python on the command line. This allows debug sessions to be
28 scripted. It also allows powerful debugging actions to be created and attached
/external/angle/extensions/
DEGL_CHROMIUM_create_context_bind_generates_resource.txt40 This extension allows the creation of an OpenGL or OpenGL ES context that
41 allows or disallows implicit creation of OpenGL resources on bind.
DEGL_ANGLE_create_context_client_arrays.txt40 This extension allows the creation of an OpenGL or OpenGL ES context that
41 allows or disallows drawing with client-side vertex or index data.
/external/rust/crates/rusqlite/
DREADME.md74 allows loading dynamic library-based SQLite extensions.
76 allows use of SQLite's online backup API. Note: This feature requires SQLite 3.6.11 or later.
78 allows you to load Rust closures into SQLite connections for use in queries.
81 allows hooks into SQLite's tracing and profiling APIs. Note: This feature
87 allows you to set and retrieve SQLite's per connection limits.
104 * `vtab` for [virtual table](https://sqlite.org/vtab.html) support (allows you to write virtual tab…
107allows storing values of type `i128` type in SQLite databases. Internally, the data is stored as a…
108 * `uuid` allows storing and retrieving `Uuid` values from the [`uuid`](https://docs.rs/uuid/) crate…
/external/llvm/docs/TableGen/
DDeficiencies.rst12 pointed out numerous times. The common theme is that, while TableGen allows
17 At the same time, TableGen allows you to create virtually any meaning of
/external/rust/crates/thread_local/
DREADME.md7 object to be used for each thread. This allows for per-object thread-local
8 storage, unlike the standard library's `thread_local!` macro which only allows
/external/autotest/client/site_tests/policy_CookiesSessionOnlyForUrls/
Dcontrol21 The test case shall pass iff the browser allows cookie storage for a visited
26 This control file allows CloudDPC E2E tests to run any test case defined in

12345678910>>...103