Home
last modified time | relevance | path

Searched refs:contributions (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/external/dagger2/java/dagger/internal/
DSetBuilder.java35 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()
DMapBuilder.java29 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/
DMapMultibindingValidator.java76 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/
DOkHttpContributors.java23 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/
Dacknowledgements.rst5 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/
Ddwarfdump-str-offsets-v4-dwarf64-dwp.s3 ## 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/
DCONTRIBUTING.rst4 As an open source project, cryptography welcomes contributions of many forms.
6 Examples of contributions include:
/external/libopus/
DLICENSE_PLEASE_READ.txt4 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/
DNEWS5 …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/
DOverview.dox8 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/
DACKNOWLEDGMENTS5 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/
DCONTRIBUTING.md3 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/
DCONTRIBUTING.md3 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/
DCONTRIBUTING.md3 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/
DCONTRIBUTING.md3 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/
DCONTRIBUTING.md3 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/
DCONTRIBUTING.md3 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/
DCONTRIBUTING.md3 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/
DCONTRIBUTING.md3 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/
DCONTRIBUTING.md3 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/
DCONTRIBUTING.md10 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/
DAUTHORS.md3 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/
DCONTRIBUTING.md3 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/
DCONTRIBUTING.md3 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/
DCONTRIBUTING.md3 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

12345678910>>...19