HomeSort by relevance Sort by last modified time
    Searched refs:implied (Results 1 - 25 of 5414) 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/minelf/
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/fs_config/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/build/
config.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/ExternalStorageApp/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/
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/runner/
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/util/
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/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/libcore/
Android.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Completed in 423 milliseconds

1 2 3 4 5 6 7 8 91011>>