/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 46 OMPPrivateClause *Clause = in Create() local 48 Clause->setVarRefs(VL); in Create() 49 Clause->setPrivateCopies(PrivateVL); in Create() 50 return Clause; in Create() 81 OMPFirstprivateClause *Clause = in Create() local 83 Clause->setVarRefs(VL); in Create() 84 Clause->setPrivateCopies(PrivateVL); in Create() 85 Clause->setInits(InitVL); in Create() 86 return Clause; in Create() 132 OMPLastprivateClause *Clause = in Create() local [all …]
|
/external/libjpeg-turbo/ |
D | LICENSE.txt | 33 Origin: Clause 1 of the IJG License 34 Clause 1 of the Modified BSD License 42 Origin: Clause 1 of the IJG License 43 Clause 2 of the zlib License 48 Origin: Clause 1 of the IJG License 59 Origin: Clause 2 of the IJG license 65 Origin: Clause 2 of the Modified BSD License 71 Clause 3 of the Modified BSD License
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 434 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitFetchClause() argument 436 CounterPropagateAddr(Clause.first, CfCount); in EmitFetchClause() 437 MachineBasicBlock *BB = Clause.first->getParent(); in EmitFetchClause() 440 for (unsigned i = 0, e = Clause.second.size(); i < e; ++i) { in EmitFetchClause() 441 BB->splice(InsertPos, BB, Clause.second[i]); in EmitFetchClause() 443 CfCount += 2 * Clause.second.size(); in EmitFetchClause() 447 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitALUClause() argument 449 Clause.first->getOperand(0).setImm(0); in EmitALUClause() 450 CounterPropagateAddr(Clause.first, CfCount); in EmitALUClause() 451 MachineBasicBlock *BB = Clause.first->getParent(); in EmitALUClause() [all …]
|
/external/libvncserver/webclients/novnc/ |
D | LICENSE.txt | 30 *.html : 2-Clause BSD license 32 include/*.css : 2-Clause BSD license 69 docs/LICENSE.BSD-3-Clause (New BSD) 70 docs/LICENSE.BSD-2-Clause (Simplified BSD / FreeBSD)
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 280 OMPClause *Clause = in ParseOpenMPDeclarativeOrExecutableDirective() local 283 if (Clause) { in ParseOpenMPDeclarativeOrExecutableDirective() 284 FirstClauses[CKind].setPointer(Clause); in ParseOpenMPDeclarativeOrExecutableDirective() 285 Clauses.push_back(Clause); in ParseOpenMPDeclarativeOrExecutableDirective() 423 OMPClause *Clause = nullptr; in ParseOpenMPClause() local 473 Clause = ParseOpenMPClause(CKind); in ParseOpenMPClause() 475 Clause = ParseOpenMPSingleExprClause(CKind); in ParseOpenMPClause() 490 Clause = ParseOpenMPSimpleClause(CKind); in ParseOpenMPClause() 502 Clause = ParseOpenMPSingleExprWithArgClause(CKind); in ParseOpenMPClause() 525 Clause = ParseOpenMPClause(CKind); in ParseOpenMPClause() [all …]
|
/external/mdnsresponder/ |
D | LICENSE | 8 licensed under the terms of the "Three-Clause BSD License". 12 Software Licence (which is substantially similar to the "Three-Clause
|
D | NOTICE | 8 licensed under the terms of the "Three-Clause BSD License". 12 Software Licence (which is substantially similar to the "Three-Clause
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/ |
D | CHANGES | 4 - License updated to vanilla BSD 2-Clause to ease package use 5 (http://opensource.org/licenses/BSD-2-Clause).
|
/external/llvm/test/CodeGen/X86/ |
D | wineh-coreclr.ll | 168 ; Clause 1: call f(2) is guarded by catch1 181 ; Clause 2: call f(2) is also guarded by catch2 194 ; Clause 3: calls f(1) and f(2) are guarded by finally 207 ; Clause 4: call f(3) is guarded by finally 223 ; Clause 5: call f(5) is guarded by fault 236 ; Clause 6: calls f(4) and f(5) are guarded by finally 252 ; Clause 7: call f(6) is guarded by finally
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | bpf_dsl.h | 192 typedef std::pair<BoolExpr, ResultExpr> Clause; typedef 194 explicit Elser(cons::List<Clause> clause_list); 196 cons::List<Clause> clause_list_;
|
D | bpf_dsl.cc | 300 Elser::Elser(cons::List<Clause> clause_list) : clause_list_(clause_list) { in Elser() 337 for (const Clause& clause : clause_list_) { in Else()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 1058 for (ClrClause &Clause : Clauses) { in emitCLRExceptionTable() 1108 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable() 1109 const MCExpr *ClauseEnd = getOffsetPlusOne(Clause.EndLabel, FuncBeginSym); in emitCLRExceptionTable() 1111 const ClrEHUnwindMapEntry &Entry = FuncInfo.ClrEHUnwindMap[Clause.State]; in emitCLRExceptionTable() 1115 MCSymbol *EndSym = EndSymbolMap[Clause.State]; in emitCLRExceptionTable() 1133 if (Clause.EnclosingState != MinClauseMap[Clause.State]) { in emitCLRExceptionTable() 1136 assert(Clause.EnclosingState > MinClauseMap[Clause.State]); in emitCLRExceptionTable()
|
/external/hyphenation-patterns/pt/ |
D | LICENSE | 3 % BSD 3-Clause License (https://opensource.org/licenses/BSD-3-Clause):
|
D | hyph-pt.lic.txt | 27 % BSD 3-Clause License (https://opensource.org/licenses/BSD-3-Clause):
|
/external/lz4/lib/ |
D | liblz4.pc.in | 3 # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 919 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) { in EndOpenMPDSABlock() local 921 for (auto *DE : Clause->varlists()) { in EndOpenMPDSABlock() 950 if (PrivateCopies.size() == Clause->varlist_size()) { in EndOpenMPDSABlock() 951 Clause->setPrivateCopies(PrivateCopies); in EndOpenMPDSABlock() 962 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV, 1599 for (auto *Clause : Clauses) { in ActOnOpenMPRegionEnd() local 1600 if (isOpenMPPrivate(Clause->getClauseKind()) || in ActOnOpenMPRegionEnd() 1601 Clause->getClauseKind() == OMPC_copyprivate || in ActOnOpenMPRegionEnd() 1604 Clause->getClauseKind() == OMPC_copyin)) { in ActOnOpenMPRegionEnd() 1605 DSAStack->setForceVarCapturing(Clause->getClauseKind() == OMPC_copyin); in ActOnOpenMPRegionEnd() [all …]
|
/external/libvncserver/webclients/novnc/include/ |
D | blue.css | 6 * This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
|
D | black.css | 6 * This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
|
/external/chromium-trace/catapult/third_party/python_gflags/ |
D | README.chromium | 6 License: BSD 3-Clause License
|
/external/smali/ |
D | build.gradle | 166 name 'The BSD 3-Clause License' 167 url 'http://opensource.org/licenses/BSD-3-Clause'
|
/external/parameter-framework/upstream/ |
D | COPYING.txt | 2 3-Clause BSD license:
|
/external/parameter-framework/ |
D | COPYING.txt | 2 3-Clause BSD license:
|
D | NOTICE | 2 3-Clause BSD license:
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-spec-builders.h | 253 enum Clause { enum 276 Clause last_clause_; 714 enum Clause { enum 860 Clause last_clause_;
|
/external/gmock/include/gmock/ |
D | gmock-spec-builders.h | 257 enum Clause { enum 280 Clause last_clause_; 722 enum Clause { enum 868 Clause last_clause_;
|