Home
last modified time | relevance | path

Searched refs:Allowed (Results 1 – 25 of 188) sorted by relevance

12345678

/third_party/ltp/testcases/network/nfsv4/locks/
DREADME153 thread | set a read lock | Allowed Allowed | Allowed Allowed |
154 | set a write lock | Allowed Allowed | Allowed Allowed |
155 | read | Allowed Allowed | Allowed Allowed |
156 | write | Allowed Allowed | Allowed Allowed |
158 process | set a read lock | Allowed Denied | Allowed Denied |
160 | read | Allowed Allowed | Denied Allowed |
161 | write | Allowed Allowed | Denied Denied |
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dnaming-convention.md157 - `selector` (see "Allowed Selectors, Modifiers and Types" below).
188 #### Allowed Selectors, Modifiers and Types
197 - Allowed `modifiers`: `const`.
198 - Allowed `types`: `boolean`, `string`, `number`, `function`, `array`.
200 - Allowed `modifiers`: none.
201 - Allowed `types`: none.
203 - Allowed `modifiers`: none.
204 - Allowed `types`: `boolean`, `string`, `number`, `function`, `array`.
206 - Allowed `modifiers`: `private`, `protected`, `public`, `static`, `readonly`, `abstract`.
207 - Allowed `types`: `boolean`, `string`, `number`, `function`, `array`.
[all …]
/third_party/node/test/addons/stringbytes-external-exceed-max/
Dbinding.cc13 static void* Allowed(size_t size) { in Allowed() function
30 static void* Allowed(size_t size) { in Allowed() function
40 void* buffer = Allowed(size); in EnsureAllocation()
/third_party/boost/tools/build/src/tools/features/
Dsanitizers-feature.jam11 *Allowed values:* `on`, `norecover`.
25 *Allowed values:* `on`, `norecover`.
39 *Allowed values:* `on`, `norecover`.
53 *Allowed values:* `on`, `norecover`.
Doptimization-feature.jam11 *Allowed values:* `off`, `speed`, `space`.
25 *Allowed values:* `off`, `on`, `full`.
38 *Allowed values:* `off`, `on`, `full`.
Dexception-feature.jam13 *Allowed values:* `on`, `off`.
26 *Allowed values:* `off`, `on`.
39 *Allowed values:* `off`, `on`.
Ddebug-feature.jam11 *Allowed values:* `on`, `off`.
27 *Allowed values:* `off`, `on`.
Dwarnings-feature.jam11 *Allowed values:* `on`, `all`, `extra`, `pedantic`, `off`.
32 *Allowed values:* `off`, `on`.
Druntime-feature.jam11 *Allowed values:* `on`, `off`.
28 *Allowed values:* `shared`, `static`
Dlto-feature.jam11 *Allowed values:* `on`.
28 *Allowed values:* `full`, `thin`, `fat`.
Dcxxstd-feature.jam11 *Allowed values*: `98`, `03`, `0x`, `11`, `1y`, `14`, `1z`, `17`, `2a`, `20`,
39 *Allowed values*: `iso`, `gnu`, `ms`.
Drtti-feature.jam11 *Allowed values:* `on`, `off`.
Dlink-feature.jam11 *Allowed values:* `shared`, `static`
Dcoverage-feature.jam12 *Allowed values:* `off`, `on`.
Dtoolset-feature.jam11 *Allowed values:* any of the toolset modules.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp820 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes()
827 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes()
828 setAttributeItem(THUMB_ISA_use, Allowed, false); in emitArchDefaultAttributes()
832 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes()
838 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes()
839 setAttributeItem(THUMB_ISA_use, Allowed, false); in emitArchDefaultAttributes()
844 setAttributeItem(THUMB_ISA_use, Allowed, false); in emitArchDefaultAttributes()
849 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes()
855 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes()
872 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes()
[all …]
DARMTargetStreamer.cpp195 : ARMBuildAttrs::Allowed); in emitTargetAttributes()
204 emitAttribute(ARMBuildAttrs::THUMB_ISA_use, ARMBuildAttrs::Allowed); in emitTargetAttributes()
282 emitAttribute(ARMBuildAttrs::DSP_extension, ARMBuildAttrs::Allowed); in emitTargetAttributes()
289 ARMBuildAttrs::Allowed); in emitTargetAttributes()
/third_party/grpc/doc/
Dinternationalization.md29 Allowed values are unicode strings (content will be percent-encoded on the wire).
34 Allowed values are defined by HTTP/2 standard (metadata keys are represented as HTTP/2 header/trail…
39 Allowed values are defined by HTTP/2 standard (metadata values are represented as HTTP/2 header/tra…
/third_party/curl/tests/data/
Dtest28715 HTTP/1.1 405 Method Not Allowed swsclose
52 HTTP/1.1 405 Method Not Allowed swsclose
Dtest21719 HTTP/1.1 405 Method Not Allowed swsclose
56 HTTP/1.1 405 Method Not Allowed swsclose
/third_party/grpc/examples/csharp/HelloworldUnity/ProjectSettings/
DTimeManager.asset7 Maximum Allowed Timestep: 0.1
/third_party/typescript/tests/baselines/reference/
DblockScopedFunctionDeclarationStrictES6.symbols4 function foo() { } // Allowed to declare block scope function
DblockScopedFunctionDeclarationStrictES6.types8 function foo() { } // Allowed to declare block scope function
DblockScopedFunctionDeclarationStrictES6.errors.txt7 function foo() { } // Allowed to declare block scope function
Des6ImportNamedImportIdentifiersParsing.types2 import { yield } from "somemodule"; // Allowed

12345678