Home
last modified time | relevance | path

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

12345678910

/external/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 |
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DMarshallers.cpp17 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/
DARMELFStreamer.cpp712 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/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()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp812 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 …]
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()
/external/grpc-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…
/external/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
Dtest30216 HTTP/1.1 405 Method Not Allowed swsclose
/external/libcups/templates/
Dusers.tmpl7 <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/
Ddarwin-dispatch-once-nonstatic.mm38 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/
Dllvmlibc-restrict-system-libc-headers.rst12 #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/
DARMAttributeParser.cpp121 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/
DTimeManager.asset7 Maximum Allowed Timestep: 0.33333334
/external/webrtc/pc/
DDEPS20 "+base/android", # Allowed only for Android tests.
/external/pdfium/third_party/lcms/
D0019-utf8.patch9 - // 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/
Ddictionary.microsoft56 VALUE MS-BAP-Usage Not-Allowed 0
57 VALUE MS-BAP-Usage Allowed 1
Ddictionary.ascend25 ATTRIBUTE Ascend-Dialout-Allowed 131 integer
290 VALUE Ascend-Dialout-Allowed Dialout-Not-Allowed 0
291 VALUE Ascend-Dialout-Allowed Dialout-Allowed 1
/external/llvm-project/libc/docs/
Dclang_tidy_checks.rst23 #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/swiftshader/third_party/SPIRV-Tools/test/link/
Dpartial_linkage_test.cpp26 TEST_F(PartialLinkage, Allowed) { in TEST_F() argument
/external/deqp-deps/SPIRV-Tools/test/link/
Dpartial_linkage_test.cpp26 TEST_F(PartialLinkage, Allowed) { in TEST_F() argument
/external/deqp-deps/glslang/Test/
DsamplerlessTextureFunctions.frag12 // Allowed by KHR_vulkan_glsl without the extension. All others should
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MergeV2Checkpoints.pbtxt12 scalar. The desired final prefix. Allowed to be the same

12345678910