Home
last modified time | relevance | path

Searched refs:implied (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DCollectionSize.java69 private final Set<Feature<? super Collection>> implied; field in CollectionSize
73 this.implied = Collections.emptySet(); in CollectionSize()
77 CollectionSize(Feature<? super Collection> ... implied) { in CollectionSize() argument
80 this.implied = Helpers.copyToSet(implied); in CollectionSize()
86 return implied; in getImpliedFeatures()
DSetFeature.java40 private final Set<Feature<? super Set>> implied; field in SetFeature
42 SetFeature(Feature<? super Set> ... implied) { in SetFeature() argument
43 this.implied = Helpers.copyToSet(implied); in SetFeature()
48 return implied; in getImpliedFeatures()
DListFeature.java56 private final Set<Feature<? super List>> implied; field in ListFeature
58 ListFeature(Feature<? super List> ... implied) { in ListFeature() argument
59 this.implied = Helpers.copyToSet(implied); in ListFeature()
64 return implied; in getImpliedFeatures()
DMapFeature.java70 private final Set<Feature<? super Map>> implied; field in MapFeature
72 MapFeature(Feature<? super Map> ... implied) { in MapFeature() argument
73 this.implied = Helpers.copyToSet(implied); in MapFeature()
78 return implied; in getImpliedFeatures()
DCollectionFeature.java116 private final Set<Feature<? super Collection>> implied; field in CollectionFeature
118 CollectionFeature(Feature<? super Collection> ... implied) { in CollectionFeature() argument
119 this.implied = Helpers.copyToSet(implied); in CollectionFeature()
124 return implied; in getImpliedFeatures()
DFeatureUtil.java72 Set<Feature<?>> implied = new LinkedHashSet<Feature<?>>(); in impliedFeatures() local
74 implied.addAll(feature.getImpliedFeatures()); in impliedFeatures()
76 addImpliedFeatures(implied); in impliedFeatures()
77 return implied; in impliedFeatures()
/external/webkit/PerformanceTests/PageLoad/svg/
DLICENSES6 Public domain or Creative Commons (as implied by inclusion in OpenClipart):
17 LGPL or compatible (as implied by inclusion in KDE SVN)
35 CC Attribution-NoDerivs 2.5 (as implied by submission to the SVG Logo contest)
/external/stlport/
DNOTICE9 This material is provided "as is", with absolutely no warranty expressed or implied. Any use is at …
23 …ility of this software for any purpose. It is provided "as is" without express or implied warranty.
25 …ility of this software for any purpose. It is provided "as is" without express or implied warranty.
27 …ility of this software for any purpose. It is provided "as is" without express or implied warranty.
DLICENSE9 This material is provided "as is", with absolutely no warranty expressed or implied. Any use is at …
23 …ility of this software for any purpose. It is provided "as is" without express or implied warranty.
25 …ility of this software for any purpose. It is provided "as is" without express or implied warranty.
27 …ility of this software for any purpose. It is provided "as is" without express or implied warranty.
/external/opencv/
DNOTICE28 any express or implied warranties, including, but not limited to, the implied
43 This software is provided 'as-is', without any express or implied warranty.
148 // and any express or implied warranties, including, but not limited to, the
149 // implied warranties of merchantability and fitness for a particular purpose
309 // any express or implied warranties, including, but not limited to, the implied
351 // any express or implied warranties, including, but not limited to, the implied
393 // any express or implied warranties, including, but not limited to, the implied
435 // any express or implied warranties, including, but not limited to, the implied
477 // any express or implied warranties, including, but not limited to, the implied
519 // any express or implied warranties, including, but not limited to, the implied
[all …]
DLICENSE_OpenCV28 any express or implied warranties, including, but not limited to, the implied
/external/sepolicy/
DNOTICE9 disclaims all, warranties, express, implied, statutory, or otherwise
10 with respect to the software, including noninfringement and the implied
/external/libselinux/
DNOTICE9 disclaims all, warranties, express, implied, statutory, or otherwise
10 with respect to the software, including noninfringement and the implied
/external/ppp/pppd/plugins/radius/
DCOPYRIGHT17 without express or implied warranty.
31 software for any purpose. It is provided "as is" without express or implied
48 or implied warranty.
86 without express or implied warranty of any kind.
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
DLicense.text27 is" and any express or implied warranties, including, but not limited
28 to, the implied warranties of merchantability and fitness for a
/external/libpng/contrib/gregbook/
DLICENSE6 express or implied. In no event shall the author or contributors
42 but WITHOUT ANY WARRANTY; without even the implied warranty of
/external/sonivox/
DNOTICE11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/sonivox/arm-wt-22k/
DNOTICE11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/openfst/
DCOPYING9 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
DLICENCE9 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
DNOTICE9 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/grub/
Daclocal.m411 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
24 # but WITHOUT ANY WARRANTY; without even the implied warranty of
55 # but WITHOUT ANY WARRANTY; without even the implied warranty of
119 # but WITHOUT ANY WARRANTY; without even the implied warranty of
163 # but WITHOUT ANY WARRANTY; without even the implied warranty of
331 # but WITHOUT ANY WARRANTY; without even the implied warranty of
413 # but WITHOUT ANY WARRANTY; without even the implied warranty of
536 # but WITHOUT ANY WARRANTY; without even the implied warranty of
559 # but WITHOUT ANY WARRANTY; without even the implied warranty of
595 # but WITHOUT ANY WARRANTY; without even the implied warranty of
[all …]
/external/qemu/android/build/
Dclear_vars.make11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Dgetdir.make11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/external/stlport/stlport/
Dunordered_set6 * or implied. Any use is at your own risk.

12345678910>>...28