/third_party/ltp/testcases/network/nfsv4/locks/ |
D | README | 153 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/ |
D | naming-convention.md | 157 - `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/ |
D | binding.cc | 13 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/ |
D | sanitizers-feature.jam | 11 *Allowed values:* `on`, `norecover`. 25 *Allowed values:* `on`, `norecover`. 39 *Allowed values:* `on`, `norecover`. 53 *Allowed values:* `on`, `norecover`.
|
D | optimization-feature.jam | 11 *Allowed values:* `off`, `speed`, `space`. 25 *Allowed values:* `off`, `on`, `full`. 38 *Allowed values:* `off`, `on`, `full`.
|
D | exception-feature.jam | 13 *Allowed values:* `on`, `off`. 26 *Allowed values:* `off`, `on`. 39 *Allowed values:* `off`, `on`.
|
D | debug-feature.jam | 11 *Allowed values:* `on`, `off`. 27 *Allowed values:* `off`, `on`.
|
D | warnings-feature.jam | 11 *Allowed values:* `on`, `all`, `extra`, `pedantic`, `off`. 32 *Allowed values:* `off`, `on`.
|
D | runtime-feature.jam | 11 *Allowed values:* `on`, `off`. 28 *Allowed values:* `shared`, `static`
|
D | lto-feature.jam | 11 *Allowed values:* `on`. 28 *Allowed values:* `full`, `thin`, `fat`.
|
D | cxxstd-feature.jam | 11 *Allowed values*: `98`, `03`, `0x`, `11`, `1y`, `14`, `1z`, `17`, `2a`, `20`, 39 *Allowed values*: `iso`, `gnu`, `ms`.
|
D | rtti-feature.jam | 11 *Allowed values:* `on`, `off`.
|
D | link-feature.jam | 11 *Allowed values:* `shared`, `static`
|
D | coverage-feature.jam | 12 *Allowed values:* `off`, `on`.
|
D | toolset-feature.jam | 11 *Allowed values:* any of the toolset modules.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 820 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 …]
|
D | ARMTargetStreamer.cpp | 195 : 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/ |
D | internationalization.md | 29 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/ |
D | test287 | 15 HTTP/1.1 405 Method Not Allowed swsclose 52 HTTP/1.1 405 Method Not Allowed swsclose
|
D | test217 | 19 HTTP/1.1 405 Method Not Allowed swsclose 56 HTTP/1.1 405 Method Not Allowed swsclose
|
/third_party/grpc/examples/csharp/HelloworldUnity/ProjectSettings/ |
D | TimeManager.asset | 7 Maximum Allowed Timestep: 0.1
|
/third_party/typescript/tests/baselines/reference/ |
D | blockScopedFunctionDeclarationStrictES6.symbols | 4 function foo() { } // Allowed to declare block scope function
|
D | blockScopedFunctionDeclarationStrictES6.types | 8 function foo() { } // Allowed to declare block scope function
|
D | blockScopedFunctionDeclarationStrictES6.errors.txt | 7 function foo() { } // Allowed to declare block scope function
|
D | es6ImportNamedImportIdentifiersParsing.types | 2 import { yield } from "somemodule"; // Allowed
|