/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/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/curl/tests/data/ |
D | test287 | 15 HTTP/1.1 405 Method Not Allowed swsclose 48 HTTP/1.1 405 Method Not Allowed swsclose
|
D | test217 | 19 HTTP/1.1 405 Method Not Allowed swsclose 54 HTTP/1.1 405 Method Not Allowed swsclose
|
D | test302 | 16 HTTP/1.1 405 Method Not Allowed swsclose
|
/external/pdfium/third_party/lcms2-2.6/ |
D | 0013-utf8.patch | 9 - // measurement. Allowed values are �black? �white? or {"na". 10 + // measurement. Allowed values are "black" "white" or "na". 17 …E_STRINGIFY}, // Identifies the use of a physical polarization filter during measurement. Allowed
|
D | 0017-upstream-integer-overflow-MPEmatrix_Read.patch | 22 // Allowed keywords & datasets. They have visibility on whole stream
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.microsoft | 56 VALUE MS-BAP-Usage Not-Allowed 0 57 VALUE MS-BAP-Usage Allowed 1
|
D | dictionary.ascend | 25 ATTRIBUTE Ascend-Dialout-Allowed 131 integer 290 VALUE Ascend-Dialout-Allowed Dialout-Not-Allowed 0 291 VALUE Ascend-Dialout-Allowed Dialout-Allowed 1
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMBuildAttrs.h | 107 Allowed = 1, enumerator
|
D | ARMAsmPrinter.cpp | 687 ARMBuildAttrs::Allowed); in emitAttributes() 699 ARMBuildAttrs::Allowed); in emitAttributes() 701 ARMBuildAttrs::Allowed); in emitAttributes() 706 ARMBuildAttrs::Allowed); in emitAttributes() 708 ARMBuildAttrs::Allowed); in emitAttributes() 739 ARMBuildAttrs::Allowed); in emitAttributes() 745 ARMBuildAttrs::Allowed); in emitAttributes() 747 ARMBuildAttrs::Allowed); in emitAttributes() 752 ARMBuildAttrs::Allowed); in emitAttributes()
|
/external/llvm/include/llvm/Support/ |
D | ARMBuildAttributes.h | 126 Allowed = 1, enumerator
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 103 AllowedContsructsKind Allowed, in ParseStatementOrDeclaration() argument 114 Stmts, Allowed, TrailingElseLoc, Attrs); in ParseStatementOrDeclaration() 156 AllowedContsructsKind Allowed, SourceLocation *TrailingElseLoc, in ParseStatementOrDeclarationAfterAttributes() argument 212 if ((getLangOpts().CPlusPlus || Allowed == ACK_Any) && in ParseStatementOrDeclarationAfterAttributes() 357 return ParseOpenMPDeclarativeOrExecutableDirective(Allowed); in ParseStatementOrDeclarationAfterAttributes() 376 return ParsePragmaLoopHint(Stmts, Allowed, TrailingElseLoc, Attrs); in ParseStatementOrDeclarationAfterAttributes() 1906 AllowedContsructsKind Allowed, in ParsePragmaLoopHint() argument 1929 Stmts, Allowed, TrailingElseLoc, Attrs); in ParsePragmaLoopHint()
|
D | ParseOpenMP.cpp | 781 AllowedContsructsKind Allowed) { in ParseOpenMPDeclarativeOrExecutableDirective() argument 800 if (Allowed != ACK_Any) { in ParseOpenMPDeclarativeOrExecutableDirective() 852 if (Allowed == ACK_StatementsOpenMPNonStandalone) { in ParseOpenMPDeclarativeOrExecutableDirective() 944 if (Allowed == ACK_StatementsOpenMPNonStandalone) { in ParseOpenMPDeclarativeOrExecutableDirective()
|
/external/syslinux/com32/cmenu/ |
D | CHANGES | 3 * Allowed menu's to have names. Submenu's can be referred to by names
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 438 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed = in apply() local 442 while (PRegOpt < Allowed.size() && Allowed[PRegOpt] != DstReg) in apply() 445 if (PRegOpt < Allowed.size()) { in apply()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 676 STI.hasARMOps() ? ARMBuildAttrs::Allowed in emitAttributes() 682 ATS.emitAttribute(ARMBuildAttrs::THUMB_ISA_use, ARMBuildAttrs::Allowed); in emitAttributes() 746 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_exceptions, ARMBuildAttrs::Allowed); in emitAttributes() 751 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_rounding, ARMBuildAttrs::Allowed); in emitAttributes() 782 ARMBuildAttrs::Allowed); in emitAttributes() 789 ARMBuildAttrs::Allowed); in emitAttributes() 833 ATS.emitAttribute(ARMBuildAttrs::DSP_extension, ARMBuildAttrs::Allowed); in emitAttributes()
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 170 AllowedRegVecRef getAllowedRegs(AllowedRegVector Allowed) { in getAllowedRegs() argument 171 return AllowedRegVecs.getValue(std::move(Allowed)); in getAllowedRegs()
|
/external/clang/lib/AST/ |
D | RecordLayoutBuilder.cpp | 1203 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); in LayoutBase() local 1204 (void)Allowed; in LayoutBase() 1205 assert(Allowed && "Base subobject externally placed at overlapping offset"); in LayoutBase() 1786 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset); in LayoutField() local 1787 (void)Allowed; in LayoutField() 1788 assert(Allowed && "Externally-placed field cannot be placed here"); in LayoutField()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1677 ParseStatementOrDeclaration(StmtVector &Stmts, AllowedContsructsKind Allowed, 1681 AllowedContsructsKind Allowed, 1710 AllowedContsructsKind Allowed, 2510 ParseOpenMPDeclarativeOrExecutableDirective(AllowedContsructsKind Allowed);
|
/external/tagsoup/ |
D | CHANGES | 249 Allowed hyphen, underscore, and period in names as well as colon.
|
/external/eigen/ |
D | CMakeLists.txt | 26 …message(FATAL_ERROR "Unknown build type \"${CMAKE_BUILD_TYPE}\". Allowed values are Debug, Release…
|
/external/iproute2/doc/ |
D | api-ip6-flowlabels.tex | 305 #define IPV6_FL_F_CREATE 1 /* Allowed to create new label */
|
/external/strace/ |
D | NEWS | 390 * Allowed exit status messages to be suppressed by giving -q option twice. 446 * Allowed -p option to take comma or whitespace-separated list of PIDs.
|
/external/v8/ |
D | ChangeLog | 19683 Allowed uncacheable identifiers to go generic (issue 2867). 19816 Allowed HPhis to have an invalid merge index. (issue 2815) 19991 Allowed users of the V8 API to distinguish between unset and undefined 20191 Allowed setting debugger breakpoints on CompareNilICs (issue 2660) 21811 Allowed inlining of functions containing object literals. (issue 1322) 22507 Allowed JSObject::PreventExtensions to work for arguments objects. 22568 Allowed compiling v8_shell with the 'host' toolset (issue 82437). 23179 Allowed getters and setters on JSArray elements (issue 900). 23184 Allowed numbers and strings as names of getters/setters in object 23353 Allowed forcing the use of a simulator from the build script [all …]
|