Searched refs:implied (Results 1 - 25 of 178) sorted by relevance

12345678

/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DSetFeature.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40 private final Set<Feature<? super Set>> implied; field in class:SetFeature
42 SetFeature(Feature<? super Set> ... implied) { argument
43 this.implied = Helpers.copyToSet(implied);
48 return implied;
H A DCollectionSize.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
69 private final Set<Feature<? super Collection>> implied; field in class:CollectionSize
73 this.implied = Collections.emptySet();
77 CollectionSize(Feature<? super Collection> ... implied) { argument
80 this.implied = Helpers.copyToSet(implied);
86 return implied;
H A DCollectionFeature.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
114 private final Set<Feature<? super Collection>> implied; field in class:CollectionFeature
116 CollectionFeature(Feature<? super Collection> ... implied) { argument
117 this.implied = Helpers.copyToSet(implied);
122 return implied;
H A DListFeature.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
54 private final Set<Feature<? super List>> implied; field in class:ListFeature
56 ListFeature(Feature<? super List> ... implied) { argument
57 this.implied = Helpers.copyToSet(implied);
62 return implied;
H A DMapFeature.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
86 private final Set<Feature<? super Map>> implied; field in class:MapFeature
88 MapFeature(Feature<? super Map> ... implied) { argument
89 this.implied = Helpers.copyToSet(implied);
94 return implied;
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultimapFeature.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
41 private final Set<Feature<? super Multimap>> implied; field in class:MultimapFeature
43 MultimapFeature(Feature<? super Multimap> ... implied) { argument
44 this.implied = Helpers.copyToSet(implied);
49 return implied;
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/
H A DFeatureUtilTest.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
75 private Set<Feature<? super ExampleDerivedInterface>> implied; field in class:FeatureUtilTest.ExampleDerivedFeature
78 Feature<? super ExampleDerivedInterface> ... implied) {
79 this.implied = ImmutableSet.copyOf(implied);
84 return implied;
77 ExampleDerivedFeature( Feature<? super ExampleDerivedInterface> .... implied) argument
/external/ImageMagick/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/ImageMagick/filters/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/c-ares/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/dagger2/
H A Ddagger2_annotation_processor.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/deqp/android/cts/runner/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/eigen/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/eyes-free/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/gemmlowp/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/ims/rcs/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/jacoco/
H A Dconfig.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/jmdns/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/jsilver/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/mp4parser/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/owasp/sanitizer/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/safe-iop/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/tagsoup/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/universal-tween-engine/
H A DAndroid.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/valgrind/
H A DAndroid.clean.mk11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Completed in 1964 milliseconds

12345678