| /external/dagger2/java/dagger/internal/ |
| D | SetBuilder.java | 34 "Set contributions cannot be null"; 35 private final List<T> contributions; field in SetBuilder 38 contributions = new ArrayList<>(estimatedSize); in SetBuilder() 44 * contributions} are collected in a list and only hashed in {@link #build()}. 51 contributions.add(checkNotNull(t, SET_CONTRIBUTIONS_CANNOT_BE_NULL)); in add() 59 contributions.addAll(collection); in addAll() 64 if (contributions.isEmpty()) { in build() 66 } else if (contributions.size() == 1) { in build() 67 return Collections.singleton(contributions.get(0)); in build() 69 return Collections.unmodifiableSet(new HashSet<>(contributions)); in build()
|
| D | MapBuilder.java | 29 private final Map<K, V> contributions; field in MapBuilder 32 contributions = newLinkedHashMapWithExpectedSize(size); in MapBuilder() 43 contributions.put(key, value); in put() 48 contributions.putAll(map); in putAll() 53 if (contributions.isEmpty()) { in build() 56 return Collections.unmodifiableMap(contributions); in build()
|
| /external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/ |
| D | MapMultibindingValidator.java | 50 * or contributions with inconsistent map key annotation types. 74 ImmutableSet<ContributionBinding> contributions = in visitGraph() 76 checkForDuplicateMapKeys(binding, contributions, diagnosticReporter); in visitGraph() 77 checkForInconsistentMapKeyAnnotationTypes(binding, contributions, diagnosticReporter); in visitGraph() 141 ImmutableSet<ContributionBinding> contributions, in checkForDuplicateMapKeys() argument 145 Multimaps.index(contributions, ContributionBinding::wrappedMapKeyAnnotation)); in checkForDuplicateMapKeys() 160 ImmutableSet<ContributionBinding> contributions, in checkForInconsistentMapKeyAnnotationTypes() argument 163 indexByMapKeyAnnotationType(contributions); in checkForInconsistentMapKeyAnnotationTypes() 175 ImmutableSet<ContributionBinding> contributions) { in indexByMapKeyAnnotationType() argument 178 contributions, in indexByMapKeyAnnotationType() [all …]
|
| D | SetMultibindingValidator.java | 35 /** Validates that there are not multiple set binding contributions to the same binding. */ 69 (targetKey, contributions) -> { in checkForDuplicateSetContributions() 70 if (contributions.size() > 1) { in checkForDuplicateSetContributions() 74 "Multiple set contributions into %s for the same contribution key: %s.\n\n" in checkForDuplicateSetContributions() 78 Joiner.on("\n ").join(contributions)); in checkForDuplicateSetContributions()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFUnitIndex.cpp | 72 Rows[i].Contributions = in parseImpl() 74 Contribs[Index - 1] = Rows[i].Contributions.get(); in parseImpl() 138 if (auto *Contribs = Row.Contributions.get()) { in dump() 155 return &Contributions[i]; in getOffset() 161 return &Contributions[Index->InfoColumn]; in getOffset() 168 if (Rows[i].Contributions) in getFromOffset() 171 return E1->Contributions[InfoColumn].Offset < in getFromOffset() 172 E2->Contributions[InfoColumn].Offset; in getFromOffset() 176 return E2->Contributions[InfoColumn].Offset <= Offset; in getFromOffset() 182 const auto &InfoContrib = E->Contributions[InfoColumn]; in getFromOffset()
|
| /external/wpa_supplicant_8/ |
| D | CONTRIBUTIONS | 1 Contributions to hostap.git 6 Contributions to the project are welcome and it is important to maintain 7 clear record of contributions and terms under which they are licensed. 11 All contributions are expected to be licensed under the modified BSD 13 inclusion of Signed-off-by tag in the contributions at the end of the 19 The current requirements for contributions to hostap.git 28 using your real name. Pseudonyms or anonymous contributions cannot 60 History of license and contributions terms 72 option is no longer used and the contributions are not required to be
|
| /external/armnn/ |
| D | CONTRIBUTING.md | 3 … and welcomes contributions. Arm NN is licensed under the [MIT license](https://spdx.org/licenses/… 31 You must use your real name, no pseudonyms or anonymous contributions are accepted. 54 Contributions must go through code review. Code reviews are performed through the [mlplatform.org G… 57 Only reviewed contributions can go to the main branch of Arm NN. 61 Contributions to Arm NN go through testing at the Arm CI system. All unit, integration and regressi…
|
| /external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/ |
| D | OkHttpContributors.java | 23 int contributions; field in OkHttpContributors.Contributor 43 // Sort list by the most contributions. in main() 46 return c2.contributions - c1.contributions; in main() 52 System.out.println(contributor.login + ": " + contributor.contributions); in main()
|
| /external/pandora/bt-test-interfaces/ |
| D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 8 Contributions to this project must be accompanied by a Contributor License 10 this simply gives us permission to use and redistribute your contributions as 20 Every contributions must follow the [project style guide](doc/style-guide.md).
|
| /external/pandora/mmi2grpc/ |
| D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 8 Contributions to this project must be accompanied by a Contributor License 10 this simply gives us permission to use and redistribute your contributions as 20 Every contributions must follow [Google Python style guide](
|
| /external/pandora/avatar/ |
| D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 8 Contributions to this project must be accompanied by a Contributor License 10 this simply gives us permission to use and redistribute your contributions as 20 Every contributions must follow [Google Python style guide](
|
| /external/python/cpython2/Misc/ |
| D | developers.txt | 112 for contributions to the Windows build. 115 from GvR, for general contributions to Python. 124 for GSoC contributions. 127 for GSoC contributions. 130 for GSoC contributions. 136 for GSoC contributions. 151 general contributions to Python. 159 for general contributions to Python. 165 for general contributions to Python. 168 for general contributions to Python.
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | CONTRIBUTING.md | 3 … reports and contributions from the community. There are some requirements we need to fulfill in o… 5 …- As with any open source project, contributions will be reviewed by the project team and communit… 10 … ask that contributions conform to [our coding standards](https://tls.mbed.org/kb/development/mbed… 20 1. Send a pull request (PR) and work with us until it gets merged and published. Contributions may … 50 It would be highly appreciated if contributions are backported to LTS branches in addition to the [… 68 …-test.sh` is available to show test coverage of the library. New code contributions should provide…
|
| /external/guava/ |
| D | CONTRIBUTING.md | 10 3. Code contributions require signing a Google CLA. 42 Guidelines for any code contributions: 47 2. All contributions must be licensed Apache 2.0 and all files must have a 70 Contributions to any Google project must be accompanied by a Contributor 72 Google permission to use and redistribute your contributions as part of the
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFUnitIndex.cpp | 69 Rows[i].Contributions = in parseImpl() 71 Contribs[Index - 1] = Rows[i].Contributions.get(); in parseImpl() 135 if (auto *Contribs = Row.Contributions.get()) { in dump() 152 return &Contributions[i]; in getOffset() 157 return &Contributions[Index->InfoColumn]; in getOffset() 163 if (const auto &Contribs = Rows[i].Contributions) in getFromOffset()
|
| /external/truth/ |
| D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are a 8 Contributions to any Google project must be accompanied by a Contributor License 10 permission to use and redistribute your contributions as part of the project. 33 4. All contributions must be licensed Apache 2.0 and all files must have a copy
|
| /external/vulkan-validation-layers/ |
| D | GOVERNANCE.md | 26 - Submitting contributions, creating issues, or using the contents of the repository 28 - Experienced project members who have made significant technical contributions 45 - Contributions are via pull requests 48 …- For complex or invasive contributions, Project Leads may request approval from specific reviewers
|
| /external/rust/crates/grpcio-sys/grpc/ |
| D | CONTRIBUTING.md | 3 We definitely welcome your patches and contributions to gRPC! Please read the gRPC 60 How to get your contributions merged smoothly and quickly. 88 - If you have non-trivial contributions, please consider adding an entry to [the 126 * Contributions demonstrate that obtaining Commit Access will significantly reduce friction for the… 132 ### Obtaining Commit Access without Code Contributions 133 …) do not have code, but the same principle of sustained, high quality contributions, with a good u…
|
| /external/libopus/ |
| D | LICENSE_PLEASE_READ.txt | 1 Contributions to the collaboration shall not be considered confidential. 4 authority to license copyright in its contributions to the collaboration. 6 Each contributor agrees to license the copyright in the contributions
|
| /external/arm-trusted-firmware/docs/about/ |
| D | acknowledgements.rst | 5 This file is only relevant for legacy contributions, to acknowledge the 9 contributions. See the :ref:`License` document for the correct template to 10 use for new contributions.
|
| /external/guice/ |
| D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 9 Contributions to any Google project must be accompanied by a Contributor 11 Google permission to use and redistribute your contributions as part of the 46 1. All contributions must be licensed Apache 2.0 and all files must have
|
| /external/llvm/tools/llvm-dwp/ |
| D | llvm-dwp.cpp | 184 DWARFUnitIndex::Entry::SectionContribution Contributions[8]; member 213 Entry.Contributions[0] = {}; in addAllTypesFromDWP() 215 auto &C = Entry.Contributions[Kind - DW_SECT_INFO]; in addAllTypesFromDWP() 220 auto &C = Entry.Contributions[DW_SECT_TYPES - DW_SECT_INFO]; in addAllTypesFromDWP() 222 C.Offset - TUEntry.Contributions[DW_SECT_TYPES - DW_SECT_INFO].Offset, in addAllTypesFromDWP() 241 Entry.Contributions[0] = {}; in addAllTypes() 242 auto &C = Entry.Contributions[DW_SECT_TYPES - DW_SECT_INFO]; in addAllTypes() 269 for (size_t i = 0; i != array_lengthof(E.second.Contributions); ++i) in writeIndexTable() 271 Out.EmitIntValue(E.second.Contributions[i].*Field, 4); in writeIndexTable() 420 CurEntry.Contributions[Index].Offset = ContributionOffsets[Index]; in handleSection() [all …]
|
| /external/skia/modules/pathkit/npm-wasm/ |
| D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 8 Contributions to this project must be accompanied by a Contributor License 10 this simply gives us permission to use and redistribute your contributions as
|
| /external/skia/modules/pathkit/npm-asmjs/ |
| D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 8 Contributions to this project must be accompanied by a Contributor License 10 this simply gives us permission to use and redistribute your contributions as
|
| /external/skia/modules/canvaskit/npm_build/ |
| D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 8 Contributions to this project must be accompanied by a Contributor License 10 this simply gives us permission to use and redistribute your contributions as
|