/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 44 Counter C, int Sign, SmallVectorImpl<std::pair<unsigned, int>> &Terms) { in extractTerms() argument 49 Terms.push_back(std::make_pair(C.getCounterID(), Sign)); in extractTerms() 53 extractTerms(E.LHS, Sign, Terms); in extractTerms() 55 Terms); in extractTerms() 62 llvm::SmallVector<std::pair<unsigned, int>, 32> Terms; in simplify() local 63 extractTerms(ExpressionTree, +1, Terms); in simplify() 67 if (Terms.size() == 0) in simplify() 71 std::sort(Terms.begin(), Terms.end(), in simplify() 78 auto Prev = Terms.begin(); in simplify() 79 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 58 SmallVectorImpl<Term> &Terms) { in extractTerms() argument 63 Terms.emplace_back(C.getCounterID(), Factor); in extractTerms() 67 extractTerms(E.LHS, Factor, Terms); in extractTerms() 69 E.RHS, E.Kind == CounterExpression::Subtract ? -Factor : Factor, Terms); in extractTerms() 76 SmallVector<Term, 32> Terms; in simplify() local 77 extractTerms(ExpressionTree, +1, Terms); in simplify() 81 if (Terms.size() == 0) in simplify() 85 llvm::sort(Terms, [](const Term &LHS, const Term &RHS) { in simplify() 90 auto Prev = Terms.begin(); in simplify() 91 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify() [all …]
|
/external/licenseclassifier/v2/assets/License/Cloud-Pre-GA/ |
D | license.txt | 3 … of this software is governed by the Pre-GA Offering Terms section of the the Service Specific Ter…
|
/external/cldr/ |
D | CONTRIBUTING.md | 36 - The CLA must be signed, agreeing to the [Terms of use][]. You will be prompted on the PR to sign … 53 - Usage of CLDR data and software is governed by the Unicode [Terms of use][] a copy of which is in… 93 All rights reserved. [Terms of use][] 96 [Terms of use]: https://www.unicode.org/copyright.html
|
D | README.md | 33 - Usage of CLDR data and software is governed by the [Unicode Terms of Use](https://www.unicode.org… 45 [Terms of use](https://www.unicode.org/copyright.html)
|
D | unicode-license.txt | 3 See Terms of Use for definitions of Unicode Inc.'s 17 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
|
/external/cldr/tools/cldr-rdf/ |
D | README.md | 13 [Terms of use](https://www.unicode.org/copyright.html)
|
/external/licenseclassifier/v2/assets/License/Unicode-TOU/ |
D | license.txt | 1 Unicode Terms of Use 11 …o create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions her… 13 … the creation of products supporting the Unicode Standard, subject to the Terms and Conditions her… 17 …of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use.
|
/external/licenseclassifier/licenses/ |
D | Unicode-TOU.txt | 1 Unicode Terms of Use 11 …o create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions her… 13 … the creation of products supporting the Unicode Standard, subject to the Terms and Conditions her… 17 …of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use.
|
D | BCL.txt | 7 … limited to, the Java Technology Restrictions of the Supplemental License Terms, Oracle grants you… 9 …rictions for developers and/or publishers licenses are set forth in the Supplemental License Terms. 35 …Terms add to or modify the terms of the Binary Code License Agreement. Capitalized terms not defin… 37 …e other than as set forth in Sections B, C, D and E of these Supplemental Terms. If You want to us… 39 …but not limited to the Java Technology Restrictions of these Supplemental Terms, Oracle grants you… 41 …logy Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle grants you… 43 …logy Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle grants you…
|
/external/cldr/specs/ |
D | README.md | 8 [Terms of use](https://www.unicode.org/copyright.html)
|
/external/rust/crates/bstr/src/unicode/data/ |
D | LICENSE-UNICODE | 2 See Terms of Use for definitions of Unicode Inc.'s 16 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
|
/external/rust/crates/unicode-ident/ |
D | LICENSE-UNICODE | 3 See Terms of Use <https://www.unicode.org/copyright.html> 17 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
|
/external/licenseclassifier/v2/assets/License/BCL/ |
D | license.txt | 7 … limited to, the Java Technology Restrictions of the Supplemental License Terms, Oracle grants you… 9 …rictions for developers and/or publishers licenses are set forth in the Supplemental License Terms. 35 …Terms add to or modify the terms of the Binary Code License Agreement. Capitalized terms not defin… 37 …e other than as set forth in Sections B, C, D and E of these Supplemental Terms. If You want to us… 39 …but not limited to the Java Technology Restrictions of these Supplemental Terms, Oracle grants you… 41 …logy Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle grants you… 43 …logy Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle grants you…
|
/external/cldr/docs/ |
D | README.md | 19 [Terms of use](https://www.unicode.org/copyright.html)
|
D | index.md | 23 [Terms of use](https://www.unicode.org/copyright.html)
|
/external/licenseclassifier/v2/assets/License/GIAJWTOU-2.0/ |
D | license.txt | 11 Geospatial Information Authority of Japan Website Terms of Use:
|
/external/cldr/tools/scripts/tr-archive/ |
D | README.md | 45 [Terms of use](https://www.unicode.org/copyright.html)
|
/external/licenseclassifier/v2/assets/License/HDF5/ |
D | pristine.txt | 1 Copyright Notice and License Terms for 50 Laboratory (LBNL). LBNL's Copyright Notice and Licensing Terms can be
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 8957 SmallVectorImpl<const SCEV *> &Terms; member 8960 : Terms(T) {} in SCEVCollectTerms() 8965 Terms.push_back(S); in follow() 9012 SmallVectorImpl<const SCEV *> &Terms; member 9016 : Terms(T), SE(SE) {} in SCEVCollectAddRecMultiplies() 9038 Terms.push_back(SE.getMulExpr(Operands)); in follow() 9055 SmallVectorImpl<const SCEV *> &Terms) { in collectParametricTerms() argument 9067 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms() 9073 for (const SCEV *T : Terms) in collectParametricTerms() 9077 SCEVCollectAddRecMultiplies MulCollector(Terms, *this); in collectParametricTerms() [all …]
|
/external/doclava/res/assets/templates-sdk/ |
D | designpage.cs | 76 <a href="http://www.android.com/terms.html">Site Terms of Service</a> –
|
/external/cronet/third_party/icu/source/config/ |
D | dist-data.sh | 102 [Terms of Use and License](http://www.unicode.org/copyright.html)
|
/external/icu/icu4c/source/config/ |
D | dist-data.sh | 102 [Terms of Use and License](http://www.unicode.org/copyright.html)
|
/external/hyphenation-patterns/en-GB/ |
D | NOTICE | 2 Distributed under the Terms of Use in
|
/external/licenseclassifier/v2/assets/License/Android-SDK/ |
D | 20161209.txt | 1 Terms and conditions 58 …tions under the License Agreement, any applicable third party contract or Terms of Service, or any… 86 …Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative wor… 130 14. General Legal Terms
|