/external/dagger2/java/dagger/internal/ |
D | SetBuilder.java | 35 private final List<T> contributions; field in SetBuilder 38 contributions = new ArrayList<>(estimatedSize); in SetBuilder() 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 | 76 ImmutableSet<ContributionBinding> contributions = in visitGraph() 78 checkForDuplicateMapKeys(binding, contributions, diagnosticReporter); in visitGraph() 79 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 contributionsByMapKeyAnnotationType = indexByMapKeyAnnotationType(contributions); in checkForInconsistentMapKeyAnnotationTypes() 175 indexByMapKeyAnnotationType(ImmutableSet<ContributionBinding> contributions) { in indexByMapKeyAnnotationType() argument 178 contributions, in indexByMapKeyAnnotationType() 193 (annotationType, contributions) -> { in inconsistentMapKeyAnnotationTypesErrorMessage() [all …]
|
/external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/ |
D | OkHttpContributors.java | 23 int contributions; field in OkHttpContributors.Contributor 46 return c2.contributions - c1.contributions; in main() 52 System.out.println(contributor.login + ": " + contributor.contributions); in main()
|
/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/llvm-project/llvm/test/DebugInfo/X86/ |
D | dwarfdump-str-offsets-v4-dwarf64-dwp.s | 3 ## is DWARF64, thus the .debug_str_offsets.dwo section has contributions with 124 ## Row 1, offsets of contributions of CU0: 128 ## Row 2, offsets of contributions of CU1: 133 ## Row 1, sizes of contributions of CU0: 137 ## Row 2, sizes of contributions of CU1:
|
/external/python/cryptography/ |
D | CONTRIBUTING.rst | 4 As an open source project, cryptography welcomes contributions of many forms. 6 Examples of contributions include:
|
/external/libopus/ |
D | LICENSE_PLEASE_READ.txt | 4 authority to license copyright in its contributions to the collaboration. 6 Each contributor agrees to license the copyright in the contributions
|
/external/ltp/testcases/open_posix_testsuite/ |
D | NEWS | 5 …other people. Thanks to Sebastien Decugis and other people for continued support and contributions. 10 …nks to Sebastien Decugis and Ulrich Drepper for continued support and contributions. Also exciting… 13 …n Decugis and Abhijeet Bisain. Special thanks goes to people who made contributions. And we are gl… 22 …version (thanks for Ulrich Drepper's patches and to everyone who made contributions). Please see t…
|
/external/eigen/unsupported/doc/ |
D | Overview.dox | 8 These modules are contributions from various users. They are provided "as is", without any support. 20 The unsupported modules are contributions from various users. They are
|
/external/tensorflow/ |
D | ACKNOWLEDGMENTS | 5 All contributions by the University of California: 10 All other contributions: 16 their contributions to Caffe. The project versioning records all such
|
/external/skia/modules/pathkit/npm-wasm/ |
D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 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 10 this simply gives us permission to use and redistribute your contributions as
|
/external/skqp/experimental/canvaskit/canvaskit/ |
D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 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 10 this simply gives us permission to use and redistribute your contributions as
|
/external/skqp/modules/pathkit/npm-asmjs/ |
D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 10 this simply gives us permission to use and redistribute your contributions as
|
/external/skqp/modules/pathkit/npm-wasm/ |
D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 10 this simply gives us permission to use and redistribute your contributions as
|
/external/cpu_features/ |
D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 10 this simply gives us permission to use and redistribute your contributions as
|
/external/escapevelocity/ |
D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 10 this simply gives us permission to use and redistribute your contributions as
|
/external/libgav1/libgav1/ |
D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 10 this simply gives us permission to use and redistribute your contributions as
|
/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 72 Google permission to use and redistribute your contributions as part of the
|
/external/python/dateutil/ |
D | AUTHORS.md | 3 contributions can be found in the git history. 6 license, all contributions on or after 2017-12-01 are dual-licensed between 9 Anyone whose name is marked with a **D** has only made contributions since the 10 switch, and thus all their contributions are dual-licensed. 113 …tionally, please indicate if you are willing to dual license your old contributions under Apache 2…
|
/external/ruy/ |
D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 10 this simply gives us permission to use and redistribute your contributions as
|
/external/ukey2/ |
D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 10 this simply gives us permission to use and redistribute your contributions as
|
/external/python/google-api-python-client/.github/ |
D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 10 this simply gives us permission to use and redistribute your contributions as
|