/external/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 |
|
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
D | Marshallers.cpp | 17 getBestGuess(llvm::StringRef Search, llvm::ArrayRef<llvm::StringRef> Allowed, in getBestGuess() argument 22 for (const llvm::StringRef &Item : Allowed) { in getBestGuess() 39 for (const llvm::StringRef &Item : Allowed) { in getBestGuess() 65 static constexpr llvm::StringRef Allowed[] = { in getBestGuess() local 70 return ::getBestGuess(Value.getString(), llvm::makeArrayRef(Allowed), in getBestGuess() 78 static constexpr llvm::StringRef Allowed[] = { in getBestGuess() local 83 return ::getBestGuess(Value.getString(), llvm::makeArrayRef(Allowed), in getBestGuess() 91 static constexpr llvm::StringRef Allowed[] = { in getBestGuess() local 96 return ::getBestGuess(Value.getString(), llvm::makeArrayRef(Allowed), in getBestGuess() 104 static constexpr llvm::StringRef Allowed[] = { in getBestGuess() local [all …]
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 712 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 719 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 720 setAttributeItem(THUMB_ISA_use, Allowed, false); in emitArchDefaultAttributes() 724 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 730 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 731 setAttributeItem(THUMB_ISA_use, Allowed, false); in emitArchDefaultAttributes() 736 setAttributeItem(THUMB_ISA_use, Allowed, false); in emitArchDefaultAttributes() 741 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 747 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 760 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() [all …]
|
/external/grpc-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…
|
/external/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()
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 812 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 819 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 820 setAttributeItem(THUMB_ISA_use, Allowed, false); in emitArchDefaultAttributes() 824 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 830 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 831 setAttributeItem(THUMB_ISA_use, Allowed, false); in emitArchDefaultAttributes() 836 setAttributeItem(THUMB_ISA_use, Allowed, false); in emitArchDefaultAttributes() 841 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 847 setAttributeItem(ARM_ISA_use, Allowed, false); in emitArchDefaultAttributes() 865 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()
|
/external/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
|
D | test302 | 16 HTTP/1.1 405 Method Not Allowed swsclose
|
/external/libcups/templates/ |
D | users.tmpl | 7 <H2 CLASS="title">Allowed Users For {printer_name}</H2> 22 <INPUT TYPE="SUBMIT" VALUE="Set Allowed Users">
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | darwin-dispatch-once-nonstatic.mm | 38 static dispatch_once_t staticOnce; // Allowed 40 dispatch_once_t once; // Allowed (at this time)
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | llvmlibc-restrict-system-libc-headers.rst | 12 #include <stddef.h> // Allowed because it is provided by the compiler. 13 #include "internal/stdio.h" // Allowed because it is NOT part of system libc.
|
/external/llvm-project/llvm/unittests/Support/ |
D | ARMAttributeParser.cpp | 121 ARMBuildAttrs::Allowed)); in TEST() 129 ARMBuildAttrs::Allowed)); in TEST() 141 ARMBuildAttrs::Allowed)); in TEST() 205 ARMBuildAttrs::Allowed)); in TEST() 213 ARMBuildAttrs::Allowed)); in TEST()
|
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/ |
D | TimeManager.asset | 7 Maximum Allowed Timestep: 0.33333334
|
/external/webrtc/pc/ |
D | DEPS | 20 "+base/android", # Allowed only for Android tests.
|
/external/pdfium/third_party/lcms/ |
D | 0019-utf8.patch | 9 - // measurement. Allowed values are ?black?, ?wh… 10 + // measurement. Allowed values are "black", "wh… 17 …STRINGIFY}, // Identifies the use of a physical polarization filter during measurement. Allowed
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.microsoft | 56 VALUE MS-BAP-Usage Not-Allowed 0 57 VALUE MS-BAP-Usage Allowed 1
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/link/ |
D | partial_linkage_test.cpp | 26 TEST_F(PartialLinkage, Allowed) { in TEST_F() argument
|
/external/deqp-deps/SPIRV-Tools/test/link/ |
D | partial_linkage_test.cpp | 26 TEST_F(PartialLinkage, Allowed) { in TEST_F() argument
|
/external/swiftshader/third_party/SPIRV-Tools/test/link/ |
D | partial_linkage_test.cpp | 26 TEST_F(PartialLinkage, Allowed) { in TEST_F() argument
|
/external/llvm-project/libc/docs/ |
D | clang_tidy_checks.rst | 23 #include <stddef.h> // Allowed because it is provided by the compiler. 24 #include "internal/stdio.h" // Allowed because it is NOT part of system libc.
|
/external/deqp-deps/glslang/Test/ |
D | samplerlessTextureFunctions.frag | 12 // Allowed by KHR_vulkan_glsl without the extension. All others should
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MergeV2Checkpoints.pbtxt | 12 scalar. The desired final prefix. Allowed to be the same
|