HomeSort by relevance Sort by last modified time
    Searched refs:implied (Results 1 - 25 of 3037) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ListFeature.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
56 private final Set<Feature<? super List>> implied; field in class:ListFeature
58 ListFeature(Feature<? super List> ... implied) {
59 this.implied = Helpers.copyToSet(implied);
64 return implied;
MapFeature.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
70 private final Set<Feature<? super Map>> implied; field in class:MapFeature
72 MapFeature(Feature<? super Map> ... implied) {
73 this.implied = Helpers.copyToSet(implied);
78 return implied;
SetFeature.java 12 * 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) {
43 this.implied = Helpers.copyToSet(implied);
48 return implied;
CollectionSize.java 12 * 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) {
80 this.implied = Helpers.copyToSet(implied);
86 return implied;
CollectionFeature.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
116 private final Set<Feature<? super Collection>> implied; field in class:CollectionFeature
118 CollectionFeature(Feature<? super Collection> ... implied) {
119 this.implied = Helpers.copyToSet(implied);
124 return implied;
  /bootable/recovery/uncrypt/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /build/tools/check_prereq/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /build/tools/droiddoc/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /build/tools/droiddoc/templates-pdk/
trailer.cs 16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /build/tools/fs_config/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/hostsidetests/appsecurity/test-apps/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/hostsidetests/appsecurity/test-apps/keysets/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/hostsidetests/devicepolicy/app/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/hostsidetests/monkey/test-apps/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/libs/deviceutillegacy/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/libs/testserver/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/libs/wrappedgtest/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/suite/cts/deviceTests/dram/jni/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/suite/cts/deviceTests/simplecpu/jni/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/tests/accessibility/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/tests/core/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/tests/core/libcore/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/tests/core/libcore/com/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/tests/core/libcore/dalvik/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/tests/core/libcore/harmony_annotation/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Completed in 1582 milliseconds

1 2 3 4 5 6 7 8 91011>>