Home
last modified time | relevance | path

Searched refs:contribution (Results 1 – 25 of 88) sorted by relevance

1234

/external/ImageMagick/MagickCore/
Dresize.c2348 ContributionInfo **contribution) in DestroyContributionThreadSet() argument
2353 assert(contribution != (ContributionInfo **) NULL); in DestroyContributionThreadSet()
2355 if (contribution[i] != (ContributionInfo *) NULL) in DestroyContributionThreadSet()
2356 contribution[i]=(ContributionInfo *) RelinquishAlignedMemory( in DestroyContributionThreadSet()
2357 contribution[i]); in DestroyContributionThreadSet()
2358 contribution=(ContributionInfo **) RelinquishMagickMemory(contribution); in DestroyContributionThreadSet()
2359 return(contribution); in DestroyContributionThreadSet()
2368 **contribution; in AcquireContributionThreadSet() local
2374 contribution=(ContributionInfo **) AcquireQuantumMemory(number_threads, in AcquireContributionThreadSet()
2375 sizeof(*contribution)); in AcquireContributionThreadSet()
[all …]
/external/e2fsprogs/
DSUBMITTING-PATCHES12 By making a contribution to this project, I certify that:
14 (a) The contribution was created in whole or in part by me and I
18 (b) The contribution is based upon previous work that, to the best
26 (c) The contribution was provided directly to me by some other
30 (d) I understand and agree that this project and the contribution
31 are public and that a record of the contribution (including all
/external/iw/
DCONTRIBUTING27 By making a contribution to this project, I certify that:
29 (a) The contribution was created in whole or in part by me and I
33 (b) The contribution is based upon previous work that, to the best
41 (c) The contribution was provided directly to me by some other
45 (d) I understand and agree that this project and the contribution
46 are public and that a record of the contribution (including all
/external/elfutils/
DCONTRIBUTING25 By making a contribution to this project, I certify that:
27 (a) The contribution was created in whole or in part by me,
28 and I have the right to submit the contribution under each
32 (b) The contribution was provided directly to me by some other
36 contribution are public and that a record of the
37 contribution (including all personal information I submit
/external/wpa_supplicant_8/
DCONTRIBUTIONS24 for each contribution you make to the project:
32 The preferred method of submitting the contribution to the project is by
64 open source license indicated in the file" means that the contribution
67 or uses the software. As such, the contribution has to be licensed under
74 open source license indicated in the file" means that the contribution
81 (e) The contribution can be licensed under the modified BSD license
88 was used to collect explicit approval to license the contribution with
111 By making a contribution to this project, I certify that:
113 (a) The contribution was created in whole or in part by me and I
117 (b) The contribution is based upon previous work that, to the best
[all …]
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DSourceFiles.java194 ContributionBinding contribution = (ContributionBinding) binding; in generatedClassNameForBinding() local
195 checkArgument(!contribution.isSyntheticBinding()); in generatedClassNameForBinding()
196 ClassName enclosingClassName = ClassName.fromTypeElement(contribution.bindingTypeElement()); in generatedClassNameForBinding()
197 switch (contribution.bindingKind()) { in generatedClassNameForBinding()
207 + factoryPrefix(contribution) in generatedClassNameForBinding()
/external/slf4j/
DREADME.md8 … in improving SLF4J, great! The SLF4J community looks forward to your contribution. Please follow …
11 2. Fork qos-ch/slf4j. Ideally, create a new branch from your fork for your contribution to make it …
/external/brotli/
DCONTRIBUTING.md9 copyright to your changes, even after your contribution becomes part of our
15 Before you start working on a larger contribution, you should get in touch with
/external/drrickorang/LoopbackApp/
DCONTRIBUTING8 copyright to your changes, even after your contribution becomes part of our
14 Before you start working on a larger contribution, you should get in touch with
/external/walt/
DCONTRIBUTING.md8 copyright to your changes, even after your contribution becomes part of our
14 Before you start working on a larger contribution, you should get in touch with
/external/swiftshader/
DCONTRIBUTING.txt8 copyright to your changes, even after your contribution becomes part of our
14 Before you start working on a larger contribution, you should get in touch with
/external/junit-params/
DRELEASES.md17 Thanks to [adammichalik](https://github.com/adammichalik) for contribution
160 Thanks to [Menliat](https://github.com/Menliat) for contribution.
171 Thanks to [ukcrpb6](https://github.com/ukcrpb6) for contribution.
/external/valgrind/VEX/
DHACKING.README4 licensing and contribution information.
/external/google-tv-pairing-protocol/cpp/
DAUTHORS1 # This file contains a list of people who've made non-trivial contribution
/external/libxml2/macos/
DREADME1 This is a MacOS port contribution (not to be used for MacOS-X)
/external/gemmlowp/
DCONTRIBUTING.txt13 copyright to your changes, even after your contribution becomes part of our
19 Before you start working on a larger contribution, you should get in touch with
/external/flatbuffers/
DCONTRIBUTING.md11 copyright to your changes, even after your contribution becomes part of our
17 Before you start working on a larger contribution, you should get in touch with
/external/wycheproof/
DCONTRIBUTING.md9 copyright to your changes, even after your contribution becomes part of our
15 Before you start working on a larger contribution, you should get in touch with
/external/boringssl/src/
DCONTRIBUTING.md7 copyright to your changes, even after your contribution becomes part of our
13 Before you start working on a larger contribution, you should get in touch with
/external/webrtc/webrtc/
DLICENSE_THIRD_PARTY338 A “contribution” is the original software, or any additions or changes to the
341 A “contributor” is any person that distributes its contribution under this
345 contribution.
352 contribution, prepare derivative works of its contribution, and distribute its
353 contribution or any derivative works that you create.
359 of its contribution in the software or derivative works of the contribution in
/external/v8/src/compiler/
Dregister-allocator-verifier.cc431 Assessment* contribution = found_contribution->second; in ValidatePendingAssessment() local
433 switch (contribution->kind()) { in ValidatePendingAssessment()
437 FinalAssessment::cast(contribution), expected); in ValidatePendingAssessment()
442 const PendingAssessment* next = PendingAssessment::cast(contribution); in ValidatePendingAssessment()
/external/r8/
DCONTRIBUTING.md9 Agreement. You (or your employer) retain the copyright to your contribution,
/external/volley/
DCONTRIBUTING.md10 after your contribution becomes part of this project. So this agreement simply
/external/compiler-rt/
DCREDITS.TXT2 project. If you have contributed a patch or made some other contribution to
/external/googletest/googlemock/
DCONTRIBUTORS2 # contribution to the Google C++ Mocking Framework project. People

1234